Changeset 37e66f in git for libsingular-config.in


Ignore:
Timestamp:
Mar 19, 2014, 8:39:14 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
38750a62e57a4262c5d883873104b2032b609386
Parents:
c0bbad6254e42ef9e4bed7c8d91f31a7c9f7ba50
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-03-19 20:39:14+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-03-19 21:44:53+01:00
Message:
Better approach to configuring multiple packages: omalloc/resources/factory

add: precious configure variables {OMALLOC/RESOURCES/FACTORY}_{LIBS/INCLUDES}
fix: also related minor fixes

NOTE: main changes are in m4/options.m4 and factory/configure.ac (which was the motivator for the whole thing)

NOTE2: the cleanup of "-I${top_srcdir}/.." and "-I${top_srcdir}/../factory/include" (and similar for builddir) in favor of {OMALLOC/RESOURCES/FACTORY}_INCLUDES
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libsingular-config.in

    rc0bbad r37e66f  
    8989
    9090    --cflags)
    91         ${ECHOn} " -I${includedir} -I${includedir}/singular @SINGULAR_CFLAGS@ @FACTORY_CFLAGS@ @FLINT_CFLAGS@ @NTL_CFLAGS@ @GMP_CFLAGS@ "
     91        ${ECHOn} " -I${includedir} -I${includedir}/singular @SINGULAR_CFLAGS@ @FACTORY_INCLUDES@ @FLINT_CFLAGS@ @NTL_CFLAGS@ @GMP_CFLAGS@ "
    9292        ;;
    9393
Note: See TracChangeset for help on using the changeset viewer.