2002-03-08 19:46:07 +08:00
|
|
|
# Definition of Autom4te option sets. -*- Makefile -*-
|
2001-08-29 17:52:49 +08:00
|
|
|
#
|
2008-03-21 06:03:35 +08:00
|
|
|
# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free
|
|
|
|
# Software Foundation, Inc.
|
2001-08-29 17:52:49 +08:00
|
|
|
#
|
2008-04-04 23:09:47 +08:00
|
|
|
# This file is part of GNU Autoconf.
|
|
|
|
#
|
|
|
|
# GNU Autoconf is free software: you can redistribute it and/or modify
|
2001-08-29 17:52:49 +08:00
|
|
|
# it under the terms of the GNU General Public License as published by
|
2008-04-04 23:09:47 +08:00
|
|
|
# the Free Software Foundation; either version 2, or (at your option)
|
|
|
|
# any later version.
|
2001-08-29 17:52:49 +08:00
|
|
|
#
|
2008-04-04 23:09:47 +08:00
|
|
|
# GNU Autoconf is distributed in the hope that it will be useful,
|
2001-08-29 17:52:49 +08:00
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public License
|
2008-04-04 23:09:47 +08:00
|
|
|
# along with autoconf; see the file COPYING. If not, write to
|
|
|
|
# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
|
|
|
# Boston, MA 02110-1301, USA.
|
2001-08-29 17:52:49 +08:00
|
|
|
|
2001-09-24 01:16:01 +08:00
|
|
|
## -------------------------- ##
|
|
|
|
## Autoheader preselections. ##
|
|
|
|
## -------------------------- ##
|
2001-08-29 17:52:49 +08:00
|
|
|
|
2001-09-24 01:16:01 +08:00
|
|
|
begin-language: "Autoheader-preselections"
|
2001-08-29 17:52:49 +08:00
|
|
|
args: --preselect AC_CONFIG_HEADERS
|
|
|
|
args: --preselect AH_OUTPUT
|
|
|
|
args: --preselect AC_DEFINE_TRACE_LITERAL
|
2001-09-24 01:16:01 +08:00
|
|
|
end-language: "Autoheader-preselections"
|
|
|
|
|
|
|
|
|
|
|
|
## ------------------------ ##
|
|
|
|
## Automake-preselections. ##
|
|
|
|
## ------------------------ ##
|
|
|
|
|
|
|
|
begin-language: "Automake-preselections"
|
2004-08-02 06:30:34 +08:00
|
|
|
args: --preselect AC_CANONICAL_BUILD
|
2002-09-29 00:39:22 +08:00
|
|
|
args: --preselect AC_CANONICAL_HOST
|
2004-08-02 06:30:34 +08:00
|
|
|
# AC_CANONICAL_SYSTEM was traced from Automake 1.7 to Automake 1.9.
|
|
|
|
# Later versions trace AC_CANONICAL_TARGET instead.
|
2002-09-29 00:39:22 +08:00
|
|
|
args: --preselect AC_CANONICAL_SYSTEM
|
2004-08-02 06:30:34 +08:00
|
|
|
args: --preselect AC_CANONICAL_TARGET
|
2002-09-29 00:39:22 +08:00
|
|
|
args: --preselect AC_CONFIG_AUX_DIR
|
|
|
|
args: --preselect AC_CONFIG_FILES
|
|
|
|
args: --preselect AC_CONFIG_HEADERS
|
2003-08-19 15:58:37 +08:00
|
|
|
args: --preselect AC_CONFIG_LIBOBJ_DIR
|
|
|
|
args: --preselect AC_CONFIG_LINKS
|
2006-06-14 02:03:30 +08:00
|
|
|
args: --preselect AC_FC_FREEFORM
|
|
|
|
args: --preselect AC_FC_SRCEXT
|
2002-09-29 00:39:22 +08:00
|
|
|
args: --preselect AC_INIT
|
2001-08-29 17:52:49 +08:00
|
|
|
args: --preselect AC_LIBSOURCE
|
2004-08-04 06:06:09 +08:00
|
|
|
args: --preselect AC_REQUIRE_AUX_FILE
|
2005-06-30 19:09:37 +08:00
|
|
|
# Automake < 1.10 traces AC_SUBST. Automake >= 1.10 traces AC_SUBST_TRACE.
|
2001-08-29 17:52:49 +08:00
|
|
|
args: --preselect AC_SUBST
|
2005-06-30 19:09:37 +08:00
|
|
|
args: --preselect AC_SUBST_TRACE
|
2002-09-29 00:39:22 +08:00
|
|
|
args: --preselect AM_AUTOMAKE_VERSION
|
2001-09-18 16:58:56 +08:00
|
|
|
args: --preselect AM_CONDITIONAL
|
2006-09-07 21:51:08 +08:00
|
|
|
args: --preselect AM_ENABLE_MULTILIB
|
2002-09-29 00:39:22 +08:00
|
|
|
args: --preselect AM_GNU_GETTEXT
|
2006-10-03 14:27:17 +08:00
|
|
|
args: --preselect AM_GNU_GETTEXT_INTL_SUBDIR
|
2002-09-29 00:39:22 +08:00
|
|
|
args: --preselect AM_INIT_AUTOMAKE
|
|
|
|
args: --preselect AM_MAINTAINER_MODE
|
|
|
|
args: --preselect AM_PROG_CC_C_O
|
2006-06-14 02:03:30 +08:00
|
|
|
args: --preselect AM_PROG_CXX_C_O
|
|
|
|
args: --preselect AM_PROG_F77_C_O
|
|
|
|
args: --preselect AM_PROG_FC_C_O
|
2006-04-09 15:54:28 +08:00
|
|
|
args: --preselect _AM_SUBST_NOTMAKE
|
2008-03-21 06:03:35 +08:00
|
|
|
args: --preselect _AM_COND_IF
|
|
|
|
args: --preselect _AM_COND_ELSE
|
|
|
|
args: --preselect _AM_COND_ENDIF
|
2004-05-23 05:58:19 +08:00
|
|
|
args: --preselect LT_SUPPORTED_TAG
|
|
|
|
args: --preselect _LT_AC_TAGCONFIG
|
2003-08-19 15:58:37 +08:00
|
|
|
args: --preselect m4_include
|
|
|
|
args: --preselect m4_sinclude
|
2001-09-24 01:16:01 +08:00
|
|
|
end-language: "Automake-preselections"
|
|
|
|
|
|
|
|
|
2001-10-08 17:40:33 +08:00
|
|
|
## -------------------------- ##
|
|
|
|
## Autoreconf-preselections. ##
|
|
|
|
## -------------------------- ##
|
|
|
|
|
|
|
|
begin-language: "Autoreconf-preselections"
|
2003-10-03 15:30:01 +08:00
|
|
|
args: --preselect AC_CONFIG_AUX_DIR
|
2002-09-29 00:39:22 +08:00
|
|
|
args: --preselect AC_CONFIG_HEADERS
|
|
|
|
args: --preselect AC_CONFIG_SUBDIRS
|
|
|
|
args: --preselect AC_INIT
|
2001-10-08 17:40:33 +08:00
|
|
|
args: --preselect AC_PROG_LIBTOOL
|
2004-02-23 16:27:51 +08:00
|
|
|
args: --preselect LT_INIT
|
2006-06-05 20:16:06 +08:00
|
|
|
args: --preselect LT_CONFIG_LTDL_DIR
|
2001-10-08 17:40:33 +08:00
|
|
|
args: --preselect AM_GNU_GETTEXT
|
|
|
|
end-language: "Autoreconf-preselections"
|
|
|
|
|
|
|
|
|
2003-08-19 15:56:56 +08:00
|
|
|
## ----------------------------- ##
|
|
|
|
## Autoconf without aclocal.m4. ##
|
|
|
|
## ----------------------------- ##
|
2001-09-24 01:16:01 +08:00
|
|
|
|
2003-08-19 15:56:56 +08:00
|
|
|
# This intermediate language is used by aclocal to build aclocal.m4.
|
|
|
|
|
|
|
|
begin-language: "Autoconf-without-aclocal-m4"
|
2007-12-08 18:48:10 +08:00
|
|
|
args: --prepend-include '@datadir@'
|
2002-10-29 16:07:29 +08:00
|
|
|
args: --cache=autom4te.cache
|
2001-09-24 01:16:01 +08:00
|
|
|
args: autoconf/autoconf.m4f
|
|
|
|
args: acsite.m4?
|
|
|
|
args: --mode 777
|
2002-02-05 16:11:32 +08:00
|
|
|
args: --language M4sh
|
2003-08-19 15:56:56 +08:00
|
|
|
end-language: "Autoconf-without-aclocal-m4"
|
|
|
|
|
|
|
|
|
|
|
|
## ---------- ##
|
|
|
|
## Autoconf. ##
|
|
|
|
## ---------- ##
|
|
|
|
|
|
|
|
begin-language: "Autoconf"
|
2006-09-08 20:38:38 +08:00
|
|
|
args: --language Autoheader-preselections
|
|
|
|
args: --language Automake-preselections
|
|
|
|
args: --language Autoreconf-preselections
|
2003-08-19 15:56:56 +08:00
|
|
|
args: --language Autoconf-without-aclocal-m4
|
|
|
|
args: aclocal.m4?
|
2001-08-29 21:30:27 +08:00
|
|
|
end-language: "Autoconf"
|
2001-08-29 17:52:49 +08:00
|
|
|
|
2001-09-24 01:16:01 +08:00
|
|
|
|
2001-08-29 17:52:49 +08:00
|
|
|
## -------- ##
|
|
|
|
## Autotest ##
|
|
|
|
## -------- ##
|
|
|
|
|
2001-08-29 21:30:27 +08:00
|
|
|
begin-language: "Autotest"
|
2007-12-08 18:48:10 +08:00
|
|
|
args: --prepend-include '@datadir@'
|
2002-02-05 16:11:32 +08:00
|
|
|
args: autotest/autotest.m4f
|
2001-09-18 17:03:18 +08:00
|
|
|
args: package.m4?
|
2003-06-25 21:38:54 +08:00
|
|
|
args: local.at?
|
2001-08-29 17:52:49 +08:00
|
|
|
args: --mode 777
|
2002-02-05 16:11:32 +08:00
|
|
|
args: --language M4sh
|
2001-08-29 21:30:27 +08:00
|
|
|
end-language: "Autotest"
|
2001-08-29 17:52:49 +08:00
|
|
|
|
2001-09-24 01:16:01 +08:00
|
|
|
|
2001-08-29 17:52:49 +08:00
|
|
|
## ---- ##
|
|
|
|
## M4sh ##
|
|
|
|
## ---- ##
|
|
|
|
|
2001-08-29 21:30:27 +08:00
|
|
|
begin-language: "M4sh"
|
2007-12-08 18:48:10 +08:00
|
|
|
args: --prepend-include '@datadir@'
|
2002-02-05 16:11:32 +08:00
|
|
|
args: m4sugar/m4sh.m4f
|
2001-08-29 17:52:49 +08:00
|
|
|
args: --mode 777
|
2002-02-05 16:11:32 +08:00
|
|
|
args: --language M4sugar
|
2001-08-29 21:30:27 +08:00
|
|
|
end-language: "M4sh"
|
2001-08-29 17:52:49 +08:00
|
|
|
|
2001-09-24 01:16:01 +08:00
|
|
|
|
2001-08-29 17:52:49 +08:00
|
|
|
## ------- ##
|
|
|
|
## M4sugar ##
|
|
|
|
## ------- ##
|
|
|
|
|
2001-08-29 21:30:27 +08:00
|
|
|
begin-language: "M4sugar"
|
2007-12-08 18:48:10 +08:00
|
|
|
args: --prepend-include '@datadir@'
|
2002-02-05 16:11:32 +08:00
|
|
|
args: m4sugar/m4sugar.m4f
|
2002-10-09 07:05:41 +08:00
|
|
|
args: --warnings syntax
|
2001-08-29 21:30:27 +08:00
|
|
|
end-language: "M4sugar"
|