#!/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" \ LIBS="-L/usr/local/lib" \ ./configure \ "--prefix=/usr/local" \ "--server-uid=www" \ "--server-gid=www" \ "--with-perl=/usr/local/bin/perl" \ "--with-layout=FreeBSD" \ "--without-confadjust" \ "--enable-module=most" \ "--enable-module=auth_db" \ "--enable-module=mmap_static" \ "--disable-module=auth_dbm" \ "--enable-shared=max" \ "--activate-module=src/modules/perl/libperl.a" \ "--enable-module=perl" \ "$@"