1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Fix typo (autoconf295 -> autoconf259).

This commit is contained in:
Michael Nottebrock 2004-07-01 18:13:05 +00:00
parent 1356695910
commit d29129141b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112684

View File

@ -5,7 +5,7 @@
elif test -x "`$WHICH autoconf-2.57 2>/dev/null`" ; then
AUTOCONF="`$WHICH autoconf-2.57`"
+ elif test -x "`$WHICH autoconf259 2>/dev/null`" ; then
+ AUTOCONF="`$WHICH autoconf295`"
+ AUTOCONF="`$WHICH autoconf259`"
elif test -x "`$WHICH autoconf-2.56 2>/dev/null`" ; then
AUTOCONF="`$WHICH autoconf-2.56`"
elif test -x "`$WHICH autoconf-2.55 2>/dev/null`" ; then