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.61a-273


From: Benoit Sigoure
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.61a-273-gdb60723
Date: Mon, 12 Nov 2007 17:35: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=db607230cde0f3b72db3c7feec1d65b52d0d46fd

The branch, master has been updated
       via  db607230cde0f3b72db3c7feec1d65b52d0d46fd (commit)
      from  6d8cbe20d4ddfa4a1f631fc2615625d5b60294bc (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 db607230cde0f3b72db3c7feec1d65b52d0d46fd
Author: Benoit Sigoure <address@hidden>
Date:   Mon Nov 12 09:46:16 2007 +0100

    Fix typos in variable names.
    
        * tests/semantics.at (test for AC_CHECK_LIB): s/at_m/ac_m/.
    
    Signed-off-by: Benoit Sigoure <address@hidden>

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

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

diff --git a/ChangeLog b/ChangeLog
index d8c5b94..459bb6c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-11-12  Benoit Sigoure  <address@hidden>
+
+       Fix typos in variable names.
+       * tests/semantics.at (test for AC_CHECK_LIB): s/at_m/ac_m/.
+
 2007-11-11  Benoit Sigoure  <address@hidden>
 
        Document that $((expression)) is not portable.
diff --git a/tests/semantics.at b/tests/semantics.at
index 6855365..f2c59f3 100644
--- a/tests/semantics.at
+++ b/tests/semantics.at
@@ -48,7 +48,7 @@ AC_CHECK_LIB($ac_m, acos,,
 
 ac_asin=asin
 AC_CHECK_LIB($ac_m, $ac_asin,,
-      [AC_MSG_ERROR([cannot find `\$ac_asin' (= `$ac_asin') in `\$ac_m' (= 
`$at_m')])])
+      [AC_MSG_ERROR([cannot find `\$ac_asin' (= `$ac_asin') in `\$ac_m' (= 
`$ac_m')])])
 
 # But if the bug is in the caching mechanism, then be sure we
 # correctly detect failures.
@@ -67,7 +67,7 @@ AC_CHECK_LIB($ac_m, acossack,
 
 ac_asinner=asinner
 AC_CHECK_LIB($ac_m, $ac_asinner,
-      [AC_MSG_ERROR([found `\$ac_asinner' (= `$ac_asinner') in `\$ac_m' (= 
`$at_m')])])
+      [AC_MSG_ERROR([found `\$ac_asinner' (= `$ac_asinner') in `\$ac_m' (= 
`$ac_m')])])
 
 ])
 


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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