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.63-3-g0


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.63-3-g07d484d
Date: Thu, 11 Sep 2008 02:07: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 Autoconf source repository".

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

The branch, master has been updated
       via  07d484dea6d939d0e5dedf1c3fa5149ad2b46496 (commit)
      from  1a9b1670c199a2fcd616cb1959771bc77251781b (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 07d484dea6d939d0e5dedf1c3fa5149ad2b46496
Author: Eric Blake <address@hidden>
Date:   Wed Sep 10 20:06:05 2008 -0600

    Avoid testsuite bug when autom4te cache is disabled by user.
    
    * tests/tools.at (autoconf: forbidden tokens, basic): Enable
    cache, even if user normally disabled it.
    Reported by Bruno Haible.
    
    Signed-off-by: Eric Blake <address@hidden>

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

Summary of changes:
 ChangeLog      |    5 +++++
 tests/tools.at |   10 ++++++++++
 2 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index fa0aa49..073efda 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2008-09-10  Eric Blake  <address@hidden>
 
+       Avoid testsuite bug when autom4te cache is disabled by user.
+       * tests/tools.at (autoconf: forbidden tokens, basic): Enable
+       cache, even if user normally disabled it.
+       Reported by Bruno Haible.
+
        Avoid testsuite bug in presence of verbose config.site.
        * tests/base.at (Input/Output): Nullify config.site during test.
        Reported by Bob Friesenhahn.
diff --git a/tests/tools.at b/tests/tools.at
index 6285f3d..0123f82 100644
--- a/tests/tools.at
+++ b/tests/tools.at
@@ -347,6 +347,16 @@ _AS_BAR
 [dnl]
 ]])
 
+dnl This test needs autom4te's cache, in spite of any ~/.autom4te.cfg.
+AT_DATA([.autom4te.cfg], [[
+begin-language: "Autoconf"
+args: --cache=autom4te.cache
+end-language: "Autoconf"
+begin-language: "Autoconf-without-aclocal-m4"
+args: --cache=autom4te.cache
+end-language: "Autoconf-without-aclocal-m4"
+]])
+
 AT_CHECK_AUTOCONF([], 1, [],
 [[configure.ac:2: error: possibly undefined macro: m4@&address@hidden
       If this token and others are legitimate, please use m4@&address@hidden


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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