From 8b59047341fd704844bd75bea9b4b67132fabeb1 Mon Sep 17 00:00:00 2001 From: Thomas Tanner Date: Wed, 7 Apr 1999 10:55:44 +0000 Subject: [PATCH] * NEWS: support for moved libraries * libtool.m4: another DJGPP fix --- ChangeLog | 5 +++++ NEWS | 3 ++- libtool.m4 | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 53e618f68..25b64745f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-04-07 Thomas Tanner + + * NEWS: support for moved libraries + * libtool.m4: another DJGPP fix + 1999-04-07 Alexandre Oliva * doc/PLATFORMS: Updated to 1.3 for all platforms I've got. I'll diff --git a/NEWS b/NEWS index 376c571e4..9879c1ff2 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,8 @@ NEWS - list of user-visible changes between releases of GNU Libtool New in 1.3b: 1999-??-??; CVS version 1.3a, Libtool team: * Complete inter-library dependencies support. It's now possible to link libtool libraries against other libtool libraries. -* Libtool is able to find already-installed libtool libraries. +* Libtool is able to find already-installed libtool libraries, + even if they were moved out of their installation directory. * Support for linking DLLs on Win32 * New demos and tests * Various bugfixes diff --git a/libtool.m4 b/libtool.m4 index a69acb7f0..a9bf276ef 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -322,7 +322,7 @@ AC_CACHE_VAL(ac_cv_path_NM, # Let the user override the test. ac_cv_path_NM="$NM" else - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}" for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/nm; then -- 2.47.3