* acgeneral.m4 (AC_LINKER_OPTION): Ahem, err, use `$' when

consulting a variable...
This commit is contained in:
Akim Demaille 2000-10-13 10:15:56 +00:00
parent 5978c4f0c5
commit aee199fcb2
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -5393,7 +5393,7 @@ fi
# 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

View File

@ -5393,7 +5393,7 @@ fi
# 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