Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 29ccf3d9 | 2003-01-16 11:40:42 | * m4/python.m4 (AM_PATH_PYTHON): Query distutils for `pythondir' or `pyexecdir', for the sake of 64-bit distributions that usually use lib64/ instead of lib/. Fall back to the default directory if it doesn't work. Suggested by Gwenole Beauchesne. | ||
| 33aa85b6 | 2003-01-14 07:26:21 | For PR automake/382: * automake.texi (Yacc and Lex): Document `AM_YFLAGS = -d'. Explain BUILT_SOURCES is usually needed in this case. Reported by William S Fulton. | ||
| 0e3cecdd | 2003-01-10 18:15:22 | * Makefile.am (maintainer-check): Do not require SHELL=/bin/sh after $MAKE -e. * tests/ansi3.test, tests/ansi5.test, tests/cond22.test, tests/man2.test, tests/subobj3.test, tests/suffix8.test, tests/suffix11.test: Do not set SHELL=/bin/sh after $MAKE -e. $SHELL is overridden by tests/defs, so it won't hurt even if $MAKE -e uses the $SHELL envvar. * tests/ansi.test, tests/insh2.test, tests/texinfo.test, tests/texinfo8.test: Use SHELL=$SHELL, not SHELL=/bin/sh. Reported by Richard Dawe. | ||
| 715ffed4 | 2003-01-05 22:41:33 | * tests/defs.in: Substitute aclocaldir instead of running the installed aclocal. Otherwise Libtool and Gettext tests get skipped when aclocal doesn't preexist. Reported by Imacat. * tests/listval.test, tests/suffix2.test: Remove pointless -I argument to aclocal. | ||
| 37f29965 | 2002-12-31 21:24:46 | * automake.in (err): Rename as ... (error): ... this. Adjust all callers. Suggested by H.Merijn Brand. | ||
| 97494915 | 2002-12-04 18:07:43 | * tests/depcomp2.test: Pass CC='gcc' as an argument to ./configure not in the environment. Otherwise the test will fail when run with ksh and VERBOSE=x. Reported by Paul Jarc. | ||
| 2c8ac917 | 2002-11-30 20:12:19 | For PR automake/375 (Debian Bug #168671): * automake.in (scan_texinfo_file): Erase all known index files, no matter whether they are used at the top-level or not, because we can never know if they are used in included files. The remaining macros we recognize at the top-level of a Texi document are @defindex, @defcodeindex, @synindex, and @syncodeindex. * tests/texinfo18.test: New file. * tests/Makefile.am (TESTS): Add texinfo18.test. Reported by Simon Richter. | ||
| 9e34120c | 2002-11-30 15:34:49 | For PR automake/357: * automake.in (require_file_internal): Don't complain a file is "not found" when it is a target. Make sure "not found" files are otherwise reported as error (they were reported as 'note'). * tests/distcommon3.test: Augment to test the above. * tests/libobj12b.test: Touch ltmain.sh. * tests/required2.test: Make sure Automake fails because ltmain.sh has been removed. Reported by Ronald Landheer. | ||
| bd4be419 | 2002-11-29 17:52:09 | For PR automake/371 and PR automake/372: * automake.in (rule_define): Honor inference rules with multiple targets, and warn when they are used. * tests/suffix11.test: New file. * tests/Makefile.am (TESTS): Add suffix11.test. Reported by Duncan Gibson. | ||
| f70e8c88 | 2002-11-07 10:49:48 | * automake.texi (Extending): Complete unterminated sentence. Reported by Mike Castle. | ||
| 84f29b04 | 2002-10-12 21:19:29 | * aclocal.in (ac_defun_rx, ac_require_rx): If the macro name is quoted, accept any character but `]'. This makes it possible to define macros such as `AC_LANG_PREPROC(Fortran 90)'. (scan_m4_files): Quote $key in the regex. Don't define $expr, it's not used. (add_file, scan_file): Adjust to the new definitions of $ac_defun_rx and $ac_require_rx. * tests/aclocal2.test: New file. * tests/Makefile.am (TESTS): Add aclocal2.test. Reported by Tamara L. Dahlgren and Tom Epperly. | ||
| fd386946 | 2002-10-10 17:37:38 | For PR automake/358: * lib/am/texi-vers.am (%STAMPVTI%): Depend on configure instead of configure.ac. Suggested by Thien-Thi Nguyen. * lib/am/configure.am ($(srcdir)/configure): Depends on %CONFIGURE_DEPS% * automake.in (@configure_deps): New array. (scan_autoconf_traces): Scan for m4_include and m4_sinclude, and fill @configure_deps. (handle_configure): Substitute %CONFIGURE_DEPS%. Distribute @configure_deps. * tests/version7.texi: New file. * tests/vtexi.test: Adjust. * tests/Makefile.am (TESTS): Add version7.test. * automake.texi (Dist): Mention that m4_include'd files are distributed. | ||
| becc7bed | 2002-10-08 21:40:30 | For Debian Bug#162583: * automake.in (file_contents_internal): Simplify regex to separate relationship from actions in rules. Reported by Sam Hocevar. | ||
| 972b4534 | 2002-10-01 19:59:34 | * automake.in (handle_source_transform): If foo_SOURCES is defined conditionally, create and use am__foo_SOURCES_DIST for distribution. * tests/condd.test: Extend to check distributed files. * tests/substref.test: Make sure we don't use such a variable when it's not needed. Reported by Marcus Brinkmann. | ||
| d34b18cc | 2002-09-30 20:12:27 | * tests/defs.in: Run $MAKE --version -v. * tests/dollar.test: Abort on ./defs failure. * tests/lex5.test: Require GNUmake, not make. | ||
| e4dfb627 | 2002-09-30 18:08:07 | * automake.in (require_variables): The fix introduced in 2002-09-19 is imcomplete. Rewrite the conditional variable definition check using &variable_not_always_defined_in_cond. * tests/cond26.test, tests/cond27.test, tests/cond28.test: New file. * tests/Makefile.am (TESTS): Add cond26.test, cond27.test, and cond28.test. Reported by Juergen Keil. | ||
| 8d510c6d | 2002-09-22 19:02:45 | * automake.in (handle_ltlibraries): Fill $libtool_clean_directories here, with directories where .la files are built... (handle_single_transform_list): ... not here with directories where .lo files are built. * tests/libtool3.test: Build a library in a subdirectory to check for this. Reported by Peter Gavin. | ||
| 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 |