From: Bruno Haible Date: Tue, 1 Jul 2003 11:44:49 +0000 (+0000) Subject: Renamed stdbool.h.in to stdbool_.h. X-Git-Tag: v0.13~396 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f19aeabc5976382237c0aec846c79ecb6b2abd7d;p=thirdparty%2Fgettext.git Renamed stdbool.h.in to stdbool_.h. --- diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index a54bb6f6c..b230feb1a 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,8 @@ +2003-07-01 Bruno Haible + + * Makefile.am (windows/stdbool.h): Use stdbool_.h instead of + stdbool.h.in. + 2003-06-19 Bruno Haible * configure.ac: Invoke gt_LOCALE_FR. diff --git a/gettext-tools/Makefile.am b/gettext-tools/Makefile.am index 7b50f8e59..037c75cbe 100644 --- a/gettext-tools/Makefile.am +++ b/gettext-tools/Makefile.am @@ -202,8 +202,8 @@ config.h.msvc: config.h.in ../version.sh -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 diff --git a/gettext-tools/lib/ChangeLog b/gettext-tools/lib/ChangeLog index e78b8b487..3fce88529 100644 --- a/gettext-tools/lib/ChangeLog +++ b/gettext-tools/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-28 Paul Eggert * pathmax.h: Include without checking for HAVE_LIMITS_H. diff --git a/gettext-tools/lib/Makefile.am b/gettext-tools/lib/Makefile.am index 34e45ffbe..97d29dbce 100644 --- a/gettext-tools/lib/Makefile.am +++ b/gettext-tools/lib/Makefile.am @@ -135,13 +135,13 @@ DISTCLEANFILES += fnmatch.h # >>> gnulib module stdbool. -EXTRA_DIST += stdbool.h.in +EXTRA_DIST += stdbool_.h # The following is needed in order to create an 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.