Next: When Automake Isn’t Enough, Previous: The effect of --gnu
and --gnits
, Up: GNU Automake [Contents][Index]
--cygnus
Cygnus Solutions 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’:
automake
cannot find. This assumption is an artifact
of how Cygnus packages are typically bundled.
runtest
, expect
,
makeinfo
and texi2dvi
.
--foreign
is implied.
check
target doesn’t depend on all
.
GNU maintainers are advised to use ‘gnu’ strictness in preference to the special Cygnus mode.