m4 files are included. This fixes builds on autoconf 2.52 again.
Obtained from: Sander Striker
Submitted by: Thom May <thom@planetarytramp.net>
Reviewed by: Aaron Bannert
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93639
13f79535-47bb-0310-9956-
ffa450edef68
dnl
AC_PREREQ(2.13)
-AC_PREFIX_DEFAULT(/usr/local/apache2)
AC_INIT(ABOUT_APACHE)
AC_CONFIG_HEADER(include/ap_config_auto.h)
sinclude(srclib/apr/build/apr_threads.m4)
sinclude(acinclude.m4)
+dnl XXX we can't just use AC_PREFIX_DEFAULT because that isn't subbed in
+dnl by configure until it is too late. Is that how it should be or not?
+dnl Something seems broken here.
+AC_PREFIX_DEFAULT(/usr/local/apache2)
+
dnl Get the layout here, so we can pass the required variables to apr
dnl APACHE_ENABLE_LAYOUT
AC_MSG_CHECKING(for chosen layout)