You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by st...@apache.org on 2002/07/04 17:08:41 UTC

cvs commit: httpd-2.0 configure.in

striker     2002/07/04 08:08:40

  Modified:    .        configure.in
  Log:
  Make the mime types configuration file path relative to {sysconfdir},
  just like the other config files.
  
  Revision  Changes    Path
  1.226     +2 -0      httpd-2.0/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/configure.in,v
  retrieving revision 1.225
  retrieving revision 1.226
  diff -u -r1.225 -r1.226
  --- configure.in	15 Jun 2002 21:48:53 -0000	1.225
  +++ configure.in	4 Jul 2002 15:08:40 -0000	1.226
  @@ -477,6 +477,8 @@
   	[Root directory of the Apache install area])
   AC_DEFINE_UNQUOTED(SERVER_CONFIG_FILE, "${rel_sysconfdir}/${progname}.conf",
   	[Location of the config file, relative to the Apache root directory])
  +AC_DEFINE_UNQUOTED(AP_TYPES_CONFIG_FILE, "${rel_sysconfdir}/mime.types",
  +	[Location of the MIME types config file, relative to the Apache root directory])
   AC_DEFINE_UNQUOTED(APACHE_MPM_DIR, "$MPM_DIR",
   	[Location of the source for the current MPM])