source: git/configure.ac @ ad3aa7

fieker-DuValspielwiese
Last change on this file since ad3aa7 was 6b61be, checked in by Oleksandr Motsak <motsak@…>, 13 years ago
ADD: optional building of factory (only with --enable-factory)
  • Property mode set to 100755
File size: 300 bytes
RevLine 
[9634a6]1AC_INIT([singular], [3.1.2.sw])
2AC_CONFIG_AUX_DIR([.])
[ea0001]3AM_MAINTAINER_MODE
[9634a6]4AM_INIT_AUTOMAKE
5AC_PROG_CC
6AC_PROG_CXX
[6b61be]7SING_CHECK_FACTORY
8
[9634a6]9AC_CONFIG_FILES([Makefile])
[6b61be]10
11
12AC_CONFIG_SUBDIRS(omalloc)
13if test x$ENABLE_FACTORY = xyes; then
14  AC_CONFIG_SUBDIRS(factory)
15fi
16AC_CONFIG_SUBDIRS(libpolys)
17
[9634a6]18AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.