"Doug MacEachern" <[EMAIL PROTECTED]> wrote:
> nope, still isn't there.
>
> % uname -a
> Linux mako.covalent.net 2.4.7-10 #1 Thu Sep 6 17:27:27 EDT 2001 i686 unknown
>
> % autoconf --version
> Autoconf version 2.13
>
> % cat config.nice
>
> #! /bin/sh
> #
> # Created by configure
>
> CFLAGS="-Wall -g"; export CFLAGS
> "/home/dougm/apache/farm/src/httpd-2.0-cvs/configure" \
> "--prefix=/home/dougm/apache/farm/install/prefork-debug-shared-all-exp" \
> "--with-mpm=prefork" \
> "--srcdir=/home/dougm/apache/farm/src/httpd-2.0-cvs" \
> "--enable-maintainer-mode" \
> "--enable-mods-shared=all" \
> "--enable-modules=all" \
> "--enable-example" \
> "--enable-case_filter" \
> "--enable-case_filter_in" \
> "--enable-cache" \
> "--enable-echo" \
> "--enable-deflate" \
> "--enable-ssl" \
> "--with-ssl=/home/dougm/openssl" \
> "$@"
What do your last lines of configure.in look like? And when you run
"./configure..... " what's the output of the last (let's say) 50 lines?
Pier