kc3-lang/automake/ChangeLog

Branch :


Log

Author Commit Date CI Message
b8a2f0f9 2001-02-25 18:04:29 * automake.in (&handle_texinfo, &handle_man_pages, &am_install_var): Don't deal with install-data-am, install-exec-am and unstall-am. (&initialize_per_input): Add them to %dependencies. Remove %exec_dir_p since the *.am files are now in charge of it. Remove @uninstall, @install_data, @install_exec. (&handle_merge_targets): Adjust to these removals. (&file_contents): Also &transform_cond for --no-installman and --no-installinfo. (&do_one_merge_target): Add some magic to install hooks on %dependencies' targets. (%required_targets): New. (&handle_factored_dependencies): Output required targets. * data.am, header.am, java.am, libs.am, lisp.am, ltlib.am, * mans-vars.am, mans.am, progs.am, python.am, scripts.am, * texinfos.am: Declare your dependencies on install-data-am, install-exec-am and uninstall-am. * tests/instdata2.test (incldata_HEADERS): New test.
3773f48b 2001-02-25 04:37:52 * Makefile.am (amfiles): Added texibuild.am. * texibuild.am: New file. * tests/Makefile.am (TESTS): Added texinfo9.test. * tests/texinfo9.test: New file. * automake.in (handle_texinfo): Keep track of suffixes used. Give error if suffix unrecognized. Removed extraneous newline.
b77e84ef 2001-02-23 15:11:19 * automake.in (&am_install_var): Don't hook on the clean targets and .PHONY. * data-clean.am, java-clean.am, libs-clean.am, lisp-clean.am, * ltlib-clean.am, progs-clean.am, python-clean.am, tags-clean.am: Do it.
e39c74ee 2001-02-23 15:07:56 * automake.in: Promote local `my' over `local'.
876f65e3 2001-02-23 15:06:52 * automake.in: Formatting and mying changes.
5b04f37f 2001-02-23 15:06:16 * automake.in: Formatting and mying changes.
33705e1b 2001-02-23 15:03:52 * automake.in (&handle_man_pages): Let install-man and uninstall-man be handled by the dependency tracker. (&initialize_per_input): Let %dependencies track them. * mans.am: Add the needed hooks with the proper dependencies.
bc0292f1 2001-02-22 18:49:50 * tests/target-cflags.test: Don't use subshell to configure in subdirectory. Typo fix - run `./foo', not `/foo'.
52be309c 2001-02-22 15:58:55 * automake.in: Formatting and mying changes.
1cadaf5c 2001-02-22 02:58:51 * automake.in (handle_dist): Introduce new variable to avoid extra keys in %dist_dirs. Fixes distdir.test.
861fab47 2001-02-22 02:40:19 * automake.in (handle_texinfo): Only remove suffixes we can handle.
85b381e7 2001-02-22 02:35:30 * tests/distdir.test: Check to make sure directory isn't made in build directory.
d3328704 2001-02-21 21:07:15 * automake.in (handle_dist): Do nothing in Cygnus mode.
53f983dd 2001-02-21 15:36:29 * header-vars.am: Remove tabs before variable definitions.
f9875647 2001-02-21 09:29:28 * tests/distdir.test (EXTRA_DIST): Use a finer pattern to avoid false diagnostics.
391c7716 2001-02-21 08:42:45 * automake.in (&dist_cmp, &target_cmp): Be sure to return a numeric value as required by Perl 5.6.
eb447025 2001-02-21 08:37:54 Remove.
7a0defee 2001-02-21 08:35:51 * dist-vars.am: Remove, merge into... * distdir.am: this. * automake.in (dirname, basename, backname): Move at the top of the file so that prototypes are checked, Use them without `&'. (&handle_dist): Adjust.
27f1c6ca 2001-02-21 08:35:02 * automake.in (&check_ambiguous_conditional, &read_main_am_file): Use a uniform naming scheme. (&quote_cond_val, &unquote_cond_val): Delete, dead code. (&read_am_file): Fix conditioned definition of backslash continued items.
ce5c9353 2001-02-21 08:32:03 Change the handling of conditionals: instead of using an ad-hoc encoding to store a hash in a string, use hashes. * automake.in (&conditional_dump): New. (&check_ambiguous_conditional, &variable_defined) (&variable_conditions_sub, &variable_value_as_list_worker) (&define_variable, read_am_file, &read_main_am_file): Be sure to handle `$conditional{$vars}' as a hash instead of a plain string.
0752ad5e 2001-02-21 08:31:40 * automake.in (&conditional_true_when): Modernize, simplify. Warning: `$comp' is now private (my), while it used to be `inherited' from a `local' elsewhere in the code. AFAICT it was wrong, but some dirty side effect might show up. (&conditionals_true_when): New. (&variable_conditions_sub, &variable_conditions_reduce): Use it.
fdc3bf40 2001-02-21 08:30:56 * automake.in ($top_builddir): Remove, used in one place. (&define_standard_variables): Adjust. Move the definition of triplet variables into... * header-vars.am: here.
71502792 2001-02-21 08:30:39 * automake.in (&initialize_global_constants): Don't define $USAGE. (&usage): Handle the former content of $USAGE. Don't pretend autoconf cares about Makefile.in. Classify the options. (&handle_tests): Formatting and mying changes.
539e1d30 2001-02-21 08:28:03 * automake.in (&handle_tests_dejagnu): Move the definition of a default `site.exp' into... * dejagnu.am (site.exp): here. Use DOS compliant file names.
593865b3 2001-02-21 08:27:41 * automake.in (&dist_cmp): New. (&handle_dist): Use it. Promote `my' over `local'.
88e17dc5 2001-02-21 08:26:34 * dist.am: Remove, merge into... * distdir.am: here. Use the neat sed snippet for banners. BTW, distcheck is phony. * automake.in (&handle_dist_worker): Remove, merge into... (&handle_dist): this. (&file_contents): Strip leading new lines. Be sure to end comments with new lines.
9bd6e61e 2001-02-21 08:22:25 * distdir.am (GZIP_ENV): Define. * automake.in (&handle_dist): Don't. (&uniq): New. (&handle_dist_worker, &am_install_var): Use it.
964ec5a0 2001-02-21 08:21:43 * distdir.am (distdir): Handle the DIST-TARGETS. * automake.in (&handle_dist_worker): Don't.
7cd21d05 2001-02-21 08:21:01 * automake.in (&file_contents): Transform the global options (such as CYGNUS). (&handle_texinfo, &handle_dist_worker, &handle_tests_dejagnu): Don't.
dce352b1 2001-02-21 08:20:40 * distdir.am (distdir): Be sure to have permissive rights on its contents. (dist-all, dist-bzip2, dist-zip, dist-tarZ): New conditional targets. And BTW, all these guys are phony. * automake.in (&handle_dist_worker): As its name doesn't indicate, output distributions. (&handle_dist): As its name doesn't indicate, don't. (&initialize_global_constants): Don't define variables which content is now handled by distdir.am. But register `dist-all' as a factored target. (&handle_factored_dependencies): Don't output empty targets.
c7e78f73 2001-02-21 02:49:25 * m4/init.m4 (AM_INIT_AUTOMAKE): Simplify m4_pattern_allow invocation.
03414b51 2001-02-19 00:12:15 * m4/strip.m4 (AM_PROG_INSTALL_STRIP): Don't call AM_PROG_STRIP. Set INSTALL_STRIP_PROGRAM_ENV to `$(STRIP)', not `$STRIP'. (AM_PROG_STRIP): Commented out.
c8a7b8b9 2001-02-18 01:29:54 2001-02-17 Raja R Harinath <harinath@cs.umn.edu> * depcomp (gcc3): Protect against the compiler deleting the dependency output file.
eb0b1538 2001-02-18 00:35:19 2001-02-17 Tom Tromey <tromey@redhat.com> * automake.in (handle_merge_targets): Use double quotes around setting of INSTALL_STRIP_PROGRAM. * m4/strip.m4 (AM_PROG_INSTALL_STRIP): Set INSTALL_STRIP_PROGRAM to absolute path at runtime. (AM_PROG_STRIP): Don't explicitly test $STRIP. 2001-01-28 Alexandre Duret-Lutz <duret_g@epita.fr> * m4/strip.m4: New file. * m4/Makefile.am (m4data_DATA): Add strip.m4. * m4/init.m4: Call AM_PROG_INSTALL_STRIP. * m4/missing.m4 (AM_AUX_DIR_EXPAND): New function. (AM_MISSING_INSTALL_SH, AM_MISSING_HAS_RUN): Use $am_aux_dir instead of $ac_aux_dir, and require AM_AUX_DIR_EXPAND. * m4/depend.m4 (AM_DEP_TRACK): Likewise. * automake.in (handle_merge_targets): In the install-strip rule, set INSTALL_PROGRAM to INSTALL_STRIP_PROGRAM, and INSTALL_PROGRAM_ENV to INSTALL_STRIP_PROGRAM_ENV; don't use INSTALL_STRIP_FLAG. * progs.am (install-@DIR@PROGRAMS): Adapt to use INSTALL_PROGRAM_ENV, don't use INSTALL_STRIP_FLAG any longer. * header-vars.am (INSTALL_STRIP_FLAG): Remove. (INSTALL_PROGRAM_ENV): New variable.
473d3831 2001-02-17 02:35:53 2001-02-16 Alexandre Duret-Lutz <duret_g@epita.fr> * automake.in (scan_one_configure_file): Unquote AC_CONFIG_AUX_DIR's argument.
59ee26e2 2001-02-17 02:34:19 2001-02-16 Alexandre Duret-Lutz <duret_g@epita.fr> * automake.in (unquote_m4_arg): New function. (scan_one_configure_file): Call unquote_m4_arg on AM_CONFIG_HEADER argument, so that AM_CONFIG_HEADER([foobar.h]) works.
26aeaaa1 2001-02-16 06:48:01 * config.guess, config.sub: New versions from FSF. * Makefile.am (WGET): New macro. (FETCHFILES): New macro. (fetch): New target.
828fcc88 2001-02-16 06:16:27 * tests/subobj3.test: Exit with status 77 if gcc not found. * tests/pr9.test: Exit with status 77 if gzip not found. * tests/pr87.test: Exit with status 77 if gcc not found. * tests/pr19.test: Exit with status 77 if gzip or gcc not found. * tests/install2.test: Exit with status 77 if gzip not found. * tests/exsource.test: Exit with status 77 if GNU make not found. * tests/ansi3.test: Exit with status 77 if gcc not found. * tests/target-cflags.test: Require GNU make. Exit with status 77 if gcc or make not found. Fixes PR automake/121.
5b2edc13 2001-02-16 05:56:09 * configure.in: Require Perl 5.005. * automake.in: Require 5.005.
f7d3c45d 2001-02-16 01:20:22 * automake.texi (Top): Conditionalize on `nottex', not `info'. Fixes PR automake/122.
2d1fd748 2001-02-15 03:56:36 * automake.in (add_depend2): Only emit a given object rule once. Fixes specflags6.test.
d386f3ea 2001-02-15 02:49:08 2001-02-14 Richard Boulton <richard@tartarus.org> * tests/specflags6.test: New file.
28e1438a 2001-02-14 20:54:25 * automake.texi (A Shared Library): Mention -module.
4fe13daa 2001-02-14 02:33:43 * automake.in (do_one_merge_target): Always register $name and $name-am as phony.
a1195d8e 2001-02-13 18:00:34 * automake.in (do_one_merge_target): Register `all' as phony target.
d79a04dc 2001-02-13 07:03:55 * configure.in: Updated to 1.4e for cvs.
e53585cb 2001-02-13 06:52:58 * configure.in: Updated to 1.4d and released.
bd940d21 2001-02-13 06:43:43 * m4/init.m4 (AM_INIT_AUTOMAKE): Explicitly allow various AM_* names through autoconf.
d9b3f8fa 2001-02-12 16:49:56 2001-02-12 Tom Tromey <tromey@redhat.com> Fix for subdirbuiltsources.test: * automake.in (initialize_per_input): [all_target] Initialize to empty string. (handle_merge_targets): Use all-redirect target to handle built sources. (do_one_merge_target): Don't generate all-redirect rule. 2001-02-11 Peter Muir <iyhi@yahoo.com> * tests/subdirbuiltsources.test: New file. * tests/Makefile.am (TESTS): Added new file.
14d0075b 2001-02-10 19:50:18 * tests/condlib.test: New file. * tests/Makefile.am (TESTS): Added new file.
6785089d 2001-02-10 19:04:24 2001-02-10 Lars J. Aas <larsa@sim.no> * automake.in ($MACRO_PATTERN): Include '@' in name regex. (&canonicalize): New. Includes '@' in canonical range. (&check_canonical_spelling, &handle_programs, &handle_libraries, &handle_ltlibraries, &handle_texinfo): Use &canonicalize.
ba170f20 2001-02-10 19:02:28 2001-02-10 Raja R Harinath <harinath@cs.umn.edu> * automake.in (handle_configure): Revert part of '2001-02-04 Kevin Ryde <user42@zip.com.au>'. Don't set CONFIG_COMMANDS explicitly.
e1f1fbaf 2001-02-10 01:26:54 2001-02-09 Raja R Harinath <harinath@cs.umn.edu> * depcomp (gcc3): Propagate exit code.
b4e12308 2001-02-09 21:52:30 * header.am (install-@DIR@HEADERS): s,?!NOBASE?,?!BASE?, (typo)
8de13de5 2001-02-09 07:06:53 Clean up maintainer-check warnings: * Makefile.am (maintainer-check): Ignore comment lines in CDPATH check. * automake.in (handle_dist_worker): Removed redundant `my $xform'.
1bac428a 2001-02-09 03:39:18 * automake.in (&file_contents): Remove a dead branch.
4ec2083b 2001-02-09 03:38:16 * automake.in (&transform): Use `my', not `local'. (&transform_cond): New. (&get_object_extension, &handle_texinfo, &handle_tags) (&handle_dist_worker, &handle_dist, &add_depend2, &handle_clean) (&handle_tests_dejagnu): Use it. * texinfos.am, lisp.am, header.am, dist.am, distdir.am, depend2.am * dejagnu.am, data.am, clean.am: Adjust to the new syntax.
7cda827c 2001-02-09 02:48:24 * automake.in: Various formatting changes, and modernization of Perl constructs. (&backname): New. (&handle_configure, define_standard_variables): Use it.
2c095a8d 2001-02-09 02:30:27 * automake.in (file_contents): Only add $actions if any are found. Fixes new failure in pr87.test.
cac69f73 2001-02-09 01:18:38 * tests/pr87.test: Check foo/Makfile.in after it is created.
4639a526 2001-02-08 19:31:12 * tests/pr87.test: Added check for blank line after `.c.o' rule. Report from Lars J. Aas.
b46ae388 2001-02-08 06:36:14 * lisp.am (install-@DIR@LISP): Removed extra space. * header.am (install-@DIR@HEADERS): Removed extra space. * data.am (install-@DIR@DATA): Removed extra space.
6171edd6 2001-02-08 06:32:16 * m4/init.m4 (AM_INIT_AUTOMAKE): Use \", not ".
68cbb321 2001-02-08 05:48:09 * automake.in (handle_dependencies): Use _am_include, not AMINCLUDE. * tests/exsource.test: Use _am_include, not AMINCLUDE. * m4/make.m4 (AM_MAKE_INCLUDE): Use _am_include, not AMINCLUDE.
b71fc974 2001-02-08 05:21:43 * tests/Makefile.am (XFAIL_TESTS): Removed distcommon.test.
aa655488 2001-02-07 21:51:39 * tests/Makefile.am (EXTRA_DIST): Added ChangeLog-old.
a83155d5 2001-02-07 21:15:06 * automake.in (handle_configure): Handle case where output file is in subdir with no Makefile of its own. Fixes remake3.test, distcommon.test.
f79105ed 2001-02-06 15:10:35 Typos.
f8a4ccd9 2001-02-06 15:03:59 * automake.in (handle_dependencies): Rename AM_INCLUDE to AMINCLUDE. * m4/make.m4 (AM_MAKE_INCLUDE): Likewise. * tests/exsource.test: Likewise.
79875bcf 2001-02-06 10:25:21 * autoheader.sh: only set config_h for the first call to AC_CONFIG_HEADERS
3d392023 2001-02-06 10:21:38 * automake.in (handle_configure): fix syntax error
de7f0818 2001-02-06 10:17:57 * subdirs.am: This file is the exception: clean recursive targets are called by the clean targets, not the clean-am targets. Otherwise we have a circular dependency: clean -> clean-am -> clean-recursive -> clean. * automake.in (handle_clean): Bind `-local' targets to `-am' targets, not top targets. Don't declare -recursive dependencies of the clean targets: `subdirs.am' did it. Less hard coded knowledge, transfered into... * clean.am: here.
8a34b58d 2001-02-06 09:09:36 Monstro unsplitable patch. The aim is to remove hard coded knowledge about clean targets from automake.in, leaving them in the *.am files. In addition to the mechanic needed to factor some dependencies, it appears some rules (most notably distclean and maintainer-clean) need factored actions. So first, be ready to catch factored rules. * automake.in (&file_contents): For the time being, use an extended $RULE_PATTERN which is able to match any kind of rules, with or without dependency, with or without actions. Handle all the rules uniformly, storing in %actions the factored actions. (&flatten, &target_cmp): New. (&handle_factored_dependencies): Output the %actions. No longer special case `clean'. Output the rules in alphabetical order, but keeping `.PHONY' last. Now we must not use &push_phony_cleaners, which is doing all sort of magic to push a bit of everything in all the clean targets. The biggest problem being that, making a Cartesian product, it requires many useless targets. The `*.am' file know better. But first, register the new factored rules. * automake.in (&initialize_per_input): Include clean, mostlyclean, maintainer-clean, distclean and their `*-am' counterpart in %dependencies. Initialize %actions. (get_object_extension, handle_texinfo, handle_tags, handle_multilib) handle_dependencies, handle_subdirs, handle_configure, handle_clean) (handle_emacs_lisp, handle_python): Don't play with &push_phony_cleaners nor &depend and `clean'. * texinfos.am, texi-vers.am, tags-clean.am: * subdirs.am,python-clean.am, multilib.am, lisp-clean.am: * libtool.am, kr-extra.am, depend.am, compile.am, clean.am: * clean-kr.am, clean-hdr.am: Do it. Whenever a target is empty, just remove it, it will no longer be called. There is still some magic about clean to hard code. But really, that's the end of &do_one_clean_target. * automake.in (&do_one_clean_target): Kaboom out. (&handle_clean): Rewrite the magic code. (&am_install_var): No longer use &push_phony_cleaners, nor depend on `clean'. (&push_phony_cleaners): Kaboom too.
279adc2a 2001-02-06 09:08:56 * automake.in (do_one_clean_target): Don't hard code knowledge about libtool, and maintainer-clean. * clean.am, libtool.am: Handle these.
c9a4efae 2001-02-05 09:11:10 * automake.in (handle_texinfo): No longer hard code the clean targets. (texinfos.am): Include them.
491b77b4 2001-02-05 09:09:17 * Makefile.am (perl4-check): Remove, we now require Perl 5. (maintainer-check): Don't be silent when you find a problem, and actually, even specify the locations. Also check that @_ is assigned to arrays.
fddb6ef1 2001-02-05 09:06:41 * m4/regex.m4: Use AC_LIBSOURCES. * automake.in (scan_autoconf_traces): Trace AC_LIBSOURCE, not _AC_LIBOBJ_DECL.
daea6dee 2001-02-05 06:59:03 * m4/Makefile.am (m4data_DATA): Added make.m4. * automake.in (handle_dependencies): Use @AM_INCLUDE@ to include dependency files. * m4/depend.m4 (AM_DEPNDENCIES): Require AM_MAKE_INCLUDE. Copy depcomp to subdir. * m4/make.m4: New file.
b955e025 2001-02-05 01:42:12 * automake.in (handle_dist_worker): Remove a line that is now in distdir.am.
19c2eb96 2001-02-04 23:49:53 2001-02-04 Kevin Ryde <user42@zip.com.au> * automake.in (handle_configure): Call config.status with empty CONFIG_LINKS and CONFIG_COMMANDS when regenerating a file.
be46346b 2001-02-04 23:31:46 * depcomp (ddashmd): Removed case. (sgi): Handle failure exit correctly (aix): Likewise. Also, add dummy `.h' targets.
8f0f4563 2001-02-04 15:10:23 * distdir.am (distdir): New file, extracted from... * automake.in (handle_dist_worker): here. Adjust.
7435a92b 2001-02-04 14:43:00 * automake.in (@clean): Remove, replaced by... ($dependencies{'clean'}): this. Use `&depend' instead of push'ing into @clean. (handle_factored_dependencies): For the time being, skip 'clean'. (do_one_clean_target): Don't ask for argument 1 and 4 as they are always `clean', and `@clean'.
38a041ba 2001-02-04 14:42:37 * automake.in (%dependencies): Don't be initialize globally for all the files, but in... (&initialize_per_input): here. (&depend): New. (@phony): Replace all occurrences with the corresponding &depend invocation.
d2a26602 2001-02-04 04:43:11 * header.am (install-@DIR@HEADERS): Use INSTALL_HEADER. * header-vars.am (INSTALL_HEADER): New macro.
16646f9a 2001-02-04 04:37:10 * automake.texi (Rebuilding): New node.
276aa452 2001-02-04 04:03:08 2000-12-29 Derek Price <derek.price@openavenue.com> * automake.in (handle_dependencies): Switched the DEP_FILES definition to be conditional on @AMDEP@.
04e6519b 2001-02-04 03:51:19 2001-02-03 Ville Laurikari <vlaurika@hutcs.cs.hut.fi> * depcomp (aix): New side-effect dependency tracking mode, for the C for AIX compiler. * m4/depend.m4 (AM_DEPENDENCIES): Recreate `conftest.c' and `conftest.h' for each test.
3c30a281 2001-02-04 03:44:01 * automake.texi (Dist): Updated to mention caveat of putting directory in EXTRA_DIST and also providing a nice example of removing the CVS dir. From Ganesan Rajagopal.
3c606e80 2001-02-04 03:41:45 * m4/depend.m4 (depcpp): Run tests in a subdir. Fixes report from Bob Proulx.
0edc0b41 2001-02-04 03:29:15 * automake.in (scan_one_autoconf_file): Disable warning about AM_PROG_LIBTOOL.
fbed01b8 2001-02-04 03:27:52 * automake.in (handle_configure): Don't modify variable which aliases list element. Don't push @inputs onto the dist list. Fixes colon7.test. (initialize_per_input) [dist_dirs]: New variable. (handle_dist_worker): Use global dist_dirs. (handle_configure): Set dist_dirs entries at toplevel.
182b5371 2001-02-03 05:56:41 * automake.texi (Java Support): Added index, @section.
a543ded5 2001-02-02 15:10:13 * automake.in (scan_autoconf_traces): Restore trace messages.
b65c732a 2001-02-02 12:33:19 * automake.in (handle_aclocal_m4): Fix stripping of the initial "./" from the dependencies of aclocal.m4. Reported by Ralf Corsepius.
609ca4ad 2001-02-01 23:53:33 * aclocal.in: Rename "verbosity" to "verbose". Always prepend "aclocal: " to the verbose output.
2ac1ddae 2001-02-01 22:51:40 * automake.in: Remove all debugging messages.
061b0532 2001-01-31 17:47:54 * automake.in (add_depend2): Quote properly $obj and $source.
148a155a 2001-01-31 16:50:02 * depend2.am: Instead of replacing @PFX@ in $(@PFX@COMPILE), and then replacing `$(@PFX@COMPILE)' for the files that need some special flags, use only @COMPILE@. Similarly for @LTCOMPILE@. Try to document this file. * automake.in (add_depend2): Adjust to these changes.
7a394d5e 2001-01-31 14:36:21 * automake.in (%factored_dependencies): New. (file_contents): Use it. (handle_phony): Rename as... (handle_factored_dependencies): this. * subdirs.am: No need for convolved syntax to declare .PHONY.