From: Bruno Haible Date: Thu, 13 Oct 2005 12:20:32 +0000 (+0000) Subject: Prepare for using gl_STDBOOL_H. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94c929ecbd19082f4001fb3a33b5a85bd80d7749;p=pspp Prepare for using gl_STDBOOL_H. --- diff --git a/m4/ChangeLog b/m4/ChangeLog index 41aeffe3fe..f51c2c9365 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,8 @@ +2005-10-12 Bruno Haible + + * stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H. + Reported by Stepan Kasal . + 2005-10-12 Simon Josefsson * gc-pbkdf2-sha1.m4: New file. diff --git a/m4/stdbool.m4 b/m4/stdbool.m4 index 945a036531..922a00258e 100644 --- a/m4/stdbool.m4 +++ b/m4/stdbool.m4 @@ -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.