Changeset 8f9132 in git for m4/options.m4


Ignore:
Timestamp:
Feb 26, 2019, 3:13:43 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'd08f5f0bb3329b8ca19f23b74cb1473686415c3a')
Children:
7ebc6db12310fb02da388f1ffe8f67f9fb290b5a
Parents:
b3fc463ce3a07d3bf25ee4f64a78d20c8e7151ca
Message:
moved system("std_syz") to new module: partialGB(<module>,<int>)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/options.m4

    rb3fc463 r8f9132  
    322322  bi_subsets=false
    323323  bi_freealgebra=false
     324  bi_partialgb=false
    324325  bi_syzextra=false
    325326  bi_pyobject=false
     
    358359       subsets ) bi_subsets=true;;
    359360       freealgebra ) bi_freealgebra=true;;
     361       partialgb ) bi_partialgb=true;;
    360362       syzextra ) bi_syzextra=true ;;
    361363       pyobject ) bi_pyobject=true ;;
     
    397399 AM_CONDITIONAL([SI_BUILTIN_SUBSETS], [test x$bi_subsets = xtrue])
    398400 AM_CONDITIONAL([SI_BUILTIN_FREEALGEBRA], [test x$bi_freealgebra = xtrue])
     401 AM_CONDITIONAL([SI_BUILTIN_PARTIALGB], [test x$bi_partialgb = xtrue])
    399402 AM_CONDITIONAL([SI_BUILTIN_SYZEXTRA], [test x$bi_syzextra = xtrue])
    400403 AM_CONDITIONAL([SI_BUILTIN_PYOBJECT], [test x$bi_pyobject = xtrue])
Note: See TracChangeset for help on using the changeset viewer.