Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 870169
Collapse All | Expand All

(-)autotools-wrappers-at-20220130/ac-wrapper.sh.old (-1 / +1 lines)
Lines 88-98 vers=$(printf '2.%s ' `seq ${LAST_KNOWN_ Link Here
88
binary=
88
binary=
89
all_vers=
89
all_vers=
90
find_binary() {
90
find_binary() {
91
	local v
91
	local v
92
	all_vers="${all_vers} $*" # For error messages.
92
	all_vers="${all_vers} $*" # For error messages.
93
	for v ; do
93
	for v in $all_vers; do
94
		if [ "${v}" = "2.1" ] ; then
94
		if [ "${v}" = "2.1" ] ; then
95
			v="2.13"
95
			v="2.13"
96
		fi
96
		fi
97
		if [ -x "${full_argv0}-${v}" ] ; then
97
		if [ -x "${full_argv0}-${v}" ] ; then
98
			binary="${full_argv0}-${v}"
98
			binary="${full_argv0}-${v}"

Return to bug 870169