[parrot/parrot] 41b4a0: [build] {en,dis}able-feature, with{,out}-library
GitHub
noreply at github.com
Thu Oct 16 15:46:13 UTC 2014
Branch: refs/heads/smoke-me/disable-shared-gh1101
Home: https://github.com/parrot/parrot
Commit: 41b4a01bd5a36b31fbab6bfc418588bf6b9db2d4
https://github.com/parrot/parrot/commit/41b4a01bd5a36b31fbab6bfc418588bf6b9db2d4
Author: Reini Urban <rurban at cpanel.net>
Date: 2014-10-16 (Thu, 16 Oct 2014)
Changed paths:
M Configure.pl
M config/auto/llvm.pm
M config/auto/pcre.pm
M config/inter/libparrot.pm
M lib/Parrot/Configure/Options.pm
M lib/Parrot/Configure/Options/Conf.pm
M lib/Parrot/Configure/Options/Conf/Shared.pm
M t/configure/001-options.t
Log Message:
-----------
[build] {en,dis}able-feature, with{,out}-library
now similar to autoconf:
deprecate --parrot-is-shared in favor of --enable-shared
allow both variants enable,disable for the features:
shared, rpath, threads
and set both config->options keys.
allow both variants with,without for the libraries:
llvm pcre crypto gdbm gettext gmp icu opengl libffi
readline pcre threads zlib
and set both config->options keys.
translate {en,dis}able-threads into without-threads
add tests for all options.
More information about the parrot-commits
mailing list