manoj       99/11/30 20:57:15

  Modified:    src      configure.in
  Log:
  Fix a couple of comments
  
  Revision  Changes    Path
  1.7       +3 -4      apache-2.0/src/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/configure.in,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -d -u -r1.6 -r1.7
  --- configure.in      1999/12/01 04:25:01     1.6
  +++ configure.in      1999/12/01 04:57:07     1.7
  @@ -2,17 +2,16 @@
   
   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
   
  
  
  

Reply via email to