source: git/configure.ac @ 72ebdb

spielwiese
Last change on this file since 72ebdb 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
Line 
1AC_INIT([singular], [3.1.2.sw])
2AC_CONFIG_AUX_DIR([.])
3AM_MAINTAINER_MODE
4AM_INIT_AUTOMAKE
5AC_PROG_CC
6AC_PROG_CXX
7SING_CHECK_FACTORY
8
9AC_CONFIG_FILES([Makefile])
10
11
12AC_CONFIG_SUBDIRS(omalloc)
13if test x$ENABLE_FACTORY = xyes; then
14  AC_CONFIG_SUBDIRS(factory)
15fi
16AC_CONFIG_SUBDIRS(libpolys)
17
18AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.