AC_PREREQ(2.13)
AC_INIT(main/http_main.c)
+
+dnl ## This is the central place where Apache's version should be kept.
AM_INIT_AUTOMAKE(apache, 2.0-dev)
-dnl This would be in src/include, but I think I've found an autoheader bug
AM_CONFIG_HEADER(include/ap_config_auto.h)
-dnl ## This is the central place where Apache's version should be kept.
-
APACHE_VERSION=$VERSION
AC_SUBST(APACHE_VERSION)
-dnl XXX - make will sometimes die as annoyingly as automake with this option
+dnl XXX - make will sometimes die as annoyingly as automake with this option.
dnl just remake and continue
AM_MAINTAINER_MODE