You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by be...@hyperreal.org on 1999/12/19 17:12:38 UTC

cvs commit: apache-2.0/src/helpers build-acconfig-header

ben         99/12/19 08:12:38

  Modified:    src/helpers build-acconfig-header
  Log:
  Directory to use wasn't set.
  
  Revision  Changes    Path
  1.2       +2 -0      apache-2.0/src/helpers/build-acconfig-header
  
  Index: build-acconfig-header
  ===================================================================
  RCS file: /export/home/cvs/apache-2.0/src/helpers/build-acconfig-header,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build-acconfig-header	1999/11/29 23:45:28	1.1
  +++ build-acconfig-header	1999/12/19 16:12:37	1.2
  @@ -2,6 +2,8 @@
   
   disclaimer="Do NOT edit - this file is generated by build-acconfig-header"
   
  +dir=.
  +
   # security check - simply overwriting existing files could be harmful
   if test -w acconfig.h.new ; then
   	echo "Please remove acconfig.h.new and rerun this command"