fckgw/configure.ac

8 lines
184 B
Text
Raw Normal View History

AC_INIT([fckgw],[1.0])
2025-06-02 12:08:33 -04:00
AC_CONFIG_SRCDIR([src/main.c])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
2025-06-02 12:08:33 -04:00
AC_PROG_CC
CFLAGS="$CFLAGS -std=c17"
2025-06-02 12:08:33 -04:00
AC_CONFIG_FILES([Makefile src/Makefile])
AC_OUTPUT