manpagez: man pages & more
info automake
Home | html | info | man
[Top] [Contents] [Index] [ ? ]

Footnotes

(1)

These variables are also called make macros in Make terminology, however in this manual we reserve the term macro for Autoconf’s macros.

(2)

Older Autoconf versions used ‘configure.in’. Autoconf 2.50 and greater promotes ‘configure.ac’ over ‘configure.in’. The rest of this documentation will refer to ‘configure.ac’, but Automake also supports ‘configure.in’ for backward compatibility.

(3)

We believe. This work is new and there are probably warts. See section Introduction, for information on reporting bugs.

(4)

There are other, more obscure reasons for this limitation as well.

(5)

Please note that automake recognizes ‘-d’ in AM_YFLAGS only if it is not clustered with other options; for example, it won’t be recognized if AM_YFLAGS is ‘-dt’, but it will be if AM_YFLAGS is ‘-d -t’ or ‘-d -t

(6)

Much, if not most, of the information in the following sections pertaining to preprocessing Fortran 77 programs was taken almost verbatim from Catalogue of Rules in The GNU Make Manual.

(7)

For example, the cfortran package addresses all of these inter-language issues, and runs under nearly all Fortran 77, C and C++ compilers on nearly all platforms. However, cfortran is not yet Free Software, but it will be in the next major release.

(8)

See also http://catb.org/~esr/writings/taoup/html/ch11s09.html.

(9)

Automake’s ‘dist’ and ‘distcheck’ rules had a bug in this regard in that they created directories even with ‘-n’, but this has been fixed in Automake 1.11.


[Top] [Contents] [Index] [ ? ]

This document was generated on February 3, 2012 using texi2html 5.0.

© manpagez.com 2000-2024
Individual documents may contain additional copyright information.