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

index 39efaa040e8ccc301a70ec253d24ff91e0378756..ab1c6db7291c2cc93aa189e31a04a61b3616c254 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-22  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.12.1 released.
index cbc469130c51d1c892408bb5d4e9ba8710eca61f..e1b6280e7dcbb666e1b596cdbb223f6cc56fef02 100644 (file)
@@ -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 <stdbool.h> 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.