From 9ac0b22ea04bd638026bc0047f7ad714092d02cc Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 2 Oct 2007 00:39:46 +0200 Subject: [PATCH] Rename time_.h to time.in.h. --- ChangeLog | 2 ++ lib/{time_.h => time.in.h} | 0 modules/time | 6 +++--- 3 files changed, 5 insertions(+), 3 deletions(-) rename lib/{time_.h => time.in.h} (100%) diff --git a/ChangeLog b/ChangeLog index b3d15bff2..b04636f7c 100644 --- 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 diff --git a/lib/time_.h b/lib/time.in.h similarity index 100% rename from lib/time_.h rename to lib/time.in.h diff --git a/modules/time b/modules/time index b69ed5780..9cdfa4c93 100644 --- a/modules/time +++ b/modules/time @@ -2,7 +2,7 @@ Description: A more-standard . 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 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 -- 2.11.0