dnl dnl Disable accent folding dnl AC_INIT(mgpp/text/MGQuery.cpp) AC_ARG_ENABLE(accentfolding, [ --disable-accentfold Disable Accent Folding support], ENABLE_ACCENTFOLD=0, ENABLE_ACCENTFOLD=1) AC_DEFINE_UNQUOTED(ENABLE_ACCENTFOLD, $ENABLE_ACCENTFOLD) AC_SUBST(ENABLE_ACCENTFOLD) dnl dnl Specify location of unac - if specified, will be passed to cascading configures dnl AC_ARG_WITH(unac, [ --with-unac=dir Use specified unac directory], UNAC_DIR=$withval) if test $ENABLE_ACCENTFOLD = 1; then AC_CONFIG_SUBDIRS(packages/unac) fi AC_CONFIG_SUBDIRS(mg mgpp) AC_OUTPUT(Makefile)