Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 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. | ||
| d92b8dc9 | 1999-03-01 21:16:33 | * ansi3.test: Use no-dependencies option to avoid GNU make requirement. From Jerome Lovy. | ||
| 2536f826 | 1999-02-27 12:22:47 | * automake.in (lang_extensions): New sub. (handle_dependencies): Use it. (cxx_extensions): Removed. (lang_cxx_finish): Use lang_extensions. (f77_extensions): Removed. (lang_f77_finish): Use lang_extensions. (objc_extensions): Removed. (lang_ppf77_finish): Put `.' before extension. Fixes ext.test. Report from Dave Morrison. (lang_ratfor_finish): Likewise. | ||
| 876b9036 | 1999-02-09 23:50:58 | * automake.in (handle_texinfo): Added `pgs' to list of extensions. From NISHIDA Keisuke. | ||
| b598915c | 1999-02-01 12:03:48 | * automake.in (handle_dist_worker): Correctly find find in $$d, not $$. From Bill Davidson. | ||
| 54842f07 | 1999-01-22 14:18:11 | * automake.in (require_file_internal): Correctly examine return value of `system'. From Andris Pavenis. Fixes copy.test. * m4/init.m4 (AM_INIT_AUTOMAKE): Require autoconf 2.13. | ||
| 8bf3e8e8 | 1999-01-22 13:58:04 | * automake.in (lang_ppf77_rewrite): New function. From Jochen Kuepper. (lang_ratfor_rewrite): New function | ||
| f6dbd5be | 1999-01-10 20:39:29 | * automake.in (handle_texinfo): Set $conf_pat correctly when config_aux_dir not used. (handle_texinfo): Run maintainer-clean-aminfo rules in srcdir. From Erez Zadok. * texi-vers.am (maintainer-clean-@VTI@): Prefix file names with $(srcdir). From Erez Zadok. ($(srcdir)/stamp-@VTI@): Don't run mdate-sh from srcdir. | ||
| 35850024 | 1999-01-10 18:37:08 | * aclocal.in (write_aclocal): Updated copyright. (parse_arguments): Likewise. * automake.in (parse_arguments): Updated copyright. (initialize_global_constants): Likewise. * Makefile.am (pkgdata_DATA): Renamed from pkgdata_SCRIPTS. (install-data-hook): New hook. Report from Petter Reinholdtsen. | ||
| b68e4745 | 1999-01-10 18:07:14 | Added Brian Jones to THANKS | ||
| dd97b9db | 1999-01-06 12:41:34 | * depend2.am (%.o): Use \012, not \n, to avoid losing `tr's. From Bill Currie. (%.lo): Likewise. | ||
| 52640f6d | 1998-12-11 14:10:11 | Added a person to THANKS | ||
| 210b9ed9 | 1998-10-19 23:21:43 | * automake.in (scan_dependency_file): Fixed test on `while' loop. Fixes depend2.test. Report from Akim Demaille. | ||
| 6106bdfa | 1998-10-13 18:57:21 | F77 additions from Matthew D Langston * m4/f77.m4: New file. * m4/Makefile.am (m4data_DATA): Added f77.m4. * automake.in (resolve_linker): Put the Fortran 77 linker where it needs to be. * automake.in (lang_f77_finish): Add support for Fortran 77. * automake.in (f77_extensions): New helper function for function `lang_f77_finish'. * automake.in (lang_f77_rewrite): Change to return success. * automake.in (scan_one_configure_file): Add test for the Fortran 77 compiler. * automake.in (finish_languages): Changed tests for "C++ only" to "C++ and/or Fortran 77 only", and renamed `all_cxx' to `non_c'. * automake.in: Registered the ppf77 language (`.F' extension) for preprocessed Fortran 77. * automake.in: Registered the ratfor language (`.r' extension). * automake.in: Registered Fortran 77 header files with the "header language" (`.inc' extension). * automake.texi: Added several new index entries. * automake.texi: - Add `@ovindex' (output variable index). - Merge `@defmac' (Autoconf macros) and `@ovindex' to the General Index. * automake.texi (Macros): - Changed the `@table @code' list of macros to `@defmac'. - Add `AC_PROG_FC' and `MDL_F77_LIBRARY_LDFLAGS' to the list. * automake.texi (C++): Change `@table' to `@vtable'. * automake.texi (Fortran 77): Add Fortran 77 documentation. | ||
| 0efcfbcc | 1998-10-01 11:37:29 | * m4/lispdir.m4 (AM_PATH_LISPDIR): Correctly find xemacs and xemacs install directories. From Robert Bihlmeyer. | ||
| 72c1e14a | 1998-10-01 00:23:45 | Some bug fixes, plus a complete rewrite of source file handling: * texinfos.am (install-info-am): Handle case where INFO_DEPS is empty. Reported by Andrew Cagney. (uninstall-info): Likewise. (dist-info): Likewise. * automake.in (handle_texinfo): Error if user tries to generate HTML. * automake.in (do_one_clean_target): Don't push previous clean target if this target is `mostly'. Report from Raja R Harinath. * subdirs.am (mostlyclean-recursive ...): Build local_target, not target. From Raja R Harinath. Completely changed how languages and source files are handled: * automake.in: Call register_language for each language. (lang_c_rewrite): New function. (lang_cxx_rewrite): Likewise. (lang_header_rewrite): Likewise. (lang_yacc_rewrite): Likewise. (lang_yaccxx_rewrite): Likewise. (lang_lex_rewrite): Likewise. (lang_lexxx_rewrite): Likewise. (lang_asm_rewrite): Likewise. (lang_fortran_rewrite): Likewise. (register_language): Likewise. (extension_map): New global. (language_map): Likewise. (resolve_linker): New function. (handle_single_transform_list): Rewrote to use lang_X_rewrite functions. Changed meaning of first argument. (initialize_per_input): Removed seen_any_source. Initialize language_scratch, extension_seen. Removed cxx_extensions, seen_c_source, dir_holds_headers, dir_holds_sources. (handle_source_transform): Don't compute $objpat. Pass $obj directly to handle_single_transform_list. (handle_built_sources): Fixed call to handle_single_transform_list. (lang_c_finish): New function. (lang_cxx_finish): Likewise. (lang_header_finish): Likewise. (lang_yacc_finish): Likewise. (lang_yaccxx_finish): Likewise. (lang_lex_finish): Likewise. (lang_lexxx_finish): Likewise.. (lang_asm_finish): Likewise. (lang_fortran_finish): Likewise. (yacc_lex_finish_helper): Likewise. (libtool_compiler): Likewise. (saw_extension): New function. (handle_lib_objects_cond): Use saw_extension, not old variables. (handle_yacc_lex_cxx): Removed. (finish_languages): New function. (get_object_extension): Don't set dir_holds_sources. (handle_headers): Don't set dir_holds_headers. Instead, call saw_extension. (saw_sources_p): New function. (handle_tags): Use it. (handle_dependencies): Likewise. (cxx_extensions): New function. (handle_dependencies): Use it. (generate_makefile): Call finish_languages, not handle_yacc_lex_cxx. | ||
| 9f0dd45a | 1998-09-28 02:03:36 | `include' handling from Marcus Daniels: * automake.in: New pattern: INCLUDE_PATTERN. (read_am_file): Make AM_FILE a local filehandle. For INCLUDE_PATTERN, store included paths on @include_stack and call read_am_file with argument. (handle_configure): When printing the dependencies for Makefile.in, print the items on include_stack (if any) as dependencies, too. * automake.texi: Make a command index `cm' that goes into the concept index. Put if, endif, else, and include in the command index. (Include): Show usage of include directive. | ||
| 1198063a | 1998-09-16 04:23:41 | A couple fixes from Per Cederqvist | ||
| d14198e4 | 1998-08-17 05:33:12 | Fixed colon6.test. Added test for strange Tab bug | ||
| d2719082 | 1998-07-18 06:37:24 | Fixed cond4.test | ||
| eedb9580 | 1998-07-17 22:58:51 | DESTDIR fixlet | ||
| cf40aeb7 | 1998-06-02 18:22:05 | minor meta-updates | ||
| 8733de30 | 1998-05-18 05:33:56 | various fixlets | ||
| 3bdbb9e2 | 1998-04-05 21:36:12 | library dependency bug reported by proven | ||
| a8959c36 | 1998-04-04 01:02:52 | ac_output fix from doug evans | ||
| d19dffd5 | 1998-04-01 04:10:39 | new ansi2knr | ||
| 972f0741 | 1998-03-25 22:25:26 | lisp files can be built | ||
| 0acd47b8 | 1998-03-23 18:09:03 | updated THANKS | ||
| c4420eee | 1998-03-08 22:45:02 | AC_OUTPUT ":" syntax patch | ||
| 176a0c3b | 1998-02-13 04:59:59 | doc update | ||
| 71c627f2 | 1998-02-13 04:56:24 | fixed whoami.test buglet | ||
| 68effc17 | 1998-02-13 04:30:19 | yacc cleanup |