https://github.com/simpcomp-team/simpcomp
Raw File
Tip revision: 547954673cf6a06cbf60a942a8e5bccf6185ce0d authored by simpcomp on 17 October 2023, 07:13:10 UTC
Merge pull request #48 from fingolfin/mh/update-ci
Tip revision: 5479546
configure.ac
AC_INIT([Simpcomp Bistellar], [1.0])
AC_PREREQ([2.50])
AM_INIT_AUTOMAKE([1.10 -Wall no-define foreign])

AC_PROG_CXX
AC_CONFIG_FILES([Makefile])
AC_OUTPUT
back to top