From: Roy T. Fielding Date: Sat, 24 Mar 2001 07:43:25 +0000 (+0000) Subject: Remove some unused bits and improve comments. X-Git-Tag: 2.0.15~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=af230737648e1ad2412efd39436aafe70aa8b93a;p=thirdparty%2Fapache%2Fhttpd.git Remove some unused bits and improve comments. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88569 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/configure.in b/configure.in index 74aa47bc524..e5eaa3a8a75 100644 --- a/configure.in +++ b/configure.in @@ -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' @@ -24,8 +24,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.