From eb6bc2117864d4da57b9b893afa4d17eeb1ba421 Mon Sep 17 00:00:00 2001 From: Peter O'Gorman Date: Wed, 5 May 2004 13:16:52 +0000 Subject: [PATCH] * 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. --- ChangeLog | 6 ++++++ m4/libtool.m4 | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 534348b27..65ca34855 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-05-05 Peter O'Gorman + + * 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 * libltdl/argz.h: Moved from here... diff --git a/m4/libtool.m4 b/m4/libtool.m4 index cdb483e7a..0a0bcc8a6 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -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 && -- 2.47.2