source: trunk/essentials/sys-devel/automake-1.10/ChangeLog.01@ 3253

Last change on this file since 3253 was 3147, checked in by bird, 19 years ago

automake 1.10

File size: 162.0 KB
Line 
12001-12-31 Tom Tromey <[email protected]>
2
3 * automake.texi (Extending): Document installcheck-local. Added
4 installdirs-local index entry.
5 (Tests): Document installcheck-local.
6
7 * automake.in (handle_single_transform_list): Indentation fix.
8
92001-12-31 Alexandre Duret-Lutz <[email protected]>
10
11 * automake.in (common_files): Add COPYING.DOC.
12 Suggested by Karl Berry.
13
142001-12-30 Tom Tromey <[email protected]>
15
16 * automake.in (define_configure_variable): Define a user macro,
17 not an automake macro.
18 * tests/Makefile.am (TESTS): Added ar.test.
19 * tests/ar.test: New file.
20
21 For PR automake/211:
22 * automake.in (object_compilation_map): New global.
23 (initialize_per_input): Initialize it.
24 (COMPILE_LIBTOOL): New constant.
25 (COMPILE_ORDINARY): Likewise.
26 * tests/Makefile.am (TESTS): Added pr211.test.
27 * tests/pr211.test: New file.
28
29 For PR automake/215:
30 * configure.in: Use AM_AUTOMAKE_OPTIONS.
31 * Makefile.am (AUTOMAKE_OPTIONS): Removed.
32 * automake.texi (Macros): Document AM_AUTOMAKE_OPTIONS.
33 (Options): Mention AM_AUTOMAKE_OPTIONS.
34 * automake.in (global_options): New global.
35 (global_options_line): Likewise.
36 (scan_autoconf_traces): Trace AM_AUTOMAKE_OPTIONS.
37 (scan_one_autoconf_file): Likewise.
38 (process_option_list): New function.
39 (handle_options): Use it. Also, handle global options.
40 * m4/Makefile.am (m4data_DATA): Added options.m4.
41 * m4/options.m4: New file.
42
43 * lib/am/install.am (?SUBDIRS?installdirs-am): Handle
44 installdirs-local.
45 (?!SUBDIRS?installdirs): Likewise.
46 * automake.in (handle_installdirs): Handle installdirs-local.
47 * automake.texi (Extending): Mention installdirs.
48 * tests/Makefile.am (TESTS): Added installdir.test.
49 * tests/installdir.test: New file.
50
512001-12-30 Akim Demaille <[email protected]>
52
53 * lib/am/yacc.am: Also rename the possible y.output file.
54 Remove the trailing y.tab.h.
55
562001-12-30 Paolo Bonzini <[email protected]>
57
58 * automake.texi (Install): Remove mention of nonexistent
59 uninstall-hook.
60
612001-12-30 Alan Modra <[email protected]>
62
63 * automake.in (generate_makefile): Unlink output file before
64 opening so that any hard links are not changed.
65
662001-12-30 Tom Tromey <[email protected]>
67
68 * tests/pr220.test: Use `required' to pick up gcc.
69
70 For PR automake/243:
71 * m4/depout.m4 (_AM_OUTPUT_DEPENDENCY_COMMANDS): Strip everything
72 after `:'.
73 * tests/Makefile.am (TESTS): Added pr243.test.
74 * tests/pr243.test: New file.
75
76 For PR automake/220:
77 * tests/Makefile.am (TESTS): Added pr220.test.
78 * tests/pr220.test: New file.
79 * m4/cond.m4 (AM_CONDITIONAL): Cause creation of config.status to
80 fail if conditional was never run.
81
82 For PR automake/260:
83 * lib/depcomp (tru64): Correctly handle libtool case.
84 From [email protected].
85
862001-12-30 Alexandre Duret-Lutz <[email protected]>
87
88 * lib/am/distdir.am (distcleancheck_listfiles): Unquote.
89 Reported by Yann Droneaud.
90
912001-12-29 Tom Tromey <[email protected]>
92
93 For PR automake/266:
94 * tests/Makefile.am (TESTS): Added pr266.test.
95 * tests/pr266.test: New file.
96 * m4/depout.m4 (_AM_OUTPUT_DEPENDENCY_COMMANDS): Handle
97 non-standard name for makefile.
98
99 For PR automake/279:
100 * automake.in (conditional_ambiguous_p): New sub.
101 (handle_lib_objects_cond): Use it.
102 (check_ambiguous_conditional): Use it.
103 * tests/Makefile.am (TESTS): Added pr279.test, pr279-2.test.
104 * tests/pr279.test: New file.
105 * tests/pr279-2.test: New file.
106
1072001-12-26 Tom Tromey <[email protected]>
108
109 For PR automake/249:
110 * tests/Makefile.am (TESTS): Added nodist2.test.
111 * tests/nodist2.test: New file
112
1132001-12-26 Ralf Corsepius <[email protected]>
114
115 * m4/multi.m4: Fix quoting in AC_OUTPUT_COMMANDS.
116
1172001-12-26 Alexandre Duret-Lutz <[email protected]>
118
119 * configure.in: Test for Autoconf >= 2.52.
120 * tests/defs (needs_autoconf, has_autoconf): Delete definition.
121 * tests/ansi3.test, tests/ansi5.test, tests/ccnoco.test,
122 tests/cond4.test, tests/cond9.test, tests/cond16.test,
123 tests/cond18.test, tests/cond19.test, tests/cond20.test,
124 tests/confsub.test, tests/depcomp2.test, tests/depdist.test,
125 tests/depend2.test, tests/dirname.test, tests/distname.test,
126 tests/extra5.test, tests/install2.test, tests/lex3.test,
127 tests/make.test, tests/nobase.test, tests/pr9.test,
128 tests/pr87.test, tests/stamph2.test, tests/subdir5.test,
129 tests/subdirbuiltsources.test, tests/subobj3.test,
130 tests/subobj5.test, tests/subobj6.test, tests/substref.test,
131 tests/target-cflags.test, tests/yacc4.test, tests/yacc7.test,
132 tests/yaccvpath.test: Do not use $needs_autoconf.
133
1342001-12-14 Alexandre Duret-Lutz <[email protected]>
135
136 * configure.in: Bump version to 1.5c.
137