Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 89609 invoked by uid 500); 24 Mar 2001 07:43:26 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 89583 invoked by uid 500); 24 Mar 2001 07:43:26 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 24 Mar 2001 07:43:26 -0000 Message-ID: <20010324074326.89572.qmail@apache.org> From: fielding@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0 configure.in fielding 01/03/23 23:43:26 Modified: . configure.in Log: Remove some unused bits and improve comments. Revision Changes Path 1.132 +9 -11 httpd-2.0/configure.in Index: configure.in =================================================================== RCS file: /home/cvs/httpd-2.0/configure.in,v retrieving revision 1.131 retrieving revision 1.132 diff -u -r1.131 -r1.132 --- configure.in 2001/03/16 23:04:53 1.131 +++ configure.in 2001/03/24 07:43:25 1.132 @@ -1,18 +1,18 @@ -dnl ## Process this file with autoconf to produce a configure script +dnl +dnl Autoconf configuration for Apache httpd +dnl +dnl Use ./buildconf to produce a configure script +dnl AC_PREREQ(2.13) -AC_INIT(acinclude.m4) +AC_INIT(ABOUT_APACHE) AC_CONFIG_HEADER(include/ap_config_auto.h) AC_CONFIG_AUX_DIR(srclib/apr/build) -dnl ## This is the central place where Apache's version should be kept. -dnl AM_INIT_AUTOMAKE(apache, 2.0-dev) - -VERSION="apache-2.0-dev" - -APACHE_VERSION=$VERSION -APACHE_SUBST(APACHE_VERSION) +dnl Generate ./config.nice for reproducing runs of configure +dnl +APACHE_CONFIG_NICE(config.nice) test "$exec_prefix" = "NONE" && exec_prefix='${prefix}' test "$prefix" = "NONE" && prefix='/usr/local' @@ -23,8 +23,6 @@ aprbuild=$abs_srcdir/srclib/apr/build MKDIR=$abs_srcdir/srclib/apr/build/mkdir.sh - -APACHE_CONFIG_NICE(config.nice) dnl If the source dir is not equal to the build dir, dnl then we are running in VPATH mode.