3 dnl Configurator for chkpath
5 dnl (c) 1999 Mark Wooding
8 dnl----- Licensing notice ---------------------------------------------------
10 dnl This file is part of chkpath.
12 dnl chkpath is free software; you can redistribute it and/or modify
13 dnl it under the terms of the GNU General Public License as published by
14 dnl the Free Software Foundation; either version 2 of the License, or
15 dnl (at your option) any later version.
17 dnl chkpath is distributed in the hope that it will be useful,
18 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
19 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 dnl GNU General Public License for more details.
22 dnl You should have received a copy of the GNU General Public License
23 dnl along with chkpath; if not, write to the Free Software Foundation,
24 dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
27 AC_INIT([Checkpath], AUTO_VERSION, [mdw@distorted.org.uk])
28 AC_CONFIG_SRCDIR([checkpath.c])
29 AC_CONFIG_AUX_DIR([config])
30 AC_CONFIG_MACRO_DIRS([m4])
32 AM_INIT_AUTOMAKE([foreign])
34 dnl--------------------------------------------------------------------------
35 dnl C language environemnt.
37 dnl Compiler and tools.
41 mdw_LIBTOOL_VERSION_INFO
48 PKG_CHECK_MODULES([mLib], [mLib >= 2.0.4])
49 AM_CFLAGS="$AM_CFLAGS $mLib_CFLAGS"
51 dnl--------------------------------------------------------------------------
54 AC_CONFIG_FILES([Makefile])
55 AC_CONFIG_HEADER([config/config.h])
59 dnl----- That's all, folks --------------------------------------------------