autoconf-patches
[Top][All Lists]
Advanced

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

[PATCH] Fix typos in variable names.


From: Benoit Sigoure
Subject: [PATCH] Fix typos in variable names.
Date: Mon, 12 Nov 2007 09:49:08 +0100

        * tests/semantics.at (test for AC_CHECK_LIB): s/at_m/ac_m/.

Signed-off-by: Benoit Sigoure <address@hidden>
---
This test is skipped on MacOSX because `cos' is in the libc.  :/
When I was reading the test to see why a test for AC_CHECK_LIB was skipped, I
stumbled on this (which looks like a typo).

 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')])])
 
 ])
 
-- 
1.5.3.5.654.gdd5ec





reply via email to

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