autoconf
[Top][All Lists]
Advanced

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

Re: Extensions to M4sh


From: Per Bothner
Subject: Re: Extensions to M4sh
Date: Wed, 4 May 2022 08:17:06 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0

On 5/4/22 05:07, Michael Orlitzky wrote:
The trade-off you get for writing m4 is that the build system produced
by autotools doesn't require you to have autotools installed, and
instead uses only a portable subset of standard system tools.

I think this is a very minor benefit:
(1) To build a project from source you need to have verious development tools 
installed.
The difference between "requisites are make, gcc, yacc, and xxx" vs
"requisites are make, CMake, gcc, yacc, and xxx" seems pretty minor.

(2) These days, how often do people build from a source "release"?
I'm more likely to build from a git clone.  And I believe best practice
is to not include autotools-generated scripts in the repository,
but instead add 'autoreconfig -i' as an initial first step.
--
        --Per Bothner
per@bothner.com   http://per.bothner.com/



reply via email to

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