Changeset 45e35b in git


Ignore:
Timestamp:
May 11, 2011, 4:49:43 PM (12 years ago)
Author:
Mohamed Barakat <mohamed.barakat@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '7725b5cfc1eaf99630826ecc59f559d3b6831c24')
Children:
adb2edca6f47570822acf20e418c48a4763eab41
Parents:
37ed0010c7b090336b34c30c29afd5506a1ddc80
git-author:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-05-11 16:49:43+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:36:04+01:00
Message:
further fixes to build system

- merged arithrings.m4 and plural.m4 into options.m4
- added new macro SING_CHECK_FACTORY in options.m4
- invoke SING_CHECK_FACTORY IN libpolys/configure.ac
- fixed the output of the macros in options.m4
- removed readcf.cc from the repo because it is generated
- generate factory.h and factoryconf.h in factory
Files:
1 added
3 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

    r37ed00 r45e35b  
    1111.libs
    1212doc/
    13 factory/readcf.c
     13factory/readcf.cc
    1414factory/ylwrap
     15factory/gengftables
    1516m4/libtool.m4
    1617m4/ltoptions.m4
  • factory/Makefile.am

    r37ed00 r45e35b  
    8282                parseutil.cc \
    8383                readcf.yy \
     84                factory.h \
     85                factoryconf.h \
    8486                ftmpl_inst.cc
    8587
     
    195197                ./gengftables
    196198
     199.template.h:
     200                ${srcdir}/bin/makeheader $< $@
     201
     202BUILT_SOURCES = factory.h factoryconf.h
     203
    197204# These files listed below are not used anywhere but are included in
    198205# the distribution. So they will be tacked on to EXTRA_DIST.
  • libpolys/configure.ac

    r37ed00 r45e35b  
    6666
    6767SING_CHECK_P_PROCS
     68SING_CHECK_ARITH_RINGS
     69SING_CHECK_FACTORY
    6870SING_CHECK_PLURAL
    69 SING_CHECK_ARITH_RINGS
    7071
    7172AC_SUBST(LIBPREFIX)
Note: See TracChangeset for help on using the changeset viewer.