Changeset f47f56 in git for libpolys/polys/configure.ac


Ignore:
Timestamp:
Mar 9, 2011, 3:56:48 PM (12 years ago)
Author:
Mohamed Barakat <mohamed.barakat@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
e69b7cef94c2a886390e5aeaa7b65e2840aedc7a
Parents:
16f8f1227d3e09337313bb55007fdaaf58f2d048
git-author:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-03-09 15:56:48+01:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:01:05+01:00
Message:
- introduced libtools in libpolys/polys
- enables the compilation of the dynamic modules in libpolys/polys/templates
- replaced p_Procs_Dynamic.in by p_Procs.inc in templates/p_Procs_Lib.cc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/configure.ac

    r16f8f1 rf47f56  
    44AC_PREREQ([2.65])
    55AC_INIT([FULL-PACKAGE-NAME], [VERSION], [BUG-REPORT-ADDRESS])
     6AC_CONFIG_AUX_DIR([.])
    67AM_INIT_AUTOMAKE
    78AC_CONFIG_SRCDIR([polys.cc])
    89AC_CONFIG_HEADERS([config.h])
     10AC_CONFIG_MACRO_DIR([m4])
    911
    1012# Checks for programs.
     
    1214AC_PROG_CC
    1315AC_PROG_LN_S
    14 AC_PROG_RANLIB
     16#AC_PROG_RANLIB
     17AC_LIBTOOL_DLOPEN
     18AC_PROG_LIBTOOL
    1519
    1620# Checks for libraries.
Note: See TracChangeset for help on using the changeset viewer.