|
Description
|
Building X with the autotools from JDS CBE 1.6 (instead of the previously used 1.5.1)
fails, with errors such as:
configure.ac:6: version mismatch. This is Automake 1.10,
configure.ac:6: but the definition used by this AM_INIT_AUTOMAKE
configure.ac:6: comes from Automake 1.9.6. You should recreate
configure.ac:6: aclocal.m4 with aclocal and run automake again.
The various packages that need configure or Makefile.in regenerated should be using
autoreconf, not just autoconf or automake.
|