[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
update Automake-preselections
From: |
Alexandre Duret-Lutz |
Subject: |
update Automake-preselections |
Date: |
Mon, 18 Aug 2003 21:24:28 +0200 |
User-agent: |
Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) |
This updates Automake-preselections w.r.t. CVS Automake.
AC_CONFIG_LIBOBJ_DIR is not yet something we trace, but
apparently (PR/401) we should.
I'm wondering if it wouldn't be more convenient to have a single
directory (e.g., ${datadir}/autoconf/preselections/) where every
package drops a file with the list of macros it traces.
Currently the preselections are limited to autoconf and
automake, but how about offering this to gettextize, libtoolize,
and the like?
2003-08-18 Alexandre Duret-Lutz <address@hidden>
* lib/autom4te.in (Automake-preselections): Preselect
AC_CONFIG_LIBOBJ_DIR, AC_CONFIG_LINKS, m4_include,
and m4_sinclude.
Index: lib/autom4te.in
===================================================================
RCS file: /cvsroot/autoconf/autoconf/lib/autom4te.in,v
retrieving revision 1.18
diff -u -r1.18 autom4te.in
--- lib/autom4te.in 25 Jun 2003 13:38:54 -0000 1.18
+++ lib/autom4te.in 18 Aug 2003 19:11:26 -0000
@@ -40,6 +40,8 @@
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_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"
--
Alexandre Duret-Lutz
- update Automake-preselections,
Alexandre Duret-Lutz <=