/[dgee]/dgee/configure.in
ViewVC logotype

Diff of /dgee/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by csmith, Wed Oct 15 11:06:40 2003 UTC revision 1.10 by csmith, Sat Oct 18 10:48:03 2003 UTC
# Line 115  AC_ARG_WITH(loudmouth, Line 115  AC_ARG_WITH(loudmouth,
115  APACHE=apache  APACHE=apache
116  dnl Location of Apache's apxs  dnl Location of Apache's apxs
117  AC_ARG_WITH(apache,  AC_ARG_WITH(apache,
118          [  --with-apache=libpath   Implicitly point to directory containing apache apxs (use --without to disable apache (v1) support)],          [  --with-apache=libpath   Implicitly point to directory containing apache apxs (use --without to disable apache (v1) support) [Enabled]],
119          [if test "$withval" = yes; then          [if test "$withval" = yes; then
120              APXSBASE=/usr/local/sbin              APXSBASE=/usr/local/sbin
121           else           else
# Line 132  AC_SUBST(APACHE) Line 132  AC_SUBST(APACHE)
132  dnl Location of Apache2's apxs  dnl Location of Apache2's apxs
133  APACHE2=  APACHE2=
134  AC_ARG_WITH(apache2,  AC_ARG_WITH(apache2,
135          [  --with-apache2=libpath   Enable Apache2 (and Implicitly point to directory containing apache2 apxs if required)],          [  --with-apache2=libpath   Enable Apache2 (and Implicitly point to directory containing apache2 apxs if required) [Disabled]],
136          [if test "$withval" = yes; then          [if test "$withval" = yes; then
137              APXS2BASE=/usr/local/sbin              APXS2BASE=/usr/local/sbin
138                  APACHE2=apache2                  APACHE2=apache2
# Line 216  AC_ARG_WITH(develcode, Line 216  AC_ARG_WITH(develcode,
216  AC_SUBST(DEVELMODULES)  AC_SUBST(DEVELMODULES)
217    
218  AC_ARG_WITH(python,  AC_ARG_WITH(python,
219  [  --without-python          Disable Python VM Support [enabled]],  [  --with-python          Enable Python VM Support [disabled]],
220  [if test "$withval" = no; then  [if test "$withval" = yes; then
   PYTHONVM=  
   echo "Disable Python VM Support"  
 else  
221    PYTHONVM=pythonvm    PYTHONVM=pythonvm
222      echo "Enable Python VM Support"
223    else
224      PYTHONVM=
225  fi  fi
226  ],[  ],[
227    PYTHONVM=pythonvm    PYTHONVM=
228  ])  ])
229  AC_SUBST(PYTHONVM)  AC_SUBST(PYTHONVM)
230    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26