summaryrefslogtreecommitdiff
path: root/config/companion_tools/autoconf.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-01-28 21:34:14 (GMT)
committerGitHub <noreply@github.com>2017-01-28 21:34:14 (GMT)
commit5b084c005b2669340594adeb2bf10a0d8a0fe623 (patch)
tree0aeba68a08520698392701f6ac9a69f26e38c8bd /config/companion_tools/autoconf.in
parentd0682f9ad5492ea541edb77d1c39d82144477b8a (diff)
parent7a94c81e5bf171d1258aa60438482fd44e5f9800 (diff)
Merge pull request #564 from stilor/comptools-default-to-y-if-missing
Rework configure logic wrt GNU autotools
Diffstat (limited to 'config/companion_tools/autoconf.in')
-rw-r--r--config/companion_tools/autoconf.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/companion_tools/autoconf.in b/config/companion_tools/autoconf.in
index 3b33df6..b85e1f9 100644
--- a/config/companion_tools/autoconf.in
+++ b/config/companion_tools/autoconf.in
@@ -1,5 +1,7 @@
# Autoconf
+## default y if !CONFIGURE_has_autoconf_2_63_or_newer
+## default y if !CONFIGURE_has_autoreconf_2_63_or_newer
## help Autoconf
choice
@@ -14,7 +16,8 @@ config AUTOCONF_V_2_69
config AUTOCONF_V_2_65
bool
- prompt "2.65"
+ prompt "2.65 (OBSOLETE)"
+ depends on OBSOLETE
endchoice