]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH): Insert space
authorPeter O'Gorman <peter@pogma.com>
Wed, 5 May 2004 13:18:42 +0000 (13:18 +0000)
committerPeter O'Gorman <peter@pogma.com>
Wed, 5 May 2004 13:18:42 +0000 (13:18 +0000)
around = for a test and a comma between runpath_var and $1. Bug
reported by Max Bowsher.

ChangeLog
libtool.m4

index c26306a04e315fd8b166300c48fa2037e0fca279..a358f5fb06e34707310a0497fb017216042d10c9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-05-05  Peter O'Gorman  <peter@pogma.com>
+
+       * 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-29  Peter O'Gorman  <peter@pogma.com>
 
        * ltmain.in: Fix problem with .libs/.libs/libfoo.so appearing on
index dd3b2b0441f041578b9d5308f2136f239e2eb205..694f25bf8635261539d966ac8f669aae69fc7341 100644 (file)
@@ -1014,8 +1014,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 &&