[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[BUG] AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH misuses shell test
From: |
Max Bowsher |
Subject: |
[BUG] AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH misuses shell test |
Date: |
Wed, 5 May 2004 11:24:40 +0100 |
AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH contains the test:
test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)"="Xyes"
Note that there is no space either side of the = .
'test STRING' is an alias for 'test -n STRING' causing this test to always
return true, regardsless of the actual content of hardcode_automatic.
Also, the line above that contains '_LT_AC_TAGVAR(runpath_var $1)'.
Shouldn't there be a comma between the 2 arguments?
Max.
- [BUG] AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH misuses shell test,
Max Bowsher <=