You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fomosto-qssp2017/configure.ac

9 lines
190 B
Plaintext

AC_INIT([fomosto-qssp], [2017])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_PROG_F77
AC_CONFIG_FILES([
Makefile
src/Makefile
])
AC_OUTPUT