X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fregex;h=8f5eda0612b0c303f054782f5a9ecd04c0445c2e;hb=d4d4aa2ee0869eebacf0322d35dcd12b576eeef3;hp=730076c2b3b98595ff45baa5f8ccc0da2177e563;hpb=7cbbd8a31a3be111f26d87fb8e55f4438f9c885f;p=gnulib.git diff --git a/modules/regex b/modules/regex index 730076c2b..8f5eda061 100644 --- a/modules/regex +++ b/modules/regex @@ -8,6 +8,7 @@ lib/regex_internal.c lib/regex_internal.h lib/regexec.c lib/regcomp.c +m4/eealloc.m4 m4/regex.m4 m4/mbstate_t.m4 @@ -17,7 +18,6 @@ ssize_t alloca-opt [test $ac_use_included_regex = yes] btowc [test $ac_use_included_regex = yes] gettext-h [test $ac_use_included_regex = yes] -localcharset [test $ac_use_included_regex = yes] malloc-gnu [test $ac_use_included_regex = yes] memcmp [test $ac_use_included_regex = yes] memmove [test $ac_use_included_regex = yes] @@ -29,9 +29,14 @@ stdint [test $ac_use_included_regex = yes] wchar [test $ac_use_included_regex = yes] wcrtomb [test $ac_use_included_regex = yes] wctype-h [test $ac_use_included_regex = yes] +wctype [test $ac_use_included_regex = yes] configure.ac: gl_REGEX +if test $ac_use_included_regex = yes; then + AC_LIBOBJ([regex]) + gl_PREREQ_REGEX +fi Makefile.am: