summaryrefslogtreecommitdiff
path: root/config/versions/libtool.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/versions/libtool.in')
-rw-r--r--config/versions/libtool.in99
1 files changed, 99 insertions, 0 deletions
diff --git a/config/versions/libtool.in b/config/versions/libtool.in
new file mode 100644
index 0000000..64b5bee
--- /dev/null
+++ b/config/versions/libtool.in
@@ -0,0 +1,99 @@
+#
+# DO NOT EDIT! This file is automatically generated.
+#
+
+
+if EXPERIMENTAL
+choice
+ bool "Source of libtool"
+
+config LIBTOOL_SRC_RELEASE
+ bool "Released tarball"
+ help
+ Download a released tarball.
+
+config LIBTOOL_SRC_DEVEL
+ bool "Vendor repository"
+ help
+ Check out from vendor repository at:
+ git://git.savannah.gnu.org/libtool.git
+
+if LIBTOOL_SRC_DEVEL
+
+config LIBTOOL_DEVEL_VCS
+ string
+ default "git"
+
+config LIBTOOL_DEVEL_URL
+ string
+ default "git://git.savannah.gnu.org/libtool.git"
+
+config LIBTOOL_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 LIBTOOL_DEVEL_REVISION
+ string "Revision/changeset"
+ default "HEAD"
+ help
+ Commit ID or revision ID to check out.
+
+endif
+
+config LIBTOOL_SRC_CUSTOM
+ bool "Custom location"
+ depends on EXPERIMENTAL
+ help
+ Custom directory or tarball.
+
+if LIBTOOL_SRC_CUSTOM
+
+config LIBTOOL_CUSTOM_LOCATION
+ string "Custom source location"
+ help
+ Path to the directory or tarball with the sources.
+
+endif
+
+endchoice
+endif
+
+config LIBTOOL_MIRRORS_ARRAY
+ string
+ default ""
+
+choice
+ bool "Version of libtool"
+ help
+ For a released version, select the version of libtool 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 libtool.
+
+config LIBTOOL_VERY_NEW
+ bool "newer than anything below"
+ depends on EXPERIMENTAL
+ depends on LIBTOOL_SRC_DEVEL || LIBTOOL_SRC_CUSTOM
+
+config LIBTOOL_V_2_4_6
+ bool "2.4.6"
+
+config LIBTOOL_VERY_OLD
+ bool "older than anything above"
+ depends on OBSOLETE && EXPERIMENTAL
+ depends on LIBTOOL_SRC_DEVEL || LIBTOOL_SRC_CUSTOM
+
+endchoice
+
+
+
+config LIBTOOL_VERSION
+ string
+ default "2.4.6" if LIBTOOL_V_2_4_6
+ default "unknown"
+
+