Changeset 148d3c in git for m4/options.m4


Ignore:
Timestamp:
May 19, 2011, 5:39:53 AM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38077648e7239f98078663eb941c3c979511150a')
Children:
c8204aefe85bd27523a76a77f4ae555c156bdc21
Parents:
3199ac3605af0f6ec91729ae32d5704af6105991
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-05-19 05:39:53+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:36:08+01:00
Message:
FIX: fixing the build system (install needed headers on needed places)
FIX: libpolys-config is correct now (installed, echo -n-fixed)
ADD: trying to use FACTORY_{libs, cflags} as for gmp/ntl
CHG: switched from omalloc_debug to omalloc_g
ADD: symlink for gftables in libpolys/tests
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/options.m4

    r3199ac r148d3c  
    3333     ENABLE_FACTORY="no"
    3434 fi
    35 ],[ENABLE_FACTORY="yes"])
     35],[ENABLE_FACTORY="no"])
    3636
    3737if test x$ENABLE_FACTORY = xyes; then
     38  FACTORY_CFLAGS=""
     39  FACTORY_LIBS="-lfactory"
     40
     41  AC_SUBST(FACTORY_CFLAGS)
     42  AC_SUBST(FACTORY_LIBS)
     43 
    3844  AC_DEFINE(HAVE_FACTORY,1,Enable factory)
    3945fi
     46
     47
    4048
    4149AM_CONDITIONAL([ENABLE_FACTORY],[test x$ENABLE_FACTORY = xyes])
Note: See TracChangeset for help on using the changeset viewer.