fckgw/configure.ac

7 lines
134 B
Text
Raw Normal View History

2025-06-02 12:08:33 -04:00
AC_INIT([fckgw], [1.0])
AC_CONFIG_SRCDIR([src/main.c])
AM_INIT_AUTOMAKE
AC_PROG_CC
AC_CONFIG_FILES([Makefile src/Makefile])
AC_OUTPUT