|
From: <br...@ph...> - 2006-08-22 19:54:57
|
Shehu S. AbdusSalam wrote: > mv Makefile.amt Makefile.am > configure.in:10: version mismatch. This is Automake > 1.7.9, That line number makes no sense. Line 10 of the current CVS version of configure.in is a comment. > I will be glad for how to get around this. You didn't give us terribly much information to work with. The cause is obviously an automake version mixup, so at the very least, you have to figure out which versions of the relevant tools you have: aclocal --version automake --version autoconf --version (and make sure you have only *one* version of each of these visible to the shell from which you're doing this). It might also help to know what platform you're doing this on. |