You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@locus.apache.org on 2000/10/07 20:16:44 UTC

cvs commit: apache-2.0/src acinclude.m4

rbb         00/10/07 11:16:43

  Modified:    src      acinclude.m4
  Log:
  sysconfdir should use { and } instead of ( and ), because it is used in
  apxs
  Submitted by:	Simon Geard <de...@ihug.co.nz>
  Reviewed by:	Ryan Bloom
  
  Revision  Changes    Path
  1.49      +1 -1      apache-2.0/src/acinclude.m4
  
  Index: acinclude.m4
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/acinclude.m4,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- acinclude.m4	2000/10/05 05:42:03	1.48
  +++ acinclude.m4	2000/10/07 18:16:41	1.49
  @@ -387,7 +387,7 @@
     iconsdir='$(prefix)/icons'
     cgidir='$(prefix)/cgi-bin'
     logdir='$(prefix)/logs'
  -  sysconfdir='$(prefix)/conf'
  +  sysconfdir='${prefix}/conf'
     layout_name=Apache
   else  
     APACHE_LAYOUT($srcdir/../config.layout, $LAYOUT)