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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/
H A Dbuildconf124 am4te_version=`${AUTOM4TE:-autom4te} --version 2>/dev/null|head -n 1| sed -e 's/autom4te\(.*\)/\1/' -e 's/^[^0-9]*//' -e 's/[a-z]* *$//'`
125 if test -z "$am4te_version"; then
129 if test "$am4te_version" = "$ac_version"; then
130 echo "buildconf: autom4te version $am4te_version (ok)"
132 echo "buildconf: autom4te version $am4te_version (ERROR: does not match autoconf version)"

Completed in 79 milliseconds