source: tags/release-0.1/configure.in @ 704

Revision 121, 1.0 KB checked in by dcarter, 6 years ago (diff)

dcarter: Merging r74:r120

Line 
1# Copyright (C) 2005 David Carter <arm4@arm4.org>
2
3# This file is free software; as a special exception the author gives
4# unlimited permission to copy and/or distribute it, with or without
5# modifications, as long as this notice is preserved.
6#
7# This program is distributed in the hope that it will be useful, but
8# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
9# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10
11AC_INIT(arm4,0.1)
12AM_CONFIG_HEADER(config.h)
13AM_INIT_AUTOMAKE(no-dependencies)
14AC_PROG_CC
15AC_AIX
16AC_ISC_POSIX
17AC_MINIX
18AC_STDC_HEADERS
19AC_PROG_LIBTOOL
20AM_VERSION_DB([4.4],,[AC_MSG_ERROR(db version 4.4 or greater is required)])
21APR_FIND_APR(,, 1, [1 0])
22APR_CONFIG="$apr_config"
23AC_SUBST(APR_CONFIG)
24APR_FIND_APU(,, 1, [1 0])
25APU_CONFIG="$apu_config"
26AC_SUBST(APU_CONFIG)
27AC_CONFIG_FILES([Makefile
28        doc/Makefile
29        m4/Makefile
30        include/Makefile
31        src/Makefile
32        src/libarm4db/Makefile
33        src/libarm4/Makefile
34        tests/Makefile
35        tests/arm4sdk/Makefile])
36AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.