summaryrefslogtreecommitdiff
path: root/config/versions/autoconf.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/versions/autoconf.in')
-rw-r--r--config/versions/autoconf.in103
1 files changed, 0 insertions, 103 deletions
diff --git a/config/versions/autoconf.in b/config/versions/autoconf.in
deleted file mode 100644
index dfa2db5..0000000
--- a/config/versions/autoconf.in
+++ /dev/null
@@ -1,103 +0,0 @@
-#
-# DO NOT EDIT! This file is automatically generated.
-#
-
-
-if EXPERIMENTAL
-choice
- bool "Source of autoconf"
-
-config AUTOCONF_SRC_RELEASE
- bool "Released tarball"
- help
- Download a released tarball.
-
-config AUTOCONF_SRC_DEVEL
- bool "Vendor repository"
- help
- Check out from vendor repository at:
- git://git.sv.gnu.org/autoconf
-
-if AUTOCONF_SRC_DEVEL
-
-config AUTOCONF_DEVEL_VCS
- string
- default "git"
-
-config AUTOCONF_DEVEL_URL
- string
- default "git://git.sv.gnu.org/autoconf"
-
-config AUTOCONF_DEVEL_BRANCH
- string "Branch to check out"
- default "master"
- help
- Git: branch to be checked out
- Subversion: directories to append to the repository URL.
-
-config AUTOCONF_DEVEL_REVISION
- string "Revision/changeset"
- default "HEAD"
- help
- Commit ID or revision ID to check out.
-
-endif
-
-config AUTOCONF_SRC_CUSTOM
- bool "Custom location"
- depends on EXPERIMENTAL
- help
- Custom directory or tarball.
-
-if AUTOCONF_SRC_CUSTOM
-
-config AUTOCONF_CUSTOM_LOCATION
- string "Custom source location"
- help
- Path to the directory or tarball with the sources.
-
-endif
-
-endchoice
-endif
-
-config AUTOCONF_MIRRORS_ARRAY
- string
- default "$( mirrors GNU autoconf )"
-
-choice
- bool "Version of autoconf"
- help
- For a released version, select the version of autoconf to download
- and build. For sources out of the vendor repository or from a custom
- location, select the version that describes those custom sources.
- Based on this version, crosstool-NG may apply some version-specific
- quirks while building autoconf.
-
-config AUTOCONF_VERY_NEW
- bool "newer than anything below"
- depends on EXPERIMENTAL
- depends on AUTOCONF_SRC_DEVEL || AUTOCONF_SRC_CUSTOM
-
-config AUTOCONF_V_2_69
- bool "2.69"
-
-config AUTOCONF_V_2_65
- bool "2.65"
-
-config AUTOCONF_VERY_OLD
- bool "older than anything above"
- depends on OBSOLETE && EXPERIMENTAL
- depends on AUTOCONF_SRC_DEVEL || AUTOCONF_SRC_CUSTOM
-
-endchoice
-
-
-
-config AUTOCONF_VERSION
- string
- default "2.69" if AUTOCONF_V_2_69
- default "2.65" if AUTOCONF_V_2_65
- default "unknown"
-
-