]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
From Bruno Haible <haible@ilog.fr>
authorGary V. Vaughan <gary@gnu.org>
Fri, 29 Jun 2001 01:43:19 +0000 (01:43 +0000)
committerGary V. Vaughan <gary@gnu.org>
Fri, 29 Jun 2001 01:43:19 +0000 (01:43 +0000)
* NEWS: Updated.
* libtool.m4 (_LT_AC_LTCONFIG_HACK):  Make sure ac_objext is
set to `lo' when testing for compiler output to *.lo filenames.

ChangeLog
NEWS
libtool.m4

index 81a07f6567854c6c54eeff994eb6114b1d258847..4f333b2461466f50f28ce21a95df2dbdc94614b1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
-2001-06-28  Gary V. Vaughan  <gary@gnu.org>
+2001-06-29  Gary V. Vaughan  <gary@gnu.org>
+
+       From Bruno Haible  <haible@ilog.fr>
+       * NEWS: Updated.
+       * libtool.m4 (_LT_AC_LTCONFIG_HACK):  Make sure ac_objext is
+       set to `lo' when testing for compiler output to *.lo filenames.
 
+2001-06-28  Gary V. Vaughan  <gary@gnu.org>
+       
        From  Alexander Bluhm  <Alexander.Bluhm@WiredMinds.de>
        * libltdl/ltdl.c (lt_dlopen): Fix bad memory initialisation
        assumptions.
diff --git a/NEWS b/NEWS
index 4ca29a98262e7f73b25806fa7834cfa6605638de..c85bf2aec672c6b3cd4a5869ea13ae3dbc8d533c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ NEWS - list of user-visible changes between releases of GNU Libtool
 New in 1.4.1: 2001-??-??; CVS version 1.4.0a, Libtool team:
 * Don't leave here-doc files behind.
 * Improved support for OpenBSD.
+* Libtool will build with autoconf-2.50.
+* Plug memory management bugs in libltdl.
 \f
 New in 1.4: 2001-04-25; CVS version 1.3e, Libtool team:
 * Support for aix5*.
index d6702737bbc9673a555f400c66af085816c1a325..119510e4c23c7a6c6111978cdd8f43f16dd5989c 100644 (file)
@@ -1063,6 +1063,8 @@ if test x"$compiler_c_o" = x"yes"; then
   lt_cv_compiler_o_lo=no
   save_CFLAGS="$CFLAGS"
   CFLAGS="$CFLAGS -c -o conftest.lo"
+  save_objext="$ac_objext"
+  ac_objext=lo
   AC_TRY_COMPILE([], [int some_variable = 0;], [dnl
     # The compiler can only warn and ignore the option if not recognized
     # So say no if there are warnings
@@ -1072,6 +1074,7 @@ if test x"$compiler_c_o" = x"yes"; then
       lt_cv_compiler_o_lo=yes
     fi
   ])
+  ac_objext="$save_objext"
   CFLAGS="$save_CFLAGS"
   ])
   compiler_o_lo=$lt_cv_compiler_o_lo