autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

37-fyi-atlocal-in.patch


From: Akim Demaille
Subject: 37-fyi-atlocal-in.patch
Date: Wed, 31 Oct 2001 11:26:37 +0100

Index: ChangeLog
from  Akim Demaille  <address@hidden>
        
        * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Do not
        AC_CONFIG_FILES(atlocal) as it means a file atlocal.in *must* be
        provided, while it is optional.
        
Index: lib/autoconf/autotest.m4
--- lib/autoconf/autotest.m4 Sun, 23 Sep 2001 16:12:48 +0200 akim
+++ lib/autoconf/autotest.m4 Tue, 30 Oct 2001 22:24:35 +0100 akim
@@ -99,8 +99,4 @@ AC_DEFUN([AC_CONFIG_TESTDIR],
 SHELL=\${CONFIG_SHELL-'$SHELL'}
 ATEOF
 ])
-
-if test -f $srcdir/$1/atlocal.in; then
-  AC_CONFIG_FILES([$1/atlocal])
-fi
 ])# AC_CONFIG_TESTDIR



reply via email to

[Prev in Thread] Current Thread [Next in Thread]