]> granicus.if.org Git - apache/commitdiff
We don't need the capability to build an acconfig.h anymore; AC_DEFINE
authorManoj Kasichainula <manoj@apache.org>
Tue, 21 Dec 1999 07:21:37 +0000 (07:21 +0000)
committerManoj Kasichainula <manoj@apache.org>
Tue, 21 Dec 1999 07:21:37 +0000 (07:21 +0000)
provides everything we need for equivalent functionality. This change
deletes the intrastructure that built acconfig.h.in before.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84344 13f79535-47bb-0310-9956-ffa450edef68

buildconf

index 01b3987f789fd8cc0dd82b09480e98a41f54983d..1ea1856f5e82eb38d403209c6ff60956d41d8eee 100755 (executable)
--- a/buildconf
+++ b/buildconf
@@ -67,8 +67,6 @@ if test "$supplied_flag" = "--copy"; then
     automake_flags=--copy
 fi
 
-./helpers/build-acconfig-header
-
 mv aclocal.m4 aclocal.m4.old 2>/dev/null
 aclocal
 if test "$?" != "0" -a "$am_prefix" != "$lt_prefix"; then