Changeset ad42521 in git for m4


Ignore:
Timestamp:
Feb 5, 2016, 12:10:59 AM (8 years ago)
Author:
Yue <ren@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
58399e5955b89ce4f0005174693ea0831df58d45
Parents:
934db3fbe9f01e343ac76c8baeaa4717719f822a
git-author:
Yue <ren@mathematik.uni-kl.de>2016-02-05 00:10:59+01:00
git-committer:
Yue <ren@mathematik.uni-kl.de>2016-03-15 14:34:59+01:00
Message:
new: shared module "customstd" with satstd
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/options.m4

    r934db3 rad42521  
    312312  bi_gfanlib=false
    313313  bi_polymake=false
     314  bi_customstd=false
    314315  bi_singmathic=false
    315316  bi_bigintm=false
     
    341342       gfanlib ) bi_gfanlib=true ;;
    342343       polymake ) bi_polymake=true ;;
     344       customstd ) bi_customstd=true ;;
    343345       singmathic ) bi_singmathic=true ;;
    344346       bigintm ) bi_bigintm=true ;;
     
    373375 AM_CONDITIONAL([SI_BUILTIN_GFANLIB], [test x$bi_gfanlib = xtrue])
    374376 AM_CONDITIONAL([SI_BUILTIN_POLYMAKE], [test x$bi_polymake = xtrue])
     377 AM_CONDITIONAL([SI_BUILTIN_CUSTOMSTD], [test x$bi_customstd = xtrue])
    375378 AM_CONDITIONAL([SI_BUILTIN_SINGMATHIC], [test x$bi_singmathic = xtrue])
    376379 AM_CONDITIONAL([SI_BUILTIN_BIGINTM], [test x$bi_bigintm = xtrue])
     
    380383 AC_MSG_RESULT(${BUILTIN_LIBS:-unset})
    381384])
    382 
    383 
Note: See TracChangeset for help on using the changeset viewer.