Skip to content

Commit

Permalink
Added yet another variant of autoconf to the list
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed May 15, 2006
1 parent dfac5fa commit 277b82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/autogen.sh
Expand Up @@ -3,7 +3,7 @@
# Regenerate configuration files
cp acinclude.m4 aclocal.m4
found=false
for autoconf in autoconf autoconf259
for autoconf in autoconf autoconf259 autoconf-2.59
do if which $autoconf >/dev/null 2>&1; then $autoconf && found=true; break; fi
done
if test x$found = xfalse; then
Expand Down

0 comments on commit 277b82b

Please sign in to comment.