changeset 9276:811a59a761ec

Perform one more "_.h" -> ".in.h" substitution. * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in instead of unistd_.h here, too.
author Jim Meyering <jim@meyering.net>
date Tue, 02 Oct 2007 09:57:35 +0200
parents 1c749136a76e
children b552d1fa1a31
files ChangeLog modules/unistd
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
--- a/modules/unistd
+++ b/modules/unistd
@@ -43,7 +43,7 @@
 	      -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