+2003-07-01 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.am (windows/stdbool.h): Use stdbool_.h instead of
+ stdbool.h.in.
+
2003-06-19 Bruno Haible <bruno@clisp.org>
* configure.ac: Invoke gt_LOCALE_FR.
-e '/#undef INSTALLPREFIX$$/d' \
< $(srcdir)/config.h.in > $@
-windows/stdbool.h: lib/stdbool.h.in
- sed -e 's/@''HAVE__BOOL''@/0/' < $(srcdir)/lib/stdbool.h.in > $@
+windows/stdbool.h: lib/stdbool_.h
+ sed -e 's/@''HAVE__BOOL''@/0/' < $(srcdir)/lib/stdbool_.h > $@
all-local : windows/stdbool.h
+2003-07-01 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.am (EXTRA_DIST, stdbool.h): Use stdbool_.h instead of
+ stdbool.h.in.
+
2003-05-28 Paul Eggert <eggert@twinsun.com>
* pathmax.h: Include <limits.h> without checking for HAVE_LIMITS_H.
# >>> gnulib module stdbool.
-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 $(libgettextlib_la_OBJECTS): @STDBOOL_H@
-stdbool.h: stdbool.h.in
- sed -e 's/@''HAVE__BOOL''@/@HAVE__BOOL@/g' < $(srcdir)/stdbool.h.in > stdbool.h
+stdbool.h: stdbool_.h
+ sed -e 's/@''HAVE__BOOL''@/@HAVE__BOOL@/g' < $(srcdir)/stdbool_.h > stdbool.h
MOSTLYCLEANFILES += stdbool.h
# <<< gnulib module stdbool.