mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-17 15:10:02 +08:00
* NEWS: support for moved libraries
* libtool.m4: another DJGPP fix
This commit is contained in:
parent
dbfc51f5b4
commit
8b59047341
@ -1,3 +1,8 @@
|
|||||||
|
1999-04-07 Thomas Tanner <tanner@gmx.de>
|
||||||
|
|
||||||
|
* NEWS: support for moved libraries
|
||||||
|
* libtool.m4: another DJGPP fix
|
||||||
|
|
||||||
1999-04-07 Alexandre Oliva <oliva@dcc.unicamp.br>
|
1999-04-07 Alexandre Oliva <oliva@dcc.unicamp.br>
|
||||||
|
|
||||||
* doc/PLATFORMS: Updated to 1.3 for all platforms I've got. I'll
|
* doc/PLATFORMS: Updated to 1.3 for all platforms I've got. I'll
|
||||||
|
3
NEWS
3
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:
|
New in 1.3b: 1999-??-??; CVS version 1.3a, Libtool team:
|
||||||
* Complete inter-library dependencies support. It's now possible
|
* Complete inter-library dependencies support. It's now possible
|
||||||
to link libtool libraries against other libtool libraries.
|
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
|
* Support for linking DLLs on Win32
|
||||||
* New demos and tests
|
* New demos and tests
|
||||||
* Various bugfixes
|
* Various bugfixes
|
||||||
|
2
libtool.m4
vendored
2
libtool.m4
vendored
@ -322,7 +322,7 @@ AC_CACHE_VAL(ac_cv_path_NM,
|
|||||||
# Let the user override the test.
|
# Let the user override the test.
|
||||||
ac_cv_path_NM="$NM"
|
ac_cv_path_NM="$NM"
|
||||||
else
|
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
|
for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
|
||||||
test -z "$ac_dir" && ac_dir=.
|
test -z "$ac_dir" && ac_dir=.
|
||||||
if test -f $ac_dir/nm; then
|
if test -f $ac_dir/nm; then
|
||||||
|
Loading…
Reference in New Issue
Block a user