From 1f1dac62186ed25284985b4083c7996e5901c2f5 Mon Sep 17 00:00:00 2001 From: Manoj Kasichainula Date: Tue, 21 Dec 1999 07:21:37 +0000 Subject: [PATCH] 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 --- buildconf | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.50.1