Home | History | Annotate | Download | only in autoconf

Lines Matching refs: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
19 elif test -d ../../llvm/autoconf/m4 ; then
20 cd ../../llvm/autoconf/m4
29 if test -d "$REPLY/autoconf/m4" ; then
31 llvm_m4="$REPLY/autoconf/m4"
49 echo "Regenerating configure with autoconf"
50 autoconf --warnings=all -o ../configure configure.ac || die "autoconf failed"