* 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-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
#! /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
mv -f configure.int configure.in
$ACLOCAL
-$AUTOCONF
+$AUTOCONF --force
./configure | grep 'right foo'
grep 'wrong foo' foo.m4