I'm building the check framework example 'check_money', but it's not building on my machine. The error is:
configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.."
I've tried installing it using:
libtoolize --force
aclocal
autoheader
automake --force-missing --add-missing
autoconf
./configure
It's still giving me the same error.
So, I copied the same directory to another directory and ran:
autoreconf --install
./configure
And it's still giving me the same error. I don't know what else to try.
I'm on Mac OS X Mavericks (10.9)
- Autoconf 2.69
- Automake 1.15
- Libtool 2.4.6
- Check 0.9.14