buildconf revision 25b4bdad9b45028a8cc26aa7e7587f47e459b8e6
8N/A# This will do for now, though 919N/A# do some version checking for the tools we use 919N/Aif test "$1" =
"--force";
then 919N/A# this is a posix correct "test -nt" 919N/A echo "buildconf: checking installation..." 919N/A # autoconf will check for the version itself 919N/A # automake 1.4 or newer 919N/A echo "buildconf: automake not found." 919N/A echo " You need automake version 1.4 or newer installed" 8N/A echo " to build APACHE from CVS." 606N/A if test "$1" =
"1" -a
"$2" -
lt "4" ||
test "$1" -
lt "1";
then 606N/A echo " You need automake version 1.4 or newer installed" 606N/A echo " to build APACHE from CVS." 606N/A # libtool 1.3.3 or newer 606N/A echo "buildconf: libtool not found." 606N/A echo " You need libtool version 1.3 or newer installed" 606N/A echo " to build APACHE from CVS." 606N/A if test "$1" -
gt "1" ||
test "$2" -
gt "3" ||
test "$2" =
"3" -a
"$3" -
ge "3" 606N/A echo " You need libtool version 1.3.3 or newer installed" 606N/A echo " to build APACHE from CVS." 98N/A echo "buildconf: WARNING: automake and libtool are installed in different" 747N/A echo " directories. This may cause aclocal to fail." 851N/A echo "buildconf: continuing anyway" 967N/A echo "buildconf: ERROR: aclocal failed, probably because automake and" echo " libtool are installed with different prefixes;" echo " Please re-install automake and/or libtool with a common prefix" echo "buildconf: created or modified aclocal.m4" # suppress stupid automake warning echo "buildconf: keeping configure" echo "buildconf: created or modified configure" echo "buildconf: setting up APR" echo "buildconf: keeping configure" echo "buildconf: created or modified configure"