|
Why do I get an error when I run automake? |
|
Tuesday, 13 September 2005 |
|
If you are using the sources from CVS, you must remember to run 'aclocal' first in order to get all the extra macros in the file acinclude.m4. If that does not help you are probably using a version of automake that is too old. GROMACS is quite a complicated package; we use dynamic library names depending on precision, fortran code, assembly code, and several specialized architectures like alpha/linux. This means we depend on many features in version 1.5 (or later) of automake. Sorry, previous versions won't work
|