Bugzilla – Bug 669
Makefile.in is using old-style install parameters (-O/-G)
Last modified: 2014-10-08 02:34:11 MDT
Found this by patching for bug #667 and rebuilding autotools through Gentoo-provided functions, install-sh got replaced with a fresh copy from autoconf and it failed to work with -O/-G. Given the shipped install-sh works with the modern -o/-g options I would suggest to just use those.
Sudo uses a different install-sh which uses -G and -O for doing installation as non-root. The autoconf-supplied install does not provide a way to support his that I am aware of.
Actually, it looks like I can use the same INSTALL_OWNER hack the other Makefiles use to work around this.
See http://www.sudo.ws/repos/sudo/rev/a5f87f6a52b7
Fixed in sudo 1.8.11p1, available now.