THANKS


Log

Author Commit Date CI Message
Tom Tromey 2e90f85a 1999-03-26T15:09:38 * automake.in (handle_merge_targets): `install-strip' is a phony target. From Michel de Ruiter.
Tom Tromey 94eea578 1999-03-23T13:59:40 * progs.am (install-@DIR@PROGRAMS): Use `-e' instead of multiple sed invocations. From Elrond. (uninstall-@DIR@PROGRAMS): Likewise.
Tom Tromey 6e7084c5 1999-03-11T22:32:53 * insthook.test: Don't require GNU grep. From John Pierce.
Tom Tromey fc690f41 1999-03-11T22: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.
Tom Tromey d92b8dc9 1999-03-01T21:16:33 * ansi3.test: Use no-dependencies option to avoid GNU make requirement. From Jerome Lovy.
Tom Tromey 2536f826 1999-02-27T12: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.
Tom Tromey 876b9036 1999-02-09T23:50:58 * automake.in (handle_texinfo): Added `pgs' to list of extensions. From NISHIDA Keisuke.
Tom Tromey b598915c 1999-02-01T12:03:48 * automake.in (handle_dist_worker): Correctly find find in $$d, not $$. From Bill Davidson.
Tom Tromey 54842f07 1999-01-22T14: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.
Tom Tromey 8bf3e8e8 1999-01-22T13:58:04 * automake.in (lang_ppf77_rewrite): New function. From Jochen Kuepper. (lang_ratfor_rewrite): New function
Tom Tromey f6dbd5be 1999-01-10T20: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.
Tom Tromey 35850024 1999-01-10T18: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.
Tom Tromey b68e4745 1999-01-10T18:07:14 Added Brian Jones to THANKS
Tom Tromey dd97b9db 1999-01-06T12:41:34 * depend2.am (%.o): Use \012, not \n, to avoid losing `tr's. From Bill Currie. (%.lo): Likewise.
Tom Tromey 52640f6d 1998-12-11T14:10:11 Added a person to THANKS
Tom Tromey 210b9ed9 1998-10-19T23:21:43 * automake.in (scan_dependency_file): Fixed test on `while' loop. Fixes depend2.test. Report from Akim Demaille.
Tom Tromey 6106bdfa 1998-10-13T18: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.
Tom Tromey 0efcfbcc 1998-10-01T11:37:29 * m4/lispdir.m4 (AM_PATH_LISPDIR): Correctly find xemacs and xemacs install directories. From Robert Bihlmeyer.
Tom Tromey 72c1e14a 1998-10-01T00: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.
Tom Tromey 9f0dd45a 1998-09-28T02: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.
Tom Tromey 1198063a 1998-09-16T04:23:41 A couple fixes from Per Cederqvist
Tom Tromey d14198e4 1998-08-17T05:33:12 Fixed colon6.test. Added test for strange Tab bug
Tom Tromey d2719082 1998-07-18T06:37:24 Fixed cond4.test
Tom Tromey eedb9580 1998-07-17T22:58:51 DESTDIR fixlet
Tom Tromey cf40aeb7 1998-06-02T18:22:05 minor meta-updates
Tom Tromey 8733de30 1998-05-18T05:33:56 various fixlets
Tom Tromey 3bdbb9e2 1998-04-05T21:36:12 library dependency bug reported by proven
Tom Tromey a8959c36 1998-04-04T01:02:52 ac_output fix from doug evans
Tom Tromey d19dffd5 1998-04-01T04:10:39 new ansi2knr
Tom Tromey 972f0741 1998-03-25T22:25:26 lisp files can be built
Tom Tromey 0acd47b8 1998-03-23T18:09:03 updated THANKS
Tom Tromey c4420eee 1998-03-08T22:45:02 AC_OUTPUT ":" syntax patch
Tom Tromey 176a0c3b 1998-02-13T04:59:59 doc update
Tom Tromey 71c627f2 1998-02-13T04:56:24 fixed whoami.test buglet
Tom Tromey 68effc17 1998-02-13T04:30:19 yacc cleanup
Tom Tromey 4948270c 1998-02-05T20:43:29 applied AC_PROG_CXXCPP patch
Tom Tromey b5deddfd 1998-01-13T22:27:39 perl 4 fix for aclocal
Tom Tromey b3b24183 1997-12-01T22:54:53 fixed conditional sources bug
Tom Tromey d9193017 1997-10-21T17:01:38 empty subdirs bug fix
Tom Tromey d14bbc16 1997-10-20T23:46:04 fortran fixlet
Tom Tromey 0d8783b5 1997-10-20T05:26:21 bug fix
Tom Tromey f6d7829f 1997-09-25T05:44:17 stdc fix from paul eggert
Tom Tromey 8551a9bd 1997-09-25T04:56:27 bug fix for bsd/ultrix
Tom Tromey 49e7073d 1997-09-24T23:37:08 dist bug fix
Tom Tromey 51882b2e 1997-08-28T15:43:26 suffix rule fix
Tom Tromey ac6bacbd 1997-08-27T19:04:11 texinfo handling fix
Tom Tromey 47536666 1997-08-05T23:36:52 fix to missing program
Tom Tromey 0ed5877f 1997-05-27T05:53:06 make echo silent
Tom Tromey 447031fe 1997-04-30T01:30:40 run clean subdirs in reverse order
Tom Tromey 1fcbf1b7 1997-04-28T04:56:58 nothing
Tom Tromey 1d9a0421 1997-04-27T23:48:14 remake bugs reported by Phil Nelson
Tom Tromey d9a5a21d 1997-04-26T05:07:53 patch to missing check
Tom Tromey 216086c6 1997-04-25T18:42:41 include all AC_PROG_* macros
Tom Tromey 68a4dd43 1997-04-16T05:22:57 bug fixes
Tom Tromey cffe5066 1997-04-04T02:27:35 texinfo install fix
Tom Tromey 88873784 1997-03-19T23:58:50 nothing
Tom Tromey 6c3389c5 1997-03-11T06:23:20 c++ -vs- libobjs fix
Tom Tromey 919fcce0 1997-02-22T00:02:02 handle c++ yacc/lex
Tom Tromey 1b10e923 1997-02-21T07:50:43 many fixes
Tom Tromey 056e9fa1 1997-02-05T05:41:24 bug fix
Tom Tromey 28733ff6 1997-01-08T01:12:46 added no-texinfo.tex option
Tom Tromey 53e692b2 1996-10-20T18:14:04 bug fix
Tom Tromey 42d354d3 1996-10-17T20:16:33 lisp bug fixes
Tom Tromey d6323e3b 1996-10-11T05:24:59 gettext fixlet
Tom Tromey c353c2ba 1996-10-10T22:26:34 Various bug fixes
Tom Tromey 98eb9e29 1996-10-04T02:58:19 Allow all variables to be overridden
Tom Tromey 11603146 1996-09-17T06:16:32 more spell-checking. don't put configure subs into _DEPENDENCIES
Tom Tromey 642c6533 1996-09-08T20:15:14 Doc updates. Bug fixes. Removed old files. Check versions
Tom Tromey 89d00298 1996-08-27T05:53:57 More fixes
Tom Tromey 18518e21 1996-08-24T16:20:57 m4 fixes
Tom Tromey 0f51c5ec 1996-08-11T18:13:36 Remove generated files at clean time
Tom Tromey 43c3b86d 1996-08-04T21:04:56 Even more bug fixes
Tom Tromey b9c56835 1996-08-04T20:39:35 More fixes
Tom Tromey 0f687c31 1996-08-04T19:38:04 Bug fix
Tom Tromey d7517012 1996-08-04T19:13:40 Bug and doc fixes
Tom Tromey aae0e0d8 1996-05-29T16:36:48 New config.sub and config.guess
Tom Tromey a3281f5b 1996-05-23T16:05:41 Bug fix
Tom Tromey 6aaa39e2 1996-05-22T15:52:02 Bug fix
Tom Tromey e87494fd 1996-04-25T23:15:13 Added test
Tom Tromey 20de88a6 1996-04-25T02:42:17 Fixlets
Tom Tromey a9354829 1996-03-28T06:34:13 Bug fixes. Added new test.
Tom Tromey 194e1e37 1996-03-05T04:12:49 Bug and doc fixes
Tom Tromey c1aca759 1996-03-02T22:52:54 Bug fixes
Tom Tromey 5f087b50 1996-03-02T05:54:34 Bug fixes
Tom Tromey c9156c86 1996-02-12T17:45:39 Bug fix, plus test
Tom Tromey 4ab44658 1996-02-08T22:37:18 Changes from Greg Woods
Tom Tromey 688dc11d 1996-01-03T21:14:41 Nothing
Tom Tromey e65d07e1 1995-12-09T00:30:03 Bug fixes. Changes for new naming scheme
Tom Tromey 2982a1ac 1995-11-29T22:31:44 Initial revision