[storage] Factor out 'recognized amount' (bug #123)
[abstract.git] / configure.ac
blobfaacc11a47c5e60945949af85147d179d9ca7c79
1 dnl Process this file with autoconf to produce a configure script.
3 AC_INIT([abstract],[0.0])
4 AC_CONFIG_AUX_DIR(config)
5 AC_CONFIG_MACRO_DIR(config)
6 AM_INIT_AUTOMAKE
9 dnl AC_PROG_INSTALL
10 AC_PROG_CC
11 AC_PROG_CXX
12 AC_PROG_LN_S
13 AC_DISABLE_STATIC
14 AC_LIBTOOL_WIN32_DLL
15 AC_PROG_LIBTOOL
16 AC_SUBST(LIBTOOL_DEPS)
18 AA_INIT_XPCOM
19 AA_ARG_ENABLE_TESTS
20 AA_ARG_ENABLE_DEBUG
22 AC_CONFIG_FILES([
23  Makefile
24  abstract/Makefile
25  abstract/cxxunit/Makefile
26  abstract/base/Makefile
27  abstract/storage/Makefile
28  abstract/report/Makefile
29  abstract/view/Makefile
30  cxxunit/Makefile
31  base/Makefile
32  storage/Makefile
33  report/Makefile
34  view/Makefile
35  app/Makefile
37 AC_CONFIG_HEADERS([abstract/abstract-config.h])
38 AC_OUTPUT