From: Manoj Kasichainula Date: Wed, 1 Dec 1999 04:57:07 +0000 (+0000) Subject: Fix a couple of comments X-Git-Tag: 1.3.10~132 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6fc9499b651c9f592ae936e9658ab06c5c3bfdd3;p=apache Fix a couple of comments git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84203 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/configure.in b/configure.in index ec416291ac..1534204c35 100644 --- a/configure.in +++ b/configure.in @@ -2,17 +2,16 @@ dnl ## Process this file with autoconf to produce a configure script AC_PREREQ(2.13) AC_INIT(main/http_main.c) + +dnl ## This is the central place where Apache's version should be kept. AM_INIT_AUTOMAKE(apache, 2.0-dev) -dnl This would be in src/include, but I think I've found an autoheader bug AM_CONFIG_HEADER(include/ap_config_auto.h) -dnl ## This is the central place where Apache's version should be kept. - APACHE_VERSION=$VERSION AC_SUBST(APACHE_VERSION) -dnl XXX - make will sometimes die as annoyingly as automake with this option +dnl XXX - make will sometimes die as annoyingly as automake with this option. dnl just remake and continue AM_MAINTAINER_MODE