changeset 6374:7398c10d65f5

Prepare for using gl_STDBOOL_H.
author Bruno Haible <bruno@clisp.org>
date Thu, 13 Oct 2005 12:20:32 +0000
parents 45937732b5dd
children 792a53343abe
files m4/ChangeLog m4/stdbool.m4
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,8 @@
+2005-10-12  Bruno Haible  <bruno@clisp.org>
+
+	* stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
+	Reported by Stepan Kasal <kasal@ucw.cz>.
+
 2005-10-12  Simon Josefsson  <jas@extundo.com>
 
 	* gc-pbkdf2-sha1.m4: New file.
--- a/m4/stdbool.m4
+++ b/m4/stdbool.m4
@@ -28,6 +28,9 @@
   AC_SUBST([HAVE__BOOL])
 ])
 
+# AM_STDBOOL_H will be renamed to gl_STDBOOL_H in the future.
+AC_DEFUN([gl_STDBOOL_H], [AM_STDBOOL_H])
+
 # This macro is only needed in autoconf <= 2.59.  Newer versions of autoconf
 # have this macro built-in.