diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2009-11-26 18:59:32 +0100 |
---|---|---|
committer | Paolo Bonzini <bonzini@gnu.org> | 2009-11-26 18:59:32 +0100 |
commit | c6a5ea308f00ad89b2f8b90d174f2591bcac3b02 (patch) | |
tree | e03a727463910129e1ad83c5454f18f01ca004e9 /bootstrap.conf | |
parent | 9b5e7d42e0abd88bb6c01a145f5171bc0fb7d84c (diff) | |
download | grep-c6a5ea308f00ad89b2f8b90d174f2591bcac3b02.tar.gz |
replace AC_DOSFILE with gnulib modules
* bootstrap.conf: Add binary-io, dirname.
* configure.ac: Remove check for setmode, AC_DOSFILE.
* m4/dosfile.m4: Remove.
* src/grep.c: Adjust for dirname.h.
* src/system.h: Adjust for new gnulib modules.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r-- | bootstrap.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index 68fd5fbf..daa1049b 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -17,8 +17,8 @@ # gnulib modules used by this package. -gnulib_modules="alloca atexit btowc dirent error fnmatch getopt-gnu \ - getpagesize gettext locale malloc mbrlen mbrtowc memchr memmove \ +gnulib_modules="alloca atexit binary-io btowc dirent dirname error fnmatch \ + getopt-gnu getpagesize gettext locale malloc mbrlen mbrtowc memchr memmove \ mempcpy obstack quotearg realloc ssize_t stpcpy stddef stdlib strerror \ string strtol strtoul strtoull sys_stat unistd wchar wcrtomb wctype \ xalloc xstrtoumax" |