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