* 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>
+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.
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*.
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
lt_cv_compiler_o_lo=yes
fi
])
+ ac_objext="$save_objext"
CFLAGS="$save_CFLAGS"
])
compiler_o_lo=$lt_cv_compiler_o_lo