# HG changeset patch # User Bruno Haible # Date 1177698181 0 # Node ID d3c02a847d015db24ef0b0bae70d5562306529ed # Parent 11a0d726db9fe54f2ec1e9d5f3c0c7193e7d146d Rename lib/sysexit_.h to lib/sysexits_.h. diff --git a/ChangeLog b/ChangeLog --- 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 --- a/modules/sysexits +++ b/modules/sysexits @@ -2,7 +2,7 @@ Exit status codes for some BSD system programs. Files: -lib/sysexit_.h +lib/sysexits_.h m4/sysexits.m4 Depends-on: @@ -16,11 +16,11 @@ # 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