projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6d3968
)
Prepare for using gl_STDBOOL_H.
author
Bruno Haible
<bruno@clisp.org>
Thu, 13 Oct 2005 12:20:32 +0000
(12:20 +0000)
committer
Bruno Haible
<bruno@clisp.org>
Thu, 13 Oct 2005 12:20:32 +0000
(12:20 +0000)
m4/ChangeLog
patch
|
blob
|
history
m4/stdbool.m4
patch
|
blob
|
history
diff --git
a/m4/ChangeLog
b/m4/ChangeLog
index 41aeffe3fe01a08328907d778e2f17b8c1896322..f51c2c936516b10cf06bdb70e9fd897599c3fab5 100644
(file)
--- 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.
diff --git
a/m4/stdbool.m4
b/m4/stdbool.m4
index 945a03653174982483331d2d39aff90b74c02b89..922a00258ee03299cb8cc9463d7c37e88a6cc7b1 100644
(file)
--- 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.