Basic build instructions.
[margoerets.git] / configure.ac
blobb646e742a4532d7a77fa16fd484f8fdcb6936fc5
1 AC_PREREQ([2.67])
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])
7 # Checks for programs.
8 AC_PROG_CC
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])
20 AC_OUTPUT