#!/bin/sh ## ## config.status -- APACI auto-generated configuration restore script ## ## Use this shell script to re-run the APACI configure script for ## restoring your configuration. Additional parameters can be supplied. ## CC="cc" \ CFLAGS="-fno-common" \ LDFLAGS="-L/usr/local/lib" \ LD_SHLIB="cc" \ INCLUDES="-I/usr/local/include" \ ./configure \ "--prefix=/usr/local" \ "--server-uid=www" \ "--server-gid=www" \ "--with-perl=/usr/local/bin/perl" \ "--with-layout=FreeBSD" \ "--datadir=/usr/local/www" \ "--htdocsdir=/usr/local/www/data" \ "--cgidir=/usr/local/www/cgi-bin" \ "--without-confadjust" \ "--enable-module=most" \ "--enable-module=auth_db" \ "--enable-module=mmap_static" \ "--disable-module=auth_dbm" \ "--enable-shared=max" \ "--enable-rule=EXPAT" \ "$@"