1 # Copyright 2008 David Hilvert <dhilvert@gmail.com>
3 # This file is part of libale.
5 # libale is free software: you can redistribute it and/or modify it under the
6 # terms of the GNU Affero General Public License as published by the Free
7 # Software Foundation, either version 3 of the License, or (at your option)
10 # libale is distributed in the hope that it will be useful, but WITHOUT ANY
11 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12 # FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for
15 # You should have received a copy of the GNU Affero General Public License
16 # along with libale. If not, see <http://www.gnu.org/licenses/>.
23 AC_INIT(libale,translit(m4_include(VERSION),'
24 '), ale@ventricle.dyndns.org)
25 AC_CONFIG_SRCDIR([include/ale.h])
26 AC_CONFIG_HEADER([config.h])
45 AC_CHECK_HEADER([stdint.h])
46 AC_CHECK_HEADER([inttypes.h])
50 ## Substitution variables
57 AC_SUBST(LIBALE_CFLAGS)
59 AC_SUBST(LIBALE_LDFLAGS)
61 AC_CONFIG_FILES([Makefile])
65 # Since the generated Makefile seems to sometimes miss build steps that are
66 # required due to reconfiguration, 'make clean' here.
68 AC_MSG_NOTICE(making clean)
69 make clean &> /dev/null