From eb0c1c4bfb574bf724379a3714359c69c83826e3 Mon Sep 17 00:00:00 2001 From: markus schnalke Date: Wed, 28 Oct 2015 23:43:02 +0100 Subject: [PATCH] Fix configure.ac warning --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4