+2003-06-06 Jim Meyering <jim@meyering.net>
+ Bruno Haible <bruno@clisp.org>
+
+ * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
+ Adjust Makefile.am snippet not to redirect directly to target.
+ Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
+
2003-05-30 Bruno Haible <bruno@clisp.org>
* modules/gettext: Add files m4/nls.m4 and m4/po.m4.
+2003-06-06 Jim Meyering <jim@meyering.net>
+
+ * stdbool_.h: Renamed from stdbool.h.in.
+
2003-06-06 Jim Meyering <jim@meyering.net>
Merge from coreutils.
posixtime failures better.
Improve the test data (in comments only).
-2003-06-02 Jim Meyering <jim@meyering.net>
-
- * stdbool.h.in: Rename to stdbool.hin.
-
2003-05-30 <karl@gnu.org>
* mktime.c: update from libc.
* argmatch.c: Include "quote.h".
(argmatch_invalid): Remove explicit `' quotes. Instead, use the
- quote function. Reported by Göran Uddeborg.
+ quote function. Reported by Göran Uddeborg.
2001-05-20 Alexandre Duret-Lutz <duret_g@epita.fr>
2000-01-17 Jim Meyering <meyering@lucent.com>
- * interlock: Remove unused file. Reported by François Pinard.
+ * interlock: Remove unused file. Reported by François Pinard.
2000-01-16 Paul Eggert <eggert@twinsun.com>
(Nearly: casts to bool may not work.)
Files:
-lib/stdbool.h.in
+lib/stdbool_.h
m4/stdbool.m4
Depends-on:
AM_STDBOOL_H
Makefile.am:
-EXTRA_DIST += stdbool.h.in
+EXTRA_DIST += stdbool_.h
# The following is needed in order to create an <stdbool.h> when the system
# doesn't have one that works.
-all-local $(lib_OBJECTS): @STDBOOL_H@
-stdbool.h: stdbool.h.in
- sed -e 's/@''HAVE__BOOL''@/@HAVE__BOOL@/g' < $(srcdir)/stdbool.h.in > stdbool.h
-MOSTLYCLEANFILES += stdbool.h
+all-local $(lib_OBJECTS): $(STDBOOL_H)
+stdbool.h: stdbool_.h
+ sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool_.h > stdbool.h-t
+ mv stdbool.h-t stdbool.h
+MOSTLYCLEANFILES += stdbool.h stdbool.h-t
Include:
#include <stdbool.h>