summaryrefslogtreecommitdiff
path: root/config/debug/ltrace.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-01-26 21:34:19 (GMT)
committerGitHub <noreply@github.com>2017-01-26 21:34:19 (GMT)
commita36a5893b21aac8c129795be22f5ddf5d1b379ed (patch)
tree9361e2dfa910cd0e7b75b034eb7124227ae80c21 /config/debug/ltrace.in
parentdedee847056ea71cee17b683ef379f00a6debab1 (diff)
parent8f267b77ae8590374c8f832d6885636b712d9a66 (diff)
Merge pull request #551 from stilor/obsolete-versions
Obsolete versions
Diffstat (limited to 'config/debug/ltrace.in')
-rw-r--r--config/debug/ltrace.in15
1 files changed, 7 insertions, 8 deletions
diff --git a/config/debug/ltrace.in b/config/debug/ltrace.in
index aa5c058..fc5822d 100644
--- a/config/debug/ltrace.in
+++ b/config/debug/ltrace.in
@@ -21,12 +21,9 @@ config LTRACE_V_0_7_3
config LTRACE_V_0_5_3
bool
- prompt "0.5.3"
- select LTRACE_0_5_3_or_later
-
-config LTRACE_V_0_5_2
- bool
- prompt "0.5.2"
+ prompt "0.5.3 (OBSOLETE)"
+ depends on OBSOLETE
+ select LTRACE_0_5_3_CONFIGURE
endchoice
@@ -36,7 +33,9 @@ config LTRACE_VERSION
# CT_INSERT_VERSION_STRING_BELOW
default "0.7.3" if LTRACE_V_0_7_3
default "0.5.3" if LTRACE_V_0_5_3
- default "0.5.2" if LTRACE_V_0_5_2
-config LTRACE_0_5_3_or_later
+# Ltrace 0.5.3 had a unique hand-crafted configure script that has to be
+# run differently from any preceding or following releases. This serves
+# as a reminder to remove that code once 0.5.3 support is dropped.
+config LTRACE_0_5_3_CONFIGURE
bool