X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=configure.in;h=bb58e1fff84a729f1350876b262642705ffd1115;hb=1f9b59c7eb5c5394754bcc0fe28248f55ff6957d;hp=76237e26810f52a37ec6f36fdc3564345293dbf0;hpb=eeef255a56fa2a1551c88571cf4bc34eeb858ef8;p=mmh diff --git a/configure.in b/configure.in index 76237e2..bb58e1f 100644 --- a/configure.in +++ b/configure.in @@ -17,7 +17,7 @@ AC_DEFUN(NMH_PROG_GNU_LIBTOOL, [ tmptest=`$LIBTOOL --version 2>&1 | grep GNU` if test x"$tmptest" != x ; then GNU_LIBTOOL=1 - AC_SUBST(GNU_LIBTOOL) + AC_SUBST(GNU_LIBTOOL)dnl fi ] )