From: Bruno Haible Date: Fri, 6 Jun 2003 20:59:34 +0000 (+0000) Subject: Rename stdbool.h.in to stdbool_.h, for DOS and VMS's sake. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fdbabc41a7e3b620023bb426418459d6c5e3209;p=pspp Rename stdbool.h.in to stdbool_.h, for DOS and VMS's sake. --- diff --git a/ChangeLog b/ChangeLog index c67961e340..5fa8b7b110 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-06-06 Jim Meyering + Bruno Haible + + * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h. + Adjust Makefile.am snippet not to redirect directly to target. + Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables. + 2003-05-30 Bruno Haible * modules/gettext: Add files m4/nls.m4 and m4/po.m4. diff --git a/lib/ChangeLog b/lib/ChangeLog index 808c8bc718..92a994d653 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2003-06-06 Jim Meyering + + * stdbool_.h: Renamed from stdbool.h.in. + 2003-06-06 Jim Meyering Merge from coreutils. @@ -126,10 +130,6 @@ posixtime failures better. Improve the test data (in comments only). -2003-06-02 Jim Meyering - - * stdbool.h.in: Rename to stdbool.hin. - 2003-05-30 * mktime.c: update from libc. @@ -1766,7 +1766,7 @@ * argmatch.c: Include "quote.h". (argmatch_invalid): Remove explicit `' quotes. Instead, use the - quote function. Reported by Göran Uddeborg. + quote function. Reported by Göran Uddeborg. 2001-05-20 Alexandre Duret-Lutz @@ -3153,7 +3153,7 @@ 2000-01-17 Jim Meyering - * interlock: Remove unused file. Reported by François Pinard. + * interlock: Remove unused file. Reported by François Pinard. 2000-01-16 Paul Eggert diff --git a/modules/stdbool b/modules/stdbool index 946905fcac..14591900de 100644 --- a/modules/stdbool +++ b/modules/stdbool @@ -3,7 +3,7 @@ An that nearly conforms to C99. (Nearly: casts to bool may not work.) Files: -lib/stdbool.h.in +lib/stdbool_.h m4/stdbool.m4 Depends-on: @@ -12,14 +12,15 @@ configure.ac: AM_STDBOOL_H Makefile.am: -EXTRA_DIST += stdbool.h.in +EXTRA_DIST += stdbool_.h # The following is needed in order to create an when the system # doesn't have one that works. -all-local $(lib_OBJECTS): @STDBOOL_H@ -stdbool.h: stdbool.h.in - sed -e 's/@''HAVE__BOOL''@/@HAVE__BOOL@/g' < $(srcdir)/stdbool.h.in > stdbool.h -MOSTLYCLEANFILES += stdbool.h +all-local $(lib_OBJECTS): $(STDBOOL_H) +stdbool.h: stdbool_.h + sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool_.h > stdbool.h-t + mv stdbool.h-t stdbool.h +MOSTLYCLEANFILES += stdbool.h stdbool.h-t Include: #include