From: Pavel Roskin Date: Wed, 1 Nov 2000 15:20:46 +0000 (+0000) Subject: * tests/tools.at (autoupdating AC_LINK_FILES): Invoke autoconf X-Git-Tag: autoconf-2.50~496 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae60935d08fa77f3403f30f084e83491e6c66554;p=thirdparty%2Fautoconf.git * tests/tools.at (autoupdating AC_LINK_FILES): Invoke autoconf like in the rest of the tests. --- diff --git a/ChangeLog b/ChangeLog index d7d69932d..199daf578 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-11-01 Raja R Harinath + + * tests/tools.at (autoupdating AC_LINK_FILES): Invoke autoconf + like in the rest of the tests. + 2000-11-01 Pavel Roskin * autoconf.sh: Typo: s/m4__warnings/m4_warnings/. diff --git a/tests/tools.at b/tests/tools.at index 1f225173a..c83bc785d 100644 --- a/tests/tools.at +++ b/tests/tools.at @@ -206,7 +206,7 @@ AT_DATA(dst2, dst2 AT_CHECK([autoupdate --autoconf-dir $top_srcdir], 0, [], [autoupdate: `configure.in' is updated ]) -AT_CHECK([autoconf --autoconf-dir $top_srcdir], 0) +AT_CHECK([autoconf --autoconf-dir .. -l $at_srcdir], 0) AT_CHECK([./configure], 0, ignore) AT_CHECK([cat src1], 0, [dst1 ])