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-40-g


From: Paolo Bonzini
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.63-40-gc974b65
Date: Mon, 13 Oct 2008 16:07:29 +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=c974b65d2c050c6bf495bd79a9ea77cfc3b8e547

The branch, master has been updated
       via  c974b65d2c050c6bf495bd79a9ea77cfc3b8e547 (commit)
       via  50109ed5c2ff974abc62e445d7c29e1122255a37 (commit)
      from  45f473304f1a13b9909a3236d8d154316fe7eddf (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 c974b65d2c050c6bf495bd79a9ea77cfc3b8e547
Author: Paolo Bonzini <address@hidden>
Date:   Sun Oct 12 16:20:59 2008 +0200

    Test AS_LINENO_PREPARE.
    
    * tests/m4sh.at: Use documented AS_LINENO_PREPARE.

commit 50109ed5c2ff974abc62e445d7c29e1122255a37
Author: Paolo Bonzini <address@hidden>
Date:   Mon Oct 13 16:22:26 2008 +0200

    Test AS_ME_PREPARE.
    
    * tests/m4sh.at (as_me): New test.

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

Summary of changes:
 ChangeLog     |   10 ++++++++++
 tests/m4sh.at |   26 +++++++++++++++++++++++---
 2 files changed, 33 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index bd108ad..692e62a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2008-10-13  Paolo Bonzini  <address@hidden>
 
+       Test AS_LINENO_PREPARE.
+       * tests/m4sh.at: Use documented AS_LINENO_PREPARE.
+
+2008-10-13  Paolo Bonzini  <address@hidden>
+
+       Test AS_ME_PREPARE.
+       * tests/m4sh.at (as_me): New test.
+
+2008-10-13  Paolo Bonzini  <address@hidden>
+
        Add and document AS_INIT_GENERATED.
        * lib/m4sugar/m4sh.m4 (AS_INIT_GENERATED): New.
        * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use it.
diff --git a/tests/m4sh.at b/tests/m4sh.at
index 1692098..e7ea7aa 100644
--- a/tests/m4sh.at
+++ b/tests/m4sh.at
@@ -343,6 +343,27 @@ AT_CLEANUP
 
 
 
+## ------- ##
+## as_me.  ##
+## ------- ##
+
+AT_SETUP([as_me])
+AT_KEYWORDS([m4sh])
+
+AT_DATA_M4SH([script.as],
+[[AS_INIT
+AS_ME_PREPARE
+test "$as_me" = script || AS_ECHO([["incorrect value of \$as_me: $as_me"]])
+]])
+
+AT_CHECK_M4SH
+AT_CHECK([./script])
+
+AT_CLEANUP
+
+
+
+
 ## ----------------------------- ##
 ## Negated classes in globbing.  ##
 ## ----------------------------- ##
@@ -386,7 +407,7 @@ AT_KEYWORDS([m4sh])
 
 AT_DATA_M4SH([script.as],
 [[AS_INIT
-_AS_LINENO_PREPARE
+AS_LINENO_PREPARE
 
 func_return () {
   (exit $1)
@@ -429,7 +450,7 @@ AT_KEYWORDS([m4sh])
 
 AT_DATA_M4SH([script.as],
 [[AS_INIT
-_AS_LINENO_PREPARE
+AS_LINENO_PREPARE
 
 func_success () {
   return 0
@@ -507,7 +528,6 @@ AT_KEYWORDS([m4sh m4@&address@hidden m4@&address@hidden)
 
 AT_DATA_M4SH([script.as],
 [[AS_INIT
-_AS_LINENO_PREPARE
 
 echo "AS_HELP_STRING([--an-option],[some text])"
 echo "AS_HELP_STRING([--another-much-longer-option],


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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