Next: When Automake Isn’t Enough, Previous: The effect of --gnu and --gnits, Up: GNU Automake [Contents][Index]
The features described in this section are deprecated; you must not use any of them in new code, and should remove their use from older but still maintained code: they will be withdrawn in a future Automake release.
Some packages, notably GNU GCC and GNU gdb, used to have a build environment originally written at Cygnus Support (subsequently renamed Cygnus Solutions, and then later purchased by Red Hat). Packages with this ancestry are sometimes referred to as “Cygnus” trees.
A Cygnus tree has slightly different rules for how a
Makefile.in is to be constructed. Passing --cygnus to
automake
will cause any generated Makefile.in to
comply with Cygnus rules.
Here are the precise effects of --cygnus:
AM_MAINTAINER_MODE
is required.
CLEANFILES
variable.
TEXINFO_TEX
variable (see Texinfo).
PATH
. These tools are runtest
, expect
,
makeinfo
and texi2dvi
.
check
target doesn’t depend on all
.
Next: When Automake Isn’t Enough, Previous: The effect of --gnu and --gnits, Up: GNU Automake [Contents][Index]