2002-03-08 19:46:07 +08:00
|
|
|
# Definition of Autom4te option sets. -*- Makefile -*-
|
2001-08-29 17:52:49 +08:00
|
|
|
#
|
2011-01-05 07:13:09 +08:00
|
|
|
# Copyright (C) 2001-2011 Free Software Foundation, Inc.
|
2001-08-29 17:52:49 +08:00
|
|
|
#
|
Update License to GPLv3+ including new Autoconf Exception.
* NEWS, README: Update licensing information.
* COPYING.EXCEPTION: New file.
* Makefile.am (EXTRA_DIST): Distribute it.
* cfg.mk (autom4te-update): Remove copyright change warning.
* lib/autoconf/autoconf.m4, lib/autoconf/autoheader.m4,
lib/autoconf/autoscan.m4, lib/autoconf/autotest.m4,
lib/autoconf/autoupdate.m4, lib/autoconf/c.m4,
lib/autoconf/erlang.m4, lib/autoconf/fortran.m4,
lib/autoconf/functions.m4, lib/autoconf/general.m4,
lib/autoconf/headers.m4, lib/autoconf/lang.m4,
lib/autoconf/libs.m4, lib/autoconf/oldnames.m4,
lib/autoconf/programs.m4, lib/autoconf/specific.m4,
lib/autoconf/status.m4, lib/autoconf/types.m4,
lib/autotest/autotest.m4, lib/autotest/general.m4,
lib/autotest/specific.m4, lib/m4sugar/foreach.m4,
lib/m4sugar/m4sh.m4, lib/m4sugar/m4sugar.m4: Update exception
statement, bump to GPLv3.
* bin/autoconf.as, bin/autoheader.in, bin/autom4te.in,
bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
bin/ifnames.in: Bump to GPLv3+, adjust --version output
to reflect the GPLv3+ and the Autoconf Exception.
* lib/Autom4te/C4che.pm, lib/Autom4te/ChannelDefs.pm,
lib/Autom4te/General.pm, lib/Autom4te/Request.pm,
lib/autom4te.in, lib/autoscan/autoscan.pre,
lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el,
lib/freeze.mk, tests/atlocal.in, tests/autoscan.at,
tests/autotest.at, tests/base.at, tests/c.at,
tests/compile.at, tests/erlang.at, tests/foreign.at,
tests/fortran.at, tests/local.at, tests/m4sh.at,
tests/m4sugar.at, tests/mktests.sh, tests/semantics.at,
tests/statesave.m4, tests/suite.at, tests/tools.at,
tests/torture.at, tests/wrapper.as: Bump to GPLv3+.
2009-09-10 01:53:31 +08:00
|
|
|
# This program 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
|
Update License to GPLv3+ including new Autoconf Exception.
* NEWS, README: Update licensing information.
* COPYING.EXCEPTION: New file.
* Makefile.am (EXTRA_DIST): Distribute it.
* cfg.mk (autom4te-update): Remove copyright change warning.
* lib/autoconf/autoconf.m4, lib/autoconf/autoheader.m4,
lib/autoconf/autoscan.m4, lib/autoconf/autotest.m4,
lib/autoconf/autoupdate.m4, lib/autoconf/c.m4,
lib/autoconf/erlang.m4, lib/autoconf/fortran.m4,
lib/autoconf/functions.m4, lib/autoconf/general.m4,
lib/autoconf/headers.m4, lib/autoconf/lang.m4,
lib/autoconf/libs.m4, lib/autoconf/oldnames.m4,
lib/autoconf/programs.m4, lib/autoconf/specific.m4,
lib/autoconf/status.m4, lib/autoconf/types.m4,
lib/autotest/autotest.m4, lib/autotest/general.m4,
lib/autotest/specific.m4, lib/m4sugar/foreach.m4,
lib/m4sugar/m4sh.m4, lib/m4sugar/m4sugar.m4: Update exception
statement, bump to GPLv3.
* bin/autoconf.as, bin/autoheader.in, bin/autom4te.in,
bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
bin/ifnames.in: Bump to GPLv3+, adjust --version output
to reflect the GPLv3+ and the Autoconf Exception.
* lib/Autom4te/C4che.pm, lib/Autom4te/ChannelDefs.pm,
lib/Autom4te/General.pm, lib/Autom4te/Request.pm,
lib/autom4te.in, lib/autoscan/autoscan.pre,
lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el,
lib/freeze.mk, tests/atlocal.in, tests/autoscan.at,
tests/autotest.at, tests/base.at, tests/c.at,
tests/compile.at, tests/erlang.at, tests/foreign.at,
tests/fortran.at, tests/local.at, tests/m4sh.at,
tests/m4sugar.at, tests/mktests.sh, tests/semantics.at,
tests/statesave.m4, tests/suite.at, tests/tools.at,
tests/torture.at, tests/wrapper.as: Bump to GPLv3+.
2009-09-10 01:53:31 +08:00
|
|
|
# the Free Software Foundation, either version 3 of the License, or
|
|
|
|
# (at your option) any later version.
|
2001-08-29 17:52:49 +08:00
|
|
|
#
|
Update License to GPLv3+ including new Autoconf Exception.
* NEWS, README: Update licensing information.
* COPYING.EXCEPTION: New file.
* Makefile.am (EXTRA_DIST): Distribute it.
* cfg.mk (autom4te-update): Remove copyright change warning.
* lib/autoconf/autoconf.m4, lib/autoconf/autoheader.m4,
lib/autoconf/autoscan.m4, lib/autoconf/autotest.m4,
lib/autoconf/autoupdate.m4, lib/autoconf/c.m4,
lib/autoconf/erlang.m4, lib/autoconf/fortran.m4,
lib/autoconf/functions.m4, lib/autoconf/general.m4,
lib/autoconf/headers.m4, lib/autoconf/lang.m4,
lib/autoconf/libs.m4, lib/autoconf/oldnames.m4,
lib/autoconf/programs.m4, lib/autoconf/specific.m4,
lib/autoconf/status.m4, lib/autoconf/types.m4,
lib/autotest/autotest.m4, lib/autotest/general.m4,
lib/autotest/specific.m4, lib/m4sugar/foreach.m4,
lib/m4sugar/m4sh.m4, lib/m4sugar/m4sugar.m4: Update exception
statement, bump to GPLv3.
* bin/autoconf.as, bin/autoheader.in, bin/autom4te.in,
bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
bin/ifnames.in: Bump to GPLv3+, adjust --version output
to reflect the GPLv3+ and the Autoconf Exception.
* lib/Autom4te/C4che.pm, lib/Autom4te/ChannelDefs.pm,
lib/Autom4te/General.pm, lib/Autom4te/Request.pm,
lib/autom4te.in, lib/autoscan/autoscan.pre,
lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el,
lib/freeze.mk, tests/atlocal.in, tests/autoscan.at,
tests/autotest.at, tests/base.at, tests/c.at,
tests/compile.at, tests/erlang.at, tests/foreign.at,
tests/fortran.at, tests/local.at, tests/m4sh.at,
tests/m4sugar.at, tests/mktests.sh, tests/semantics.at,
tests/statesave.m4, tests/suite.at, tests/tools.at,
tests/torture.at, tests/wrapper.as: Bump to GPLv3+.
2009-09-10 01:53:31 +08:00
|
|
|
# This program 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
|
Update License to GPLv3+ including new Autoconf Exception.
* NEWS, README: Update licensing information.
* COPYING.EXCEPTION: New file.
* Makefile.am (EXTRA_DIST): Distribute it.
* cfg.mk (autom4te-update): Remove copyright change warning.
* lib/autoconf/autoconf.m4, lib/autoconf/autoheader.m4,
lib/autoconf/autoscan.m4, lib/autoconf/autotest.m4,
lib/autoconf/autoupdate.m4, lib/autoconf/c.m4,
lib/autoconf/erlang.m4, lib/autoconf/fortran.m4,
lib/autoconf/functions.m4, lib/autoconf/general.m4,
lib/autoconf/headers.m4, lib/autoconf/lang.m4,
lib/autoconf/libs.m4, lib/autoconf/oldnames.m4,
lib/autoconf/programs.m4, lib/autoconf/specific.m4,
lib/autoconf/status.m4, lib/autoconf/types.m4,
lib/autotest/autotest.m4, lib/autotest/general.m4,
lib/autotest/specific.m4, lib/m4sugar/foreach.m4,
lib/m4sugar/m4sh.m4, lib/m4sugar/m4sugar.m4: Update exception
statement, bump to GPLv3.
* bin/autoconf.as, bin/autoheader.in, bin/autom4te.in,
bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
bin/ifnames.in: Bump to GPLv3+, adjust --version output
to reflect the GPLv3+ and the Autoconf Exception.
* lib/Autom4te/C4che.pm, lib/Autom4te/ChannelDefs.pm,
lib/Autom4te/General.pm, lib/Autom4te/Request.pm,
lib/autom4te.in, lib/autoscan/autoscan.pre,
lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el,
lib/freeze.mk, tests/atlocal.in, tests/autoscan.at,
tests/autotest.at, tests/base.at, tests/c.at,
tests/compile.at, tests/erlang.at, tests/foreign.at,
tests/fortran.at, tests/local.at, tests/m4sh.at,
tests/m4sugar.at, tests/mktests.sh, tests/semantics.at,
tests/statesave.m4, tests/suite.at, tests/tools.at,
tests/torture.at, tests/wrapper.as: Bump to GPLv3+.
2009-09-10 01:53:31 +08:00
|
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
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
|
2011-04-02 20:52:20 +08:00
|
|
|
args: --preselect AC_FC_PP_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
|
2010-09-19 16:29:22 +08:00
|
|
|
args: --preselect AM_MAKEFILE_INCLUDE
|
2002-09-29 00:39:22 +08:00
|
|
|
args: --preselect AM_MAINTAINER_MODE
|
2010-09-19 16:29:22 +08:00
|
|
|
args: --preselect AM_NLS
|
|
|
|
args: --preselect AM_POT_TOOLS
|
|
|
|
args: --preselect AM_PATH_GUILE
|
2010-09-17 01:52:21 +08:00
|
|
|
args: --preselect AM_PROG_AR
|
2002-09-29 00:39:22 +08:00
|
|
|
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
|
2010-09-19 16:29:22 +08:00
|
|
|
args: --preselect AM_PROG_MOC
|
2009-04-15 04:17:35 +08:00
|
|
|
args: --preselect AM_SILENT_RULES
|
2010-09-19 16:29:22 +08:00
|
|
|
args: --preselect AM_XGETTEXT_OPTION
|
|
|
|
args: --preselect _AM_MAKEFILE_INCLUDE
|
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"
|
2009-02-25 00:27:15 +08:00
|
|
|
args: --prepend-include '@pkgdatadir@'
|
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"
|
2009-02-25 00:27:15 +08:00
|
|
|
args: --prepend-include '@pkgdatadir@'
|
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"
|
2009-02-25 00:27:15 +08:00
|
|
|
args: --prepend-include '@pkgdatadir@'
|
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"
|
2009-02-25 00:27:15 +08:00
|
|
|
args: --prepend-include '@pkgdatadir@'
|
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"
|