hi

Problem:
autoconf
./configure 
make

Error:
make[1]: Entering directory
`/home/ben/local/fish/src/fish-shell/pcre2-10.20'
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash
/home/ben/dev/local/fish/src/fish-shell/pcre2-10.20/missing aclocal-1.15
-I m4
/home/ben/dev/local/fish/src/fish-shell/pcre2-10.20/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[1]: *** [aclocal.m4] Error 127
make[1]: Leaving directory
`/home/ben/local/fish/src/fish-shell/pcre2-10.20'
make: *** [pcre2-10.20/.libs/libpcre2-32.a] Error 2

Solution:
   autoreconf -vfi
   ./configure
    make 

Specs:
$ cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.3 LTS"

$ make -v
GNU Make 3.81

$ autoconf --version
autoconf (GNU Autoconf) 2.69



------------------------------------------------------------------------------
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to