source: git/configure.ac @ 9634a6

spielwiese
Last change on this file since 9634a6 was 9634a6, checked in by Mohamed Barakat <mohamed.barakat@…>, 13 years ago
started migration to automake in top level and omalloc
  • Property mode set to 100755
File size: 214 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 libfac misc reporter resources coeffs polys])
8AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.