Hello Kaustubh, * [EMAIL PROTECTED] wrote on Sat, Apr 12, 2008 at 05:34:41PM CEST: > aclocal: unrecognized option -- `--install' > Try `aclocal --help' for more information. > autoreconf: aclocal failed with exit status: 1 > > What could be the problem?
aclocal is part of Automake, and only in version 1.10 or newer it knows about the --install switch. So I assume you need a newer Automake installation, which I guess should be readily available as Ubuntu package. Cheers, Ralf
