kc3-lang/automake

Branch :


Log

Author Commit Date CI Message
115dc54b 2002-01-09 15:30:07 * automake.in (file_contents_internal): Introduce two variables, $is_rule and $discard_rules to track rules spanning across multiple paragraphs. This fixes a very nasty bug reported by Dmitry Mikhin where only the first paragraph of such a multi-paragraph rule was discarded; but it leaves many similar latent bugs (see the FIXMEs).
a7e13d9e 2002-01-09 10:32:28 * tests/dup3.test: Remove all -I from $ACLOCAL before using it. * tests/error.test: Use some macro names which are not defined by Automake itself.
45c5938c 2002-01-09 08:52:09 * automake.texi (Complete, Macros, Options): Document the new style AM_INIT_AUTOMAKE. Remove AM_AUTOMAKE_OPTIONS documentaion. * m4/init.m4 (AM_INIT_AUTOMAKE): Get PACKAGE and VERSION from AC_INIT if they are available there. Support a new call form where the only argument is an optional space-separated list of Automake options. * m4/options.m4 (AM_AUTOMAKE_OPTIONS): Remove. (_AM_MANGLE_OPTION, _AM_SET_OPTION, _AM_SET_OPTIONS, _AM_IF_OPTION): New functions. * automake.in (AC_INIT_PATTERN): New variable. (global_options_line): Remove, use $seen_init_automake instead. (scan_one_autoconf_file, scan_autoconf_traces): Set $package_version from AC_INIT if available. Support the new style AM_INIT_AUTOMAKE. Remove the AM_AUTOMAKE_OPTIONS handling. * configure.in: Modernize. * tests/defs (configure.in): Modernize. One third of the tests still overwrite the default configure.in and use an old AM_INIT_AUTOMAKE call, so that makes testing for both. * tests/nodefine.test, tests/nodefine2.test: New files. * tests/Makefile.am (TESTS): Add them.
e1e813c0 2002-01-08 21:14:47 (define_configure_variable): Propagate line numbers.
07ed9367 2002-01-08 18:03:36 * m4/python.m4 (_AM_PYTHON_INTERPRETER_LIST): Add python2.2.
115c3b80 2002-01-07 21:10:26 * configure.in: Run the Autoconf test in a subdirectory, then erase this directory.
57a6006e 2002-01-07 20:25:24 * configure.in (AUTOMAKE): Create m4/amversion.m4. * m4/amversion.in: New file. * m4/Makefile.am (m4data_DATA, EXTRA_DIST): Replace by ... (dist_m4data_DATA): ... this. (nodist_m4data_DATA, DISTCLEANFILES): Add amversion.m4. * m4/init.m4 (AM_INIT_AUTOMAKE): Require AM_SET_CURRENT_AUTOMAKE_VERSION. * automake.in (seen_automake_version): New variable. (scan_autoconf_traces, scan_one_autoconf_file, scan_autoconf_files): Scan for AM_AUTOMAKE_VERSION and complain when the version used in aclocal.m4 differs from Automake's. * tests/defs (ACLOCAL): Look in ../m4 too. * tests/installsh.test (ACLOCAL): Likewise. * tests/installdir.test (installdirs-local): Run $ACLOCAL.
3b52bf3f 2002-01-07 00:37:50 2002-01-06 Raja R Harinath <harinath@cs.umn.edu> * automake.in (handle_languages): Emit an automake internal variable 'am__depfiles_maybe'. * lib/am/configure.am (%MAKEFILE%): Use am__depfiles_maybe.
0b12c40d 2002-01-06 20:38:07 2002-01-06 Raja R Harinath <harinath@cs.umn.edu> * lib/am/configure.am (%MAKEFILE%): Pass `depfiles' to config.status.
157b8526 2002-01-06 20:23:30 * automake.texi (Tags): Document new variables. * lib/am/tags.am (ETAGS): New macro. (ETAGSFLAGS): Likewise. (TAGS): Use them.
618180ce 2002-01-04 18:47:34 * configure.in (ACLOCAL): Set perllibdir. From Nicolas Joly.
659dd9ae 2002-01-04 11:06:15 * automake.in (read_am_file): Thinko in "comment following trailing backslash" detection. * tests/comment5.test: Test for this too.
c87955d6 2002-01-02 19:07:31 * automake.texi (Extending): Added index for uninstall-hook.
27c25a02 2002-01-02 16:12:29 Fix for PR automake/278: * m4/python.m4 (AM_PYTHON_CHECK_VERSION): Use `sys.hexversion' to cope with versions such as '2.2c1'. Also, use `int' instead of the obsoleted `string.atoi'. Reported by Enrico Scholz.
fb47c698 2002-01-02 16:01:23 Fix for PR automake/280: * automake.in (read_am_file): Warn about trailing backslashes in comments. * tests/comment5.test: New file. * tests/Makefile.am (TESTS): Add comment5.test. Reported by Enrico Scholz.
3e9f6b46 2002-01-02 15:52:31 * tests/comment4.test: New file. * tests/Makefile.am (TESTS): Add command4.test. Fix for comment4.test: * automake.in (read_am_file): Output leading comments only when encountering white lines.
9e2bb96f 2002-01-01 23:28:40 For PR automake/234: * tests/Makefile.am (TESTS): Added strip.test. * tests/strip.test: New file.
35fbfd68 2002-01-01 22:01:08 * automake.texi (Extending): Mention uninstall-hook. (Install): Likewise. * automake.in (handle_factored_dependencies): Allow uninstall-hook.
99b250ae 2002-01-01 12:45:44 * lib/am/install.am (install-strip): Set INSTALL_STRIP_FLAG=-s, it is needed by install-%DIR%LTLIBRARIES in ltlib.am. This fixes a bug introduced on 2001-01-28. Reported by Jared Davis.
5f11ccf2 2002-01-01 02:53:02 * automake.texi (Extending): Document installcheck-local. Added installdirs-local index entry. (Tests): Document installcheck-local.
2654aa59 2002-01-01 02:34:05 * automake.in (handle_single_transform_list): Indentation fix.
53e7d092 2001-12-31 09:19:33 * automake.in (common_files): Add COPYING.DOC. Suggested by Karl Berry.
87629508 2001-12-31 02:44:37 * automake.in (define_configure_variable): Define a user macro, not an automake macro. * tests/Makefile.am (TESTS): Added ar.test. * tests/ar.test: New file.
3e1f26e1 2001-12-31 01:01:03 For PR automake/211: * automake.in (object_compilation_map): New global. (initialize_per_input): Initialize it. (COMPILE_LIBTOOL): New constant. (COMPILE_ORDINARY): Likewise. * tests/Makefile.am (TESTS): Added pr211.test. * tests/pr211.test: New file.
511b20a5 2001-12-31 00:16:37 For PR automake/215: * configure.in: Use AM_AUTOMAKE_OPTIONS. * Makefile.am (AUTOMAKE_OPTIONS): Removed. * automake.texi (Macros): Document AM_AUTOMAKE_OPTIONS. (Options): Mention AM_AUTOMAKE_OPTIONS. * automake.in (global_options): New global. (global_options_line): Likewise. (scan_autoconf_traces): Trace AM_AUTOMAKE_OPTIONS. (scan_one_autoconf_file): Likewise. (process_option_list): New function. (handle_options): Use it. Also, handle global options. * m4/Makefile.am (m4data_DATA): Added options.m4. * m4/options.m4: New file.
87e61e0f 2001-12-30 23:46:28 * lib/am/install.am (?SUBDIRS?installdirs-am): Handle installdirs-local. (?!SUBDIRS?installdirs): Likewise. * automake.in (handle_installdirs): Handle installdirs-local. * automake.texi (Extending): Mention installdirs. * tests/Makefile.am (TESTS): Added installdir.test. * tests/installdir.test: New file.
9866cc1b 2001-12-30 21:20:10 * lib/am/yacc.am: Also rename the possible y.output file. Remove the trailing y.tab.h.
226e5beb 2001-12-30 21:01:03 2001-12-30 Paolo Bonzini <bonzini@gnu.org> * automake.texi (Install): Remove mention of nonexistent uninstall-hook.
19d7ec2a 2001-12-30 20:54:21 2001-12-30 Alan Modra <amodra@bigpond.net.au> * automake.in (generate_makefile): Unlink output file before opening so that any hard links are not changed.
4bdf683c 2001-12-30 20:49:41 * tests/pr220.test: Use `required' to pick up gcc.
b92c4305 2001-12-30 20:29:14 For PR automake/243: * m4/depout.m4 (_AM_OUTPUT_DEPENDENCY_COMMANDS): Strip everything after `:'. * tests/Makefile.am (TESTS): Added pr243.test. * tests/pr243.test: New file.
b8dcfd79 2001-12-30 20:07:36 For PR automake/220: * tests/Makefile.am (TESTS): Added pr220.test. * tests/pr220.test: New file. * m4/cond.m4 (AM_CONDITIONAL): Cause config.status to fail if conditional was never run.
e3371a0c 2001-12-30 19:34:29 For PR automake/260: * lib/depcomp (tru64): Correctly handle libtool case. From doreille@smr.ch.
275124b7 2001-12-30 13:53:01 * lib/am/distdir.am (distcleancheck_listfiles): Unquote. Reported by Yann Droneaud.
97da5f2b 2001-12-30 00:19:42 For PR automake/266: * tests/Makefile.am (TESTS): Added pr266.test. * tests/pr266.test: New file. * m4/depout.m4 (_AM_OUTPUT_DEPENDENCY_COMMANDS): Handle non-standard name for makefile.
c246b4a9 2001-12-29 23:58:07 For PR automake/279: * automake.in (conditional_ambiguous_p): New sub. (handle_lib_objects_cond): Use it. (check_ambiguous_conditional): Use it. * tests/Makefile.am (TESTS): Added pr279.test, pr279-2.test. * tests/pr279.test: New file. * tests/pr279-2.test: New file.
606a2c14 2001-12-27 06:11:09 For PR automake/249: * tests/Makefile.am (TESTS): Added nodist2.test. * tests/nodist2.test: New file
97520234 2001-12-26 17:38:30 * m4/multi.m4: Fix quoting in AC_OUTPUT_COMMANDS.
3ce01340 2001-12-26 08:22:06 * configure.in: Test for Autoconf >= 2.52. * tests/defs (needs_autoconf, has_autoconf): Delete definition. * tests/ansi3.test, tests/ansi5.test, tests/ccnoco.test, tests/cond4.test, tests/cond9.test, tests/cond16.test, tests/cond18.test, tests/cond19.test, tests/cond20.test, tests/confsub.test, tests/depcomp2.test, tests/depdist.test, tests/depend2.test, tests/dirname.test, tests/distname.test, tests/extra5.test, tests/install2.test, tests/lex3.test, tests/make.test, tests/nobase.test, tests/pr9.test, tests/pr87.test, tests/stamph2.test, tests/subdir5.test, tests/subdirbuiltsources.test, tests/subobj3.test, tests/subobj5.test, tests/subobj6.test, tests/substref.test, tests/target-cflags.test, tests/yacc4.test, tests/yacc7.test, tests/yaccvpath.test: Do not use $needs_autoconf.
d452feac 2001-12-14 16:32:13 * configure.in: Bump version to 1.5c.
80b24bbd 2001-12-14 16:25:37 * configure.in: Bump version to 1.5b. * lib/config.sub, lib/config.guess: New versions from FSF. * lib/am/lex.am, lib/am/yacc.am: Use `rm -f', not `rm'.
7d1eee6b 2001-12-12 11:13:12 * automake.in (check_gnu_standards, check_gnits_standards): Pass "$am_file.am" as WHERE argument to require_file.
925abad3 2001-12-12 11:11:39 * m4/python.m4 (AM_PATH_PYTHON): Check all known Python interpreters in loop until we find one the satisfies the user supplied version. Add python2 to the list of known interpreters. Don't use changequote. Cache the calculation of PYTHON_VERSION and PYTHON_PLATFORM. (AM_PYTHON_CHECK_VERSION): New function, extracted from AM_PATH_PYTHON and modernized. * m4/runlog.m4: New file. * m4/Makefile.am (m4data_DATA): Add it.
89598be4 2001-12-06 19:23:24 * tests/confsub.test, tests/depdist.test, tests/extra5.test, tests/nobase.test, tests/stamph2.test, tests/subdirbuiltsources.test: Require Autoconf.
b0da2b11 2001-12-05 17:26:46 * automake.texi (Dist): Document $(DISTCHECK_CONFIGURE_FLAGS). * lib/am/distdir.am (distcheck): Honnor $(DISTCHECK_CONFIGURE_FLAGS). Suggested by Merijn de Jonge.
d67f8e59 2001-12-05 17:15:43 * lib/am/tags.am (ID): Search $(LISP) files in $(srcdir), like other ID dependencies. Suggested by Christian Cornelssen.
23266a96 2001-12-05 17:13:41 * automake.in (handle_dist): Distribute common files which do not exist but are target of a Makefile rule. * automake.texi (Dist): Update. * test/builtcommon3.test: New file. * test/Makefile.am (TESTS): Add distcommon3.test.
fc88b583 2001-12-04 21:58:49 * automake.in (macro_define): Fix misuse of chomp introduced on 2001-11-28.
346efe82 2001-11-28 12:31:34 * automake.in (append_comments): New. Extracted from read_am_file. Match 'n' with a regexp, don't use substr (the perlport man page says 'n' is not always one byte wide). (read_am_file): Use it. Always chomp $_. (file_contents_internal): Use append_comments. (macro_define): Don't treat the trailing 'n' with substr, use a regexp or chomp.
55acdb1e 2001-11-28 12:30:16 * tests/defs: Turn on shell traces when VERBOSE=x.
65529c95 2001-11-26 22:02:28 * automake.texi (Assembly Support): Mention .s and .S as only suffixes.
b1c32695 2001-11-26 18:05:43 * tests/subdirbuiltsources.test: Set -e after sourcing defs, not before.
7b061878 2001-11-26 18:04:19 * tests/lex3.test: Require GNU Make.
cbc680db 2001-11-26 18:02:41 * tests/defs (ACLOCAL): Add -I $srcdir/../m4 before any other directory.
c7d9391b 2001-11-26 18:01:54 * lib/am/tags.am (TAGS): Search %CONFIG% and $(LISP) files in $(srcdir), like other TAGS dependencies. Suggested by Christian Cornelssen.
4e987bff 2001-11-26 15:30:34 * automake.in (&macro_define): Use $where when reporting an error, not the place where the macro was first defined since (i) if this is the first definition, then obviously it was not defined before, and (ii) anyway, the error is with the new definition, not the first.
7a48b264 2001-11-26 09:02:58 * lib/am/distdir.am (distcheck): Call distcleancheck. (distcleancheck_listfiles, distcleancheck): New, extracted from distcheck. * automake.texi (Checking the distribution): Document distcleancheck_listfiles and distcleancheck.
970f608b 2001-11-25 20:30:54 * automake.in (scan_one_autoconf_file): Parenthesize qw// in foreach invocation, otherwise Perl5.005_03 complains about a syntax error. Reported by Yann Droneaud.
7e99ffc1 2001-11-19 12:32:39 * automake.in (scan_texinfo_file): Suppress FIXME about strange map behavior.
1ddfd2ff 2001-11-19 12:27:50 * tests/defs (aclocaldir): Check for existence of libtool.m4 and gettext.m4 if required.
a52e2cd6 2001-11-16 16:08:10 Recommend the usage of $(am__cd).
7b49149a 2001-11-16 10:33:15 * automake.in (define_objects_from_sources, handle_lib_objects_cond, value_to_list): Use quotemeta instead of the equivalant substitution.
e06d3e2e 2001-11-16 10:32:42 * automake.in (SUFFIX_RULE_PATTERN): Add '_(){}$@' to the set of accepted characters in extensions. (rule_define): Convert '.o' and '.obj' into '$(OBJEXT)' for internall use. * tests/suffix6.test: Ensure that `.o' is handled like `.$(OBJEXT)'.
b1d0bb82 2001-11-16 10:31:51 * automake.texi (Suffixes): Don't require SUFFIXES, but document its use for the "extreme" cases.
62c9742d 2001-11-16 10:30:16 * automake.in (rule_define): Use $KNOWN_EXTENSIONS_PATTERN to match suffix rules for known extensions, or call accept_extensions on suffixe rules for unknown extensions. (var_SUFFIXES_trigger): New function. (macro_define): Call var_VAR_trigger when $VAR is updated. * tests/suffix6.test, tests/suffix7.test: New files. * tests/Makefile.am (TESTS): Add suffix6.test and suffix7.test.
c81281a4 2001-11-16 10:27:51 * automake.in (KNOWN_EXTENSIONS_PATTERN, known_extensions_list): New variables. (handle_single_transform_list, lang_yacc_target_hook): Use KNOWN_EXTENSIONS_PATTERN. (accept_extension): New function. (register_language): Call it.
f391cff9 2001-11-16 10:25:58 At every place where an "$extension" is used, include the leading dot in the extension, don't hardcode it when building the filename. That will make any support for a dot-less extension easier to add. * automake.in (SUFFIX_RULE_PATTERN): Include extension dots in backref groups. ("main"): Prepend a '.' to the supported extensions of all languages (e.g. 'c' becomes '.c'). (handle_languages, handle_single_transform_list, handle_lib_objects_cond, handle_headers, derive_suffix, rule_define): Do not add a dot before extensions, and include dots in matching groups. * lib/am/depend2.am (.%EXT%.o, .%EXT%.obj, .%EXT%.lo): Rename as ... (%EXT%.o, %EXT%.obj, %EXT%.lo): ... these. * lib/am/lex.am (.%EXT%.%DERIVED-EXT%): Rename as ... (%EXT%%DERIVED-EXT%): ... this. * lib/am/yacc.am: Likewise.
401f009a 2001-11-12 08:55:52 * m4/make.m4 (AM_MAKE_INCLUDE): Serial 2. Use `"#"' and `"""', which Autoconf mode prefers over `'#'' and `'"''. * m4/missing.m4 (AM_MISSING_HAS_RUN): Serial 3. Rely on AC_MSG 2.50's quotation.
d3df5f55 2001-11-09 21:55:10 * automake.in (scan_texinfo_file): Typo from 2001-11-05.
6ca00367 2001-11-09 17:39:46 * lib/am/distdir.am (distdir): Also look for directory in build directory first. (See 2001-05-14.) * tests/Makefile.am (TESTS): Add extra5.test. * tests/extra5.test: New file. From Dean Povey.
b0c1ea15 2001-11-09 17:17:47 Fix for distcommon2.test: * automake.in (automake_needs_to_reprocess_all_files): New variable. ("main"): Process all Makefiles a second time if $automake_needs_to_reprocess_all_files is set. (maybe_push_required_file): Return 1 or 0 whether the file is pushed or not. (require_file_internal): Set $automake_needs_to_reprocess_all_files if an added file can't be pushed. * test/distcommon2.test: New file. * test/Makefile.am (TESTS): Add distcommon2.test. From Pavel Roskin.
a8616960 2001-11-09 16:27:25 * automake.in (exec_dir_p): Remove. Replace by... (EXEC_DIR_PATTERN):... this. (am_install_var): Adjust to use EXEC_DIR_PATTERN.
48099901 2001-11-09 16:25:03 Fix for nobase.test: * lib/am/header-vars.am (install_sh_DATA): New. * lib/am/data.am (install-%DIR%%PRIMARY%): Declare and use %DIR%%PRIMARY%_INSTALL, and set it to $(install_sh_DATA) instead of $(INSTALL_DATA) for nobase_ targets. * lib/am/lisp.am (install-%DIR%LISP): Likewise. * lib/am/python.am (install-%DIR%PYTHON): Likewise. * tests/nobase.test (configure.in): Append AC_OUTPUT. * tests/Makefile.am (XFAIL_TESTS): Remove nobase.test.
4897452a 2001-11-08 17:06:12 Englisho.
e1f42921 2001-11-08 17:05:04 * automake.texi: Remove references to stamp-h.in, which no longer exist. * tests/stamph2.test: Formatting change.
72b227be 2001-11-08 15:25:58 * tests/suffix3.test: Check for foo.$(OBJEXT) in Makefile.in. Don't use -Wno-error.
6ed19408 2001-11-08 08:52:31 * tests/suffix4.test ($AUTOMAKE): Don't use -Wno-error. * tests/suffix5.test ($AUTOMAKE): Likewise.
56c8ea4f 2001-11-07 18:08:14 * m4/init.m4 (AM_INIT_AUTOMAKE): Don't escape quotes in AC_MSG_ERROR. Reported by Jim Meyering.
6879a6cf 2001-11-07 08:03:53 * lib/am/distdir.am (am__remove_distdir): Define in topdir only.
c03c2230 2001-11-05 19:53:59 * lib/am/distdir.am (am__remove_distdir): New macro. Do not change permission of non-directories. Change only user permission, as there's no point to changing group or other permission. (distdir, dist, dist-bzip2, dist-tarZ, dist-shar, dist-zip, dist-all, distcheck): Use it.
f46cdf8f 2001-11-05 19:52:57 (am__remove_distdir): New macro. Do not change permission of non-directories. Change only user permission, as there's no point to changing group or other permission. (distdir, dist, dist-bzip2, dist-tarZ, dist-shar, dist-zip, dist-all, distcheck): Use it.
58170c99 2001-11-05 17:52:06 * lib/am/python.am: Cleanup the cleaning section. * automake.texi (Python): Remove documentation for PYCFILES and PYOFILES. Update the first paragraphes.
b2dc14dc 2001-11-05 17:46:21 * automake.in (FOREIGN, GNU, GNITS, AC_CANONICAL_HOST, AC_CANONICAL_SYSTEM, MOSTLY_CLEAN, DIST_CLEAN): Define as constants. Adjust usage everywhere.
a9277175 2001-11-05 17:41:00 * automake.in (libtool_files, libtool_sometimes, common_files, common_sometimes, config_aux_path): Use qw to simplify definition. (scan_texinfo_file) <clean_suffixes, predefined_index, hidden_index>: Likewise. (scan_autoconf_traces) <traced>: Likewise. (scan_one_autoconf_file, check_gnu_standards, resolve_linker): Likewise.
1e97df58 2001-11-05 17:32:09 * automake.in (handle_single_transform_list): Pass $nonansi_obj to derive_suffix. Don't use an hardcoded 'o' for object extensions. (derive_suffix): Accept $OBJ as a second argument, don't hardcode 'o'. * tests/suffix5.test: New test. * tests/Makefile.am (TESTS): Add suffix5.test. Reported by Arkadiusz Miskiewicz <misiek@pld.ORG.PL>.
76c0890b 2001-11-05 17:26:55 * automake.in (handle_single_transform_list): Don't call $lang->target_hook for undefinied langages. * tests/suffix4.test: New test. * tests/Makefile.am (TESTS): Add suffix4.test. Reported by Dmitry Mikhin <dmitrym@acres.com.au>.
eb0a7367 2001-11-05 17:12:38 Typo.
c931eeb8 2001-11-05 09:24:06 * automake.in (@common_sometimes, &handle_configure): No longer use stamp-hin. * lib/am/remake-hdr.am: Adjust. * tests/confh.test: There is no stamp.hin.
c99b9d90 2001-11-01 17:39:39 * lib/am/lex.am, lib/am/yacc.am: Use the output file name in `#line' and multiple inclusion guards. * lib/ylwrap: Remove debugging code. (input_dir, input_rx): Move where used. Use the output file name in `#line'.
0be2f875 2001-11-01 11:45:25 typo in Olivier Louchart-Fletcher email
298d6191 2001-10-31 18:39:34 * automake.in (transform): Update documentation.
edc78ed1 2001-10-31 18:36:58 * m4/gcj.m4 (AM_PROG_GCJ): Define GCJFLAGS if unset. Reported by Olivier Louchart-Fletcher <olivier@zipworld.com>.
d0e5c5f5 2001-10-30 16:50:14 * automake.in (&create): Reinstall.
123a9695 2001-10-30 16:44:40 * automake.in (append_exeext): Use macro_delete.
d3112235 2001-10-30 16:31:18 * automake.in ($verbose): Remove, inherited from Automake::General. (&variable_delete): Rename as... (&macro_delete): this, for consistency. (&variable_assert): New. (&variable_value_as_list, &variable_value_as_list_recursive_worker): Use it.
e639c6ae 2001-10-29 22:12:40 * m4/lispdir.m4 (AM_PATH_LISPDIR): Use AC_RUN_LOG to avoid cluttering configure's stdout.
c4e58c47 2001-10-28 14:02:18 * automake.in: Various formatting changes. (create): Remove, unused.
b51cb77a 2001-10-28 14:02:01 * automake.in (&append_exeext): New. (&am_primary_prefixes): Use it.
e579dd9e 2001-10-28 14:01:41 * automake.in (am_primary_prefixes): Now, in accordance with its comment, return the list of prefixes actually used, not all the possible prefixes for a primary. (&handle_libraries, &handle_ltlibraries, &handle_java) (&am_install_var): Adjust. * Makefile.am (maintainer-check): Allow `local $_;'.
12a5eb70 2001-10-28 14:01:18 * automake.in: Various formatting changes. (&variable_defined): Second argument is optional.