automake
[Top][All Lists]
Advanced

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

Re: How to autotools figure what library need to be linked to?


From: Bob Friesenhahn
Subject: Re: How to autotools figure what library need to be linked to?
Date: Tue, 30 Mar 2021 10:57:03 -0500 (CDT)
User-agent: Alpine 2.20 (GSO 67 2015-01-07)

On Tue, 30 Mar 2021, Peng Yu wrote:

I am confused about what belongs to autoconf and what belongs to automake.

For the usually configure -> make -> make install, what belongs to
autoconf what belongs to automake?

It is reasonable to be confused about this unless one reads the documentation. Most elements used to prepare the configure script are from Autoconf (https://www.gnu.org/software/autoconf/manual/) but some parts pertaining to production (and maintenance) of the Autoconf/Automake/Libtool parts are handled by Autoconf macros from Automake (https://www.gnu.org/software/automake/manual/).

It is definitely worth reading some of the documentation. I see that section 2 of the Autoconf documentation specifically answers your question.

Bob
--
Bob Friesenhahn
bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/
Public Key,     http://www.simplesystems.org/users/bfriesen/public-key.txt



reply via email to

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