On Tue, Aug 21, 2001 at 11:00:04AM -0700, MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) 
wrote:
> Yes.. My build script looks something like this :
> 
> cd $APACHE_SOURCE
> if [ ! -f configure ]; then
>   ./buildconf
>   if [ $? -ne 0 ]; then
>     echo "buildconf failed !!.. Exiting .."; exit 1;
>   fi
> fi

You should always re-run buildconf since you are updating/checking out
from CVS.

I ran it with your configure options and it built successfully on
Solaris.  -- justin

Reply via email to