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

ChangeLog
m4/libtool.m4

index 534348b2729b0262b3e5ffa0df47e91be5d518e5..65ca34855a8c972a8f29ef1af72734f273cc2df8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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...
index cdb483e7a8f14a0cf602915e39ae6a6e455ffe53..0a0bcc8a6bb85f3c35919fed6b52820c6479e33d 100644 (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 &&