2007-04-27 Bruno Haible <bruno@clisp.org>
+ * 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 <ebb9@byu.net>
Exit status codes for some BSD system programs.
Files:
-lib/sysexit_.h
+lib/sysexits_.h
m4/sysexits.m4
Depends-on:
# We need the following in order to create <sysexits.h> 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