bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#35848: Should automake use gmake by default if exists?


From: libor . bukata
Subject: bug#35848: Should automake use gmake by default if exists?
Date: Tue, 21 May 2019 15:53:40 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1

Hi,

automake expects GNU make to support dependency tracking.

On Solaris it works well if MAKE variable is set to gmake during the configuration, otherwise, it fails with the following error.

config.status: error: Something went wrong bootstrapping makefile fragments
    for automatic dependency tracking.  Try re-running configure with the
    '--disable-dependency-tracking' option to at least be able to build
    the package (albeit without support for automatic dependency tracking).
See `config.log' for more details

My suggestion is to use gmake by default if the command exists, otherwise fallback to make command. It could improve the overall user experience since the user would not need to search a solution (./configure MAKE=gmake) every-time this error is encountered.

Currently, it seems that the default MAKE value (${MAKE-make}) is hard-coded in four m4 files. Would it be possible to set the default MAKE value dynamically at the beginning of the configuration phase based on the existence of gmake and make commands? The m4 files could then expect that MAKE variable is defined from the configure script.

Note that we used automake 1.16.1 on Solaris 11.4 but the issue is also reproducible with older automake versions.

Thanks,
Libor






reply via email to

[Prev in Thread] Current Thread [Next in Thread]