Prepare for using gl_STDBOOL_H.
authorBruno Haible <bruno@clisp.org>
Thu, 13 Oct 2005 12:20:32 +0000 (12:20 +0000)
committerBruno Haible <bruno@clisp.org>
Thu, 13 Oct 2005 12:20:32 +0000 (12:20 +0000)
m4/ChangeLog
m4/stdbool.m4

index 41aeffe..f51c2c9 100644 (file)
@@ -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.
index 945a036..922a002 100644 (file)
@@ -28,6 +28,9 @@ AC_DEFUN([AM_STDBOOL_H],
   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.