]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
lib/autom4te.in: Update Autoreconf-preselections.
authorZack Weinberg <zack@owlfolio.org>
Mon, 26 Jan 2026 20:10:12 +0000 (15:10 -0500)
committerZack Weinberg <zack@owlfolio.org>
Mon, 26 Jan 2026 20:39:32 +0000 (15:39 -0500)
It looks like the trace list in autoreconf proper was updated several
times without keeping this in sync.

lib/autom4te.in

index 7fae4a4a787b4d21f476ff26c5ca792729af2f88..11deb8b23ee6180062cbedadd64548b04ab575d0 100644 (file)
@@ -95,6 +95,7 @@ begin-language: "Autoreconf-preselections"
 args: --preselect AC_CONFIG_AUX_DIR
 args: --preselect AC_CONFIG_HEADERS
 args: --preselect AC_CONFIG_MACRO_DIR_TRACE
+args: --preselect AC_CONFIG_MACRO_DIR
 args: --preselect AC_CONFIG_SUBDIRS
 args: --preselect AC_INIT
 args: --preselect AC_REQUIRE_AUX_FILE
@@ -102,7 +103,15 @@ args: --preselect AC_PROG_LIBTOOL
 args: --preselect AM_PROG_LIBTOOL
 args: --preselect LT_INIT
 args: --preselect LT_CONFIG_LTDL_DIR
+args: --preselect AC_LIB_LINKFLAGS
+args: --preselect AC_LIB_HAVE_LINKFLAGS
+args: --preselect AC_LIB_LINKFLAGS_FROM_LIBS
+args: --preselect GUILE_FLAGS
+args: --preselect AM_ICONV
 args: --preselect AM_GNU_GETTEXT
+args: --preselect AM_GNU_GETTEXT_VERSION
+args: --preselect AM_GNU_GETTEXT_REQUIRE_VERSION
+args: --preselect AM_INIT_AUTOMAKE
 args: --preselect GTK_DOC_CHECK
 args: --preselect IT_PROG_INTLTOOL
 end-language: "Autoreconf-preselections"