From 67b5f8454f6e0c74cd65228e9f48aa6f1a825daa Mon Sep 17 00:00:00 2001
From: Bruno Haible <bruno@clisp.org>
Date: Tue, 2 Oct 2007 00:27:14 +0200
Subject: [PATCH] Rename stdbool_.h to stdbool.in.h.

---
 ChangeLog                        | 3 +++
 lib/{stdbool_.h => stdbool.in.h} | 0
 modules/stdbool                  | 6 +++---
 3 files changed, 6 insertions(+), 3 deletions(-)
 rename lib/{stdbool_.h => stdbool.in.h} (100%)

diff --git a/ChangeLog b/ChangeLog
index 0bf82c50c2..012f327baf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -47,6 +47,9 @@
 	* lib/signal.in.h: Renamed from lib/signal_.h.
 	* modules/signal (Files, Makefile.am): Use signal.in.h instead of
 	_signal.h.
+	* lib/stdbool.in.h: Renamed from lib/stdbool_.h.
+	* modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
+	stdbool_.h.
 
 2007-09-30  Bruno Haible  <bruno@clisp.org>
 
diff --git a/lib/stdbool_.h b/lib/stdbool.in.h
similarity index 100%
rename from lib/stdbool_.h
rename to lib/stdbool.in.h
diff --git a/modules/stdbool b/modules/stdbool
index 90eb9395d2..709981c58a 100644
--- a/modules/stdbool
+++ b/modules/stdbool
@@ -3,7 +3,7 @@ An <stdbool.h> that nearly conforms to C99.
 (Nearly: casts to bool may not work.)
 
 Files:
-lib/stdbool_.h
+lib/stdbool.in.h
 m4/stdbool.m4
 
 Depends-on:
@@ -16,10 +16,10 @@ BUILT_SOURCES += $(STDBOOL_H)
 
 # We need the following in order to create <stdbool.h> when the system
 # doesn't have one that works.
-stdbool.h: stdbool_.h
+stdbool.h: stdbool.in.h
 	rm -f $@-t $@
 	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
-	  sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool_.h; \
+	  sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
 	} > $@-t
 	mv $@-t $@
 MOSTLYCLEANFILES += stdbool.h stdbool.h-t
-- 
2.30.2