1 AC_INIT(indexer/Content.cs)
3 AM_INIT_AUTOMAKE(dewey, 0.0)
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)])