From a15876e7bff0a45b280f177173446a7a5e9f6cdc Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Mon, 23 Sep 2013 21:14:37 -0700 Subject: Fill README, add make rules for intermediate files and install to DESTDIR Also bump the recommended attoconf version --- configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure') 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() -- cgit v1.2.3-60-g2f50