problem with interaction between gnu-automake and gnu-make

2024-09-18 Thread aotto
Hi, I run into a problem like: > theConfig/c/Makefile_local.mk:40: error: endif without if which is a command-namespace clash between "gnu-automake" and "gnu-make" sharing the "endif" command: -> this is the same problem as: https://lists.gnu.org/archive/html/automake/2000-10/msg00107.html

Re: Make v4.2.1

2024-09-18 Thread Paul Smith
On Tue, 2024-09-17 at 19:50 +, Matteo.J.Herrera--- via Users list for the GNU implementation of make wrote: > I am interested in downloading make v4.2.1 but had a few security > questions: > > >   1.  Is there an end of life/support for the versions or is based on > when the latest version re

Re: problem with interaction between gnu-automake and gnu-make

2024-09-18 Thread Paul Smith
On Wed, 2024-09-18 at 10:21 +0200, aotto wrote: > My problem is that I include a "gnu-make" file into a "gnu-automake" > file and the "gnu-make" file has an > construct like: > > ifndefMAKE_LNG > $(callError, MAKE_LNG not defined) > endif > > the CORE problem is that "gnu-automake"

Re: problem with interaction between gnu-automake and gnu-make

2024-09-18 Thread aotto
On 18.09.24 10:21, aotto wrote: Hi, I run into a problem like: > theConfig/c/Makefile_local.mk:40: error: endif without if which is a command-namespace clash between "gnu-automake" and "gnu-make" sharing the "endif" command: -> this is the same problem as: https://lists.gnu.org/archive/htm