From 011e533b32afd25a33ff44b02530dc50214925e0 Mon Sep 17 00:00:00 2001 From: Dan Harkless Date: Fri, 21 Jul 2000 01:56:17 +0000 Subject: [PATCH] Meaningless change to test autoconf commit order stuff. --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]) -- 1.7.10.4