source: git/configure.ac @ 7a8011

spielwiese
Last change on this file since 7a8011 was 014b65, checked in by Mohamed Barakat <mohamed.barakat@…>, 13 years ago
- moved misc,reporter,resources,coeffs,polys -> (new) libpolys (Hans agreed) - migrated to automake in coeffs, misc status: everything builds (except polys) todo: . migrate resources and reporter to automake . create autoconf macros for omalloc, factory, and libpolys
  • Property mode set to 100755
File size: 171 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 libpolys])
8AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.