1 dnl Process this file with autoconf to produce a configure script.
5 AC_INIT([minimal],[1.2.5],[vslavik@fastmail.fm])
7 AC_CONFIG_SRCDIR([minimal.cpp])
19 dnl Checks for programs.
30 AM_PATH_WXCONFIG(2.4.1, WXFOUND=1)
32 if test "$WXFOUND" != 1; then
34 Please check that wx-config is in path, the directory
35 where wxWindows libraries are installed (returned by
36 'wx-config --libs' command) is in LD_LIBRARY_PATH or
37 equivalent variable and wxWindows is version 2.4.0 or above.
41 AC_BAKEFILE([m4_include(autoconf_inc.m4)])