mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-27 01:49:56 +08:00
* acgeneral.m4 (AC_LINKER_OPTION): Ahem, err, use `$' when
consulting a variable...
This commit is contained in:
parent
5978c4f0c5
commit
aee199fcb2
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user