* 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:
Peter O'Gorman 2004-05-05 13:16:52 +00:00
parent 04e0cebad7
commit eb6bc21178
2 changed files with 8 additions and 2 deletions

View File

@ -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
View File

@ -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 &&