]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
From Stefan Ondrejicka <ondrej@idata.sk>:
authorGary V. Vaughan <gary@gnu.org>
Thu, 12 Jul 2001 19:48:49 +0000 (19:48 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 12 Jul 2001 19:48:49 +0000 (19:48 +0000)
* libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER) [cygwin*]: Make
sure that /lib/w32api is searched for system libraries to
match recent versions of cygwin.
* NEWS: Updated.

ChangeLog
NEWS
libtool.m4

index df8d143e0805123194c8e3d4d9ccee142c8df013..e9cb3739304bf37d1018e5c8ddc8c01040cd9763 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2001-07-12  Gary V. Vaughan  <gary@gnu.org>
+
+       From Stefan Ondrejicka <ondrej@idata.sk>:
+       * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER) [cygwin*]: Make
+       sure that /lib/w32api is searched for system libraries to
+       match recent versions of cygwin.
+       * NEWS: Updated.
+
 2001-07-12  Dan McNichol  <mcnichol@austin.ibm.com>
 
        From albert chin <china@thewrittenword.com>
diff --git a/NEWS b/NEWS
index a43997c75932b2200f900f3b4ad6711ee134c588..a280793fa65c1de9e37839ae2c1dfca7f3d21c7a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
 NEWS - list of user-visible changes between releases of GNU Libtool
 
+New in 1.4d: 2001-??-??; CVS version 1.4c, Libtool team:
+* Support /lib/w32api in recent cygwin releases.
+* Improved support for linking with gcc on aix4* and aix5*.
+* Bug fixes.
+\f
 New in 1.4b: 2001-07-09; CVS version 1.4a, Libtool team:
 * Now bootstraps with autoconf-2.50 and automake-1.4-p4.
 * Always try to build at least a static lib, even if both static and
index 0bac3dfe02a47eaefcbce78d2a481790658aef93..93a4876dafb8392cdbe95111502153346ad38fa7 100644 (file)
@@ -1039,6 +1039,7 @@ cygwin* | mingw* | pw32*)
   case $GCC,$host_os in
   yes,cygwin*)
     library_names_spec='$libname.dll.a'
+    sys_lib_search_path_spec="/lib /lib/w32api /usr/lib /usr/local/lib"
     soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | [sed -e 's/[.]/-/g']`${versuffix}.dll'
     postinstall_cmds='dlpath=`bash 2>&1 -c '\''. $dir/${file}i;echo \$dlname'\''`~
       dldir=$destdir/`dirname \$dlpath`~