diff m4/stdbool.m4 @ 6374:7398c10d65f5

Prepare for using gl_STDBOOL_H.
author Bruno Haible <bruno@clisp.org>
date Thu, 13 Oct 2005 12:20:32 +0000
parents 5abccb682fc6
children 8e5f43169a9f
line wrap: on
line diff
--- 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.