Changeset 4e65f09 in git for m4


Ignore:
Timestamp:
Jul 22, 2014, 12:37:17 PM (10 years ago)
Author:
Claus Fieker <fieker@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
3ffb6ccd05d57d6bda58ec247c226c73ce923923
Parents:
fe99edb98092fecf8c9fc6169ffae84222ba334f
git-author:
Claus Fieker <fieker@mathematik.uni-kl.de>2014-07-22 12:37:17+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-07-23 13:13:07+02:00
Message:
re-stablish the Order module. Containing also a 1st draft for lattices
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/options.m4

    rfe99ed r4e65f09  
    319319  bi_singmathic=false
    320320  bi_bigintm=false
     321  bi_Order=false
    321322 
    322323 
     
    347348       singmathic ) bi_singmathic=true ;;
    348349       bigintm ) bi_bigintm=true ;;       
     350       Order ) bi_Order=true ;;       
    349351      esac
    350352
     
    378380 AM_CONDITIONAL([SI_BUILTIN_SINGMATHIC], [test x$bi_singmathic = xtrue])
    379381 AM_CONDITIONAL([SI_BUILTIN_BIGINTM], [test x$bi_bigintm = xtrue])
     382 AM_CONDITIONAL([SI_BUILTIN_ORDER], [test x$bi_Order = xtrue])
    380383 
    381384 AC_MSG_CHECKING([BUILTIN_LIBS...])
Note: See TracChangeset for help on using the changeset viewer.