Ignore:
Timestamp:
2010-05-10T15:31:28+12:00 (14 years ago)
Author:
ak19
Message:
  1. Configure files updated to set the USE_HTTPD at the runtime-src packages level. 2. runtime-src/packages/Makefile.in updated to delete its makefile upon distclean.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/configure.in

    r22058 r22068  
    123123dnl Set use of Apache httpd (disabled by default)
    124124dnl
    125 if test -d runtime-src; then
    126    AC_ARG_ENABLE(apache-httpd, [  --enable-apache-httpd  Enable Apache httpd support], USE_APACHE_HTTPD=$enableval, USE_APACHE_HTTPD=no)
    127    if test $USE_APACHE_HTTPD = "yes" -o $USE_APACHE_HTTPD = "1" ; then
    128      USE_APACHE_HTTPD=1
    129      AC_DEFINE(USE_APACHE_HTTPD,[])
    130    else
    131      USE_APACHE_HTTPD=0
    132    fi
    133    AC_SUBST(USE_APACHE_HTTPD)
    134 fi
     125AC_ARG_ENABLE(apache-httpd, [  --enable-apache-httpd  Enable Apache httpd support], USE_APACHE_HTTPD=$enableval, USE_APACHE_HTTPD=no)
     126if test $USE_APACHE_HTTPD = "yes" -o $USE_APACHE_HTTPD = "1" ; then
     127  USE_APACHE_HTTPD=1
     128  AC_DEFINE(USE_APACHE_HTTPD,[])
     129else
     130  USE_APACHE_HTTPD=0
     131fi
     132AC_SUBST(USE_APACHE_HTTPD)
     133
    135134
    136135dnl
Note: See TracChangeset for help on using the changeset viewer.