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-157-


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.63-157-g62c0450
Date: Wed, 05 Nov 2008 02:26:49 +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=62c045085d9f128160af18cf4fd07f8a6dce60ce

The branch, master has been updated
       via  62c045085d9f128160af18cf4fd07f8a6dce60ce (commit)
      from  bc6676ed118b7f9e07e3647b9ddd44ed37304e1c (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 62c045085d9f128160af18cf4fd07f8a6dce60ce
Author: Eric Blake <address@hidden>
Date:   Tue Nov 4 19:13:38 2008 -0700

    Reject arguments with leading =; test previous patch.
    
    * tests/base.at (configure arguments): Test this.
    Reported by Jeff Squyres.
    
    Signed-off-by: Eric Blake <address@hidden>

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

Summary of changes:
 ChangeLog     |    1 +
 tests/base.at |    4 ++++
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f54b453..c658e67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,7 @@
        * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS)
        (_AC_OUTPUT_MAIN_LOOP): Quote invalid arguments.
        * lib/autotest/general.m4 (AT_INIT): Likewise.
+       * tests/base.at (configure arguments): Test this.
        Reported by Jeff Squyres.
 
 2008-11-04  Eric Blake  <address@hidden>
diff --git a/tests/base.at b/tests/base.at
index 883db25..1ed8e1c 100644
--- a/tests/base.at
+++ b/tests/base.at
@@ -321,6 +321,10 @@ AT_CHECK_AUTOCONF
 AT_CHECK_CONFIGURE([FOO=bar --enable-baz --without-zork --silent], [0], 
[stdout], [ignore])
 AT_CHECK([grep 'FOO=bar --enable-baz --without-zork --silent' stdout], [0], 
[ignore], [ignore])
 
+dnl check that syntax error is detected
+AT_CHECK_CONFIGURE([=], [1], [], [ignore], [ignore])
+AT_CHECK_CONFIGURE([1=2], [1], [], [ignore], [ignore])
+
 AT_CLEANUP
 
 


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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