source: git/libpolys/configure.ac @ 47a8626

spielwiese
Last change on this file since 47a8626 was ce2120e, checked in by Mohamed Barakat <mohamed.barakat@…>, 13 years ago
created for_Hans_with_love.sh build script . added polys to libpolys/Makefile.am and to libpolys/configure.ac . updated libpolys/polys/Makefile.am . updated libpolys/polys/configure.ac . cleaned up libpolys/resources/configure.ac . updated libpolys/resources/feResource.h
  • Property mode set to 100755
File size: 170 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 polys])
8AC_OUTPUT
9
Note: See TracBrowser for help on using the repository browser.