+2007-11-12 Benoit Sigoure <tsuna@lrde.epita.fr>
+
+ Fix typos in variable names.
+ * tests/semantics.at (test for AC_CHECK_LIB): s/at_m/ac_m/.
+
2007-11-11 Benoit Sigoure <tsuna@lrde.epita.fr>
Document that $((expression)) is not portable.
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.
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')])])
])