Changeset ec0d9b in git for libpolys/configure.ac


Ignore:
Timestamp:
Apr 19, 2011, 12:22:57 PM (13 years ago)
Author:
Mohamed Barakat <mohamed.barakat@…>
Branches:
(u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
Children:
8184703ffc306b654a4aec87405c86909a05666c
Parents:
1135a6114f30c022e5d6f8153155b10152820187
git-author:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-04-19 12:22:57+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:18+01:00
Message:
merge libpolys/polys/configure.ac into polys/configure.ac
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/configure.ac

    r1135a61 rec0d9b  
    11AC_INIT([singular], [3.1.2.sw])
    22AM_INIT_AUTOMAKE
    3 AC_CONFIG_MACRO_DIR([../m4])
     3AC_CONFIG_MACRO_DIR([../m4],[m4])
    44AC_CONFIG_SRCDIR([reporter/reporter.h])
    55AC_CONFIG_HEADER([config.h])
     
    1212AC_PROG_LN_S
    1313AC_PROG_INSTALL
    14 AC_PROG_RANLIB
    1514AM_PROG_CC_C_O
     15AC_LIBTOOL_DLOPEN
     16AC_PROG_LIBTOOL
    1617
    1718# Checks for libraries.
     
    2122AC_FUNC_ERROR_AT_LINE
    2223AC_CHECK_FUNCS([memmove memset pow sqrt strchr])
     24AC_FUNC_VPRINTF
     25AC_FUNC_MALLOC
     26AC_CHECK_FUNC([vsnprintf], [AC_DEFINE([HAVE_VSNPRINTF], [1],
     27                               [Define if vsnprintf exists.])])
    2328
    2429# Checks for header files.
     
    3439SING_CHECK_PIPE
    3540
    36 # Checks for library functions.
    37 AC_FUNC_VPRINTF
    38 AC_CHECK_FUNC([vsnprintf], [AC_DEFINE([HAVE_VSNPRINTF], [1],
    39                                [Define if vsnprintf exists.])])
    4041# check for cpu properties
    4142AC_CHECK_SIZEOF(long,4)
     
    4950esac
    5051
     52SING_CHECK_P_PROCS
     53
    5154AC_SUBST(LIBPREFIX)
    5255
     
    5659AC_CONFIG_FILES([resources/Makefile])
    5760AC_CONFIG_FILES([coeffs/Makefile])
     61AC_CONFIG_FILES([polys/Makefile])
    5862AC_CONFIG_FILES([tests/Makefile])
    59 AC_CONFIG_SUBDIRS([polys])
    6063AC_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.