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:
parent
1356695910
commit
d29129141b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112684
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user