#!/bin/sh
##
##  config.status -- mod_ssl auto-generated configuration restore script
##
##  Use this shell script to re-run the mod_ssl configure script for
##  restoring your configuration. Additional parameters can be supplied.
##

./configure \
"--with-apache=../apache_1.3.37" \
"--with-ssl" \
"--prefix=/usr/local/apache" \
"$@"

