From: Dan Harkless Date: Fri, 21 Jul 2000 01:56:17 +0000 (+0000) Subject: Meaningless change to test autoconf commit order stuff. X-Git-Tag: RELEASE_1_2~221 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=011e533b32afd25a33ff44b02530dc50214925e0 Meaningless change to test autoconf commit order stuff. --- diff --git a/configure.in b/configure.in index 9b76ddf..9d0bc24 100644 --- a/configure.in +++ b/configure.in @@ -247,8 +247,8 @@ else LINTFLAGS="" fi fi -AC_SUBST(LINT) -AC_SUBST(LINTFLAGS) +AC_SUBST(LINT)dnl +AC_SUBST(LINTFLAGS)dnl dnl try to figure out which one we've got AC_CHECK_PROG(LIBTOOL, libtool, libtool, , [$pathtmp])