[parrot/parrot] b83956: [build] {en,dis}able-feature, with{,out}-library [...

GitHub noreply at github.com
Thu Oct 16 16:00:13 UTC 2014


  Branch: refs/heads/smoke-me/disable-shared-gh1101
  Home:   https://github.com/parrot/parrot
  Commit: b839567972c3aa13ebd0c44c8f8059a178e697c7
      https://github.com/parrot/parrot/commit/b839567972c3aa13ebd0c44c8f8059a178e697c7
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2014-10-16 (Thu, 16 Oct 2014)

  Changed paths:
    M ChangeLog
    M Configure.pl
    M api.yaml
    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 [GH #1101]

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.
add api.yaml deprecation note




More information about the parrot-commits mailing list