home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / apac1319.zip / config.status < prev    next >
Text File  |  2001-02-26  |  409b  |  19 lines

  1. #!/bin/sh
  2. ##
  3. ##  config.status -- APACI auto-generated configuration restore script
  4. ##
  5. ##  Use this shell script to re-run the APACI configure script for
  6. ##  restoring your configuration. Additional parameters can be supplied.
  7. ##
  8.  
  9. OPTIM="-O2" \
  10. LDFLAGS="-s" \
  11. LIBS="-lgdbm" \
  12. ./configure \
  13. "--with-layout=Apache" \
  14. "--prefix=/apache" \
  15. "--enable-module=most" \
  16. "--enable-shared=max" \
  17. "$@"
  18.  
  19.