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 a60d9c3 commit 7eefe32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen.sh
Expand Up @@ -6,7 +6,7 @@ echo "This may take a while ..."
# 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 7eefe32

Please sign in to comment.