From 7960bf0f678959c4c1d7c459196235affe78c348 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 1 Jul 2003 11:43:01 +0000 Subject: [PATCH] Renamed stdbool.h.in. --- gettext-runtime/lib/ChangeLog | 5 +++++ gettext-runtime/lib/Makefile.am | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/gettext-runtime/lib/ChangeLog b/gettext-runtime/lib/ChangeLog index 39efaa040..ab1c6db72 100644 --- a/gettext-runtime/lib/ChangeLog +++ b/gettext-runtime/lib/ChangeLog @@ -1,3 +1,8 @@ +2003-07-01 Bruno Haible + + * Makefile.am (EXTRA_DIST, stdbool.h): Use stdbool_.h instead of + stdbool.h.in. + 2003-05-22 Bruno Haible * gettext-0.12.1 released. diff --git a/gettext-runtime/lib/Makefile.am b/gettext-runtime/lib/Makefile.am index cbc469130..e1b6280e7 100644 --- a/gettext-runtime/lib/Makefile.am +++ b/gettext-runtime/lib/Makefile.am @@ -64,13 +64,13 @@ EXTRA_DIST += $(LIBADD_SOURCE) # >>> gnulib module stdbool. -EXTRA_DIST += ../../gettext-tools/lib/stdbool.h.in +EXTRA_DIST += ../../gettext-tools/lib/stdbool_.h # The following is needed in order to create an when the system # doesn't have one that works. all-local $(libgrt_a_OBJECTS): @STDBOOL_H@ -stdbool.h: ../../gettext-tools/lib/stdbool.h.in - sed -e 's/@''HAVE__BOOL''@/@HAVE__BOOL@/g' < $(srcdir)/../../gettext-tools/lib/stdbool.h.in > stdbool.h +stdbool.h: ../../gettext-tools/lib/stdbool_.h + sed -e 's/@''HAVE__BOOL''@/@HAVE__BOOL@/g' < $(srcdir)/../../gettext-tools/lib/stdbool_.h > stdbool.h MOSTLYCLEANFILES += stdbool.h # <<< gnulib module stdbool. -- 2.47.3