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"
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
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