diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-09-23 21:14:37 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-09-25 17:36:37 -0700 |
commit | a15876e7bff0a45b280f177173446a7a5e9f6cdc (patch) | |
tree | 242b9e5e2530be557c97888d01c5820f8f572b31 /configure | |
parent | a720c75f7bdf0097f3a13f3a04102da78fd95e7b (diff) | |
download | tmwa-a15876e7bff0a45b280f177173446a7a5e9f6cdc.tar.gz tmwa-a15876e7bff0a45b280f177173446a7a5e9f6cdc.tar.bz2 tmwa-a15876e7bff0a45b280f177173446a7a5e9f6cdc.tar.xz tmwa-a15876e7bff0a45b280f177173446a7a5e9f6cdc.zip |
Fill README, add make rules for intermediate files and install to DESTDIR
Also bump the recommended attoconf version
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -68,6 +68,9 @@ class Configuration(Cxx, Flex, Bison, Install, ConfigHash, Make): 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='yes', + check=lambda build, ENABLE_COMPAT_SYMLINKS: None, + help='Install symlinks to avoid breaking old scripts') def vars(self): super(Configuration, self).vars() |