Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| a61e2de1 | 2002-09-20 10:10:22 | For PR automake/363: * m4/cond.m4: Fix AC_MSG_ERROR quoting. | ||
| 09c65d3f | 2002-08-02 16:10:28 | * tests/ext2.test: New file. This bug is present in Automake 1.6.3 and was fixed by the change on variable_conditions_permutations and invert_conditions on 2002-05-16. * tests/Makefile.am (TESTS): Add ext2.test. Reported by Ladislav Strojil. | ||
| 17db0c1a | 2002-07-23 18:58:07 | * tests/required2.test: New file. * tests/Makefile.am (TESTS): Add required2.test. * automake.in (initialize_per_input): Remove %require_file_found setting. This reverts my change of 2002-04-19. (require_file_internal): Use the full name of a file as a key in %require_file_found, not only the basename. Reported by Andrew Suffield. | ||
| 7f5525c7 | 2002-06-26 08:37:48 | * automake.texi: s/.../@dots{}/. | ||
| f7189ec9 | 2002-06-26 08:15:25 | * configure.in: Check that ln works, fall back to `cp -p'. * Makefile.am (install-exec-hook): Use $(LN) instead of ln. Reported by Andreas Buening. | ||
| ea756611 | 2002-06-21 19:59:40 | * automake.in (lang_yacc_target_hook): Add $output to @maintainer_clean_files. This was lost on 2001-06-23. * tests/yacc7.test, tests/yacc4.test: Complete to check that maintainer-clean erases YACC's output files, respectively with and without `-d'. Reported by Flavien Astraud. | ||
| 09bd5f35 | 2002-06-19 19:57:40 | * lib/am/lang-compile.am (%FPFX%DEPMODE): Delete. This is now traced from configure.ac. * automake.in (macro_define): Don't accept to override an AC_SUBST or Automake variable in a new condition. * tests/cond23.test, tests/cond24.test: New file. * tests/Makefile.am (TESTS): Add cond23.test and cond24.test. Reported by Patrik Weiskirchre. | ||
| d9a28518 | 2002-06-11 12:31:49 | * tests/maintclean.test: Don't check for autom4te.cache if it's not created by Autoconf. Reported by Bernd Jendrissek. | ||
| 063cb66e | 2002-06-10 10:02:17 | 2002-06-10 Nicolas Joly <njoly@pasteur.fr> * THANKS (Nicolas Joly): Remove duplicate. | ||
| 788a63b3 | 2002-06-08 17:22:28 | * automake.in (lang_yacc_target_hook): Add rule to recover from the removal of $header. * lib/am/yacc.am (%BASE%.h): Remove (duplicate with the one output by lang_yacc_target_hook). * tests/yacc7.test: Try to recreate foo.h after its removal. * tests/yacc8.test: Add `AM_YFLAGS = -d' and try to recreate parse.h too. Reported by Bernd Jendrissek. | ||
| 7bb1f82b | 2002-06-08 16:56:11 | For PR automake/317: * Makefile.am (maintainer-check): Disallow `for f in $(FILES)', suggest `list='$(FILES)'; for f in $$list' instead. * lib/am/distdir.am (distdir): Adjust `for' usage. * lib/am/texinfos.am (maintainer-clean-aminfo): Likewise. * tests/dollar.test: New file. * tests/Makefile.am (TESTS): Add dollar.test. Reported by Eric Siegerman and Philip Fong. | ||
| 4b204fa1 | 2002-06-05 09:06:13 | 2002-06-05 Miloslav Trmac <trmac@popelka.ms.mff.cuni.cz> * lib/am/dejagnu.am (site.exp): Quote build_alias, host_alias, and target_alias. | ||
| 5117f01d | 2002-05-24 10:36:20 | For PR automake/323: * m4/depend.m4: Missing comma. * tests/gcj4.test: New file. * tests/Makefile.am (TESTS): Add gcj4.test. Reported by David Pashley. | ||
| 64aa6bf1 | 2002-05-14 14:12:21 | Fix for PR automake/322: * automake.in (read_am_file): Rename $was_rule as $prev_state, and set it with IN_RULE_DEF, IN_VAR_DEF, or IN_COMMENT as appropriate. Handle comments continued by backslashes. * tests/comment6.test: New file. * tests/Makefile.am (TESTS): Add comment6.test. Reported by Braden N. McDaniel. | ||
| 2d55f8dd | 2002-05-08 08:56:43 | 2002-05-08 Charles Wilson <cwilson@ece.gatech.edu> Alexandre Duret-Lutz <duret_g@epita.fr> * lib/am/progs.am (clean-%DIR%PROGRAMS): If Libtool is used, clean both `program$(EXEEXT)' and `program'; needed under Cygwin. * tests/libtool3.test: New file. * tests/Makefile.am (TESTS): Add libtool3.test. | ||
| 3578986e | 2002-04-25 07:55:04 | For PR automake/307: * lib/depcomp: Never compute dependencies in the background, this can cause races with libtool. Compute the dependencies after the actual compilation. Don't make libtool silent now that it's run in the foreground. * tests/pr307.test: New file. * tests/Makefile.am (TESTS): Add pr307.test. Reported by Laurent Morichetti. | ||
| a598e3dc | 2002-04-24 07:36:00 | Fix PR automake/315: * automake.in (subobjname): Rewrite to generate variable name unique for each content. (%substnums): Remove. (%subobjvar): New hash. (initialize_per_input): Clear %subobjvar. (define_objects_from_sources): Return the name of the variable defined, in addition to the linker. Call subobjname only once the content of the variable to define is known. (handle_source_transform): Adjust call to define_objects_from_sources. * tests/specflags8.test: Mention PR 315. * tests/subobjname.test: New file. * tests/Makefile.am (XFAIL_TESTS): Remove specflags8.test. (TESTS): Add subobjname.test. | ||
| d4536931 | 2002-04-22 18:39:45 | For PR automake/151 and PR automake/314: * automake.texi (A Program): Split into (Program Sources, Linking, Conditional Sources, Conditional Programs): ... these subsections; moving the Linking node before the Conditional discussions. (Conditional Sources): More details. Notably, mention hello_DEPENDENCIES. (Conditionals): Adjust reference to Conditional Programs. | ||
| ebf92cd9 | 2002-04-13 19:01:09 | 2002-04-13 Andreas Schwab <schwab@suse.de> * THANKS: Update my mail address. | ||
| dff4fcb8 | 2002-03-26 06:04:19 | 2002-03-25 Angus Leeming <a.leeming@ic.ac.uk> * lib/depcomp (tru64): Correctly compute `base'. | ||
| b475f6ba | 2002-03-11 16:43:37 | 2002-03-11 Peter Breitenlohner <peb@mppmu.mpg.de> * tests/defs: Unset DESTDIR, otherwise `make DESTDIR=/foo check' causes failures. | ||
| 39f9c77d | 2002-02-22 17:31:06 | * tests/make.test: Revert the grep logic to work around a bug in NetBSD sh (see NetBSD Problem Report #11542). Reported by Patrick Welche. | ||
| 898dce9d | 2002-01-18 23:08:27 | Fix for PR automake/229: * tests/pr229.test: New file. * tests/Makefile.am (TESTS): Add it. * automake.in (scan_one_autoconf_file): Recognize AC_CYGWIN, AC_EMXOS2, and AC_MINGW32. | ||
| d4ccb135 | 2002-01-09 21:17:42 | 2002-01-09 Ryan T. Sammartino <ryants@shaw.ca> * lib/depcomp (msvisualcpp): Strip -Gm, -Gi, and -ZI options. | ||
| 618180ce | 2002-01-04 18:47:34 | * configure.in (ACLOCAL): Set perllibdir. From Nicolas Joly. | ||
| 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. | ||
| 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. | ||
| 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. | ||
| 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. | ||
| 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. | ||
| 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. | ||
| 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>. | ||
| 0be2f875 | 2001-11-01 11:45:25 | typo in Olivier Louchart-Fletcher email | ||
| 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>. | ||
| 0c8f544f | 2001-10-17 17:20:50 | * tests/Makefile.am (TESTS, XFAIL_TESTS): Add nobase.test. * tests/nobase.test: New file. Based on a bug report from Martin Frydl <martin@idoox.com>. | ||
| f585a465 | 2001-08-28 04:50:15 | * automake.texi (Macros): Typo fix. From Christian Cornelssen | ||
| b690e05d | 2001-08-28 04:45:20 | * tests/ansi3.test, tests/ansi5.test, tests/ccnoco.test, tests/cond4.test, tests/cond16.test, tests/cond18.test, tests/cond19.test, tests/depcomp2.test, tests/depend2.test, tests/lex3.test, tests/pr87.test, tests/subobj3.test, tests/substref.test: Clear CFLAGS. | ||
| eae750b7 | 2001-08-28 04:28:24 | 2001-08-27 Adrian Bunk <bunk@fs.tum.de> * automake.texi (etags): Typo fix. | ||
| 451ada45 | 2001-08-28 03:53:10 | 2001-08-27 Guido Draheim <guidod@gmx.de> * automake.in : restrict ansi2knr option to be a filepath | ||
| 5d0ba266 | 2001-08-23 04:39:27 | thanks | ||
| 548fc006 | 2001-07-25 15:27:36 | From Nicolas Joly: * tests/pr9.test: Require GNU make. * tests/dirname.test: Don't use `-u'. | ||
| 83fb7ef1 | 2001-07-21 18:45:47 | From Erik Lindahl: * lib/depcomp (tru64): Some Tru64 compilers use `foo.d' and not `foo.o.d'. * m4/depend.m4 (_AM_DEPENDENCIES): Check to make sure compilation output is suitable for make. | ||
| c912d577 | 2001-07-17 05:36:23 | 2001-06-10 Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu> * aclocal.in (parse_arguments, write_aclocal): Update Copyrights. * aclocal.in (scan_configure, add_file): Handle the full macro name even if it contains numbers, such as I18N. | ||
| a710eb01 | 2001-07-15 22:17:18 | * automake.in (usage): Rewrote code to handle columnization. From Alexey Mahotkin and Maxim Sinev. | ||
| 29c2c7ed | 2001-07-14 19:33:03 | * lib/am/tags.am (.PHONY): Depend on GTAGS. From Shigio Yamaguchi. | ||
| e78b5109 | 2001-07-01 23:21:24 | * lib/depcomp: Reorder arguments to gcc3. From Per Oyvind Hvidsten. | ||
| eeaa4f07 | 2001-06-17 18:53:03 | * tests/acoutput2.test: New file. * tests/Makefile.am (TESTS): Added acoutput2.test. | ||
| 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. | ||
| 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. | ||
| 936e50e2 | 2001-05-07 05:41:49 | inexplicable omission | ||
| bce23ab7 | 2001-05-05 22:08:48 | * texinfos.am (uninstall-info-am): Debian install-info v1.8.3 prints to stderr. (install-info-am): Likewise. | ||
| 27251165 | 2001-04-27 10:45:14 | * Automake/: New directory. * Automake/Struct.pm: New file, based on Perl 5.6's Class::Struct. * automake.in (Language): Use Automake::Struct. * tests/defs: Adjust to find Struct. | ||
| f42ed062 | 2001-04-11 05:44:26 | 2001-04-10 Robert Collins <robert.collins@itdomain.com.au> * tests/subobj5.test: New file. | ||
| 15f98c4c | 2001-04-07 20:22:07 | * depcomp (gcc3, gcc): Don't assume $? will be set in `if' statement. Report from Larry Jones. | ||
| e1cca10d | 2001-03-02 19:44:19 | 2001-03-02 Jens Kr | ||
| 2d1fd748 | 2001-02-15 03:56:36 | * automake.in (add_depend2): Only emit a given object rule once. Fixes specflags6.test. | ||
| 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. | ||
| 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. | ||
| 3c606e80 | 2001-02-04 03:41:45 | * m4/depend.m4 (depcpp): Run tests in a subdir. Fixes report from Bob Proulx. | ||
| 182b5371 | 2001-02-03 05:56:41 | * automake.texi (Java Support): Added index, @section. | ||
| 1ea47381 | 2001-01-29 06:15:51 | * automake.in (variable_value_as_list_worker): Handle entries in %am_var_defs. Fixes listval.test. | ||
| 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. | ||
| 47b23cb4 | 2001-01-13 03:42:07 | Updated THANKS | ||
| d53ab406 | 2001-01-12 18:44:43 | Updated THANKS | ||
| d39c6bd8 | 2000-12-23 20:11:56 | From Rusty Ballinger: * automake.in (handle_java): Don't skip `noinst' prefix. | ||
| da7e06f2 | 2000-11-18 23:58:25 | * m4/depend.m4 (AM_DEPENDENCIES): Redirect `$am_depcomp' stdout to /dev/null. From Paul Martinolich. | ||
| e9fe970b | 2000-10-17 08:29:44 | * depcomp: Altered sed clause to strip of inclusion depth | ||
| 8bc6c15d | 2000-08-26 20:28:37 | * automake.in (handle_man_pages): Generate install targets for man even if man_MANS not defined. From `danpb'. Fixes PR automake/73. | ||
| eb91e2d1 | 2000-08-26 20:20:50 | * m4/depend.m4 (depcpp): Use `-o conftest.o'. Fix for PR automake/74. From js pendry. | ||
| 651739d4 | 2000-08-04 17:32:34 | Idea from Nicolas Thiery: * automake.texi (Tests): Document DEJATOOL as a list. * dejagnu.am (RUNTESTDEFAULTFLAGS): Use $$tool, not $(DEJATOOL). (check-DEJAGNU): Run runtest in a loop. | ||
| 4dcad717 | 2000-07-28 17:11:11 | * lisp.am (uninstall-@DIR@LISP): Prefix file with $(DESTDIR). From Bruno Haible. | ||
| 2b752327 | 2000-05-15 16:43:40 | * missing: Add support for `help2man'. | ||
| bf49a9a9 | 2000-05-12 00:02:29 | * automake.in (handle_tests): Work correctly if TESTS is empty; print nothing if it is. From Kevin Ryde. | ||
| 2cac8d15 | 2000-03-23 05:15:47 | * automake.texi (Uniform): Fix definition of pkglibdir. From thi <ttn@revel.glug.org>. | ||
| e7b41cd7 | 2000-03-19 19:46:34 | * tags.am: Don't reference $$here. Report from Sven Verdoolaege. | ||
| 31299c75 | 2000-01-06 16:59:00 | * header-vars.am (@SET_MAKE@): Added. * subdirs.am (@SET_MAKE@): Removed. Report from Motoyuki Kasahara. | ||
| cdbd6cb4 | 1999-12-25 18:35:29 | * suffix2.test: Create config.guess and config.sub so user doesn't need libtoolize. From Klaus Reichl. | ||
| 829fecc5 | 1999-12-19 08:46:15 | * automake.in (handle_dist_worker): Scan DIST_COMMON to see if more subdirs are defined. From Axel Belinfante. Fixes PR automake/2. | ||
| 9ae48df8 | 1999-11-21 21:35:41 | Merged from user-dep-gen-branch. | ||
| 83119130 | 1999-11-09 05:47:37 | * automake.in (handle_dist_worker): Use `cp -R', not `cp -r'. From Jim Meyering. Also, don't mention file name in `cp' destination. From Olly Betts. | ||
| 79b8d211 | 1999-11-08 01:29:52 | Updated THANKS | ||
| e80ed4bc | 1999-11-07 23:16:29 | * automake.in (SUFFIX_RULE_PATTERN): Add `0-9' as characters allowed in suffixes. Fixes PR 22. From Matthias Clasen. | ||
| 09375a66 | 1999-10-03 23:43:35 | * m4/lispdir.m4: -batch must come before -q. * elisp-comp: Likewise. Reported by Lars Hecking <lhecking@nmrc.ucc.ie> * THANKS: Added Lars. | ||
| 2190baea | 1999-08-15 22:54:24 | * automake.in (get_object_extension): Fixed quoting bug. Fixes ansi4.test. | ||
| a82a657d | 1999-07-30 18:01:07 | * double.test (bin_PROGRAMS): New file. * Makefile.am (TESTS): Added double.test. | ||
| 3965c81e | 1999-06-24 18:18:34 | 1999-06-25 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp> * configure.in (ACLOCAL): Do not prepend the variable SRCDIR to m4. (AUTOMAKE): Set --amdir to current directory. | ||
| 5d3c4759 | 1999-06-20 11:52:30 | * Makefile.am (TAGS_FILES): New macro. (ETAGS_ARGS): Moved files into TAGS_FILES. (TAGS_DEPENDENCIES): Likewise. (ETAGS_ARGS): Removed. (TAGS_DEPENDENCIES): Removed duplicate definition. * tags.am (ID): Handle VPATH correctly. Use TAGS_FILES. Report from Ganesan Rajagopal. (TAGS): Likewise. | ||
| 2c3bc8e1 | 1999-06-20 11:34:10 | 1999-06-18 Thomas Tanner <tanner@ffii.org> * automake.in (handle_ltlibraries): Check for -module in LDFLAGS, too. | ||
| bd479e3d | 1999-06-20 10:34:26 | * ylwrap: Be less strict when recognizing DOS paths. From Mark Elbrecht. | ||
| de61cdf9 | 1999-06-06 21:54:26 | * THANKS: Added Shuhei Amakawa. | ||
| 03423d92 | 1999-05-27 19:54:03 | * ltlibobjs.test: New file. * Makefile.am (TESTS): Added ltlibobjs.test. (XFAIL_TESTS): Added ltlibobjs.test. | ||
| a3cd4fa4 | 1999-05-13 20:20:50 | Meta updates | ||
| 991def1a | 1999-04-27 15:42:53 | * pluseq8.test: New file. * Makefile.am (TESTS): Added pluseq8.test. | ||
| aecaf575 | 1999-04-16 14:02:20 | From Brian Ford: * progs.am (install-@DIR@PROGRAMS, uninstall-@DIR@PROGRAMS): Invoke `sed' only once per program. * scripts.am (install-@DIR@SCRIPTS, uninstall-@DIR@SCRIPTS): Invoke `sed' only once per program. | ||
| 2e90f85a | 1999-03-26 15:09:38 | * automake.in (handle_merge_targets): `install-strip' is a phony target. From Michel de Ruiter. | ||
| 94eea578 | 1999-03-23 13:59:40 | * progs.am (install-@DIR@PROGRAMS): Use `-e' instead of multiple sed invocations. From Elrond. (uninstall-@DIR@PROGRAMS): Likewise. | ||
| 6e7084c5 | 1999-03-11 22:32:53 | * insthook.test: Don't require GNU grep. From John Pierce. | ||
| fc690f41 | 1999-03-11 22:31:07 | From Ralf Corsepius. Fixes lex3.test. * automake.in (lang_yacc_finish): Include `.' in name pushed onto maintainer-clean list. (lang_lex_finish): Likewise. |