From: markus schnalke Date: Wed, 28 Oct 2015 22:43:02 +0000 (+0100) Subject: Fix configure.ac warning X-Git-Tag: mmh-0.2~10 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=eb0c1c4bfb574bf724379a3714359c69c83826e3;ds=sidebyside Fix configure.ac warning --- diff --git a/configure.ac b/configure.ac index 05432d4..d32c30b 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ dnl --------------------- dnl define a macro or two dnl --------------------- -AC_DEFUN(NMH_PROG_GNU_LIBTOOL, [ +AC_DEFUN([NMH_PROG_GNU_LIBTOOL], [ if test -n "$LIBTOOL" ; then tmptest=`$LIBTOOL --version 2>&1 | grep GNU` if test x"$tmptest" != x ; then