From: Thomas Tanner Date: Fri, 2 Jul 1999 23:19:20 +0000 (+0000) Subject: * doc/PLATFORMS: 1.3b passes all tests on cygwin X-Git-Tag: multi-language-fork~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6870393fea4e80836da29126c0aabae345f79d26;p=thirdparty%2Flibtool.git * doc/PLATFORMS: 1.3b passes all tests on cygwin * ltconfig.in: finish_cmds for FreeBSD removed * depdemo/l3/Makefile.am: install libl3.la into an extra directory --- diff --git a/ChangeLog b/ChangeLog index 8d4b88810..e96fd72f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +1999-07-03 Thomas Tanner + + * doc/PLATFORMS: 1.3b passes all tests on cygwin + +1999-07-03 Pavel Roskin + + * ltconfig.in: finish_cmds for FreeBSD removed + * depdemo/l3/Makefile.am: install libl3.la into an extra directory + 1999-07-02 Gary V. Vaughan * configure.in: bumped version to 1.3c. diff --git a/depdemo/l3/Makefile.am b/depdemo/l3/Makefile.am index 71c02384d..48d88ba58 100644 --- a/depdemo/l3/Makefile.am +++ b/depdemo/l3/Makefile.am @@ -4,6 +4,8 @@ AUTOMAKE_OPTIONS = no-dependencies foreign INCLUDES = -I$(top_srcdir) -lib_LTLIBRARIES = libl3.la +extradir = $(libdir)/extra + +extra_LTLIBRARIES = libl3.la libl3_la_SOURCES = l3.c l3.h libl3_la_LIBADD = $(top_builddir)/l1/libl1.la $(top_builddir)/l2/libl2.la diff --git a/doc/PLATFORMS b/doc/PLATFORMS index 22bdb331f..ae0b35568 100644 --- a/doc/PLATFORMS +++ b/doc/PLATFORMS @@ -28,7 +28,7 @@ i*86-*-bsdi4.0.1 gcc 1.2f ok i*86-*-bsdi3.1 gcc 1.2e NS i*86-*-bsdi3.0 gcc 1.2e NS i*86-*-bsdi2.1 gcc 1.2e NS -i*86-pc-cygwin gcc 1.3.2 NS +i*86-pc-cygwin gcc 1.3b NS (egcs-1.1 stock b20.1 compiler) i*86-*-dguxR4.20MU01 gcc 1.2 ok i*86-*-freebsdelf4.0 gcc 1.2f ok diff --git a/ltconfig.in b/ltconfig.in index cd9a8a987..535fcb42d 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -1805,7 +1805,6 @@ freebsd*) need_version=yes ;; esac - finish_cmds='PATH="\$PATH:/sbin" OBJFORMAT="'"$objformat"'" ldconfig -m $libdir' shlibpath_var=LD_LIBRARY_PATH case "$host_os" in freebsd2* | freebsd3.[01]*)