Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 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. | ||
| ef931d9f | 2001-02-04 03:18:01 | * Makefile.am (XFAIL_TESTS): Removed colon7.test. | ||
| 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. | ||
| 16433345 | 2001-01-29 05:55:23 | * listval.test: New file. * Makefile.am (TESTS): Added listval.test. | ||
| eafcdfcb | 2001-01-26 22:29:42 | * makevars.test: Fail if automake fails. | ||
| 388e3497 | 2001-01-26 22:17:49 | * Makefile.am (XFAIL_TESTS): Added colon7.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. | ||
| dc9a4021 | 2001-01-26 14:21:37 | * 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/. | ||
| 026398df | 2001-01-25 23:11:12 | * makevars.test: Disable shell tracing. | ||
| a734beab | 2001-01-25 16:59:58 | * makevars.test: New. | ||
| 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. | ||
| 0249b08b | 2001-01-24 14:40:41 | * vtexi.test (info_TEXINFOS): Escape a $ in egrep pattern. | ||
| 34e7f7b8 | 2001-01-23 22:51:38 | formatting fix to ChangeLog | ||
| 259b0dab | 2001-01-23 13:54:25 | * vtexi.test: Also check that stamp-vti properly depends upon configure.in and the Texinfo source file. | ||
| 351be497 | 2001-01-21 21:12:09 | 2001-01-21 Kevin Ryde <user42@zip.com.au> * colon7.test: Grep for a couple of AC_OUTPUT problems. | ||
| 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. | ||
| 48a522a9 | 2001-01-16 13:31:54 | automake.in: Remove development code. Reported by Lars. | ||
| 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. | ||
| 9ee5f720 | 2001-01-16 06:33:07 | * subdir3.test: Allow any number of dependencies. | ||
| 83532a6c | 2001-01-16 05:51:57 | * subobj4.test: Fixed test case. | ||
| c5efe60e | 2001-01-16 04:14:30 | * automake.in (handle_single_transform_list): Correctly compute $nonansi_obj. Fixes cxxansi.test. | ||
| 9da47b12 | 2001-01-15 17:51:58 | * amassign.test: New file. * Makefile.am (TESTS): Added new file. | ||
| 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. | ||
| 47b23cb4 | 2001-01-13 03:42:07 | Updated THANKS | ||
| 7f599cfe | 2001-01-13 03:41:40 | * subobj4.test: New file. * Makefile.am (TESTS): Added subobj4.test. | ||
| d53ab406 | 2001-01-12 18:44:43 | Updated THANKS | ||
| 9f604baf | 2001-01-12 18:43:41 | * cxxansi.test: New file. * Makefile.am (TESTS): Added cxxansi.test. | ||
| e8e8dfbb | 2001-01-12 17:00:57 | Pacify check-news. | ||
| 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. | ||
| f66c650f | 2000-12-21 23:46:54 | * vtexi.test: Fixed to reflect new rules. | ||
| 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. | ||
| cd425003 | 2000-12-17 21:32:57 | * Makefile.am (XFAIL_TESTS): Don't mention 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. | ||
| a73aacd5 | 2000-11-26 01:37:30 | * space.test: New file. * Makefile.am (TESTS): Added space.test. | ||
| 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. | ||
| c8ad4519 | 2000-11-24 01:05:13 | * pr87.test: Prevent automake from looking into .. and ../.. by using AC_CONFIG_AUX_DIR(.) in configure.in. | ||
| 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. | ||
| 28693511 | 2000-11-23 21:42:14 | * pr87.test: New file. From PR automake/87. * Makefile.am (TESTS): Added pr87.test. | ||
| 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. |