apfl/configure.ac

11 lines
159 B
Text
Raw Normal View History

2021-12-10 20:22:16 +00:00
AC_INIT([apfl], [0.0.1])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_PROG_CC
AM_PROG_AR
AC_PROG_RANLIB
AC_CONFIG_FILES([
Makefile
src/Makefile
])
AC_OUTPUT