From: Bruno Haible Date: Tue, 1 Jul 2003 11:43:01 +0000 (+0000) Subject: Renamed stdbool.h.in. X-Git-Tag: v0.13~397 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7960bf0f678959c4c1d7c459196235affe78c348;p=thirdparty%2Fgettext.git Renamed stdbool.h.in. --- 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.