Lines Matching refs:automake
57 Run `autoconf' (and `autoheader', `aclocal', `automake', `autopoint'
88 The environment variables AUTOM4TE, AUTOCONF, AUTOHEADER, AUTOMAKE,
112 my $automake = $ENV{'AUTOMAKE'} || 'automake';
126 # Does automake support --force-missing?
128 # Does automake support -Wfoo?
179 $automake, $aclocal,
189 my $automake_help = `$automake --help 2>/dev/null`;
206 $automake .= ' --add-missing';
207 $automake .= ' --copy' unless $symlink;
217 $automake .= ' --force-missing'
225 # of Automake up to 1.8, so we avoid it in these cases. (Automake
228 $automake .= ' --no-force'
236 $automake .= ' --verbose';
251 $automake .= $warn
262 # overwrites aclocal.m4, hence triggers autoconf, autoheader, automake
291 # Automake's Makefile expresses that aclocal.m4 depends on
522 # libtoolize, automake --add-missing etc. will drop files in the
565 # Automake also needs an up-to-date aclocal.m4.
603 # Run it before automake, since the latter checks the presence of
616 # Running automake. #
621 verb "$configure_ac: not using Automake";
625 # We should always run automake, and let it decide whether it shall
627 # included in `$automake' via `--no-force'.
628 xsystem ($automake);