aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts
diff options
context:
space:
mode:
authorlloyd <[email protected]>2015-02-06 04:01:31 +0000
committerlloyd <[email protected]>2015-02-06 04:01:31 +0000
commit9693089c88a1d7731c0633c7c0517cf4f9c28ae2 (patch)
tree6c72671da882b28d824babe655929a41d2f764f0 /src/scripts
parentf41ae8e3119fa5647f142dc2a806799cdafa21d4 (diff)
Mark modules pulling in external deps (zlib, boost, etc) as such, and
notify the user when they are enabled. Drop botan-config, replaced by `botan config` command added in 1.11.8
Diffstat (limited to 'src/scripts')
-rwxr-xr-xsrc/scripts/install.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/scripts/install.py b/src/scripts/install.py
index 00174ee83..69d3a4286 100755
--- a/src/scripts/install.py
+++ b/src/scripts/install.py
@@ -171,10 +171,6 @@ def main(args = None):
copy_executable(os.path.join(out_dir, app_exe), os.path.join(bin_dir, app_exe))
- if 'botan_config' in cfg:
- copy_executable(cfg['botan_config'],
- os.path.join(bin_dir, os.path.basename(cfg['botan_config'])))
-
if 'botan_pkgconfig' in cfg:
pkgconfig_dir = os.path.join(options.destdir, options.libdir, options.pkgconfigdir)
makedirs(pkgconfig_dir)