You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gs...@apache.org on 2002/02/02 00:22:30 UTC

cvs commit: httpd-2.0 configure.in

gstein      02/02/01 15:22:29

  Modified:    .        configure.in
  Log:
  Fix the AC_OUTPUT() macro for the BSD users.
  
  Submitted by: Zack Weinberg <za...@codesourcery.com>
  
  Revision  Changes    Path
  1.200     +1 -1      httpd-2.0/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/configure.in,v
  retrieving revision 1.199
  retrieving revision 1.200
  diff -u -r1.199 -r1.200
  --- configure.in	31 Jan 2002 14:51:36 -0000	1.199
  +++ configure.in	1 Feb 2002 23:22:29 -0000	1.200
  @@ -464,7 +464,7 @@
       ;;
   esac
   
  -AC_OUTPUT($APACHE_OUTPUT_FILES support/apxs support/apachectl support/dbmmanage support/envvars-std support/log_server_status support/logresolve.pl support/phf_abuse_log.cgi support/split-logfile build/rules.mk,,[
  +AC_OUTPUT($APACHE_OUTPUT_FILES support/apxs support/apachectl support/dbmmanage support/envvars-std support/log_server_status support/logresolve.pl support/phf_abuse_log.cgi support/split-logfile build/rules.mk,[true],[
     APACHE_GEN_MAKEFILES
   ])