после конфигурирования команда make выдает следующее
Making all in src
make[1]: вход в каталог «/usr/src/LHAPDF-6.1.0/src»
cd .. && /bin/sh /usr/src/LHAPDF-6.1.0/config/missing automake-1.13 --gnu src/Makefile
configure.ac:10: error: version mismatch. This is Automake 1.13.4,
configure.ac:10: but the definition used by this AM_INIT_AUTOMAKE
configure.ac:10: comes from Automake 1.13.3. You should recreate
configure.ac:10: aclocal.m4 with aclocal and run automake again.
WARNING: 'automake-1.13' is probably too old.
You should only need it if you modified 'Makefile.am' or
'configure.ac' or m4 files included by 'configure.ac'.
The 'automake' program is part of the GNU Automake package:
<http://www.gnu.org/software/automake>
It also requires GNU Autoconf, GNU m4 and Perl in order to run:
<http://www.gnu.org/software/autoconf>
<http://www.gnu.org/software/m4/>
<http://www.perl.org/>
Makefile:427: ошибка выполнения рецепта для цели «Makefile.in»
make[1]: *** [Makefile.in] Ошибка 63
make[1]: выход из каталога «/usr/src/LHAPDF-6.1.0/src»
Makefile:538: ошибка выполнения рецепта для цели «all-recursive»
make: *** [all-recursive] Ошибка 1
я ведь где-то читал, что ./configure и Makefile не должны использовать ни automake ни autoconf???