kc3-lang/automake/TODO

Branch :


Log

Author Commit Date CI Message
0583b56b 1999-01-14 22:45:45 * automake.in (handle_configure): Compute $header_dir based on $one_name, not $one_hdr. Reported by Erez Zadok. Fixes confh2.test. (handle_configure): Compute relative path to input header correctly in all cases.
2315367d 1999-01-10 18:03:36 * automake.in (handle_merge_targets): Don't special-case "-local" targets. Test all.test.
8ae21c4d 1998-12-22 12:14:05 * depend2.am: Don't assume backslash can't occur in the middle of filename; it loses on M$W
12dae131 1998-12-21 13:32:57 1998-12-21 Alexandre Oliva <oliva@dcc.unicamp.br> * depend2.am: don't use .p and .P for dependencies; it loses on case-insensitive filesystems. Reported by Henrik Frystyk Nielsen <frystyk@w3.org>
61f45418 1998-12-16 12:35:00 * tags.am (ID): Uniquify list of sources. Report from Jim Meyering.
24c73c0d 1998-12-02 12:11:35 TODO update
359e7b1d 1998-12-01 17:36:11 more TODO updates
a055924b 1998-12-01 15:35:12 minor TODO updates
961d500e 1998-11-20 21:51:30 added some things to do
e9b67171 1998-11-18 13:30:57 * automake.in (finish_languages): Use CCLD, not CLD.
61807422 1998-11-18 12:11:19 * automake.in (finish_languages): Define CLD; use it in LINK definition. (lang_cxx_finish): Define CXXLD; use it in CXXLINK definition. (lang_f77_finish): Define FLD; use it in FLINK definition. (lang_ppf77_finish): Likewise. (lang_ratfor_finish): Likewise.
a6c80a1e 1998-11-10 09:51:35 Doc improvement from Akim Demaille.
cb0d31f8 1998-10-30 14:04:49 * automake.in (MACRO_PATTERN): Recognize `+='. (BOGUS_MACRO_PATTERN): Likewise. (read_am_file): Handle `+=' assignments.
b5a0bd5c 1998-10-28 00:47:35 * Makefile.am (maintainer-check): Changed code to be acceptable to bash 2.01.1. * automake.in (do_one_clean_target): Special-case config.status. Report from Jeff Garzik.
45a3daf5 1998-10-08 10:17:15 * automake.in (am_install_var): Added -noextra option. (handle_data): Pass -noextra to am_install_var.
dee4d56f 1998-10-03 18:26:55 * automake.in (handle_aclocal_m4): Use new MAINTAINER_MODE conditional. (handle_configure): Likewise. (read_am_file): Likewise. (file_contents_with_transform): Likewise. (scan_one_configure_file): Recognize that AM_MAINTAINER_MODE defines a conditional. * automake.texi (Optional): Document new AM_MAINTAINER_MODE. * texi-vers.am ($(srcdir)/@VTEXI@): Look at MAINTAINER_MODE conditional. (maintainer-clean-@VTI@): Likewise. * remake.am ($(srcdir)/configure): Look at MAINTAINER_MODE conditional. * remake-hdr.am ($(srcdir)/@CONFIG_HEADER_IN@): Look at MAINTAINER_MODE conditional. * m4/maintainer.m4 (AM_MAINTAINER_MODE): Defined MAINTAINER_MODE conditional.
3185f495 1998-10-03 11:19:12 * automake.in (handle_configure): Handle case where there is no Makefile in the config header directory. Fixes test config.test.
ec18107f 1998-09-29 01:28:45 Fixes for recurs2.test. Report from Jim Meyering. * automake.in (vars_scanned): Define globally. (variable_value_as_list_worker): Delete $var entry in %vars_scanned after local work is done.
0ac22bb6 1998-09-28 01:51:16 `.' in SUBDIRS changes order of builds: * Makefile.am (SUBDIRS): Added `.'. Put tests last. * tags.am (TAGS): Don't look for TAGS file in `.'. * automake.texi (Top level): Document SUBDIRS change. * automake.in (handle_installdirs): Create separate installdirs-am target. (handle_merge_targets): Don't put all-am onto @all. Fixed error message. Correctly handle install-info. Give error if install-info-local inappropriately defined. Don't special-case install-data, install-exec, install, uninstall, or all. (handle_subdirs): Don't push `-recursive' target names onto corresponding lists. (do_one_merge_target): Always define `-am' form of rule, and point ordinary form to `-am' or `-recursive' as appropriate. Special-case `all'. (do_check_merge_target): Generate check-am target. (handle_dist_worker): Use target_defined. (handle_dist): Likewise. (handle_merge_targets): Likewise. (do_one_merge_target): Likewise. (do_check_merge_target): Likewise. (do_one_clean_target): Likewise. (initialize_per_input): Initialize $all_target. (do_one_clean_target): Always generate -am form of rule; other changes for new SUBDIRS change. (handle_clean): Always generate clean-am form of rule. (handle_tags): Only build subdir if not `.'. (handle_dist_worker): Skip `.' directory. * subdirs.am: Allow `.' to be specified in SUBDIRS.
33cb20cc 1998-09-27 22:33:01 * automake.texi: Document LIBOBJS trick.
984f0d1c 1998-09-27 21:38:24 * automake.in (handle_dist_worker): If DIST_SUBDIRS defined, use it even when SUBDIRS not conditional.
59b7ce90 1998-09-16 04:50:42 nothing
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
b5b61792 1998-07-17 17:22:43 AM_MAKEFLAGS patch from Ian
41b60e1c 1998-07-16 22:26:53 CONFIG_STATUS_DEPENDENCIES addition from Ian
ca87c929 1998-06-02 19:30:39 detect a syntax error
e34cd3ea 1998-06-01 23:20:43 Fixlet from Ian
8733de30 1998-05-18 05:33:56 various fixlets
b8629ec9 1998-04-05 19:59:03 lex fixes from alexandre oliva
999a757a 1998-04-03 20:12:53 install fix for egcs
c12ef214 1998-03-19 04:47:46 fixed colon3.test
44cfa063 1998-03-19 00:30:17 initial java support
46d1e88d 1998-02-13 07:31:03 upped to 1.2e
68effc17 1998-02-13 04:30:19 yacc cleanup
d9193017 1997-10-21 17:01:38 empty subdirs bug fix
b5e75019 1997-10-21 06:52:08 aclocal fix
0d8783b5 1997-10-20 05:26:21 bug fix
92e7f9f8 1997-09-29 19:26:23 fixed 'make dist'
5644b376 1997-09-28 23:18:35 added new options
7f9372cf 1997-06-04 04:07:35 nothing
7434bb5f 1997-06-01 19:54:31 various bug fixes
377749eb 1997-05-29 05:49:04 .P depends on built sources again
27ccbf24 1997-05-27 05:44:25 put -i on command line when rebuilding
98719a04 1997-05-13 14:20:44 dependency fixlet
8ecd82bd 1997-05-11 20:00:26 better grammar in missing
f7ca4bc1 1997-05-10 22:27:47 var subst patch from ian
c49ec17a 1997-05-10 22:24:49 make -k fix from ian
d9f53bbd 1997-05-04 21:50:12 avoid Debian install-info handle sources in other directories
84fafed1 1997-05-01 05:36:43 doc fix
94352188 1997-04-28 07:15:34 doc update
6e97ad3c 1997-04-28 06:41:47 nothign
b03a1bd9 1997-04-28 03:10:37 test fixlet
dbdb2711 1997-04-28 00:22:07 got rid of interlock
a28f027d 1997-04-27 16:56:34 doc fixes
68bf612f 1997-04-26 05:15:09 fixed text in missing prog
68a4dd43 1997-04-16 05:22:57 bug fixes
939ff93f 1997-04-10 07:42:50 doc fixes
a7e863a7 1997-04-10 06:12:28 -rpath bug fix
121c5a1b 1997-04-07 23:45:35 version check fix
6f1d9645 1997-04-04 02:21:13 ltlibrary fix
2e6fd279 1997-04-02 21:13:58 dependency fixes
b967da6e 1997-04-02 07:23:13 mdate-sh fix
d67aced7 1997-03-29 06:17:07 nothing
97cadf26 1997-03-28 03:23:29 lisp fix
9d9e0221 1997-03-27 19:33:12 nothing
430d000d 1997-03-26 05:57:50 follow GNU standards
309bcb5c 1997-03-24 20:39:14 netbsd fix
bddfdf17 1997-03-22 07:07:32 added TEXINFO_TEX support
bbe861b9 1997-03-22 06:44:05 nothing
9c2ae2af 1997-03-20 23:51:34 cygwin32 support
f8b80147 1997-03-19 07:24:15 fixlets; doc updates
220aadb9 1997-03-19 00:21:30 fixlets
1bffc345 1997-03-16 21:09:47 nothing
6c3389c5 1997-03-11 06:23:20 c++ -vs- libobjs fix
a6655646 1997-02-23 19:41:20 allow texinfo files w/o .info extension
36612ff6 1997-02-22 22:30:16 macro fixes
919fcce0 1997-02-22 00:02:02 handle c++ yacc/lex
ff18cb6b 1997-02-21 23:57:17 nothing
1b10e923 1997-02-21 07:50:43 many fixes
e6d412ab 1997-02-05 02:45:39 various bug fixes
239c82c7 1996-12-18 22:32:20 sort keys where appropriate
b72d541c 1996-12-10 07:46:47 fixed ac_subst bug
cd38c424 1996-12-09 01:15:16 exec directoriess are installed by install-exec
12014054 1996-12-08 21:05:11 installs now 'quiet'
63ba2f09 1996-12-08 00:50:02 scan aclocal.m4
02f610ee 1996-12-07 02:01:08 bug fix from Ulrich
ae1eeb63 1996-12-06 03:42:57 nothing
0df76f10 1996-12-06 03:31:22 bug fixes for : mode support
e2a1ec7f 1996-12-06 01:29:45 added Gord's :-vs-AC_OUTPUT patches
79ed4f4d 1996-12-05 16:40:53 doc fixes
4a43b883 1996-12-05 09:56:18 use AM_GNU_GETTEXT now
5f28462b 1996-12-04 16:22:55 nothing
656cae15 1996-12-04 08:12:55 minor fixes
1f62a0eb 1996-12-04 07:48:44 allow -local clean rules
f854b32d 1996-12-01 20:35:52 More fixes
12dcae39 1996-11-24 07:54:52 Fixed check target handling for parallel make
d7ef0e3d 1996-11-24 07:36:33 Minor bug fixes
62ede0bc 1996-11-22 07:25:41 libtool cleanups
cfc7850d 1996-11-22 06:51:37 nothing