]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Fix acloca20.test for fast machines.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 8 Jan 2008 20:37:21 +0000 (21:37 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 8 Jan 2008 20:37:21 +0000 (21:37 +0100)
* 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.

ChangeLog
tests/acloca20.test

index 768c418b7af069a1cd43d3ccdb442ba0bf0d9fdc..8835cfd8f218a24da6baea8cf60f1039771fc569 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * 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  <Ralf.Wildenhues@gmx.de>
 
        * automake.in (scan_autoconf_files): Sort loop over
index 76d96f3c0ac72fa5e316bd8f606cca541d39767d..0d6dbbfbeb3476a262606c98e46e246b0d13d34d 100755 (executable)
@@ -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.in >configure.int
 mv -f configure.int configure.in
 
 $ACLOCAL
-$AUTOCONF
+$AUTOCONF --force
 ./configure | grep 'right foo'
 grep 'wrong foo' foo.m4