From: Manoj Kasichainula Date: Tue, 21 Dec 1999 07:21:37 +0000 (+0000) Subject: We don't need the capability to build an acconfig.h anymore; AC_DEFINE X-Git-Tag: 1.3.10~65 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f1dac62186ed25284985b4083c7996e5901c2f5;p=apache We don't need the capability to build an acconfig.h anymore; AC_DEFINE 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 --- diff --git a/buildconf b/buildconf index 01b3987f78..1ea1856f5e 100755 --- 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