Lines Matching refs:autoconf
29 test -d autoconf && test -f autoconf/$configfile && cd autoconf
30 test -f $configfile || die "Can't find 'autoconf' dir; please cd into it first"
31 autoconf --version | grep $want_autoconf_version > /dev/null
32 test $? -eq 0 || die "Your autoconf was not detected as being $want_autoconf_version_clean"
39 echo "### If you get *any* warnings from autoconf below you MUST fix the"
49 echo "Regenerating configure with autoconf $want_autoconf_version_clean"
50 autoconf --force --warnings=all -o ../$outfile $configfile || die "autoconf failed"
53 autoheader --warnings=all -I autoconf -I autoconf/m4 autoconf/$configfile || die "autoheader failed"