from the next generation of Libtool.
* lib/autom4te.in (Autoreconf-preselections): Ditto.
+2004-02-23 Gary V. Vaughan <gary@gnu.org>
+
+ * bin/autoreconf.in (autoreconf_current_directory): Recognize LT_INIT
+ from the next generation of Libtool.
+ * lib/autom4te.in (Autoreconf-preselections): Ditto.
+
2004-02-20 Alexandre Duret-Lutz <adl@gnu.org>
* doc/autoconf.texi (Limitations of Usual Tools) <mkdir>: `mkdir -p'
'AC_CONFIG_SUBDIRS:AC_CONFIG_SUBDIRS:\$1',
'AC_INIT',
'AC_PROG_LIBTOOL',
+ 'LT_INIT',
'AM_GNU_GETTEXT',
)
. ' |');
$aux_dir = $1 if /AC_CONFIG_AUX_DIR:(.*)/;
$uses_autoconf = 1 if /AC_INIT/;
$uses_gettext_via_traces = 1 if /AM_GNU_GETTEXT/;
- $uses_libtool = 1 if /AC_PROG_LIBTOOL/;
+ $uses_libtool = 1 if /(AC_PROG_LIBTOOL|LT_INIT)/;
$uses_autoheader = 1 if /AC_CONFIG_HEADERS/;
push @subdir, split (' ', $1) if /AC_CONFIG_SUBDIRS:(.*)/;
}
args: --preselect AC_CONFIG_SUBDIRS
args: --preselect AC_INIT
args: --preselect AC_PROG_LIBTOOL
+args: --preselect LT_INIT
args: --preselect AM_GNU_GETTEXT
end-language: "Autoreconf-preselections"