return 1
}
# BSD support; https://bugs.gentoo.org/628882
type -P gfind &>/dev/null && alias find=gfind
type -P gpatch &>/dev/null && alias patch=gpatch
type -P gsed &>/dev/null && alias sed=gsed
elibtoolize "${@}"
exit 0
-