source: git/configure.ac @ 9c6887

spielwiese
Last change on this file since 9c6887 was 769f28, checked in by Mohamed Barakat <mohamed.barakat@…>, 13 years ago
- fixed --with-gmp in factory/configure.in to be compatible with gmp macro - added factory to the build process - include cf_factory.h in cf_gcd.cc - do not generate cf_gmp.h but replace with a wrapper around gmp.h
  • Property mode set to 100755
File size: 179 bytes
Line 
1AC_INIT([singular], [3.1.2.sw])
2AC_CONFIG_AUX_DIR([.])
3AM_INIT_AUTOMAKE
4AC_PROG_CC
5AC_PROG_CXX
6AC_CONFIG_FILES([Makefile])
7AC_CONFIG_SUBDIRS([omalloc factory libpolys])
8AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.