From a6caba2509b98248f11844186ef05fc844226c83 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 14 Dec 2005 00:08:54 +0000 Subject: (stdbool.h): Resurrect the 'sed' that goes along with '#if !@HAVE_BOOL@". --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am index ab6fd1bea..a66a6c1d0 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -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 $@-t + sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool_.h > $@-t mv $@-t $@ BUILT_SOURCES += $(ALLOCA_H) -- cgit v1.2.3-54-g00ecf