From: Bruno Haible Date: Fri, 27 Apr 2007 18:23:01 +0000 (+0000) Subject: Rename lib/sysexit_.h to lib/sysexits_.h. X-Git-Tag: cvs-readonly~478 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=30c75df0eae05ecd5f396e2b9f2cbd85b0b7f494;p=gnulib.git Rename lib/sysexit_.h to lib/sysexits_.h. --- diff --git a/ChangeLog b/ChangeLog index b53877e41..a15313a5d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,13 @@ 2007-04-27 Bruno Haible + * lib/sysexits_.h: Renamed from lib/sysexit_.h. + * modules/sysexits (Files, Makefile.am): Update. + * lib/sys_socket_.h: Renamed from lib/socket_.h. - * modules/sys_socket (Makefile.am): Update. + * modules/sys_socket (Files, Makefile.am): Update. * lib/sys_stat_.h: Renamed from lib/stat_.h. - * modules/sys_stat (Makefile.am): Update. + * modules/sys_stat (Files, Makefile.am): Update. 2007-04-27 Eric Blake diff --git a/modules/sysexits b/modules/sysexits index 521ec7dc4..d737e3a31 100644 --- a/modules/sysexits +++ b/modules/sysexits @@ -2,7 +2,7 @@ Description: Exit status codes for some BSD system programs. Files: -lib/sysexit_.h +lib/sysexits_.h m4/sysexits.m4 Depends-on: @@ -16,11 +16,11 @@ 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: sysexit_.h +sysexits.h: sysexits_.h { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''HAVE_SYSEXITS_H''@|$(HAVE_SYSEXITS_H)|g' \ -e 's|@''ABSOLUTE_SYSEXITS_H''@|$(ABSOLUTE_SYSEXITS_H)|g' \ - < $(srcdir)/sysexit_.h; \ + < $(srcdir)/sysexits_.h; \ } > $@-t mv -f $@-t $@ MOSTLYCLEANFILES += sysexits.h sysexits.h-t