Changeset 014b65 in git for libpolys/coeffs


Ignore:
Timestamp:
Dec 1, 2010, 4:15:17 PM (13 years ago)
Author:
Mohamed Barakat <mohamed.barakat@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
a30a39aaa446d00f01aab56db0ff2964711d5f1e
Parents:
183247043c357c6c52f6f09f8d6aecea25cf6268
git-author:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2010-12-01 16:15:17+01:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:57:46+01:00
Message:
- moved misc,reporter,resources,coeffs,polys -> (new) libpolys (Hans agreed)
- migrated to automake in coeffs, misc
status: everything builds (except polys)
todo: . migrate resources and reporter to automake
      . create autoconf macros for omalloc, factory, and libpolys
Location:
libpolys/coeffs
Files:
3 added
4 copied
31 moved

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/configure.ac

    r1832470 r014b65  
    22# Process this file with autoconf to produce a configure script.
    33
    4 AC_PREREQ([2.63])
     4AC_PREREQ([2.65])
    55AC_INIT([FULL-PACKAGE-NAME], [VERSION], [BUG-REPORT-ADDRESS])
     6AM_INIT_AUTOMAKE
    67AC_CONFIG_SRCDIR([rmodulon.h])
    78AC_CONFIG_HEADERS([config.h])
     
    1415esac
    1516
    16 
    17 
    1817# Checks for programs.
    1918AC_PROG_CXX
     
    2120AC_PROG_LN_S
    2221AC_PROG_INSTALL
     22AC_PROG_RANLIB
    2323
    2424# Checks for libraries.
Note: See TracChangeset for help on using the changeset viewer.