From: Akim Demaille Date: Tue, 5 Dec 2000 13:52:49 +0000 (+0000) Subject: * tests/tools.at (autoupdate): Strengthen and check autoupdate's X-Git-Tag: autoconf-2.50~354 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d7512c8eae1cfe1d26ecdc40a3cdaf95c027455;p=thirdparty%2Fautoconf.git * tests/tools.at (autoupdate): Strengthen and check autoupdate's idempotency. --- diff --git a/ChangeLog b/ChangeLog index aa35544eb..414c6f5df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-12-05 Akim Demaille + + * tests/tools.at (autoupdate): Strengthen and check autoupdate's + idempotency. + 2000-12-05 Akim Demaille * tests/atspecific.m4 (_AT_CHECK_AC_MACRO): s/cp -f/mv -f/. diff --git a/tests/tools.at b/tests/tools.at index 63725bab1..c5cadef5f 100644 --- a/tests/tools.at +++ b/tests/tools.at @@ -165,23 +165,33 @@ AT_CLEANUP AT_SETUP([autoupdate]) AT_DATA(configure.in, -[[AC_INIT +[[AC_INIT(Test, 1.0) AC_CANONICAL_SYSTEM dnl The doc says 27 is a valid fubar. fubar=27 AC_OUTPUT(Makefile, echo $fubar, fubar=$fubar) ]]) -# Checking `autoupdate'. -AT_CHECK([autoupdate --autoconf-dir $top_srcdir -