2 AC_INIT([margoerets], [0.0.0], [bernd.jendrissek@gmail.com])
3 AM_INIT_AUTOMAKE([foreign])
4 AC_CONFIG_SRCDIR([margoerets.c])
5 AC_CONFIG_HEADERS([config.h])
10 # Checks for libraries.
11 PKG_CHECK_MODULES([GTK], [gtk+-2.0])
13 # Checks for header files.
15 # Checks for typedefs, structures, and compiler characteristics.
17 # Checks for library functions.
19 AC_CONFIG_FILES([Makefile])