changeset 16958:19757e6721b3

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>.
author Bruno Haible <bruno@clisp.org>
date Mon, 02 Jul 2012 01:12:21 +0200
parents c84507657497
children cbf3215ae90e
files ChangeLog modules/log
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/modules/log
+++ b/modules/log
@@ -10,7 +10,7 @@
 math
 
 configure.ac:
-gl_FUNC_LOG
+AC_REQUIRE([gl_FUNC_LOG])
 if test $REPLACE_LOG = 1; then
   AC_LIBOBJ([log])
 fi