summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-08-27 23:10:07 -0700
committerBen Longbons <b.r.longbons@gmail.com>2014-08-27 23:37:38 -0700
commit31440d220d64bebf8db6872def590f7c1fee0c7e (patch)
treec23c50760999a35997db38371e75c69ede540a56 /configure
parentddb8f22ada5b22fcaa4ed850d58374becfb0a556 (diff)
downloadtmwa-31440d220d64bebf8db6872def590f7c1fee0c7e.tar.gz
tmwa-31440d220d64bebf8db6872def590f7c1fee0c7e.tar.bz2
tmwa-31440d220d64bebf8db6872def590f7c1fee0c7e.tar.xz
tmwa-31440d220d64bebf8db6872def590f7c1fee0c7e.zip
cleanup install
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure b/configure
index 504502a..ee75e6e 100755
--- a/configure
+++ b/configure
@@ -63,12 +63,6 @@ class Configuration(Cxx, Install, ConfigHash, Templates):
def features(self):
super(Configuration, self).features()
- # TODO: check VERSION_CONTROL environment variable?
- # not really important: this option is only to make Frost happy
- self.add_option('--enable-backups-during-install', init='none',
- type=enum('none', 'numbered', 'existing', 'simple'), check=lambda build, CONTROL: None,
- help='Back up existing files during \'make install\'', hidden=True,
- help_var='CONTROL')
self.add_bool_feature('warnings', init='no',
check=lambda build, ENABLE_WARNINGS: None,
help='Enable warnings (for development)')
@@ -78,9 +72,6 @@ class Configuration(Cxx, Install, ConfigHash, Templates):
self.add_bool_feature('cygwin-hacks', init='no',
check=lambda build, ENABLE_CYGWIN_HACKS: None,
help='Work around bugs in certain cygwin versions')
- self.add_bool_feature('compat-symlinks', init='no',
- check=lambda build, ENABLE_COMPAT_SYMLINKS: None,
- help='Install symlinks to avoid breaking old scripts')
self.add_bool_feature('debug', init='yes',
check=lambda build, ENABLE_DEBUG: None,
help='Install extra files useful for debugging')