From 31440d220d64bebf8db6872def590f7c1fee0c7e Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Wed, 27 Aug 2014 23:10:07 -0700 Subject: cleanup install --- configure | 9 --------- 1 file changed, 9 deletions(-) (limited to 'configure') 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') -- cgit v1.2.3-60-g2f50