Bruno Haible <[EMAIL PROTECTED]> wrote: > Committed. > >> 2007-09-30 Bruno Haible <[EMAIL PROTECTED]> ... >> * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of >> unistd_.h.
I've just fixed the last one: (thanks to Bob and his buildbot for spotting the problem so quickly) 2007-10-02 Jim Meyering <[EMAIL PROTECTED]> Perform one more "_.h" -> ".in.h" substitution. * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in instead of unistd_.h here, too. diff --git a/modules/unistd b/modules/unistd index 4c7711c..06156eb 100644 --- a/modules/unistd +++ b/modules/unistd @@ -43,7 +43,7 @@ unistd.h: unistd.in.h -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \ -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \ -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \ - < $(srcdir)/unistd_.h; \ + < $(srcdir)/unistd.in.h; \ } > [EMAIL PROTECTED] mv [EMAIL PROTECTED] $@ MOSTLYCLEANFILES += unistd.h unistd.h-t