summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-02-16 08:51:34 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2017-02-16 08:54:41 -0800
commitc4485ac49a977d666187db4c5c25045215976577 (patch)
tree6252eb56d952c0fd58ca3c4341b572d47068bcbc /bootstrap.conf
parentcde60563801884ae65546090b24cb92620b1f828 (diff)
downloadgrep-c4485ac49a977d666187db4c5c25045215976577.tar.gz
Fix up recent -U patches
Inspired by a suggestion by Eric Blake (Bug#25707#17). * bootstrap.conf (gnulib_modules): Add xbinary-io, and remove binary-io and xfreopen. * doc/grep.texi (Other Options): Fix typo and reword to be a bit more general. * src/grep.c: Include xbinary-io.h instead of xfreopen.h. (grepfile): Open with O_BINARY if binary. (grepdesc): No need for set_binary_mode now. (grep_command_line_arg, main): Set stdin to binary mode if binary. (main): Avoid unnecessary test of stdin == NULL. Use xsetmode instead of xfreopen. * src/system.h: Do not include binary-io.h.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf7
1 files changed, 3 insertions, 4 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 4115f35b..1c50974e 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -26,7 +26,6 @@ gnulib_modules='
alloca
announce-gen
argmatch
-binary-io
c-ctype
closeout
dfa
@@ -53,10 +52,10 @@ isatty
isblank
iswctype
largefile
-lseek
locale
-malloc-gnu
+lseek
maintainer-makefile
+malloc-gnu
manywarnings
mbrlen
mbrtowc
@@ -95,7 +94,7 @@ wcrtomb
wctob
wctype-h
xalloc
-xfreopen
+xbinary-io
xstrtoimax
'
gnulib_name=libgreputils