Whoops.  This change is needed to go along with the previous change,
for hosts that lack a working stdbool.h.  I installed this on the
head; the b5_9x branch doesn't need it.

2005-12-13  Paul Eggert  <[EMAIL PROTECTED]>

        * Makefile.am (stdbool.h): Resurrect the 'sed' that goes along
        with '#if [EMAIL PROTECTED]@".

--- lib/Makefile.am     26 Nov 2005 06:58:34 -0000      1.239
+++ lib/Makefile.am     14 Dec 2005 00:08:54 -0000      1.240
@@ -126,7 +126,7 @@ EXTRA_DIST += stdbool_.h
 MOSTLYCLEANFILES += stdbool.h stdbool.h-t
 # Create stdbool.h on systems that lack a working one.
 stdbool.h: stdbool_.h
-       cp $(srcdir)/stdbool_.h [EMAIL PROTECTED]
+       sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool_.h > 
[EMAIL PROTECTED]
        mv [EMAIL PROTECTED] $@
 
 BUILT_SOURCES += $(ALLOCA_H)


_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to