Home | History | Annotate | Download | only in autoconf

Lines Matching refs:autoconf

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