From: Manoj Kasichainula Date: Wed, 1 Dec 1999 04:25:01 +0000 (+0000) Subject: Place ap_config_auto.h in src/include. It didn't seem to work earlier, X-Git-Tag: 1.3.10~133 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1cb0fb04ae07abff152a46c19cc382026ac9f78;p=apache Place ap_config_auto.h in src/include. It didn't seem to work earlier, but it does now. *shrug* git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84202 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/configure.in b/configure.in index 7bf349d49c..ec416291ac 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ AC_INIT(main/http_main.c) 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(ap_config_auto.h) +AM_CONFIG_HEADER(include/ap_config_auto.h) dnl ## This is the central place where Apache's version should be kept.