[pcre-dev] [Bug 2438] New: Run 'make' failed in PCRE8.43

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2438] New: Run 'make' failed in PCRE8.43
https://bugs.exim.org/show_bug.cgi?id=2438

            Bug ID: 2438
           Summary: Run 'make' failed in PCRE8.43
           Product: PCRE
           Version: 8.43
          Hardware: x86-64
                OS: Linux
            Status: NEW
          Severity: bug
          Priority: medium
         Component: Code
          Assignee: ph10@???
          Reporter: colin1@???
                CC: pcre-dev@???


When I run [make], it failed:
The automake version is :1.15.1

and when I run [make] for 8.42, it is OK.
But I run for 8.43, it is wrong, the error message is:

CDPATH="${ZSH_VERSION+.}:" && cd . && /data/pcre/src/missing aclocal-1.16 -I m4
/data/pcre/src/missing: line 81: aclocal-1.16: command not found
WARNING: 'aclocal-1.16' 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:
         <https://www.gnu.org/software/automake>
         It also requires GNU Autoconf, GNU m4 and Perl in order to run:
         <https://www.gnu.org/software/autoconf>
         <https://www.gnu.org/software/m4/>
         <https://www.perl.org/>
Makefile:1438: recipe for target 'aclocal.m4' failed
make: *** [aclocal.m4] Error 127


I have checked the code, I found that the variable [am__api_version] is changed
to 1.16 in the file [aclocal.m4]. Is it neccessary?
And I update the automake to 1.16, it is OK to run [make] for 8.43.

--
You are receiving this mail because:
You are on the CC list for the bug.