# HG changeset patch # User Bruno Haible # Date 1129206032 0 # Node ID 7398c10d65f5b7d66220427a4023ee7853e7332b # Parent 45937732b5dd153f4aaa01bfa19ff58d68c8a60b Prepare for using gl_STDBOOL_H. diff --git a/m4/ChangeLog b/m4/ChangeLog --- 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 --- 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.