2002-03-08 19:46:07 +08:00
|
|
|
# Definition of Autom4te option sets. -*- Makefile -*-
|
2001-08-29 17:52:49 +08:00
|
|
|
#
|
2006-04-09 15:54:28 +08:00
|
|
|
# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software
|
|
|
|
# Foundation, Inc.
|
2001-08-29 17:52:49 +08:00
|
|
|
#
|
|
|
|
# This file is part of GNU Autoconf.
|
|
|
|
#
|
|
|
|
# GNU Autoconf is free software; you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
|
|
|
# the Free Software Foundation; either version 2, or (at your option)
|
|
|
|
# any later version.
|
|
|
|
#
|
|
|
|
# GNU Autoconf is distributed in the hope that it will be useful,
|
|
|
|
# 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
|
|
|
|
# along with autoconf; see the file COPYING. If not, write to
|
2005-05-14 15:00:38 +08:00
|
|
|
# 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
|
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
|
2002-09-29 00:39:22 +08:00
|
|
|
args: --preselect AM_GNU_GETTEXT
|
|
|
|
args: --preselect AM_INIT_AUTOMAKE
|
|
|
|
args: --preselect AM_MAINTAINER_MODE
|
|
|
|
args: --preselect AM_PROG_CC_C_O
|
2006-04-09 15:54:28 +08:00
|
|
|
args: --preselect _AM_SUBST_NOTMAKE
|
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"
|
|
|
|
|
|
|
|
|
2001-09-24 01:16:01 +08:00
|
|
|
## ------------------------ ##
|
|
|
|
## Autoscan-preselections. ##
|
|
|
|
## ------------------------ ##
|
|
|
|
|
2002-09-29 00:39:22 +08:00
|
|
|
# To update the following list:
|
|
|
|
#
|
|
|
|
#$ tests/autom4te -l autoconf -M -t AN_OUTPUT:\$3 |
|
|
|
|
# sed 's/(.*//' |
|
|
|
|
# sort -u |
|
|
|
|
# grep -v '^warn' |
|
|
|
|
# sed 's/^/args: --preselect /'
|
|
|
|
#
|
|
|
|
# and add AC_CHECK_LIB by hand.
|
|
|
|
#
|
|
|
|
# I'm a bit frightened to put this into the Makefile, which was
|
|
|
|
# my goal: running autom4te to get this list requires autom4te.cfg,
|
|
|
|
# which is what we are building :( In fact we need three files, not
|
|
|
|
# two (autom4te.pre -> autom4te.in -> autom4te.cfg).
|
2001-09-24 01:16:01 +08:00
|
|
|
begin-language: "Autoscan-preselections"
|
2001-08-29 17:52:49 +08:00
|
|
|
args: --preselect AC_CHECK_FUNCS
|
|
|
|
args: --preselect AC_CHECK_HEADERS
|
|
|
|
args: --preselect AC_CHECK_LIB
|
2002-09-29 00:39:22 +08:00
|
|
|
args: --preselect AC_CHECK_MEMBERS
|
2001-08-29 17:52:49 +08:00
|
|
|
args: --preselect AC_CHECK_TYPES
|
|
|
|
args: --preselect AC_C_CONST
|
|
|
|
args: --preselect AC_C_INLINE
|
2002-09-29 00:39:22 +08:00
|
|
|
args: --preselect AC_C_VOLATILE
|
2001-08-29 17:52:49 +08:00
|
|
|
args: --preselect AC_DECL_SYS_SIGLIST
|
|
|
|
args: --preselect AC_FUNC_ALLOCA
|
|
|
|
args: --preselect AC_FUNC_CHOWN
|
2002-09-29 00:39:22 +08:00
|
|
|
args: --preselect AC_FUNC_CLOSEDIR_VOID
|
2001-08-29 17:52:49 +08:00
|
|
|
args: --preselect AC_FUNC_ERROR_AT_LINE
|
|
|
|
args: --preselect AC_FUNC_FORK
|
|
|
|
args: --preselect AC_FUNC_FSEEKO
|
|
|
|
args: --preselect AC_FUNC_GETGROUPS
|
|
|
|
args: --preselect AC_FUNC_GETLOADAVG
|
2002-09-29 00:39:22 +08:00
|
|
|
args: --preselect AC_FUNC_GETMNTENT
|
2001-08-29 17:52:49 +08:00
|
|
|
args: --preselect AC_FUNC_GETPGRP
|
|
|
|
args: --preselect AC_FUNC_LSTAT
|
2002-09-29 00:39:22 +08:00
|
|
|
args: --preselect AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK
|
2001-08-29 17:52:49 +08:00
|
|
|
args: --preselect AC_FUNC_MALLOC
|
2002-09-29 00:39:22 +08:00
|
|
|
args: --preselect AC_FUNC_MBRTOWC
|
2001-08-29 17:52:49 +08:00
|
|
|
args: --preselect AC_FUNC_MEMCMP
|
|
|
|
args: --preselect AC_FUNC_MKTIME
|
|
|
|
args: --preselect AC_FUNC_MMAP
|
|
|
|
args: --preselect AC_FUNC_OBSTACK
|
2002-09-29 00:39:22 +08:00
|
|
|
args: --preselect AC_FUNC_REALLOC
|
|
|
|
args: --preselect AC_FUNC_SELECT_ARGTYPES
|
2001-08-29 17:52:49 +08:00
|
|
|
args: --preselect AC_FUNC_SETPGRP
|
|
|
|
args: --preselect AC_FUNC_SETVBUF_REVERSED
|
|
|
|
args: --preselect AC_FUNC_STAT
|
|
|
|
args: --preselect AC_FUNC_STRCOLL
|
|
|
|
args: --preselect AC_FUNC_STRERROR_R
|
|
|
|
args: --preselect AC_FUNC_STRFTIME
|
2002-09-29 00:39:22 +08:00
|
|
|
args: --preselect AC_FUNC_STRNLEN
|
2001-08-29 17:52:49 +08:00
|
|
|
args: --preselect AC_FUNC_STRTOD
|
|
|
|
args: --preselect AC_FUNC_UTIME_NULL
|
|
|
|
args: --preselect AC_FUNC_VPRINTF
|
|
|
|
args: --preselect AC_FUNC_WAIT3
|
|
|
|
args: --preselect AC_HEADER_DIRENT
|
|
|
|
args: --preselect AC_HEADER_MAJOR
|
|
|
|
args: --preselect AC_HEADER_STAT
|
|
|
|
args: --preselect AC_HEADER_STDC
|
|
|
|
args: --preselect AC_HEADER_SYS_WAIT
|
|
|
|
args: --preselect AC_HEADER_TIME
|
|
|
|
args: --preselect AC_PATH_X
|
|
|
|
args: --preselect AC_PROG_AWK
|
|
|
|
args: --preselect AC_PROG_CC
|
|
|
|
args: --preselect AC_PROG_CPP
|
|
|
|
args: --preselect AC_PROG_CXX
|
|
|
|
args: --preselect AC_PROG_GCC_TRADITIONAL
|
|
|
|
args: --preselect AC_PROG_INSTALL
|
|
|
|
args: --preselect AC_PROG_LEX
|
|
|
|
args: --preselect AC_PROG_LN_S
|
|
|
|
args: --preselect AC_PROG_MAKE_SET
|
|
|
|
args: --preselect AC_PROG_RANLIB
|
|
|
|
args: --preselect AC_PROG_YACC
|
2002-09-29 00:39:22 +08:00
|
|
|
args: --preselect AC_REPLACE_FNMATCH
|
2001-08-29 17:52:49 +08:00
|
|
|
args: --preselect AC_STRUCT_ST_BLOCKS
|
|
|
|
args: --preselect AC_STRUCT_TIMEZONE
|
|
|
|
args: --preselect AC_STRUCT_TM
|
|
|
|
args: --preselect AC_TYPE_MODE_T
|
|
|
|
args: --preselect AC_TYPE_OFF_T
|
|
|
|
args: --preselect AC_TYPE_PID_T
|
|
|
|
args: --preselect AC_TYPE_SIGNAL
|
|
|
|
args: --preselect AC_TYPE_SIZE_T
|
|
|
|
args: --preselect AC_TYPE_UID_T
|
2002-09-29 00:39:22 +08:00
|
|
|
args: --preselect AM_GNU_GETTEXT
|
2001-09-24 01:16:01 +08:00
|
|
|
end-language: "Autoscan-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"
|
2002-07-17 16:30:42 +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
|
|
|
|
args: --language Autoheader-preselections
|
|
|
|
args: --language Automake-preselections
|
2001-10-08 17:40:33 +08:00
|
|
|
args: --language Autoreconf-preselections
|
|
|
|
args: --language Autoscan-preselections
|
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"
|
|
|
|
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"
|
2002-07-17 16:30:42 +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"
|
2002-07-17 16:30:42 +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"
|
2002-07-17 16:30:42 +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"
|