From: Ralf Wildenhues Date: Tue, 8 Jan 2008 20:37:21 +0000 (+0100) Subject: Fix acloca20.test for fast machines. X-Git-Tag: v1.10b~186 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2d9426f95dfa5d8e2b3af21f899f3fe8e25187b;p=thirdparty%2Fautomake.git Fix acloca20.test for fast machines. * tests/acloca20.test: Use `--force' with the second $AUTOCONF, to force update on fast machines where both autoconf invocations happen within the same second. Report by Greg Schafer. --- diff --git a/ChangeLog b/ChangeLog index 768c418b7..8835cfd8f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-01-08 Ralf Wildenhues + + * tests/acloca20.test: Use `--force' with the second $AUTOCONF, + to force update on fast machines where both autoconf invocations + happen within the same second. + Report by Greg Schafer. + 2008-01-07 Ralf Wildenhues * automake.in (scan_autoconf_files): Sort loop over diff --git a/tests/acloca20.test b/tests/acloca20.test index 76d96f3c0..0d6dbbfbe 100755 --- a/tests/acloca20.test +++ b/tests/acloca20.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2006 Free Software Foundation, Inc. +# Copyright (C) 2006, 2008 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -48,6 +48,6 @@ sed 's/dnl //' configure.int mv -f configure.int configure.in $ACLOCAL -$AUTOCONF +$AUTOCONF --force ./configure | grep 'right foo' grep 'wrong foo' foo.m4