]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
1999-11-09 Akim Demaille <akim@epita.fr>
authorBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Tue, 9 Nov 1999 12:58:28 +0000 (12:58 +0000)
committerBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Tue, 9 Nov 1999 12:58:28 +0000 (12:58 +0000)
* autoheader.m4 (AH_CHECK_LIB): Template HAVE_LIBFOO, not
HAVE_FOO.

ChangeLog
autoheader.m4

index 01fe5f74ac7d6b8330ac3d451104b0c089f9bff0..3e371e6d16c71e5c7f461564ca599efc17926959 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-11-09  Akim Demaille  <akim@epita.fr>
+
+       * autoheader.m4 (AH_CHECK_LIB): Template HAVE_LIBFOO, not
+       HAVE_FOO.
+
 1999-11-09  Ben Elliston  <bje@cygnus.com>
 
        * testsuite/config/unix.exp (autoconf_version): Detect version
        as `ac_cs_root'.  The previous name was breaking the naming
        scheme.
 
+       Fix a bug in templates of AC_CHECK_LIB.
+
+       * autoheader.m4 (AH_CHECK_LIB): Template HAVE_LIBFOO, not
+       HAVE_FOO.
+
+1999-10-24  Akim Demaille  <akim@epita.fr>
+
        * TODO: Updated.
        Added a section for 2.15 and 3.
 
index dd0ca300cec4ab5f6c3806fb204fd7f96a1ccf50..83b01f5eac2cbb93ddd102a98936e7e8b4f6e8fe 100644 (file)
@@ -73,8 +73,10 @@ ac_verbatim_$1="\
 @@@
 ])])
 
+dnl FIXME: To be rigorous, this should not be systematic: depending
+dnl upon the arguments of AC_CHECK_LIB, we might not AC_DEFINE.
 define([AH_CHECK_LIB],
-[AH_TEMPLATE(AC_TR_CPP(HAVE_$1),
+[AH_TEMPLATE(AC_TR_CPP(HAVE_LIB$1),
              [Define if you have the `]$1[' library (-l]$1[).])
 # Success
 $3