You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@hyperreal.org on 1999/12/01 05:25:09 UTC

cvs commit: apache-2.0/src configure.in

manoj       99/11/30 20:25:05

  Modified:    src      configure.in
  Log:
  Place ap_config_auto.h in src/include. It didn't seem to work earlier,
  but it does now. *shrug*
  
  Revision  Changes    Path
  1.6       +1 -1      apache-2.0/src/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/configure.in,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -d -u -r1.5 -r1.6
  --- configure.in	1999/12/01 01:16:02	1.5
  +++ configure.in	1999/12/01 04:25:01	1.6
  @@ -5,7 +5,7 @@
   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(ap_config_auto.h)
  +AM_CONFIG_HEADER(include/ap_config_auto.h)
   
   dnl ## This is the central place where Apache's version should be kept.