kc3-lang/automake/ChangeLog

Branch :


Log

Author Commit Date CI Message
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.
d75b0320 2001-01-31 14:23:21 * automake.in: maintainer-check fixes.
b2669526 2001-01-31 14:16:17 * automake.in (file_contents): Rewrite: instead of trying to parse it line by line, first swallow it completely into $CONTENTS, *then*, parse it *paragraph* by paragraph.
746021b7 2001-01-31 13:39:22 * automake.in (file_contents): Remove. (file_contents_with_transform): Swap the order of the arguments, and rename as... (file_contents): this. Adjust all uses.
8d840c0b 2001-01-31 04:05:43 removed a couple spurious newlines
823b9cc8 2001-01-31 04:00:45 * automake.in (scan_one_autoconf_file): Don't mention omit_dependencies.
e8355a9a 2001-01-29 17:37:22 * automake.in (&scan_autoconf_config_files): Extract from &scan_one_autoconf_file. (&scan_one_autoconf_file): Use it. (&scan_autoconf_traces): New. ($scan_autoconf_files): Use it.
0fcabc77 2001-01-29 17:36:44 * texinfos.am, tags.am, subdirs.am, multilib.am, mans.am: Add a .PHONY target. * automake.in (handle_texinfo, handle_man_pages, handle_multilib) (handle_etags, handle_subdirs): Don't push into @phony.
e397e2f3 2001-01-29 12:01:43 * automake.in (scan_one_autoconf_file): Correctly recognize configure.ac.
11ae63e4 2001-01-29 12:00:56 * automake.in (handle_tests_dejagnu): New, extracted from... (handle_tests): here. Use `.PHONY:'.
f2808296 2001-01-29 09:41:43 * automake.in (handle_phony): Sort. (file_contents_with_transform): Catch `.PHONY:'. (handle_tests): Instead dumping the hard coded target check-TESTS and registering its .PHONYsm, get them from... * check.am: here, new file.
f985cce3 2001-01-29 09:30:02 * automake.in (add_depend2): Use &transform.
a44e29eb 2001-01-29 09:27:18 * automake.in (handle_tags): Use &transform. (am_error, am_line_error, am_conf_error, read_am_file): Use directly arrays in strings, no need for &join. Require Perl 5. * Makefile.am (maintainer-check): Use grep -w when looking for words.
5345069b 2001-01-29 09:17:29 * automake.in (prog_error): New. Spread its use.
6b1db06f 2001-01-29 09:16:35 * automake.in (handle_single_transform_list): if (@list) { foreach (@list) ...} can be written as a simple `foreach' loop.
6a93be56 2001-01-29 09:16:00 * automake.in (define_standard_variables): Use &transform instead of build_rx.
2fcc601f 2001-01-29 09:14:26 * automake.in (handle_texinfo): Use the new $texinfodir instead of the removed $texinfo_tex.
24170bbc 2001-01-29 09:12:15 * automake.in (handle_libraries, handle_ltlibraries): Use &transform.
72fb36b1 2001-01-29 09:00:32 * automake.in (handle_programs) <xexe>: Remove, replaced by `exeext'. Use it, and &transform.
341bb713 2001-01-29 08:58:00 * automake.in (get_object_extension) <$default_includes>: New. Use it and &transform.
1ea47381 2001-01-29 06:15:51 * automake.in (variable_value_as_list_worker): Handle entries in %am_var_defs. Fixes listval.test.
225eebfa 2001-01-26 15:07:45 * automake.in (handle_texinfo): Don't use $conf_pat, just $conf_dir to transform MDDIR since now &transform handles the escaping of RE special characters by itself.
b37ff24a 2001-01-25 15:50:36 * m4/depend.m4 (AM_DEPENDENCIES): Don't leave `AC_PROG_CC' etc. in clear. * m4/init.m4: Likewise. * m4/sanity.m4: s/conftestfile/conftest.file/.
e36d38fd 2001-01-25 03:28:51 * automake.in (handle_libraries): Use $configure_ac; typo fix.
f0d10ac4 2001-01-25 03:26:55 * automake.in (transform): Quote substitution.
34e7f7b8 2001-01-23 22:51:38 formatting fix to ChangeLog
1c3a6ac2 2001-01-21 20:46:28 2001-01-21 Alexandre Duret-Lutz <duret_g@epita.fr> Tom Tromey <tromey@redhat.com> * automake.in (obsolete_rx): Match whole macro names, not substrings. aclocal.in (obsolete_rx): Likewise.
a47ff8a7 2001-01-21 20:45:10 * automake.texi: Changed dir category.
67b81047 2001-01-18 17:20:09 * automake.in (handle_texinfo): Use &transform, and transform CONFIGURE_AC. Reported by Lars Hecking, and diagnosed by Raja R Harinath.
4ea6c12e 2001-01-16 11:15:21 Let Automake support `configure.ac'. * automake.in: In the comments, prefer `configure.ac' to `configure.in'. When using &am_conf_error, don't repeat `in configure.in', since the function already reports it. When referring to `configure.in' use `$configure_ac' instead. (configure_ac): New global variable. (scan_configure, scan_one_configure_file): Rename as... (scan_autoconf_files, scan_one_autoconf_file): this. (scan_autoconf_files): Compute $configure_ac. (transform): New function. (handle_configure): Use it to transform CONFIGURE_AC in `remake.am' and in `remake-hdr.am'. (common_files): Also consider `configure.ac'. Use consistently single quotes. * aclocal.in (configure_ac): New variable. Use it. * texi-vers.am: Depend on CONFIGURE_AC not configure.in. * remake.am: Likewise. * remake-hdr.am: Likewise.
1e2c6b41 2001-01-16 11:04:36 * m4/multi.m4: Remove the hairy useless quotation of `$'. Simplify `ifelse([$2],,,[$2])' into... `$2'! * m4/minuso.m4: Don't use changequote! * m4/cond.m4: Fix quotation. * m4/sanity.m4: Follow the Autoconf coding style. * m4/missing.m4 (AM_MISSING_INSTALL_SH): Use a for loop. * m4/depend.m4 (AM_DEPENDENCIES): Fix quotation issues. Use AC_CACHE_CHECK.
17428a19 2001-01-16 06:34:03 * automake.in (handle_single_transform_list): Don't print rule here when source is in subdir and object is not. Fixes subobj4.test.
c5efe60e 2001-01-16 04:14:30 * automake.in (handle_single_transform_list): Correctly compute $nonansi_obj. Fixes cxxansi.test.
16104fbe 2001-01-15 17:50:32 * automake.texi (Man pages): Updated to account for man1_MANS, etc.
2925b883 2001-01-13 19:08:43 2001-01-13 Steve Robbins <smr@debian.org> Tom Tromey <tromey@redhat.com> * aclocal.in (scan_configure): Don't recognize macro assignments or AC_SUBSTs. (add_file): Likewise.
f15fa67f 2001-01-13 18:56:19 2001-01-13 Kevin Ryde <user42@zip.com.au> * automake.in (handle_ltlibraries): Omit -rpath from check_LTLIBRARIES, as per noinst_LTLIBRARIES.
e5512bf5 2001-01-11 16:39:22 * depcomp (case gcc3): Use -MD, not -M.
6181cc42 2001-01-10 21:21:19 * depcomp: Handle gcc 3.
407f252e 2000-12-23 21:42:43 * configure.in: Updated to 1.4c for cvs.
409b58a8 2000-12-23 21:30:30 * configure.in: Updated to 1.4b and released.
45761bbb 2000-12-23 21:05:56 * config.guess, config.sub, texinfo.tex: New versions.
7f23c6d3 2000-12-23 21:05:21 * automake.in (handle_dist_worker): Always define DIST_SUBDIRS. Re-fixes pr87.test.
f9ffd677 2000-12-23 20:26:10 * subdirs.am (maintainer-clean-recursive): Use DIST_SUBDIRS for distclean and maintainer-clean. * automake.texi (Top level): Document use of DIST_SUBDIRS.
d39c6bd8 2000-12-23 20:11:56 From Rusty Ballinger: * automake.in (handle_java): Don't skip `noinst' prefix.
33616d39 2000-12-23 19:44:23 * automake.texi (Invoking aclocal): Mention ## comments.
22f6fae1 2000-12-23 01:06:03 From Raja R Harinath: * automake.in (libtoolize_sometimes): New global. (initialize_global_constants): Added libtoolize_sometimes to common_files.
ab07a7a7 2000-12-22 20:29:23 * m4/depend.m4 (AM_SET_DEPDIR): Ignore errors when running rmdir.
7cd327b3 2000-12-22 20:27:03 * m4/depend.m4 (AM_SET_DEPDIR): Remove .deps directory when done.
e9895994 2000-12-22 06:05:51 * automake.texi (Tags): Document GTAGS target. * tags.am (GTAGS): New target.
38bd301a 2000-12-22 05:52:37 * automake.in (libtoolize_files): Removed ltconfig. (initialize_global_constants): Added ltconfig to common_files.
316d9d9d 2000-12-22 05:23:54 2000-12-21 Kevin Ryde <user42@zip.com.au> * automake.in (handle_footer): Generate .SUFFIXES target when user defines suffixes but automake does not.
9a65b8d6 2000-12-21 06:07:14 2000-12-20 Marc Espie <espie@openbsd.org> * automake.in (handle_texinfo): Make path of $vtexi explicit in dependency. * texi-vers.am: Likewise.
12dc0f81 2000-12-21 02:09:21 From Kevin Ryde: * automake.in (handle_footer): Always push user suffixes at the start of .SUFFIXES:. * automake.texi (Suffixes): Updated to reflect new suffix handling.
61fcad39 2000-12-19 04:48:32 * automake.in (handle_built_sources): Removed. (handle_merge_targets): Handle BUILT_SOURCES. * automake.texi (Sources): Updated documentation of BUILT_SOURCES.
0b7a6a08 2000-12-18 01:12:17 * m4/protos.m4: Always do header checks.
4f34ae7c 2000-12-18 01:04:24 * automake.in (handle_ltlibraries): Check for LDFLAGS variables before using values.
6af1e88e 2000-12-17 21:33:24 * automake.in (handle_ltlibraries): Allow _LDFLAGS to be conditionally defined. Fixes PR automake/77 and ldflags.test.
a1819954 2000-11-26 22:11:20 Typo fix; thanks Jim
5cff1ae0 2000-11-26 01:39:48 * automake.in (file_contents_with_transform): Added file name and line number to error report. (MACRO_PATTERH, BOGUS_MACRO_PATTERN): Leading spaces are ok.
5f11c708 2000-11-24 02:25:13 * m4/regex.m4 (AM_WITH_REGEX): This macro was broken because of M4 underquoting. * m4/ccstdc.m4 (AC_PROG_CC_STDC): Added some M4 quotes. * m4/dmalloc.m4 (AM_WITH_DMALLOC): Likewise. * m4/lispdir.m4 (AM_PATH_LISPDIR): Likewise. * m4/maintainer.m4 (AM_MAINTAINER_MODE): Likewise. * m4/multi.m4 (AM_WITH_DMALLOC): Likewise. * m4/python.m4 (AM_PATH_PYTHON): Likewise. * m4/strtod.m4 (AM_FUNC_STRTOD): Likewise.
5b0222f7 2000-11-23 21:42:38 * automake.in (require_file_internal): Pass $file as second argument to maybe_push_required_file. Fixes PR automake/87.
da7e06f2 2000-11-18 23:58:25 * m4/depend.m4 (AM_DEPENDENCIES): Redirect `$am_depcomp' stdout to /dev/null. From Paul Martinolich.
2d87e0f5 2000-11-16 11:07:37 * aclocal.in (write_aclocal): Set ``binmode'' after file has been opened, otherwise it has no effect.
6039975c 2000-10-23 18:58:33 * aclocal.in (write_aclocal): Don't write aclocal.m4 with CRLFs. This circumvents a bug in Cygwin bash. * automake.in (generate_makefile): Don't write Makefile.in files with CRLFs, as it causes problems for the dependency-file extraction in AM_OUTPUT_DEPENDENCY_COMMANDS.
bd4a1d5a 2000-10-19 09:27:23 * automake.in (handle_merge_targets): Allow parallel install with forced relink.
c2a21bf8 2000-10-19 08:19:58 * subdir4.test (depcomp): Don't create it, defs does.
d10b9069 2000-10-18 03:26:55 * automake.in (handle_aclocal_m4): exclude aclocal.m4 and acinclude.m4 from the dependencies of aclocal.m4 to avoid circular and duplicated dependencies. Strip "./" from the dependencies.
0739e173 2000-10-17 09:36:59 * aclocal.in (write_aclocal): Set up aclocal.m4 header with normal comments (#) instead of m4 dnl-type comments.
1ecdebc9 2000-10-17 08:37:26 Change leading white spaces into tabs.
e9fe970b 2000-10-17 08:29:44 * depcomp: Altered sed clause to strip of inclusion depth
c971e016 2000-10-17 07:47:04 Typos.
8b7dddfb 2000-10-16 19:34:57 * depcomp (msvisualcpp): New dependency tracking mode, for Microsoft Visual C++.
b2904b1a 2000-10-16 19:21:04 * depcomp: Fix a bug in SGI dependency tracking mode with source files which do not contain any dependencies to other source files.
a2c34841 2000-10-16 09:01:36 * aclocal.in, aclocal.m4: Standardize FSF Copyright statements. * automake.in, automake.texi: Likewise. * clean-kr.am, clean.am: Likewise. * comp-vars.am: Likewise. * compile, compile.am: Likewise. * data-clean.am: Likewise. * data.am: Likewise. * dejagnu.am: Likewise. * depcomp: Likewise. * depend.am, depend2.am: Likewise. * dist-vars.am, dist.am: Likewise. * elisp-comp: Likewise. * footer.am: Likewise. * header-vars.am, header.am: Likewise. * java-clean.am java.am: Likewise. * kr-extra.am: Likewise. * library.am: Likewise. * libs-clean.am, libs.am: Likewise. * libtool.am: Likewise. * lisp-clean.am lisp.am: Likewise. * ltlib-clean.am ltlib.am: Likewise. * ltlibrary.am: Likewise. * m4/Makefile.in: Likewise. * m4/strtod.m4: Likewise. * mans-vars.am, mans.am: Likewise. * mdate-sh: Likewise. * missing: Likewise. * multilib.am: Likewise. * program.am: Likewise. * progs-clean.am, progs.am: Likewise. * python-clean.am, python.am: Likewise. * remake-hdr.am, remake.am: Likewise. * scripts.am: Likewise. * subdirs.am: Likewise. * tags-clean.am, tags.am: Likewise. * texi-vers.am: Likewise. * texinfos.am: Likewise. * ylwrap: Likewise.
9d71309a 2000-10-10 01:03:42 * automake.in (handle_aclocal_m4): If ACLOCAL_M4_SOURCES is defined use it as the list of M4 files aclocal.m4 depends on.
5cad77aa 2000-10-10 00:18:53 * m4/init.m4 (AM_INIT_AUTOMAKE): Don't rely on variable assignments changing $? - it's broken in ash-0.2. * m4/missing.m4 (AM_MISSING_HAS_RUN): Likewise.
f42c05c4 2000-10-06 22:49:14 * aclocal.in (add_file): Strip comments while scanning for macro dependencies.
981b5409 2000-09-15 20:09:55 2000-09-15 Alexandre Duret-Lutz <duret_g@epita.fr> * automake.in (initialize_global_constants): End the result of dist-bzip2 with tar.bz2, not bz2.