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

Diff of /dgee/configure.in

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

revision 1.8 by csmith, Sun Sep 21 11:10:59 2003 UTC revision 1.9 by csmith, Wed Oct 15 11:06:40 2003 UTC
# Line 112  AC_ARG_WITH(loudmouth, Line 112  AC_ARG_WITH(loudmouth,
112           LMBASE=/usr/local           LMBASE=/usr/local
113  ])  ])
114    
115    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],          [  --with-apache=libpath   Implicitly point to directory containing apache apxs (use --without to disable apache (v1) support)],
119          [if test "$withval" = yes; then          [if test "$withval" = yes; then
120              APXSBASE=/usr/local/sbin              APXSBASE=/usr/local/sbin
121           else           else
122            APACHE=
123              APXSBASE=$withval              APXSBASE=$withval
124           fi           fi
125           AC_SUBST(APXSBASE)           AC_SUBST(APXSBASE)
# Line 125  AC_ARG_WITH(apache, Line 127  AC_ARG_WITH(apache,
127          APXSBASE=/usr/local/sbin          APXSBASE=/usr/local/sbin
128          AC_SUBST(APXSBASE)          AC_SUBST(APXSBASE)
129  ])  ])
130    AC_SUBST(APACHE)
131    
132  dnl Location of Apache2's apxs  dnl Location of Apache2's apxs
133    APACHE2=
134  AC_ARG_WITH(apache2,  AC_ARG_WITH(apache2,
135          [  --with-apache2=libpath   Implicitly point to directory containing apache2 apxs],          [  --with-apache2=libpath   Enable Apache2 (and Implicitly point to directory containing apache2 apxs if required)],
136          [if test "$withval" = yes; then          [if test "$withval" = yes; then
137              APXS2BASE=/usr/local/sbin              APXS2BASE=/usr/local/sbin
138                    APACHE2=apache2
139          else          else
140              APXS2BASE=$withval              APXS2BASE=$withval
141          fi          fi
# Line 140  AC_ARG_WITH(apache2, Line 145  AC_ARG_WITH(apache2,
145          AC_SUBST(APXS2BASE)          AC_SUBST(APXS2BASE)
146          APXS2BASE=/usr/local/sbin          APXS2BASE=/usr/local/sbin
147  ])  ])
148    AC_SUBST(APACHE2)
149    
150    
151  dnl Username to run goldwater as  dnl Username to run goldwater as
# Line 345  adminWS/DGEE.Admin/Makefile Line 351  adminWS/DGEE.Admin/Makefile
351  apache/Makefile  apache/Makefile
352  apache/mod_dgee.conf  apache/mod_dgee.conf
353  apache2/Makefile  apache2/Makefile
354  apache2/mod_dgee.conf  apache2/mod_dgee2.conf
355  client/Makefile  client/Makefile
356  cslib/Makefile  cslib/Makefile
357  cslib/DotGNU/Makefile  cslib/DotGNU/Makefile

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

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