fckgw/configure.ac~

7 lines
172 B
Text
Raw Normal View History

AC_INIT([fckgw], [1.0])
AC_CONFIG_SRCDIR([src/main.c])
AM_INIT_AUTOMAKE([-Wall -Wextra -Werror foreign])
AC_PROG_CC_STDC
AC_CONFIG_FILES([Makefile src/Makefile])
AC_OUTPUT