* modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
instead of unistd_.h here, too.
+2007-10-02 Jim Meyering <jim@meyering.net>
+
+ Perform one more "_.h" -> ".in.h" substitution.
+ * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
+ instead of unistd_.h here, too.
+
2007-10-01 Bruno Haible <bruno@clisp.org>
* gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
-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; \
} > $@-t
mv $@-t $@
MOSTLYCLEANFILES += unistd.h unistd.h-t