From b2d9426f95dfa5d8e2b3af21f899f3fe8e25187b Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Tue, 8 Jan 2008 21:37:21 +0100 Subject: [PATCH] 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. --- ChangeLog | 7 +++++++ tests/acloca20.test | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) 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 -- 2.11.4.GIT