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

index b3d15bff2ee8d4187031c6e324d9c5c3f606cbc5..b04636f7c02a359cc23e210678b3cfe8f5bc8188 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -78,6 +78,8 @@
        * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
        * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
        sysexits_.h.
+       * lib/time.in.h: Renamed from lib/time_.h.
+       * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
 
 2007-09-30  Bruno Haible  <bruno@clisp.org>
 
similarity index 100%
rename from lib/time_.h
rename to lib/time.in.h
index b69ed57807d4da9f5730210a0d7ca2e854ff8f60..9cdfa4c936f01ba3df429c7e844aa108fcc5ae5d 100644 (file)
@@ -2,7 +2,7 @@ Description:
 A more-standard <time.h>.
 
 Files:
-lib/time_.h
+lib/time.in.h
 m4/time_h.m4
 
 Depends-on:
@@ -17,7 +17,7 @@ BUILT_SOURCES += time.h
 
 # We need the following in order to create <time.h> when the system
 # doesn't have one that works with the given compiler.
-time.h: time_.h
+time.h: time.in.h
        rm -f $@-t $@
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
@@ -28,7 +28,7 @@ time.h: time_.h
              -e 's|@REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
              -e 's|@SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
              -e 's|@TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
-             < $(srcdir)/time_.h; \
+             < $(srcdir)/time.in.h; \
        } > $@-t
        mv $@-t $@
 MOSTLYCLEANFILES += time.h time.h-t