consulting a variable...
+2000-10-13 Akim Demaille <akim@epita.fr>
+
+ * acgeneral.m4 (AC_LINKER_OPTION): Ahem, err, use `$' when
+ consulting a variable...
+
2000-10-13 Akim Demaille <akim@epita.fr>
* acgeneral.m4: Typos in comments spotted by Pavel.
# doesn't currently support.
# FIXME: Get rid of this macro.
AC_DEFUN([AC_LINKER_OPTION],
-[if test "ac_gnu_compiler" = yes; then
+[if test "$ac_gnu_compiler" = yes; then
for ac_link_opt in $1; do
$2="[$]$2 -Xlinker $ac_link_opt"
done
# doesn't currently support.
# FIXME: Get rid of this macro.
AC_DEFUN([AC_LINKER_OPTION],
-[if test "ac_gnu_compiler" = yes; then
+[if test "$ac_gnu_compiler" = yes; then
for ac_link_opt in $1; do
$2="[$]$2 -Xlinker $ac_link_opt"
done