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

(-)a/autotools.eclass (+3 lines)
Lines 148-153 eaclocal() { Link Here
148
		done
148
		done
149
	fi
149
	fi
150
150
151
	# remove unexpanded m4 macros if any
152
	aclocal_opts=$(echo ${aclocal_opts} | sed -e s:@\.*@::g)
153
151
	[[ ! -f aclocal.m4 || -n $(grep -e 'generated.*by aclocal' aclocal.m4) ]] && \
154
	[[ ! -f aclocal.m4 || -n $(grep -e 'generated.*by aclocal' aclocal.m4) ]] && \
152
		autotools_run_tool aclocal "$@" ${aclocal_opts}
155
		autotools_run_tool aclocal "$@" ${aclocal_opts}
153
}
156
}

Return to bug 228851