From 882eb279d46373c3de620fd74504c8502f9297a0 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 2 Oct 2007 00:38:39 +0200 Subject: [PATCH] Rename sysexits_.h to sysexits.in.h. --- ChangeLog | 3 +++ lib/{sysexits_.h => sysexits.in.h} | 0 modules/sysexits | 6 +++--- 3 files changed, 6 insertions(+), 3 deletions(-) rename lib/{sysexits_.h => sysexits.in.h} (100%) diff --git a/ChangeLog b/ChangeLog index 03f9716e4..b3d15bff2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -75,6 +75,9 @@ * 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. + * lib/sysexits.in.h: Renamed from lib/sysexits_.h. + * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of + sysexits_.h. 2007-09-30 Bruno Haible diff --git a/lib/sysexits_.h b/lib/sysexits.in.h similarity index 100% rename from lib/sysexits_.h rename to lib/sysexits.in.h diff --git a/modules/sysexits b/modules/sysexits index 955f91504..bb1b7e3b1 100644 --- a/modules/sysexits +++ b/modules/sysexits @@ -2,7 +2,7 @@ Description: Exit status codes for some BSD system programs. Files: -lib/sysexits_.h +lib/sysexits.in.h m4/sysexits.m4 Depends-on: @@ -16,12 +16,12 @@ BUILT_SOURCES += $(SYSEXITS_H) # We need the following in order to create when the system # doesn't have one that works with the given compiler. -sysexits.h: sysexits_.h +sysexits.h: sysexits.in.h { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''HAVE_SYSEXITS_H''@|$(HAVE_SYSEXITS_H)|g' \ -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ -e 's|@''NEXT_SYSEXITS_H''@|$(NEXT_SYSEXITS_H)|g' \ - < $(srcdir)/sysexits_.h; \ + < $(srcdir)/sysexits.in.h; \ } > $@-t mv -f $@-t $@ MOSTLYCLEANFILES += sysexits.h sysexits.h-t -- 2.11.0