mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-17 15:10:02 +08:00
* m4/libtool.m4 (AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH): Insert space
around = for a test and a comma between runpath_var and $1. Bug reported by Max Bowsher.
This commit is contained in:
parent
04e0cebad7
commit
eb6bc21178
@ -1,3 +1,9 @@
|
||||
2004-05-05 Peter O'Gorman <peter@pogma.com>
|
||||
|
||||
* m4/libtool.m4 (AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH): Insert space
|
||||
around = for a test and a comma between runpath_var and $1. Bug
|
||||
reported by Max Bowsher.
|
||||
|
||||
2004-04-22 Gary V. Vaughan <gary@gnu.org>
|
||||
|
||||
* libltdl/argz.h: Moved from here...
|
||||
|
4
m4/libtool.m4
vendored
4
m4/libtool.m4
vendored
@ -1477,8 +1477,8 @@ AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH],
|
||||
[AC_MSG_CHECKING([how to hardcode library paths into programs])
|
||||
_LT_AC_TAGVAR(hardcode_action, $1)=
|
||||
if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" ||
|
||||
test -n "$_LT_AC_TAGVAR(runpath_var $1)" ||
|
||||
test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)"="Xyes" ; then
|
||||
test -n "$_LT_AC_TAGVAR(runpath_var, $1)" ||
|
||||
test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
|
||||
|
||||
# We can hardcode non-existant directories.
|
||||
if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no &&
|
||||
|
Loading…
Reference in New Issue
Block a user