Searched refs:am4te_version (Results 1 - 1 of 1) sorted by relevance

/external/curl/
H A Dbuildconf125 am4te_version=`${AUTOM4TE:-autom4te} --version 2>/dev/null|head -n 1| sed -e 's/autom4te\(.*\)/\1/' -e 's/^[^0-9]*//' -e 's/[a-z]* *$//'`
126 if test -z "$am4te_version"; then
130 if test "$am4te_version" = "$ac_version"; then
131 echo "buildconf: autom4te version $am4te_version (ok)"
133 echo "buildconf: autom4te version $am4te_version (ERROR: does not match autoconf version)"

Completed in 110 milliseconds