]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* NEWS: updated
authorThomas Tanner <tanner@gmx.de>
Sat, 3 Apr 1999 00:37:27 +0000 (00:37 +0000)
committerThomas Tanner <tanner@gmx.de>
Sat, 3 Apr 1999 00:37:27 +0000 (00:37 +0000)
* libtool.m4: check for main in libm instead of cos
* ltmain.in: cosmetic fixes

ChangeLog
NEWS
libtool.m4
ltconfig.in
ltmain.in

index 6d184b96d0c42ed51a6b55e19aff1f12d0906dbf..e80b9a069a6b5ee6ba0685d7bc87cc7752c4b9c1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1999-04-03 Thomas Tanner  <tanner@gmx.de>
+
+       * NEWS: updated
+       * libtool.m4: check for main in libm instead of cos
+       * ltmain.in: cosmetic fixes
+
 1999-04-02  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
        * ltmain.in (convenience): fixed race condition when more than one 
diff --git a/NEWS b/NEWS
index 0ca214b9dc35a7b030628e07b375dd247d5335db..4f5e91a6190ce9f5b49ca2fceb30994255d5f87b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,16 @@
 NEWS - list of user-visible changes between releases of GNU Libtool
 
-New in 1.3: 1999-03-??; CVS version 1.2g, Libtool team:
+New in 1.3: 1999-04-??; CVS version 1.2g, Libtool team:
+* AM_PROG_LIBTOOL is smaller and faster
+* Shared libraries on AmigaOS up to version 4 are now disabled
+  since they don't meet libtool's requirements for shared libraries
+* -L supports now relative directories
+* Libltdl has a new license: LGPL with a special exception
+* Libltdl can be used as stand-alone package
 * dlopen support for BeOS
 * Improved support for BeOS and Cygwin
 * Documentation updates
+* New tests
 * Bugfixes
 \f
 New in 1.2f: 1999-03-15; CVS version 1.2e, Libtool team:
index eed89b4ae0ded5bfe7f23b52b2abc064e65be581..2e20e203d4a32a8fb96c50de2980b9d8bbc769d0 100644 (file)
@@ -359,10 +359,10 @@ case "$host" in
   ;;
 *-ncr-sysv4.3*)
   AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
-  AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
+  AC_CHECK_LIB(m, main, LIBM="$LIBM -lm")
   ;;
 *)
-  AC_CHECK_LIB(m, cos, LIBM="-lm")
+  AC_CHECK_LIB(m, main, LIBM="-lm")
   ;;
 esac
 ])
index 20aee936ac5f2c1a4bf746451c27484025ba067c..6824d134a28736e74587fbf9e5405bc86b824e7f 100755 (executable)
@@ -1154,7 +1154,7 @@ else
     if test "$with_gcc" = yes; then
       collect2name=`${CC} -print-prog-name=collect2`
       if test -f "$collect2name" && \
-         strings "$collect2name" | grep resolve_lib_name >/dev/null
+        strings "$collect2name" | grep resolve_lib_name >/dev/null
       then
        # We have reworked collect2
        hardcode_direct=yes
index c7456893e8138c67871008690660c8287faff71f..79ba038d2bda2aefbd5dab18a02a37692ce7c714 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -1294,24 +1294,24 @@ compiler."
          # Skip directories that are in the system default run-time
          # search path, unless they have been requested with -R.
          case " $sys_lib_dlsearch_path " in
-         *" $absdir "*) ;;
+         *" $absdir "*) ;;
          *)
            case "$compile_rpath " in
            *" $absdir "*) ;;
            *) compile_rpath="$compile_rpath $absdir" 
            esac
            ;;
-         esac
+         esac
 
          case " $sys_lib_dlsearch_path " in
-         *" $libdir "*) ;;
+         *" $libdir "*) ;;
          *)
            case "$finalize_rpath " in
            *" $libdir "*) ;;
            *) finalize_rpath="$finalize_rpath $libdir"
            esac
            ;;
-         esac
+         esac
 
          lib_linked=yes
          case "$hardcode_action" in