]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autom4te.in (Automake-preselections): Preselect
authorAlexandre Duret-Lutz <adl@gnu.org>
Tue, 19 Aug 2003 07:58:37 +0000 (07:58 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Tue, 19 Aug 2003 07:58:37 +0000 (07:58 +0000)
AC_CONFIG_LIBOBJ_DIR, AC_CONFIG_LINKS, m4_include,
and m4_sinclude.

ChangeLog
lib/autom4te.in

index f5e42492e4dffb9fe80bd57c99ede96a3f03e8ed..41fe92713a597624c5d5310bfa758dbfaaeb4396 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
+
+       * lib/autom4te.in (Automake-preselections): Preselect
+       AC_CONFIG_LIBOBJ_DIR, AC_CONFIG_LINKS, m4_include,
+       and m4_sinclude.
+
 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
 
        * lib/autom4te.in (Autoconf): Move all args except aclocal.m4? into ...
index 82753567eceff836ff4f8b693913207d03fa34f2..30c974411a0087c93fba825a9a78fc81362e16dd 100644 (file)
@@ -40,6 +40,8 @@ args: --preselect AC_CANONICAL_SYSTEM
 args: --preselect AC_CONFIG_AUX_DIR
 args: --preselect AC_CONFIG_FILES
 args: --preselect AC_CONFIG_HEADERS
+args: --preselect AC_CONFIG_LIBOBJ_DIR
+args: --preselect AC_CONFIG_LINKS
 args: --preselect AC_INIT
 args: --preselect AC_LIBSOURCE
 args: --preselect AC_SUBST
@@ -49,6 +51,8 @@ args: --preselect AM_GNU_GETTEXT
 args: --preselect AM_INIT_AUTOMAKE
 args: --preselect AM_MAINTAINER_MODE
 args: --preselect AM_PROG_CC_C_O
+args: --preselect m4_include
+args: --preselect m4_sinclude
 end-language: "Automake-preselections"