Home | History | Annotate | Download | only in curl

Lines Matching refs:AUTOCONF

94 # autoconf 2.57 or newer. Unpatched version 2.67 does not generate proper
99 ac_version=`${AUTOCONF:-autoconf} --version 2>/dev/null|head -n 1| sed -e 's/^[^0-9]*//' -e 's/[a-z]* *$//'`
101 echo "buildconf: autoconf not found."
102 echo " You need autoconf version $need_autoconf or newer installed."
107 echo "buildconf: autoconf version $ac_version found."
108 echo " You need autoconf version $need_autoconf or newer installed."
109 echo " If you have a sufficient autoconf installed, but it"
110 echo " is not named 'autoconf', then try setting the"
111 echo " AUTOCONF environment variable."
116 echo "buildconf: autoconf version $ac_version (BAD)"
119 echo "buildconf: autoconf version $ac_version (BAD)"
122 echo "buildconf: autoconf version $ac_version (ok)"
127 echo "buildconf: autom4te not found. Weird autoconf installation!"
133 echo "buildconf: autom4te version $am4te_version (ERROR: does not match autoconf version)"
338 # are triggered when running aclocal and using autoconf 2.62 or later.
375 echo "buildconf: running autoconf"
376 ${AUTOCONF:-autoconf} || die "autoconf command failed"