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

    r22058 r22068  
    14981498
    14991499
    1500 if test -d runtime-src; then
    1501    # Check whether --enable-apache-httpd or --disable-apache-httpd was given.
     1500# Check whether --enable-apache-httpd or --disable-apache-httpd was given.
    15021501if test "${enable_apache_httpd+set}" = set; then
    15031502  enableval="$enable_apache_httpd"
     
    15061505  USE_APACHE_HTTPD=no
    15071506fi;
    1508    if test $USE_APACHE_HTTPD = "yes" -o $USE_APACHE_HTTPD = "1" ; then
    1509      USE_APACHE_HTTPD=1
    1510      cat >>confdefs.h <<\_ACEOF
     1507if test $USE_APACHE_HTTPD = "yes" -o $USE_APACHE_HTTPD = "1" ; then
     1508  USE_APACHE_HTTPD=1
     1509  cat >>confdefs.h <<\_ACEOF
    15111510#define USE_APACHE_HTTPD
    15121511_ACEOF
    15131512
    1514    else
    1515      USE_APACHE_HTTPD=0
    1516    fi
    1517 
    1518 fi
     1513else
     1514  USE_APACHE_HTTPD=0
     1515fi
     1516
     1517
    15191518
    15201519# Check whether --enable-mg or --disable-mg was given.
Note: See TracChangeset for help on using the changeset viewer.