source: git/configure.ac @ b9cf41

spielwiese
Last change on this file since b9cf41 was b9cf41, checked in by Oleksandr Motsak <motsak@…>, 13 years ago
ADD: made libnumeric out of numberic/
  • Property mode set to 100755
File size: 353 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
7AC_PROG_RANLIB
8
9SING_CHECK_FACTORY
10
11AC_CONFIG_FILES([Makefile])
12
13
14AC_CONFIG_SUBDIRS(omalloc)
15if test x$ENABLE_FACTORY = xyes; then
16  AC_CONFIG_SUBDIRS(factory)
17fi
18AC_CONFIG_SUBDIRS(libpolys)
19
20AC_CONFIG_FILES([numeric/Makefile])
21
22AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.