]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* doc/PLATFORMS: 1.3b passes all tests on cygwin
authorThomas Tanner <tanner@ffii.org>
Fri, 2 Jul 1999 23:19:20 +0000 (23:19 +0000)
committerThomas Tanner <tanner@gmx.de>
Fri, 2 Jul 1999 23:19:20 +0000 (23:19 +0000)
* ltconfig.in: finish_cmds for FreeBSD removed
* depdemo/l3/Makefile.am: install libl3.la into an extra directory

ChangeLog
depdemo/l3/Makefile.am
doc/PLATFORMS
ltconfig.in

index 8d4b88810cb399db05abfd3da1dc67c375264b4a..e96fd72f09e8cabfa3730b10b0971eb80b816577 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+1999-07-03  Thomas Tanner  <tanner@ffii.org>
+
+       * doc/PLATFORMS: 1.3b passes all tests on cygwin
+
+1999-07-03  Pavel Roskin <pavel_roskin@geocities.com>
+
+       * ltconfig.in: finish_cmds for FreeBSD removed
+       * depdemo/l3/Makefile.am: install libl3.la into an extra directory
+
 1999-07-02  Gary V. Vaughan  <gary@oranda.demon.co.uk>
 
        * configure.in: bumped version to 1.3c.
index 71c02384dbd374626f5f87c1f582e461c55aa7ef..48d88ba58e3d803d5a0e422f65e8d599fc2b8a5f 100644 (file)
@@ -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
index 22bdb331f2452e1bd9e3600fe495ecee77060fcb..ae0b35568f1c79406e05ecc1f73e751d241faedd 100644 (file)
@@ -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.3    NS
   (egcs-1.1 stock b20.1 compiler)
 i*86-*-dguxR4.20MU01            gcc      1.2      ok
 i*86-*-freebsdelf4.0            gcc      1.2f     ok
index cd9a8a98762507f400d7b18718204dd51dc54740..535fcb42dea0403561322677befdb6e98bddccb0 100755 (executable)
@@ -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]*)