automake-patches
[Top][All Lists]
Advanced

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

[SCM] GNU Automake branch, master, updated. Release-1-10-99-gb2d9426


From: Ralf Wildenhues
Subject: [SCM] GNU Automake branch, master, updated. Release-1-10-99-gb2d9426
Date: Tue, 08 Jan 2008 20:40:04 +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=b2d9426f95dfa5d8e2b3af21f899f3fe8e25187b

The branch, master has been updated
       via  b2d9426f95dfa5d8e2b3af21f899f3fe8e25187b (commit)
      from  c22033fc8c7b999aeed820144f4441743a7f1696 (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 b2d9426f95dfa5d8e2b3af21f899f3fe8e25187b
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 768c418..8835cfd 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 76d96f3..0d6dbbf 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.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]