* automake.in (handle_ltlibraries): Check for -module in LDFLAGS,
too.
+1999-06-18 Thomas Tanner <tanner@ffii.org>
+
+ * automake.in (handle_ltlibraries): Check for -module in LDFLAGS,
+ too.
+
1999-06-20 Mark Elbrecht <snowball3@bigfoot.com>
* ylwrap: Handle filenames output by the DOS version of Bison.
Tatu Ylonen ylo@ssh.fi
The Crimson Binome steve@nyongwa.montreal.qc.ca
Thomas Morgan tmorgan@pobox.com
+Thomas Tanner tanner@ffii.org
Tim Goodwin tjg@star.le.ac.uk
Ulrich Drepper drepper@gnu.ai.mit.edu
Vadim Zeitlin Vadim.zeitlin@dptmaths.ens-cachan.fr
# Check that the library fits the standard naming convention.
$libname_rx = "^lib.*\.la";
- if (&variable_value ($xlib . '_LDFLAGS') =~ /-module/)
+ if (&variable_value ($xlib . '_LDFLAGS') =~ /-module/
+ || &variable_value ('LDFLAGS') =~ /-module/)
{
# Relax name checking for libtool modules.
$libname_rx = "\.la";