You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by la...@hyperreal.org on 2000/02/05 00:09:57 UTC

cvs commit: apache-1.3 configure

lars        00/02/04 15:09:54

  Modified:    .        configure
  Log:
  add --iconsdir, --htdocsdir and --cgidir to Usage output
  
  Revision  Changes    Path
  1.117     +4 -1      apache-1.3/configure
  
  Index: configure
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/configure,v
  retrieving revision 1.116
  retrieving revision 1.117
  diff -u -r1.116 -r1.117
  --- configure	2000/01/17 22:53:17	1.116
  +++ configure	2000/02/04 23:09:52	1.117
  @@ -416,7 +416,10 @@
               echo " --libexecdir=DIR       install program  executables in DIR"
               echo " --mandir=DIR           install manual pages in DIR"
               echo " --sysconfdir=DIR       install configuration files in DIR"
  -            echo " --datadir=DIR          install read-only  data files in DIR"
  +            echo " --datadir=DIR          install read-only data files in DIR"
  +            echo " --iconsdir=DIR         install read-only icon files in DIR"
  +            echo " --htdocsdir=DIR        install read-only document files in DIR"
  +            echo " --cgidir=DIR           install read-only cgi files in DIR"
               echo " --includedir=DIR       install includes files in DIR"
               echo " --localstatedir=DIR    install modifiable data files in DIR"
               echo " --runtimedir=DIR       install runtime data in DIR"