Home | History | Annotate | Download | only in curl

Lines Matching refs:AUTOHEADER

138 # autoheader 2.50 or newer
140 ah_version=`${AUTOHEADER:-autoheader} --version 2>/dev/null|head -n 1| sed -e 's/^[^0-9]*//' -e 's/[a-z]* *$//'`
142 echo "buildconf: autoheader not found."
143 echo " You need autoheader version 2.50 or newer installed."
148 echo "buildconf: autoheader version $ah_version found."
149 echo " You need autoheader version 2.50 or newer installed."
150 echo " If you have a sufficient autoheader installed, but it"
151 echo " is not named 'autoheader', then try setting the"
152 echo " AUTOHEADER environment variable."
156 echo "buildconf: autoheader version $ah_version (ok)"
372 echo "buildconf: running autoheader"
373 ${AUTOHEADER:-autoheader} || die "autoheader command failed"