Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>See <a href="http://www.lrde.epita.fr/~adl/autotools.html" rel="nofollow noreferrer">Alexandre Duret Lutz's Autotools tutorial</a>, a must read.</p> <p>It contains diagrams explaining how the different files of an autotools project interact with each other and by which tool they are used: <code>configure</code>, <code>config.h</code>, <code>config.status</code>, <code>aclocal.m4</code> etc</p> <p>EDIT: John Calcote also explains the purpose of aclocal and aclocal.m4 in the first chapter of <a href="http://freesoftwaremagazine.com/books/autotools_a_guide_to_autoconf_automake_libtool/" rel="nofollow noreferrer">his book about Autotools</a>: <a href="http://freesoftwaremagazine.com/articles/brief_introduction_to_gnu_autotools/" rel="nofollow noreferrer">Chapter 1: A brief introduction to the GNU Autotools</a>:</p> <blockquote> <p>The aclocal utility is actually documented by the GNU manuals as a temporary work-around for a certain lack of flexibility in Autoconf. Autoconf was designed and written first, and then a few years later, the idea for Automake was conceived as an add-on for Autoconf. But Autoconf was really not designed to be extensible on the scale required by Automake.</p> </blockquote> <p>...</p> <blockquote> <p>Essentially, aclocal’s job is to create an aclocal.m4 file by consolidating various macro files from installed Autotool packages and user-specified locations, such that Autoconf can find them all in one place.</p> </blockquote> <p>...</p> <blockquote> <p>However, the latest documentation from both sets of tools suggests that the entire aclocal/acinclude paradigm is now obsolete, in favor of a newer method of specifying a directory containing m4 macro files. The current recommendation is that you create a directory in your project directory called simply m4 (acinclude seems more appropriate to this author), and add macros in the form of individual .m4 files to this directory. All files in this directory will be gathered into aclocal.m4 before Autoconf processes your configure.ac file. Ultimately, aclocal will be replaced by functionality in Autoconf itself.</p> </blockquote>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload