autoconf-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Autoconf source repository branch, master, updated. v2.62-79-g


From: Ralf Wildenhues
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.62-79-g96e601a
Date: Thu, 21 Aug 2008 06:05:21 +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 Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=96e601a1596f116c52e5d13529850f0d6c61f943

The branch, master has been updated
       via  96e601a1596f116c52e5d13529850f0d6c61f943 (commit)
      from  60974b5558d32b70a8a3f7f5e89f28d2daa259e8 (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 96e601a1596f116c52e5d13529850f0d6c61f943
Author: Ralf Wildenhues <address@hidden>
Date:   Wed Aug 20 21:10:17 2008 +0200

    Avoid timestamp races for updated input.
    
    * tests/m4sh.at (AS_IF and AS_CASE): Use `autom4te --force' for
    second script.  Set the expansion limit back to 1000.
    * tests/tools.at (autotools and whitespace in file names): Add
    --force for repeated invocations.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog      |    8 ++++++++
 tests/m4sh.at  |    3 ++-
 tests/tools.at |    8 ++++----
 3 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f15cbf7..7fdd897 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-08-20  Ralf Wildenhues  <address@hidden>
+
+       Avoid timestamp races for updated input.
+       * tests/m4sh.at (AS_IF and AS_CASE): Use `autom4te --force' for
+       second script.
+       * tests/tools.at (autotools and whitespace in file names): Add
+       --force for repeated invocations.
+
 2008-08-20  Bruno Haible  <address@hidden>
 
        Add section to INSTALL about particular systems.
diff --git a/tests/m4sh.at b/tests/m4sh.at
index f64d832..acaa11e 100644
--- a/tests/m4sh.at
+++ b/tests/m4sh.at
@@ -739,7 +739,8 @@ AS_CASE([$[1]]m4_for([i], [1], ]limit[, [], [, i, echo i]))
 AS_CASE([$[1]]m4_for([i], [1], ]limit[, [], [, i, echo i]), [echo default])
 ]])
 
-AT_CHECK_M4SH
+dnl Add --force so autom4te doesn't think `script' is still up to date.
+AT_CHECK_M4SH([--force])
 AT_CHECK([./script 1], [0], [[1
 1
 1
diff --git a/tests/tools.at b/tests/tools.at
index 9e13689..6285f3d 100644
--- a/tests/tools.at
+++ b/tests/tools.at
@@ -1016,9 +1016,9 @@ END
 END
 
   AT_CHECK_AUTOHEADER([-B "$dir" "$file.in"])
-  AT_CHECK_AUTOHEADER([-I "$dir" "$file.in"])
+  AT_CHECK_AUTOHEADER([--force -I "$dir" "$file.in"])
   AT_CHECK_AUTOUPDATE([-B "$dir" "$file.in"])
-  AT_CHECK_AUTOUPDATE([-I "$dir" "$file.in"])
+  AT_CHECK_AUTOUPDATE([--force -I "$dir" "$file.in"])
   AT_CHECK_AUTOUPDATE([-B "$dir" - < "$file.in"], [], [ignore])
   AT_CHECK_AUTOCONF([-B "$dir" -o "$file" "$file.in"])
   AT_CHECK_AUTOCONF([-I "$dir" -o "$file" "$file.in"])
@@ -1026,12 +1026,12 @@ END
   AT_CHECK_AUTOCONF([--prepend-include="$dir" -o "$file" "$file.in"])
   AT_CHECK_AUTOCONF([--include="$dir" -o "$file" "$file.in"])
   AT_CHECK([autoscan -B "$dir"], [], [], [ignore])
-  AT_CHECK([autoscan -I "$dir"], [], [], [ignore])
+  AT_CHECK([autoscan --force -I "$dir"], [], [], [ignore])
   # autoreconf requires a sane input file name.  Also, disable aclocal.
   mv -f "$file.in" configure.in
   AT_DATA([aclocal.m4])
   AT_CHECK([autoreconf -B "$dir"])
-  AT_CHECK([autoreconf -I "$dir"])
+  AT_CHECK([autoreconf --force -I "$dir"])
 
   cat >"$file.c" <<'END'
 #if FOO


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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