automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Automake branch, branch-1-10, updated. Release-1-10-54-gedc292


From: Ralf Wildenhues
Subject: [SCM] GNU Automake branch, branch-1-10, updated. Release-1-10-54-gedc2922
Date: Tue, 08 Jan 2008 20:40:03 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".

http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=edc2922bf8507868e7e867eab8a886ec932b6188

The branch, branch-1-10 has been updated
       via  edc2922bf8507868e7e867eab8a886ec932b6188 (commit)
      from  970886f38984dbb866211146298660b5a978f52c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit edc2922bf8507868e7e867eab8a886ec932b6188
Author: Ralf Wildenhues <address@hidden>
Date:   Tue Jan 8 21:37:21 2008 +0100

    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.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog           |    7 +++++++
 tests/acloca20.test |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b6a4ecb..c693fe7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-01-08  Ralf Wildenhues  <address@hidden>
+
+       * 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  <address@hidden>
 
        * automake.in (scan_autoconf_files): Sort loop over
diff --git a/tests/acloca20.test b/tests/acloca20.test
index b80562b..770cc24 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 file is part of GNU Automake.
 #
@@ -52,6 +52,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


hooks/post-receive
--
GNU Automake




reply via email to

[Prev in Thread] Current Thread [Next in Thread]