]> Savannah Git Hosting - gnulib.git/commitdiff
log: Fix an autoconf >= 2.64 warning.
authorBruno Haible <bruno@clisp.org>
Sun, 1 Jul 2012 23:12:21 +0000 (01:12 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 1 Jul 2012 23:12:21 +0000 (01:12 +0200)
* modules/log (configure.ac): Require, not invoke, gl_FUNC_LOG.
Reported by Carlos O'Donell <carlos_odonell@mentor.com>.

ChangeLog
modules/log

index 2a798eb40e46bbbf8364b8e99d5b53bd31428794..a505f6da39ea75cadb162b9614a7aabeaefbfcc8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-07-01  Bruno Haible  <bruno@clisp.org>
+
+       log: Fix an autoconf >= 2.64 warning.
+       * modules/log (configure.ac): Require, not invoke, gl_FUNC_LOG.
+       Reported by Carlos O'Donell <carlos_odonell@mentor.com>.
+
 2012-06-28  Bruno Haible  <bruno@clisp.org>
 
        log10f: Fix possible configuration problem.
index 824f8c9d7c5d8b22c6547da61c51d23d91101b07..13e7c2731dad75f504bd33f7d9af2a1a7b45e0c1 100644 (file)
@@ -10,7 +10,7 @@ Depends-on:
 math
 
 configure.ac:
-gl_FUNC_LOG
+AC_REQUIRE([gl_FUNC_LOG])
 if test $REPLACE_LOG = 1; then
   AC_LIBOBJ([log])
 fi