From: Bruno Haible Date: Sun, 1 Jul 2012 23:12:21 +0000 (+0200) Subject: log: Fix an autoconf >= 2.64 warning. X-Git-Tag: v0.1~570 X-Git-Url: http://erislabs.net/gitweb/?p=gnulib.git;a=commitdiff_plain;h=d7b60c353dab31895536f3afa74f5ce1ba9793cf log: Fix an autoconf >= 2.64 warning. * modules/log (configure.ac): Require, not invoke, gl_FUNC_LOG. Reported by Carlos O'Donell . --- diff --git a/ChangeLog b/ChangeLog index 2a798eb40..a505f6da3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-07-01 Bruno Haible + + log: Fix an autoconf >= 2.64 warning. + * modules/log (configure.ac): Require, not invoke, gl_FUNC_LOG. + Reported by Carlos O'Donell . + 2012-06-28 Bruno Haible log10f: Fix possible configuration problem. diff --git a/modules/log b/modules/log index 824f8c9d7..13e7c2731 100644 --- a/modules/log +++ b/modules/log @@ -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