-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 According to Sam Steingold on 10/22/2007 8:29 AM: > I put some gnulib code into my project (in directory gllib) and now I > _sometimes_ (usually it works) get this error: > > /space/sbcl-arch/autobench/+clisp/src/build-aux/missing --run > automake-1.9 --gnits gllib/Makefile > /space/sbcl-arch/autobench/+clisp/src/build-aux/missing: line 54: > automake-1.9: command not found
automake likes recording which release generated a Makefile.in. Perhaps all you need is to run 'autoreconf', which will then regenerate all your Makefile.in from your latest automake version (I'm assuming you have 1.10, but not 1.9, installed on your PATH). Once that is done, future gnulib updates will remember that you used automake 1.10, and no longer insist on trying automake-1.9. - -- Don't work too hard, make some time for fun as well! Eric Blake [EMAIL PROTECTED] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHHPIb84KuGfSFAYARAigoAKDJdY8rq0CNeRw27fiEz9hBm4+XgwCgpAs5 x8qgTX2L7h4vfesChrmCy8k= =w/xM -----END PGP SIGNATURE-----