From b1cb0fb04ae07abff152a46c19cc382026ac9f78 Mon Sep 17 00:00:00 2001 From: Manoj Kasichainula Date: Wed, 1 Dec 1999 04:25:01 +0000 Subject: [PATCH] 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 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.50.1