On Tue, Nov 25, 2003 at 01:39:10PM +0000, Gary V. Vaughan wrote: > > Good point. As long as we ship Makefile.in (and libtoolize --ltdl installs > only Makefile.in if $configure_ac has no reference to AM_INIT_AUTOMAKE) that > should satisfy the autoconf/libtool only audience...
Hmm... you can't use an Automake-generated Makefile.in without AM_INIT_AUTOMAKE. To support this you need to rewrite Makefile.in without Automake (as Gettext does), or let these people AC_CONFIG_SUBDIRS the selfcontained libltdl package. _______________________________________________ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool
