updated test.sh for nobug compatibility, has still problems with joined stderr and...
[mala.git] / configure.ac
blob803b8819b1d439b7c777b36d4617eba9ed4130a4
1 AC_INIT(mala-glibc, 0.2pre)
2 AC_CONFIG_SRCDIR(engine/mala_types.h)
3 AC_CONFIG_AUX_DIR(scripts)
4 dnl AC_CONFIG_MACRO_DIR(m4)
5 AM_INIT_AUTOMAKE
6 AC_PREREQ(2.59)
8 AC_COPYRIGHT([
9 Copyright (C) 2004, Christian Thaeter <chth@gmx.net>
11 This file is part of the MaLa extension Language.
13 This program is free software; you can redistribute it and/or modify
14 it under the terms of the GNU General Public License version 2 as
15 published by the Free Software Foundation.
17 This program is distributed in the hope that it will be useful,
18 but WITHOUT ANY WARRANTY; without even the implied warranty of
19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20 GNU General Public License for more details.
22 You should have received a copy of the GNU General Public License
23 along with this program; if not, contact me.
29 AC_PROG_CC
30 AC_STDC_HEADERS
31 AC_PROG_RANLIB
33 AC_DEFINE(EBUG_ALPHA)
36 AC_CHECK_HEADER(nobug.h, break, AC_MSG_ERROR(nobug.h required))
37 dnl TODO install supplied llist.h if not available
38 AC_CHECK_HEADER(llist.h, break, AC_MSG_ERROR(llist.h required))
40 AC_CHECK_LIB(acogc, acogc_root_init)
42 dnl AC_HAVE_HEADERS(string.h fcntl.h sys/file.h sys/param.h)
46 AC_CONFIG_FILES(Makefile engine/Makefile std/Makefile program/Makefile includes/Makefile tests/Makefile mala.pc)
47 dnl doc/Makefile
48 AC_OUTPUT
49 # arch-tag: 040d9852-5fda-4b32-8729-a41edc58faf2