]> git.marmaro.de Git - mmh/commitdiff
Fix configure.ac warning
authormarkus schnalke <meillo@marmaro.de>
Wed, 28 Oct 2015 22:43:02 +0000 (23:43 +0100)
committermarkus schnalke <meillo@marmaro.de>
Wed, 28 Oct 2015 22:43:02 +0000 (23:43 +0100)
configure.ac

index 05432d49b17058d48f17c9aab60b24fc72f4691c..d32c30b67270cb2f773a913bd19f4257e933b2fb 100644 (file)
@@ -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