]> granicus.if.org Git - apache/commitdiff
Place ap_config_auto.h in src/include. It didn't seem to work earlier,
authorManoj Kasichainula <manoj@apache.org>
Wed, 1 Dec 1999 04:25:01 +0000 (04:25 +0000)
committerManoj Kasichainula <manoj@apache.org>
Wed, 1 Dec 1999 04:25:01 +0000 (04:25 +0000)
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

index 7bf349d49c5ed76bc47da3ed3d5766ce9fda29cb..ec416291acf2a494e3589e2d926fa111023405b7 100644 (file)
@@ -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.