First post!
[beagle.git] / configure.in
blobda1763682f386789e0244c03e11bfae354adbb31
1 AC_INIT(indexer/Content.cs)
2 AC_CANONICAL_SYSTEM
3 AM_INIT_AUTOMAKE(dewey, 0.0)
4 AM_MAINTAINER_MODE
6 AC_PROG_INSTALL
7 AM_PROG_LIBTOOL
9 AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
10 if test "x$PKG_CONFIG" = "xno"; then
11         AC_MSG_ERROR([You need to install pkg-config])
15 if test "x$MCSTEST" = "xno"; then
16         AC_MSG_ERROR([You need to install mcs (from mono)])
19 AC_OUTPUT([
20 Makefile
21 Lucene.Net/Makefile
22 indexer/Makefile
23 tools/Makefile