dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.59]) AC_INIT([gLEMON], [0.1], [etik-ol@cs.elte.hu], [glemon]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_CONFIG_SRCDIR([main_win.h]) AC_CONFIG_HEADERS([config.h]) dnl Checks for programs. AC_PROG_CXX AC_PROG_CXXCPP AC_PROG_INSTALL AC_PROG_LIBTOOL dnl i18n AM_GNU_GETTEXT_VERSION([0.14.5]) AM_GNU_GETTEXT([external]) dnl Checks for libraries. PKG_CHECK_MODULES([GTK], [libgnomecanvasmm-2.6 >= 2.6.0]) dnl Checks for header files. dnl Checks for typedefs, structures, and compiler characteristics. dnl Checks for library functions. AC_CONFIG_FILES([ Makefile po/Makefile.in ]) AC_OUTPUT