]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
Rename sys_time_.h to sys_time.in.h.
authorBruno Haible <bruno@clisp.org>
Mon, 1 Oct 2007 22:37:40 +0000 (00:37 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 1 Oct 2007 22:37:40 +0000 (00:37 +0200)
ChangeLog
lib/sys_time.in.h [moved from lib/sys_time_.h with 100% similarity]
modules/sys_time

index 0e153193338e09fbac268632d2a4aab4933f72f5..03f9716e45c7605d5ab4a3f2877f17760319f983 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -72,6 +72,9 @@
        * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
        * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
        sys_stat_.h.
+       * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
+       * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
+       sys_time_.h.
 
 2007-09-30  Bruno Haible  <bruno@clisp.org>
 
similarity index 100%
rename from lib/sys_time_.h
rename to lib/sys_time.in.h
index 738c891d7b5bcf7304b32f140c26d392cd67f714..e261583aa6f88c914d77d8130969249fcd476977 100644 (file)
@@ -2,7 +2,7 @@ Description:
 A <sys/time.h> that conforms better to POSIX.
 
 Files:
-lib/sys_time_.h
+lib/sys_time.in.h
 m4/sys_time_h.m4
 
 Depends-on:
@@ -17,7 +17,7 @@ BUILT_SOURCES += $(SYS_TIME_H)
 
 # We need the following in order to create <sys/time.h> when the system
 # doesn't have one that works with the given compiler.
-sys/time.h: sys_time_.h
+sys/time.h: sys_time.in.h
        @MKDIR_P@ sys
        rm -f $@-t $@
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
@@ -26,7 +26,7 @@ sys/time.h: sys_time_.h
              -e 's|@''NEXT_SYS_TIME_H''@|$(NEXT_SYS_TIME_H)|g' \
              -e 's/@''REPLACE_GETTIMEOFDAY''@/$(REPLACE_GETTIMEOFDAY)/g' \
              -e 's/@''HAVE_STRUCT_TIMEVAL''@/$(HAVE_STRUCT_TIMEVAL)/g' \
-             < $(srcdir)/sys_time_.h; \
+             < $(srcdir)/sys_time.in.h; \
        } > $@-t
        mv $@-t $@
 MOSTLYCLEANFILES += sys/time.h sys/time.h-t