Home | History | Annotate | Download | only in autoconf

Lines Matching full:autoconf

6 test -d autoconf && test -f autoconf/configure.ac && cd autoconf
7 test -f configure.ac || die "Can't find 'autoconf' dir; please cd into it first"
8 autoconf --version | egrep '2\.[56][0-9]' > /dev/null
10 die "Your autoconf was not detected as being 2.5x or 2.6x"
13 if test -d ../../../autoconf/m4 ; then
14 cd ../../../autoconf/m4
18 elif test -d ../../llvm/autoconf/m4 ; then
19 cd ../../llvm/autoconf/m4
27 if test -d "$REPLY/autoconf/m4" ; then
42 echo "Regenerating configure with autoconf"
43 autoconf --warnings=all -o ../configure configure.ac || die "autoconf failed"