manoj 99/12/20 23:21:38
Modified: src buildconf
Removed: src acconfig.h.in
src/helpers build-acconfig-header
Log:
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.
Revision Changes Path
1.8 +0 -2 apache-2.0/src/buildconf
Index: buildconf
===================================================================
RCS file: /home/cvs/apache-2.0/src/buildconf,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -u -r1.7 -r1.8
--- buildconf 1999/12/20 04:38:26 1.7
+++ buildconf 1999/12/21 07:21:37 1.8
@@ -67,8 +67,6 @@
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