mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-05-13 15:13:36 +00:00
Reported by Paul Eggert in <https://lists.gnu.org/archive/html/bug-gnulib/2024-12/msg00193.html>. * modules/bool: Renamed from modules/stdbool-h. * modules/bool-tests: Renamed from modules/stdbool-h-tests. * modules/bool-c++-tests: Renamed from modules/stdbool-h-c++-tests. * tests/test-bool.c: Renamed from tests/test-stdbool-h.c. * tests/test-bool-c++.cc: Renamed from tests/test-stdbool-h-c++.cc. * tests/test-bool-c++2.cc: Renamed from tests/test-stdbool-h-c++2.cc. * modules/stdbool-h-c99-tests: Update. * modules/stdbool-h-c99-c++-tests: Update. * tests/test-stdbool-h-c99.c: Update. * tests/test-stdbool-h-c99-c++.cc: Update. * doc/posix-headers/stdbool.texi: Update. * doc/gnulib-readme.texi: Update. * doc/gnulib.texi: Update. * modules/* (Depends-on): Update. * modules/stdbool: Update.
43 lines
765 B
Plaintext
43 lines
765 B
Plaintext
Description:
|
|
Locale dependent classification of a response as matching "yes" or "no".
|
|
|
|
Files:
|
|
lib/rpmatch.c
|
|
m4/rpmatch.m4
|
|
|
|
Depends-on:
|
|
stdlib-h
|
|
extensions
|
|
bool [test $HAVE_RPMATCH = 0]
|
|
gettext-h [test $HAVE_RPMATCH = 0]
|
|
gnulib-i18n [test $HAVE_RPMATCH = 0]
|
|
regex [test $HAVE_RPMATCH = 0]
|
|
strdup [test $HAVE_RPMATCH = 0]
|
|
|
|
configure.ac:
|
|
gl_FUNC_RPMATCH
|
|
gl_CONDITIONAL([GL_COND_OBJ_RPMATCH], [test $HAVE_RPMATCH = 0])
|
|
AM_COND_IF([GL_COND_OBJ_RPMATCH], [
|
|
gl_PREREQ_RPMATCH
|
|
])
|
|
gl_STDLIB_MODULE_INDICATOR([rpmatch])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_RPMATCH
|
|
lib_SOURCES += rpmatch.c
|
|
endif
|
|
|
|
Include:
|
|
<stdlib.h>
|
|
|
|
Link:
|
|
$(MBRTOWC_LIB)
|
|
$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|
|
|