bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lib/Makefile.am change needed for recent stdbool.h fix


From: Paul Eggert
Subject: lib/Makefile.am change needed for recent stdbool.h fix
Date: Tue, 13 Dec 2005 16:12:18 -0800
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

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  <address@hidden>

        * Makefile.am (stdbool.h): Resurrect the 'sed' that goes along
        with '#if address@hidden@".

--- 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 address@hidden
+       sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool_.h > 
address@hidden
        mv address@hidden $@
 
 BUILT_SOURCES += $(ALLOCA_H)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]