diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-07-17 01:02:58 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-07-17 01:02:58 -0700 |
commit | 902d12d1edb27b690242d2fe99ed0f957604fcde (patch) | |
tree | 1194eef3a1c0da363da9651ca140d7b21ef5b8f2 /configure | |
parent | c999af595f4a8f7d30b6d7c822e2a1caf3298389 (diff) | |
download | tmwa-902d12d1edb27b690242d2fe99ed0f957604fcde.tar.gz tmwa-902d12d1edb27b690242d2fe99ed0f957604fcde.tar.bz2 tmwa-902d12d1edb27b690242d2fe99ed0f957604fcde.tar.xz tmwa-902d12d1edb27b690242d2fe99ed0f957604fcde.zip |
Add 'make bindist'
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -28,7 +28,7 @@ except ImportError: sys.exit('attoconf missing - please run: git submodule update --init') else: try: - require_version(0, 8) + require_version(0, 9) except SystemExit as e: e.code += '\nPlease run: git submodule update' raise @@ -58,7 +58,7 @@ class Configuration(Cxx, Flex, Bison, Install, ConfigHash, Templates): def paths(self): super(Configuration, self).paths() - self.add_option('--debugdir', init='/', + self.add_option('--debugdir', init='/.', type=filepath, check=lambda build, DIR: None, help='root for split debug files (often /usr/lib/debug)', hidden=False, help_var='DIR') |