summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-09-23 21:14:37 -0700
committerBen Longbons <b.r.longbons@gmail.com>2013-09-25 17:36:37 -0700
commita15876e7bff0a45b280f177173446a7a5e9f6cdc (patch)
tree242b9e5e2530be557c97888d01c5820f8f572b31 /configure
parenta720c75f7bdf0097f3a13f3a04102da78fd95e7b (diff)
downloadtmwa-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-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index b32c8f2..926e683 100755
--- a/configure
+++ b/configure
@@ -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()