source: git/libpolys/configure.ac @ 6438a12

spielwiese
Last change on this file since 6438a12 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: 164 bytes
Line 
1AC_INIT([singular], [3.1.2.sw])
2AM_INIT_AUTOMAKE
3
4AC_PROG_CC
5AC_PROG_CXX
6AC_CONFIG_FILES([Makefile])
7AC_CONFIG_SUBDIRS([misc reporter resources coeffs])
8AC_OUTPUT
9
Note: See TracBrowser for help on using the repository browser.