Changeset ec0d9b in git for libpolys/configure.ac
- Timestamp:
- Apr 19, 2011, 12:22:57 PM (13 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/configure.ac
r1135a61 rec0d9b 1 1 AC_INIT([singular], [3.1.2.sw]) 2 2 AM_INIT_AUTOMAKE 3 AC_CONFIG_MACRO_DIR([../m4] )3 AC_CONFIG_MACRO_DIR([../m4],[m4]) 4 4 AC_CONFIG_SRCDIR([reporter/reporter.h]) 5 5 AC_CONFIG_HEADER([config.h]) … … 12 12 AC_PROG_LN_S 13 13 AC_PROG_INSTALL 14 AC_PROG_RANLIB15 14 AM_PROG_CC_C_O 15 AC_LIBTOOL_DLOPEN 16 AC_PROG_LIBTOOL 16 17 17 18 # Checks for libraries. … … 21 22 AC_FUNC_ERROR_AT_LINE 22 23 AC_CHECK_FUNCS([memmove memset pow sqrt strchr]) 24 AC_FUNC_VPRINTF 25 AC_FUNC_MALLOC 26 AC_CHECK_FUNC([vsnprintf], [AC_DEFINE([HAVE_VSNPRINTF], [1], 27 [Define if vsnprintf exists.])]) 23 28 24 29 # Checks for header files. … … 34 39 SING_CHECK_PIPE 35 40 36 # Checks for library functions.37 AC_FUNC_VPRINTF38 AC_CHECK_FUNC([vsnprintf], [AC_DEFINE([HAVE_VSNPRINTF], [1],39 [Define if vsnprintf exists.])])40 41 # check for cpu properties 41 42 AC_CHECK_SIZEOF(long,4) … … 49 50 esac 50 51 52 SING_CHECK_P_PROCS 53 51 54 AC_SUBST(LIBPREFIX) 52 55 … … 56 59 AC_CONFIG_FILES([resources/Makefile]) 57 60 AC_CONFIG_FILES([coeffs/Makefile]) 61 AC_CONFIG_FILES([polys/Makefile]) 58 62 AC_CONFIG_FILES([tests/Makefile]) 59 AC_CONFIG_SUBDIRS([polys])60 63 AC_OUTPUT
Note: See TracChangeset
for help on using the changeset viewer.