AC_INIT(dtd/cic.dtd) PACKAGE=helm_data MAJOR_VERSION=0 MINOR_VERSION=0 MICRO_VERSION=1 VERSION=$MAJOR_VERSION.MINOR_VERSION.$MICRO_VERSION AC_CHECK_PROG(HAVE_HELM_CONFIG, helm-config, yes, no) if test $HAVE_HELM_CONFIG = no; then AC_MSG_ERROR(Could not find helm-config) fi HELM_DTD_DIR=`helm-config --dtd-dir` HELM_STYLE_DIR=`helm-config --style-dir` AC_SUBST(PACKAGE) AC_SUBST(VERSION) AC_SUBST(HELM_DTD_DIR) AC_SUBST(HELM_STYLE_DIR) AC_OUTPUT([ Makefile helm_data.spec ])