You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by jo...@apache.org on 2003/05/20 22:08:24 UTC

cvs commit: httpd-apreq-2 acinclude.m4

joes        2003/05/20 13:08:24

  Modified:    .        acinclude.m4
  Log:
  Add --with-perl configure option.
  
  Revision  Changes    Path
  1.6       +6 -0      httpd-apreq-2/acinclude.m4
  
  Index: acinclude.m4
  ===================================================================
  RCS file: /home/cvs/httpd-apreq-2/acinclude.m4,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- acinclude.m4	17 Apr 2003 21:23:13 -0000	1.5
  +++ acinclude.m4	20 May 2003 20:08:24 -0000	1.6
  @@ -3,6 +3,11 @@
   		[  --with-apache2-apxs  path to apache2's apxs],
   		[APACHE2_APXS=$withval],
   		[APACHE2_APXS="/usr/local/apache2/bin/apxs"])
  +	AC_ARG_WITH(perl,
  +		[  --with-perl  path to perl executable],
  +		[PERL=$withval],
  +		[PERL="perl"])
  +
   	APACHE2_INCLUDES=`$APACHE2_APXS -q INCLUDEDIR`
           APACHE2_MODULES=`$APACHE2_APXS -q LIBEXECDIR`
           APACHE2_LIBS=`$APACHE2_APXS -q LIBDIR`
  @@ -10,6 +15,7 @@
   	AC_SUBST(APACHE2_INCLUDES)
           AC_SUBST(APACHE2_MODULES)
           AC_SUBST(APACHE2_LIBS)
  +        AC_SUBST(PERL)
   ])
   
   AC_DEFUN(APR_ADDTO,[