kc3-lang/automake/ChangeLog

Branch :


Log

Author Commit Date CI Message
eeaa4f07 2001-06-17 18:53:03 * tests/acoutput2.test: New file. * tests/Makefile.am (TESTS): Added acoutput2.test.
4a1d8c50 2001-06-15 17:33:48 * tests/Makefile.am (TESTS): Added libtool.test. * tests/libtool.test: New file.
9539d6ee 2001-06-15 01:37:37 Fix some lisp bugs reported by Bruno Haible: * lib/am/lisp.am (uninstall-%DIR%LISP): Added DESTDIR to the echo. (install-%DIR%LISP): Handle case where lispdir is not defined. (uninstall-%DIR%LISP): Likewise. (.el.elc): Added `else' clause.
de165743 2001-06-15 01:25:11 Fix for bug reported by Steve M. Robbins: * automake.in (handle_single_transform_list): When building a file from a subdirectory, continue to use `AM_' prefix. * tests/Makefile.am (TESTS): Added subobj7.test. * tests/subobj7.test: New file.
a7df6fe5 2001-06-15 01:14:01 * lib/am/configure.am ($(top_builddir)/config.status): Added $(top_builddir) prefix to work around problems with some vendor makes. From Nicholas Joly.
c7f85a7c 2001-06-15 01:10:25 * automake.in (yacc_lex_finish_helper): Find ylwrap in top_srcdir. From Tim Van Holder. * tests/Makefile.am (TESTS): Added yacc6.test. * tests/yacc6.test: New file.
54d9efaf 2001-06-15 01:02:11 2001-06-14 Tim Van Holder <tim.van.holder@pandora.be> * tests/defs, tests/installsh.test: Properly support DOS-style paths.
21a2bceb 2001-06-15 00:56:07 * tests/Makefile.am (TESTS): Added mdate4.test. * tests/mdate4.test: New file.
7f684d7b 2001-06-15 00:41:29 2001-06-14 Tom Tromey <tromey@redhat.com> * aclocal.in (scan_m4_files): Removed unused variable. 2001-06-14 Alexandre Duret-Lutz <duret_g@epita.fr> * aclocal.in (scan_m4_files): Tweak the building of &search so that multiple macro names can be found on the same line. Ensure we match whole macro name, not only substrings.
ca50db75 2001-06-12 14:37:44 * automake.texi (ANSI): Minor clarification. (Other GNU Tools): Don't mention Guile. (Guile): Removed. (Java Support): Mention file extensions. (Man pages): Mention dist_. Don't mention info pages.
3d248ab5 2001-06-12 03:47:28 * automake.texi (Program variables): Document AM_CPPFLAGS. Deprecate INCLUDES. (Java Support): Document AM_GCJFLAGS. (Support for Other Languages): Removed `fixme'; added link to suffix rule handling.
f4a55eea 2001-06-12 03:36:17 * automake.texi (Program and Library Variables): Document _LIBADD, _LDADD, _LDFLAGS, _AR, and _DEPENDENCIES.
996bbbfc 2001-06-11 21:41:59 * missing: Support configure.ac.
84029707 2001-06-09 00:34:30 * tests/version4.test: New file. * automake.in (version_check): New sub. (handle_options): Use it. * tests/Makefile.am (AUTOMAKE_OPTIONS): Removed. (TESTS): Added version4.test. * m4/Makefile.am (AUTOMAKE_OPTIONS): Removed. * Makefile.am (AUTOMAKE_OPTIONS): Remove `gnits'.
1e39dc26 2001-06-04 15:53:03 2001-06-04 Kevin Dalley <kevind@rahul.net> * lib/am/dejagnu.am (site.exp): Fix typo.
4dc0221c 2001-06-03 17:16:40 * automake.in (variable_conditions_sub): Move parent-only code from here... (variable_conditions): ... to here. (variable_conditions_sub): Include this variable's conditions in the resulting condition list. * tests/Makefile.am (XFAIL_TESTS): Removed ltdeps.test.
b730d8b4 2001-06-01 15:22:27 * tests/Makefile.am (XFAIL_TESTS): Added ltdeps.test. (TESTS): Likewise. * tests/ltdeps.test: New file. Report from Lars J. Aas.
83a8c496 2001-06-01 05:19:02 * automake.texi (Alternative): New node. (Macros): Use new name for gcc. (Java Support): Likewise. (Dependencies): Rewrote. (Invoking Automake): (Re-)document -i, --ignore-deps, and --include-deps.
7ae7bec1 2001-05-31 17:32:55 * automake.texi (Top level): Removed erroneous spaces. Documented MAKE and MAKEFLAGS.
545fc249 2001-05-30 02:34:09 * m4/init.m4 (AM_INIT_AUTOMAKE): Allow any AM_*FLAGS variable.
09d1d2fa 2001-05-30 02:32:44 * automake.texi (Include): Rewrote. (Suffixes): Remove Java example. (Java): Added more explanation. Document variables. (Uniform): Mention JAVA as a primary. (Python): Updated for new Python support. (Sources): Added a weak example.
ddd2ca1a 2001-05-30 02:02:50 * lib/am/java.am (class%DIR%.stamp): Use AM_JAVACFLAGS.
8723031a 2001-05-29 21:04:18 * automake.texi (A Program): Mention `check' prefix. (Program and Library Variables): New node. (Texinfo): Document UPDATED-MONTH, MAKEINFOFLAGS, and AM_MAKEINFOFLAGS. (etags): Mention per-program flags. (Tests): Document AM_RUNTESTFLAGS; added sectioning; more updates.
58d6c641 2001-05-29 21:02:13 * lib/am/texinfos.am (.PHONY): Always list uninstall-info-am and install-info-am.
c1989e96 2001-05-29 00:28:36 * m4/Makefile.am (MAINT_CHARSET): Removed. * Makefile.am (MAINT_CHARSET): Removed. * automake.in (maint_charset, dist_charset): Removed. (local_maint_charset): Removed. (initialize_per_input): Don't use maint_charset. (handle_dist): Don't compute maint_charset or check DIST_CHARSET.
7a4b8c90 2001-05-28 23:58:45 * lib/am/texibuild.am (.%SUFFIX%.info): Use MAKEINFOFLAGS and AM_MAKEINFOFLAGS. (.%SUFFIX%.dvi): Likewise. (.%SUFFIX%): Likewise.
41d5639e 2001-05-27 17:06:35 * automake.in (handle_multilib): Only add multilib support code at top level. * lib/am/multilib.am: Handle invocation of *-multi targets differently for SUBDIRS and non-SUBDIRS Makefiles. * m4/multi.m4 (AM_ENABLE_MULTILIB): Removed erroneous comment. Only add multilib code when the Makefile in question is actually rebuilt.
6ebb6677 2001-05-27 16:57:45 * lib/am/dejagnu.am (check-DEJAGNU): Added AM_RUNTESTFLAGS.
5f380908 2001-05-26 06:20:19 2001-05-25 Alexandre Duret-Lutz <duret_g@epita.fr> * automake.in (handle_single_transform_list): Skip unknown extensions.
75f1df10 2001-05-25 14:50:30 * m4/init.m4 (AM_INIT_AUTOMAKE): Ignore AM_RUNTESTFLAGS.
0b590d42 2001-05-24 06:23:20 * automake.in (handle_texinfo_helper): Find mdate-sh in current directory in some situations.
19f70379 2001-05-24 05:58:48 * automake.in (generate_makefile): Better explanation for ansi2knr fix.
55ace4b1 2001-05-24 05:57:26 2001-05-23 Alexandre Duret-Lutz <duret_g@epita.fr> * automake.in (handle_languages, handle_single_transform_list): Skip unknown extensions. (derive_suffix): Check whether $extension_map{$source_ext} is undefined, not empty.
dcfc9386 2001-05-24 05:56:06 2001-05-23 Alexandre Duret-Lutz <duret_g@epita.fr> * automake.in (handle_languages, handle_single_transform_list): Use language '' for unknown extensions. (derive_suffix): Check whether $extension_map{$source_ext} is undefined, not empty.
6638db38 2001-05-24 05:50:35 2001-05-23 Alexandre Duret-Lutz <duret_g@epita.fr> * automake.in (read_am_file): Ignore trailing backslash on
ff1cb3bd 2001-05-23 01:05:47 2001-05-22 Alexandre Duret-Lutz <duret_g@epita.fr> * automake.in (ASSIGNMENT_PATTERN): Forbid : and + in variable names.
221f0d96 2001-05-21 08:31:45 * automake.texi (Macros): Explain the ``AC_PROG_LEX invoked multiple times'' warning.
c487815e 2001-05-20 18:05:06 * configure.in: Updated to 1.4g.
35a25603 2001-05-20 17:17:45 * configure.in: Updated to 1.4f.
4ba9b87d 2001-05-20 17:10:11 * Makefile.am (EXTRA_DIST): Added ChangeLog.2000.
33079e3a 2001-05-20 05:59:43 * lib/ansi2knr.c: New version. * Makefile.am (FETCHFILES): Added ansi2knr.c. (fetch): Likewise.
5dc7e750 2001-05-20 05:03:32 * config.guess, config.sub: New versions from FSF. * Makefile.am (fetch): Compare against files in srcdir.
572c5742 2001-05-20 04:40:51 For for ansi2knr report from Harlan Stenn: * automake.in (generate_makefile): Run handle_compile before handle_languages.
cce80296 2001-05-18 17:43:46 * automake.in: Reverted erroneous checkin.
2b3f00e7 2001-05-18 17:08:23 * lib/am/texinfos.am (install-info-am, uninstall-info-am): Be robust to missing `install-info'.
56e9a6e6 2001-05-18 14:01:39 Regen.
62541da4 2001-05-18 02:20:39 * automake.in (lang_c_finish): Use `rm -f'.
7e9620d6 2001-05-18 02:19:44 * automake.in (lang_c_finish): Remove _.c file if ansi2knr fails. * tests/Makefile.am (TESTS): Added new file. * tests/ansi5.test: New file.
48b22ed4 2001-05-18 01:14:53 2001-05-17 Alexandre Duret-Lutz <duret_g@epita.fr> * lib/am/install.am (install-strip): Set INSTALL_PROGRAM_ENV if STRIP is not empty. * m4/strip.m4 (AM_PROG_INSTALL_STRIP): Set INSTALL_STRIP_PROGRAM to install-sh unconditionally. Don't set INSTALL_STRIP_PROGRAM_ENV. * automake.texi (Requirements): Document the use of the STRIP variable in cross-compilation environments.
e8fef394 2001-05-18 00:00:33 * m4/depend.m4 (AM_DEPENDENCIES): If depcomp doesn't exist, revert to no dependency tracking. * tests/Makefile.am (TESTS): Added depcomp2.test. * tests/depcomp2.test: New file. From Pavel Roskin.
9ff26b23 2001-05-17 18:29:08 * lib/depcomp (aix): Bug fix and simplification from Larry Jones.
12b2a45c 2001-05-17 07:20:34 * lib/depcomp (tru64): New dependency tracking mode.
de9bc471 2001-05-17 06:56:21 Fix for PR automake/159: * lib/depcomp (aix): Rewrote. (sgi): Likewise.
6cc0fec3 2001-05-17 06:32:15 Fix for PR automake/174: * tests/Makefile.am (XFAIL_TESTS): Removed comment3.test. * automake.in (read_am_file): Warn if `#' is at start of rule.
6059e528 2001-05-17 05:31:05 For PR automake/174: * tests/Makefile.am (TESTS): Added comment3.test. (XFAIL_TESTS): Likewise. * tests/comment3.test: New file.
80f30342 2001-05-17 04:50:52 Fix for PR automake/175: * tests/Makefile.am (XFAIL_TESTS): Removed make.test. * m4/make.m4 (AM_MAKE_INCLUDE): Omit `Entering directory' and `Leaving directory' messages.
51e79b8b 2001-05-17 03:14:24 For PR automake/175: * tests/Makefile.am (XFAIL_TESTS): Added make.test. * tests/make.test: Run test with `make -w'.
0d43099b 2001-05-17 03:02:38 * tests/Makefile.am (TESTS): Removed maintclean.test. * lib/am/clean.am (maintainer-clean-generic): Don't remove Makefile.in. * lib/am/configure.am (maintainer-clean-am): Removed. (maintainer-clean-conf): Removed. * tests/maintclean.test: Removed.
9449973a 2001-05-16 05:17:04 Fix for PR automake/177: * Makefile.am (maintainer-clean): Set perllibdir before invoking automake or aclocal.
e00a9898 2001-05-16 04:32:09 Fix for maintclean.test: * tests/Makefile.am (XFAIL_TESTS): Removed maintclean.test. * lib/am/clean.am (distclean-generic): Don't remove config.cache or config.log. (distclean, maintainer-clean): Moved to... * lib/am/configure.am: ... here. (distclean): Remove config.cache and config.log. (maintainer-clean): Removed. (maintainer-clean-conf): New target. (maintainer-clean-am): New target.
b459ff3b 2001-05-16 04:09:50 * tests/Makefile.am (TESTS): Added maintclean.test. (XFAIL_TESTS): Likewise. * tests/maintclean.test: New file.
ba60cd83 2001-05-15 18:04:56 Fixes PR automake/175: * tests/target-cflags.test: Use $needs_gnu_make. * tests/exsource.test: Use $needs_gnu_make. * tests/make.test: Require GNU make. * tests/defs (needs_gnu_make): Compute.
16a59b89 2001-05-15 03:33:20 * lib/ylwrap: Fixed quoting on regular expression. Fixes yacc4.test.
fa0fa358 2001-05-15 02:49:51 Fix for texinfo10.test. * tests/Makefile.am (XFAIL_TESTS): Remove texinfo10.test. * lib/am/texinfos.am: Use LOCAL-TEXIS liberally. * automake.in (handle_texinfo_helper): New sub. (handle_texinfo): Rewrote. Now defines LOCAL-TEXIS. * tests/texinfo10.test: Added more cases.
1be94280 2001-05-15 02:21:54 Fix for yaccvpath.test: * tests/Makefile.am (XFAIL_TESTS): Removed yaccvpath.test. * lib/am/distdir.am (distdir): Always look for file in build directory first. * lib/ylwrap: Quote the `#line' regular expression. * lib/am/yacc.am (%YACC_SUFFIX%%C_SUFFIX%): Reverted earlier change; don't run sed on the generated file. * tests/yaccvpath.test: Create new parser in srcdir. Added test to make sure parser will be rebuilt at dist time.
15824342 2001-05-14 16:15:03 * automake.in ($IGNORE_PATTERN): Allow spaces before comments beginning with `##'. * automake.texi (General Operation): Document it.
3a40189e 2001-05-14 12:14:37 Typo.
e37b4d8a 2001-05-14 05:09:31 Reported by Rainer Orth: * lib/am/distdir.am (?DISTDIR?distdir): Define conditional on TOPDIR_P. * tests/Makefile.am (TESTS): Added distname.test. * tests/distname.test: New file.
709643b6 2001-05-14 04:52:44 * Makefile.am (dist_pkgdata_DATA): Removed.
9618da20 2001-05-14 04:48:45 2001-05-13 Tom Tromey <tromey@redhat.com> * tests/defs: Find files to copy in lib/. * automake.in (perllibdir): Set to Automake directory. * ansi2knr.c, ansi2knr.1: Removed. * Makefile.am (dist_am_DATA): Removed. (amdir): Removed. (maintainer-check): Look for lib/am/*.am. Expect 28 lines of diffs. (scriptdir): Removed. (dist_script_DATA): Likewise. (install-data-hook): Likewise. (installcheck-local): Likewise. (TAGS_FILES): Removed amfiles. (dist_pkgdata_DATA): Removed ansi2knr.c and ansi2knr.1. * tests/installsh.test (AUTOMAKE): Use --libdir, not --amdir, and point it to the right directory. * ansi2knr.am, check.am, clean-hdr.am, clean.am, comp-vars.am, compile.am, configure.am, data.am, dejagnu.am, depend.am, depend2.am, distdir.am, footer.am, header-vars.am, header.am, install.am, java.am, lang-compile.am, lex.am, library.am, libs.am, libtool.am, lisp.am, ltlib.am, ltlibrary.am, mans-vars.am, mans.am, multilib.am, program.am, progs.am, python.am, remake-hdr.am, scripts.am, subdirs.am, tags.am, texi-vers.am, texibuild.am, texinfos.am, yacc.am: Moved to lib/am/. * configure.in (AC_OUTPUT): Added lib/am/Makefile. (AUTOMAKE): Use --libdir, not --amdir. Ues AC_CONFIG_AUX_DIR. * lib/Makefile.am (SUBDIRS): Added `am'. (scriptdir): New macro. (dist_script_DATA): Likewise. (dist_pkgdata_DATA): Likewise. (install-data-hook): New target. (installcheck-local): Likewise. * lib/am/Makefile.in: New file. * lib/am/Makefile.am: Removed everything except amdir and dist_am_DATA. 2001-05-13 Akim Demaille <akim@epita.fr> * automake.in ($pkgdata_dir): Rename as... ($libdir): this. ($am_dir): Remove, replace it's uses with $libdir. (&parse_arguments): Replace --amdir with --libdir. * automake.texi (Invoking Automake): Document --libdir, not --amdir. * tests/defs (AUTOMAKE): Use --libdir, not --amdir.
42a74cb1 2001-05-14 00:01:09 * m4/depout.m4 (AM_OUTPUT_DEPENDENCY_COMMANDS): Use AMDEP_TRUE, not AMDEP. * m4/depend.m4 (AM_DEPENDENCIES): Require AM_DEP_TRACK. Correctly look at AMDEP_TRUE, not AMDEP.
063988a4 2001-05-13 23:45:33 Report from Robert Boehne: * tests/Makefile.am (TESTS): Added depend2.test. * tests/depend2.test: New file.
fb55cab8 2001-05-13 23:31:05 2001-05-13 James Henstridge <james@daa.com.au> * m4/python.m4 (AM_PATH_PYTHON): Added more names for python. Point pythondir at site-packages directory. Rename PYTHON_SITE_PACKAGE to pkgpythondir. Rename PYTHON_SITE_EXEC to pyexecdir. Removed package/module argument. Removed PYTHON_SITE_INSTALL. Added version checking.
82617827 2001-05-13 23:06:35 2001-05-14 Jim Meyering <meyering@lucent.com> * automake.in (macro_define): Change one remaining use of `variable_dump' to `macro_dump'.
73af87a1 2001-05-13 23:02:41 * m4/depend.m4 (AM_DEPENDENCIES): Prefer gcc3 over gcc for objc and gcj.
9f36f5f1 2001-05-13 17:51:16 Remove wrong entry.
4d057d56 2001-05-13 17:41:19 * automake.in (&scan_texinfo_file, &handle_dist, &handle_gettext) (&handle_footer, &handle_factored_dependencies, &handle_emacs_lisp) (&am_primary_prefixes): Use `map' rather than `grep'.
a79b2c68 2001-05-13 17:20:11 * automake.in (Language): Set config_vars for yacc, yaccxx, lex, lexxx, asm. (&lang_c_finish, &lang_yacc_finish, &lang_lex_finish): Simplify. (&lang_asm_finish): Remove, set asm's finisher to C's one.
bbf3f9c6 2001-05-13 17:19:18 * lang-compile.am: New file, loaded once per language. * depend2.am: Move definitions loaded once per language in the aforementioned file. * automake.in (&handle_languages): Load it. (&lang_ppf77_finish, &lang_ratfor_finish): Remove as it's now handled by lang-compile.am.
62e22791 2001-05-13 16:40:28 2001-05-13 Tom Tromey <tromey@redhat.com> * tests/Makefile.am (TESTS): Added python.test. * tests/python.test: New file. * automake.in (handle_languages): Use config_aux_dir_set_in_configure_in. (handle_python): Correctly mention AM_PATH_PYTHON. Use py-compile, not py_comp. Define py_compile macro. 2001-05-13 Derek Price <dprice@openavenue.com> * automake.in (require_file_with_conf_line, require_file_with_line, require_file): Pass a @require_file_path of $relative_dir instead of '.' to require_file_internal so that all the special casing of '.' can be removed elsewhere. (require_config_file, require_conf_file_with_line, require_conf_file_with_conf_line): Remove special casing for '.' and make sure $config_aux_dir is maintained properly. (require_file_internal): Remove special casing of '.' and set @require_file_path when missing files are added. (maybe_push_required_file): Remove special casing of '.' (handle_dependencies): Remove a workaround for a bug now fixed and remove $config_aux_dir special casing. (handle_configure): Remove special casing for $config_aux_dir (handle_python): Ditto. (yacc_lex_finish_helper): Change $config_aux_dir switch to switch on the value of $config_aux_dir_set_in_configure_in. (handle_texinfo): Ditto. (scan_one_configure_file): Set $config_aux_dir and $config_aux_dir_set_in_configure_in properly so special casing on the value of $config_aux_dir can be removed elsewhere. * tests/depcomp.test: New file. * tests/confsub.test: Look for depcomp in $(top_srcdir) instead of the first subdir containing a C file. * tests/libobj2.test: Ditto. * tests/Makefile.am (TESTS): Added 'depcomp.test'.
3906ba67 2001-05-13 04:26:21 * tests/gcj.test: Updated for gcj dependency tracking. * tests/gcj2.test: Likewise.
edccc341 2001-05-13 01:55:42 Fixes PR automake/169. * m4/depend.m4 (AM_DEPENDENCIES): Handle GCJ. Don't assume gcc style for OBJC. * automake.in (java): Added autodep entry. * tests/Makefile.am (TESTS): Added gcj3.test. * tests/gcj3.test: New file.
8cebf6e2 2001-05-13 00:46:53 2001-05-12 Raja R Harinath <harinath@cs.umn.edu> * automake.in (ASSIGNMENT_PATTERN): Make variable-name pattern stop at the first '='. * tests/Makefile.am (TESTS): Added vars.test. * tests/vars.test: New file.
3b1da915 2001-05-12 12:36:03 * automake.in (&handle_single_transform_list): Simplify computation of $object and $this_obj_ext. * tests/lex3.test: Merge into... * tests/lex.test: here. * tests/pr19.test: Improve and rename as... * tests/lex3.test: this.
62a0fb28 2001-05-10 05:39:13 * automake.in (read_am_file): Correctly compute $saw_bk. (scan_autoconf_files): Ensure configure_dist_common is always set. * tests/defs (AUTOMAKE): Added --Werror.
4877109b 2001-05-09 22:43:58 * automake.in (define_compiler_variable): Escape $(LIBTOOL) in double quotes.
a33e103b 2001-05-09 19:11:45 * tests/werror.test: Use `rm -f'.
944b6911 2001-05-09 18:29:37 * automake.in (&am_line_warning): Invoke `am_line_error', not itself.
833be730 2001-05-09 18:27:26 * automake.in: Remove some code left from bad patches. (&handle_dependency): Remove, for the same reason.
9a37974f 2001-05-09 18:24:12 * automake.in (&make_paragraphs): Transform BUILD, HOST and TARGET. (&handle_tests_dejagnu, &define_standard_variables): Don't. (&define_standard_variables): Don't transform %top_builddir% since... * header-vars.am: Use %TOPDIR% instead.
10d39f63 2001-05-09 06:31:20 * automake.in (@objects): Remove, unused. Remove all the code related to it, and to former `$(OBJECTS)'.
adf4c603 2001-05-09 03:10:05 For PR automake/29: * ylwrap: Handle arguments to program. Remove old code that tried to avoid absolute paths and add new code to do it in all cases. Removed ancient logic that tried to deal with relative path. * tests/Makefile.am (TESTS): Added yacc4.test. * tests/yacc4.test: New file.
3ac3237f 2001-05-09 00:23:57 Fix for PR automake/149 and werror.test: * automake.in (require_file_internal): Use am_line_warning or am_conf_line_warning when suppressing error. (am_line_warning): New sub. (am_conf_line_warning): Save and restore warning signal. * tests/Makefile.am (XFAIL_TESTS): Removed werror.test.
b871815d 2001-05-09 00:03:32 Fix for PR automake/36: * tests/Makefile.am (TESTS): Added asm.test. * tests/asm.test: New file. * automake.in (asm): Use ASFLAGS and AS. (lang_asm_finish): New sub.
09f4a93a 2001-05-08 23:50:53 * automake.in (read_am_file): Removed debugging code.
ccddebe5 2001-05-08 23:34:19 For PR automake/149: * tests/Makefile.am (TESTS): Added werror.test. (XFAIL_TESTS): Likewise. * tests/werror.test: New file.
00e65cdd 2001-05-08 20:34:26 * automake.in (conditional_true_when): Don't return if we see `TRUE'.
604ce630 2001-05-08 19:29:35 * tests/objc.test: Removed. * tests/Makefile.am (XFAIL_TESTS): Removed objc.test. (TESTS): Likewise.
85862461 2001-05-08 19:12:54 * automake.in (subst): New sub. (handle_languages): Use it. (output_lex_build_rule): Likewise; also use _am_quote. (check_libobjs_sources): Likewise. (make_paragraphs): Use subst.
dc18e55e 2001-05-08 18:30:45 * automake.in (check_libobjs_sources): Re-fixed AMDEP_TRUE problem. * automake.in (file_contents_internal): Prototype now `$$%'. (register_language): Prototype now `%'.