]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Renamed stdbool.h.in to stdbool_.h.
authorBruno Haible <bruno@clisp.org>
Tue, 1 Jul 2003 11:44:49 +0000 (11:44 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:46 +0000 (12:10 +0200)
gettext-tools/ChangeLog
gettext-tools/Makefile.am
gettext-tools/lib/ChangeLog
gettext-tools/lib/Makefile.am

index a54bb6f6c280f8c40f444da960c624bfaed8dbea..b230feb1aa24aa0311a7e9a3778436b7aabf64d7 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 7b50f8e59087772b3920e521f4c83d14eab9f6be..037c75cbe34c07a4840da3db6bcbec8699432bf3 100644 (file)
@@ -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
 
index e78b8b48734939ee85b9d646fc65fc10b4801a71..3fce8852966ab3374969ecfb33c25fec2d10f9ed 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 34e45ffbeeb03aa01be795a36ac4bbe3e6290e4c..97d29dbce0c1393c40486654ea526d1df7c22640 100644 (file)
@@ -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 <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.