Various features of Automake can be controlled by options in the
`Makefile.am'. Such options are listed in a special variable named
AUTOMAKE_OPTIONS
. Currently understood options are:
gnits
gnu
foreign
cygnus
gnits
option also implies
readme-alpha
and check-news
.
ansi2knr
path/ansi2knr
check-news
make dist
to fail unless the current version number appears
in the first few lines of the `NEWS' file.
dejagnu
dejagnu
-specific rules to be generated. See section Support for test suites.
dist-shar
dist-shar
target as well as the ordinary dist
target. This new target will create a shar archive of the
distribution.
dist-zip
dist-zip
target as well as the ordinary dist
target. This new target will create a zip archive of the distribution.
dist-tarZ
dist-tarZ
target as well as the ordinary dist
target. This new target will create a compressed tar archive of the
distribution; a traditional tar
and compress
will be
assumed. Warning: if you are actually using GNU tar
, then the
generated archive might contain nonportable constructs.
no-dependencies
no-installinfo
info
and install-info
targets will still be available. This option is disallowed at
`GNU' strictness and above.
no-installman
install-man
target will still
be available for optional installation. This option is disallowed at
`GNU' strictness and above.
no-texinfo.tex
readme-alpha
Unrecognized options are diagnosed by automake
.
Go to the first, previous, next, last section, table of contents.