NUC977

解決"aclocal-1.15 is missing on your system"問題


問題如下:

CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash nuwriter/missing aclocal-1.15
/home/steward/Downloads/nuwriter/missing: line 81: aclocal-1.15: command not found
WARNING: 'aclocal-1.15' is missing on your system.
         You should only need it if you modified 'acinclude.m4' or
         'configure.ac' or m4 files included by 'configure.ac'.
         The 'aclocal' 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:383: aclocal.m4] Error 127

解法如下:

$ vim configure +2271
  am__api_version='1.16'


返回上一頁