이것은 /ubuntu/453660/warning-automake-1-11-is-pro-ably-too-old 와 매우 유사합니다.
Ubuntu 12.04 LTS에서 다음과 같은 오류 메시지가 나타납니다.
WARNING: 'automake-1.14' is missing on your system.
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/>
make: *** [../Makefile.in] Error 1
apt-get
최신 automake를 설치하는 데 사용하려고했지만 이미 최신 상태라고 주장합니다. 그러나 내가 가지고있는 automake 버전은 1.11이므로 분명히 최신 버전이 아닙니다. 나는 automake1.11
시스템에 의존하고 싶어서 시스템에 의존하는 것을 깨뜨리지 않습니다.
이 오류를 극복 할 수 있도록 최신 버전을 얻으려면 어떻게해야합니까?
automake1.11
현재 해당 특정 버전에 의존하는 것을 중단하지 않으려는 언급 은 없었습니다. 질문을 편집했습니다