* automake.texi (Emacs Lisp): Instruct people to use lisp_DATA
[platform/upstream/automake.git] / ChangeLog
1 2003-02-26  Alexandre Duret-Lutz  <adl@gnu.org>
2
3         * automake.texi (Emacs Lisp): Instruct people to use lisp_DATA
4         instead of lisp_LISP when they don't want byte-compilation.
5         Don't mention ELCFILES anymore.
6         * automake.in (handle_data): Allow lisp_DATA.
7         * tests/lisp5.test: New file.
8         * tests/Makefile.am (TESTS): Add lisp5.test.
9
10         * automake.in (handle_emacs_lisp): Don't build *.elc files
11         if ELCFILES was set empty.
12         * tests/lisp4.test: New file.
13         * tests/Makefile.am (TESTS): Add lisp4.test.
14         Reported by Simon Josefsson.
15
16         * tests/lex3.test, tests/lex5.test: Require flex.
17         Reported by Leo Davis.
18
19 2003-02-25  Alexandre Duret-Lutz  <adl@gnu.org>
20
21         * lib/am/depend2.am (?GENERIC?%EXT%.o, ?GENERIC?%EXT%.obj): Do not
22         use the `test -f foo || echo $(srcdir)/` to emulate a VPATH search
23         when outputing suffix rules.
24         * lib/am/texibuild.am (?GENERIC?%SOURCE_SUFFIX%.dvi)
25         (?GENERIC?%SOURCE_SUFFIX%.pdf): Likewise.
26         Suggested by Bruno Haible.
27
28         * automake.in (read_am_file): Catch trailing backslashes on last line.
29         * tests/backsl3.test: New file.
30         * tests/Makefile.am (TESTS): Add backsl3.test.
31         Reported by Akim Demaille.
32
33 2003-02-24  Alexandre Duret-Lutz  <adl@gnu.org>
34
35         * ChangeLog: Move 2002's entries to ...
36         * ChangeLog.02: ... this new file.
37         * Makefile.am (EXTRA_DIST): Add ChangeLog.02.
38
39 2003-02-24  Richard Dawe  <rich@phekda.freeserve.co.uk>
40
41         * tests/version7.test: Use $sleep to sleep before updating
42         the version, to work around timestamp inconsistencies in Windows.
43
44 2003-02-24  Bruno Haible  <bruno@clisp.org>
45             Alexandre Duret-Lutz  <adl@gnu.org>
46
47         * lib/am/texibuild.am: Don't remove the target info files. Instead,
48         back up and restore them if makeinfo fails.
49         * tests/txinfo20.test: New file.
50         * tests/Makefile.am (TESTS): Add txinfo20.test.
51
52 2003-02-23  Alexandre Duret-Lutz  <adl@gnu.org>
53
54         * automake.texi (FAQ, CVS, maintainer-mode, wildcards)
55         (distcleancheck): Fix typos and other errors reported by Karl
56         Berry.
57
58 2003-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
59
60         * lib/am/texibuild.am (%SOURCE_SUFFIX%%DEST_SUFFIX%): Use $(...)
61         instead of ${...}.
62
63         * tests/defs.in: Handle required=ro-dir.
64         * tests/destdir.test: Use this.
65
66 2003-02-19  Richard Dawe  <rich@phekda.freeserve.co.uk>
67
68         * lib/am/distdir.am (distcheck): Strip any leading DOS drive
69         from dc_install_base.
70
71 2003-02-19  Alexandre Duret-Lutz  <adl@gnu.org>
72
73         * lib/am/texinfos.am (install-info-am, uninstall-info-am): Install
74         DJGPP-style *.iNN info files.
75         (maintainer-clean-aminfo): Rewrite using the same pattern
76         as in uninstall-info-am.
77         * lib/am/texibuild.am (%SOURCE_SUFFIX%%DEST_SUFFIX%): Erase
78         DJGPP-style *.iNN info files before running $(MAKEINFO).
79         * tests/txinfo19.test: New file.
80         * tests/Makefile.am (TESTS): Add txinfo19.test.
81
82 2003-02-18  Richard Dawe  <rich@phekda.freeserve.co.uk>
83
84         * lib/depcomp (dashmstdout): Cope with DOS filenames in
85         dependencies.
86
87 2003-02-17  Alexandre Duret-Lutz  <adl@gnu.org>
88
89         * lib/depcomp (makedepend): Don't pass $object to makedepend.
90         Reported by Stepan Kasal.
91
92 2003-02-12  Alexandre Duret-Lutz  <adl@gnu.org>
93
94         * tests/defs.in: Handle required=makedepend.
95
96         * Makefile.am (maintainer-check): Update the diff check
97         to account for the recent @SHELL@ substitution.
98
99 2003-02-11  Alexandre Duret-Lutz  <adl@gnu.org>
100
101         * lib/depcomp: Do not put comments on the `icc)' line.
102
103         * lib/config.guess, lib/config.sub, lib/texinfo.tex: New upstream
104         versions.
105
106         Fix for PR automake/381:
107         * automake.in (handle_gettext): Do not print diagnostics
108         about po/ and intl/ missing from SUBDIRS if po/ does not
109         exist.  Warn if `SUBDIRS = intl' is used although libintl
110         is 'external'.
111         * tests/gettext.test: Make sure diagnostics are not output
112         when po/ does not exist.
113         * tests/gettext2.test: Test for unwanted intl/.
114         PR from Alexander Turbov, fix suggested by Bruno Haible.
115
116         * m4/depend.m4: Grep depcomp's stderr for icc warnings about
117         ignored options.
118         * lib/depcomp (icc): New mode.
119         * tests/depcomp5.test: New file.
120         * tests/defs.in: Handle required=icc.
121         * tests/Makefile.am (TESTS): Add it.
122
123         Temporary hack for PR automake/381:
124         * automake.in (handle_gettext): Turn missing po/ and intl/ errors
125         into -Wsyntax warnings.
126
127 2003-02-10  Richard Dawe  <rich@phekda.freeserve.co.uk>
128
129         * Makefile.am: Substitute @SHELL@ in automake.in and aclocal.in.
130         This makes the setting of SHELL work for DJGPP.
131
132 2003-02-10  Alexandre Duret-Lutz  <adl@gnu.org>
133
134         For PR automake/385:
135         * lib/depcomp (makedepend): Strip any libtool call, before
136         running makedepends.
137         * tests/depcomp4.test: New file.
138         * tests/Makefile.am (TESTS): Add it.
139         Reported by Jeff Squyres.
140
141         Related to PR automake/385:
142         * lib/depcomp (dashmstdout): Do not use `-o /dev/null', or gcc will
143         write dependencies to /dev/null.  `-o /dev/null' was added
144         on 2002-06-13 just because I tried to replace `-o foo.o' by something
145         else and didn't thought about removing it entirely.
146         * tests/depcomp3.test: New file.
147         * tests/Makefile.am (TESTS): Add it.
148
149         * automake.in (BEGIN): Override $ENV{'SHELL'} with ./configure's
150         SHELL for DJGPP.
151         Suggested by Richard Dawe.
152
153 2003-02-09  Alexandre Duret-Lutz  <adl@gnu.org>
154
155         * automake.texi (FAQ, CVS, maintainer-mode, wildcards)
156         (distcleancheck): New nodes.
157
158 2003-02-06  Alexandre Duret-Lutz  <adl@gnu.org>
159
160         * automake.in (scan_autoconf_files): Don't complain that
161         AM_INIT_AUTOMAKE comes from an old version if it was not found.
162
163 2003-02-05  Alexandre Duret-Lutz  <adl@gnu.org>
164
165         * automake.in (am_install_var): Simplify filtering of
166         variable_loc_and_value_as_list_recursive's output.
167
168 2003-02-04  Alexandre Duret-Lutz  <adl@gnu.org>
169
170         * m4/init.m4 (_AC_AM_CONFIG_HEADER_HOOK): Recompute
171         indexes of header files so we create stamp files with
172         the right numbers when config.status is run on some headers.
173         * tests/stamph2.test: Check for this.
174         Reported by Sander Niemeijer.
175
176 2003-02-02  Alexandre Duret-Lutz  <adl@gnu.org>
177
178         * automake.in (vars_scanned): Move near traverse_variable_recursively.
179         (traverse_variable_recursively,
180         traverse_variable_recursively_worker): Accept a $COND_FILTER argument
181         to filter out conditions during recursion.  Don't recurse into
182         undefined variables.  Don't pass empty results to &FUN_COLLECT.
183         (value_to_list): Remove, was used by
184         variable_value_as_list_recursive_worker only.
185         (variable_value_as_list_recursive_worker): Rewrite using
186         traverse_variable_recursively.  Remove the $parent argument.
187         (variable_value_as_list_recursive,
188         variable_loc_and_value_as_list_recursive): Adjust calls
189         to variable_value_as_list_recursive_worker.  Don't reset
190         %vars_scanned.
191         * tests/cond3.test: Don't expect empty helper variables,
192         we don't output them anymore.
193         * tests/cond30.test: Use an undefined variable.
194
195         * automake.in (handle_programs): Strip $(EXEEXT) before
196         calling &check_canonical_spelling.
197         * tests/exeext.test: Make sure we don't use a
198         maude3__EXEEXT__OBJECTS variable.
199
200 2003-02-02  Jeremy Nimmer  <jwnimmer@alum.mit.edu>  (tiny change)
201
202         For Debian Bug #39542:
203         * automake.texi (Invoking Automake, Optional): Document how
204         AC_CONFIG_AUX_DIR interacts with missing files.
205
206 2003-02-02  Alexandre Duret-Lutz  <adl@gnu.org>
207
208         * lib/Automake/DisjConditions.pm (_permutations_worker)
209         (permutations): Remove, so that people aren't tempted to use it.
210         * lib/Automake/tests/DisjConditions.pl (tests_permutations): Remove.
211
212         * automake.in (variable_conditions_recursive): Remove.
213         (variable_conditionally_defined): Rewrite using
214         traverse_variable_recursively.
215
216         * automake.in (traverse_variable_recursively,
217         traverse_variable_recursively_worker): Pass one merged Condition
218         instead of a stack of conditions to &FUN_STORE and &FUN_COLLECT.
219         (transform_variable_recursively, define_objects_from_sources)
220         (handle_lib_objects, variable_conditions_recursive): Adjust usage.
221
222 2003-02-01  Alexandre Duret-Lutz  <adl@gnu.org>
223
224         * automake.in (handle_lib_objects): Compute _DEPENDENCIES variables
225         using transform_variable_recursively instead of
226         variable_conditions_recursive and variable_value_as_list_recursive
227         to avoid combinatorial explosion.
228         (handle_lib_objects_cond): Merge into handle_lib_objects.
229         * tests/cond11.test: Don't grep internal details in Makefile.in,
230         run $MAKE to make sure the resulting Makefile runs as expected.
231         * tests/cond29.test: Also exercise conditional _LDADD.
232         * tests/cond31.test, tests/cond32.test: New files.
233         * tests/Makefile.am (TESTS): Add tests/cond31.test and
234         tests/cond32.test.
235
236 2003-01-31  Alexandre Duret-Lutz  <adl@gnu.org>
237
238         * automake.in (handle_lib_objects_cond): Ignore -dlopen and
239         -dlpreopen in _LIBADD variables too.
240         (handle_LIBOBJS, handle_ALLOCA): New functions, extracted from
241         handle_lib_objects_cond.
242         * tests/libtool7.test: New file.
243         * tests/Makefile.am (TESTS): Add libtool7.test.
244
245         * automake.texi (Program and Library Variables): Clarify that
246         _LIBADD is for libraries and _LDADD for programs.
247
248         * automake.in (handle_source_transform): Correct typo from 2003-01-23.
249
250 2003-01-28  Alexandre Duret-Lutz  <adl@gnu.org>
251
252         Fix for PR automake/352:
253         * automake.in (transform_variable_recursively): If the destination
254         and the source variables are the same, delete the source variable
255         before defining the destination variable.
256         (handle_programs): Strip any $(EXEEXT) suffix from $one_file,
257         or this will confuse handle_source_transform.
258         (append_exeext): Rewrite using transform_variable_recursively.
259         * tests/cond29.test, tests/cond30.test: New files.
260         * tests/exeext.test: Run ./configure and make, this uncovered
261         the above handle_programs issue.
262         * tests/Makefile.am (TESTS): Add cond29.test and cond20.test.
263
264         * automake.in (%subobjvar): Replace by ...
265         (%gen_varname): ... this.
266         (subobjname): Replace by ...
267         (gen_varname): ... this.
268         (initialize_per_input): Clean gen_varname instead of subobjname.
269         (transform_variable_recursively): New function, extracted
270         from define_objects_from_sources.
271         (define_objects_from_sources): Use transform_variable_recursively.
272         Remove the unused $parent argument.
273         (handle_source_transform): Adjust call to define_objects_from_sources.
274
275 2003-01-23  Alexandre Duret-Lutz  <adl@gnu.org>
276
277         * automake.in (@substfroms, @substtos): Move near
278         traverse_variable_recursively.
279         (traverse_variable_recursively, traverse_variable_recursively_worker):
280         New functions, extracted from define_objects_from_sources.
281         (define_objects_from_sources): Rewrite using
282         traverse_variable_recursively.
283         (handle_source_transform): Use variables_conditionally_defined
284         instead of calling variable_conditions_recursive directly.
285         Adjust the call to define_objects_from_sources; there is no need
286         to reset @substtos, @substfroms, and %vars_scanned now.
287         (variable_conditions_recursive): Rewrite using
288         traverse_variable_recursively.
289         (variable_conditions_recursive_sub): Remove.
290         (variable_conditionally_defined): Fix condition comparison (the
291         consequence was that DIST_SUBDIRS was always output).
292         * lib/Automake/Condition.pm (merge): Allow merging several
293         conditions at once.
294
295 2003-01-22  Alexandre Duret-Lutz  <adl@gnu.org>
296
297         * automake.texi (Python): Explain that directory variables start
298         with either ${prefix} or ${exec_prefix}, and point to the
299         `Installation Directory Variables' section of the Autoconf manual.
300
301 2003-01-21  Alexandre Duret-Lutz  <adl@gnu.org>
302
303         * lib/am/distdir.am (top_distdir, distdir): Define these
304         variables only in top level Makefile.  Redefine $(top_distdir)
305         as $(distdir).
306         (distdir): Fix passing of $(top_distdir) to sub-makes.
307         * automake.in (handle_dist): Do not define the DISTDIR and
308         TOP_DISTDIR transformations.  We don't need them anymore.
309         * automake.texi (Dist): Reorder the dist-hook section, and move
310         the DIST_SUBDIRS paragraph earlier.  Document distdir and
311         top_distdir.
312         * tests/subpkg.test: Update to check for $(distdir) and
313         $(top_distdir).
314
315 2003-01-19  Alexandre Duret-Lutz  <adl@gnu.org>
316
317         Rename more files to accomodate 8+3 file systems, and adjust the
318         vocabulary at the same time: AM_CONDITIONAL defines "conditionals",
319         and we call "condition" a conjunction of "conditionals".
320         * lib/am/Conditional.pm: Rename to lib/am/Condition.pm.
321         * lib/am/tests/Conditional.pl: Rename to lib/am/tests/Condition.pl.
322         * lib/am/ConditionalSet.pm: Rename to lib/am/DisjConditions.pm.
323         * lib/am/tests/ConditionalSet.pl: Rename to
324         lib/am/tests/DisjConditions.pl
325         * lib/am/Conditional.pm (condition_negate): Rename to ...
326         * lib/am/Condition.pm (conditional_negate): ... this.
327         * automake.in: Adjust references to Condition and DisjConditions.
328         (check_ambiguous_conditional, conditional_ambiguous_p): Rename to ...
329         (check_ambiguous_condition, condition_ambiguous_p): ... these.
330
331         * tests/README: New file.
332
333         * automake.texi (Conditional Programs): Show a sample Makefile.am.
334         Remind $(EXEEXT) must be appended to configure substitutions.
335         Show how Automake conditionals can be used instead.
336         * tests/exeext.test (check_PROGRAMS): Make sure EXEEXT is also
337         appended to conditionally defined programs.
338
339 2003-01-16  Jim Meyering  <jim@meyering.net>
340
341         Accept --help and --version, and lots of syntactic clean-up.
342         * lib/install-sh: Use consistent indentation, two spaces per level.
343         (scriptversion): New variable.
344         Change initializations like `variable=""' to `variable='.
345         (usage): New variable.
346         Use `test', not `['.
347         Use `test -z "$var"', not `[ x"$var" = x ]'.
348         Use `test -n "$var"', not `[ x"$var" != x ]'.
349         Alphabetize case entries.
350         Accept --help and --version options.
351         Remove unnecessary `else :' clauses.
352         Add a `Local variables' eval block to help emacs users update
353         the time-stamp variable added above.
354         Mostly from Karl Berry.
355
356 2003-01-16  Alexandre Duret-Lutz  <adl@gnu.org>
357
358         * m4/python.m4 (AM_PATH_PYTHON) <_AM_PYTHON_INTERPRETER_LIST>: Add
359         python2.3.
360
361         * m4/python.m4 (AM_PATH_PYTHON): Query distutils for `pythondir'
362         or `pyexecdir', for the sake of 64-bit distributions that usually
363         use lib64/ instead of lib/.  Fall back to the default directory
364         if it doesn't work.
365         Suggested by Gwenole Beauchesne.
366
367 2003-01-14  Alexandre Duret-Lutz  <adl@gnu.org>
368
369         For PR automake/382:
370         * automake.texi (Yacc and Lex): Document `AM_YFLAGS = -d'.
371         Explain BUILT_SOURCES is usually needed in this case.
372         Reported by William S Fulton.
373
374 2003-01-13  Alexandre Duret-Lutz  <adl@gnu.org>
375
376         Rename some files for the sake of 8+3 file systems.
377         * tests/aclocali.test:     Rename to tests/aclocal.test.
378         * tests/aclocali1.test:    Rename to tests/aclocal2.test.
379         * tests/aclocalii.test:    Rename to tests/aclocal3.test.
380         * tests/acoutput.test:     Rename to tests/acoutpt.test.
381         * tests/acoutput2.test:    Rename to tests/acoutpt2.test.
382         * tests/acouttbs.test:     Rename to tests/acoutbs.test.
383         * tests/acouttbs2.test:    Rename to tests/acoutbs2.test.
384         * tests/autoheader.test:   Rename to tests/autohdr.test.
385         * tests/autoheader2.test:  Rename to tests/autohdr2.test.
386         * tests/condincl.test:     Rename to tests/condinc.test.
387         * tests/condincl2.test:    Rename to tests/condinc2.test.
388         * tests/distcommon.test:   Rename to tests/distcom.test.
389         * tests/distcommon2.test:  Rename to tests/distcom2.test.
390         * tests/distcommon3.test:  Rename to tests/distcom3.test.
391         * tests/installsh.test:    Rename to tests/instsh.test.
392         * tests/installsh2.test:   Rename to tests/instsh2.test.
393         * tests/instdata.test:     Rename to tests/instdat.test.
394         * tests/instdata2.test:    Rename to tests/instdat2.test.
395         * tests/libobj12b.test:    Rename to tests/libobj13.test.
396         * tests/link_f_c.test:     Rename to tests/link_fc.test.
397         * tests/link_f_c_cxx.test: Rename to tests/link_fccxx.test.
398         * tests/link_f_cxx.test:   Rename to tests/link_fcxx.test.
399         * tests/nodefine.test:     Rename to tests/nodef.test.
400         * tests/nodefine2.test:    Rename to tests/nodef2.test.
401         * tests/required.test:     Rename to tests/reqd.test.
402         * tests/required2.test:    Rename to tests/reqd2.test.
403         * tests/sourcesub.test:    Rename to tests/srcsub.test.
404         * tests/sourcesub2.test:   Rename to tests/srcsub2.test.
405         * tests/specflags.test:    Rename to tests/specflg.test.
406         * tests/specflags2.test:   Rename to tests/specflg2.test.
407         * tests/specflags3.test:   Rename to tests/specflg3.test.
408         * tests/specflags6.test:   Rename to tests/specflg6.test.
409         * tests/specflags7.test:   Rename to tests/specflg7.test.
410         * tests/specflags8.test:   Rename to tests/specflg8.test.
411         * tests/specflags9.test:   Rename to tests/specflg9.test.
412         * tests/subdircond.test:   Rename to tests/subcond.test.
413         * tests/subdircond2.test:  Rename to tests/subcond2.test.
414         * tests/subdircond3.test:  Rename to tests/subcond3.test.
415         * tests/texinfo.test:      Rename to tests/txinfo.test.
416         * tests/texinfo2.test:     Rename to tests/txinfo2.test.
417         * tests/texinfo3.test:     Rename to tests/txinfo3.test.
418         * tests/texinfo4.test:     Rename to tests/txinfo4.test.
419         * tests/texinfo5.test:     Rename to tests/txinfo5.test.
420         * tests/texinfo6.test:     Rename to tests/txinfo6.test.
421         * tests/texinfo7.test:     Rename to tests/txinfo7.test.
422         * tests/texinfo8.test:     Rename to tests/txinfo8.test.
423         * tests/texinfo9.test:     Rename to tests/txinfo9.test.
424         * tests/texinfo10.test:    Rename to tests/txinfo10.test.
425         * tests/texinfo13.test:    Rename to tests/txinfo13.test.
426         * tests/texinfo16.test:    Rename to tests/txinfo16.test.
427         * tests/texinfo17.test:    Rename to tests/txinfo17.test.
428         * tests/texinfo18.test:    Rename to tests/txinfo18.test.
429         * tests/Makefile.am (TESTS): Adjust.
430         * ChangeLog.1996: Rename to ChangeLog.96.
431         * ChangeLog.1998: Rename to ChangeLog.98.
432         * ChangeLog.2000: Rename to ChangeLog.00.
433         * ChangeLog.2001: Rename to ChangeLog.01.
434         * Makefile.am (EXTRA_DIST): Adjust.
435         Reported by Richard Dawe.
436
437 2003-01-13  Richard Dawe  <rich@phekda.freeserve.co.uk>  (tiny change)
438
439         * lib/am/distdir.am (distcheck): '=' is not valid in DOS filenames.
440         Use '_build' and '_inst' instead of '=build' and '=inst'.
441         * tests/man2.test: Reflect change automake: check for files in
442         '_build' and '_inst' directories instead of '=build' and '=inst'.
443
444 2003-01-13  Alexandre Duret-Lutz  <adl@gnu.org>
445
446         Use `_dirstamp' when the file-system doesn't support `.dirstamp'.
447         * m4/lead-dot.m4: New file.
448         * m4/Makefile.am (dist_m4data_DATA): Add lead-dot.m4
449         * m4/init.m4 (AM_INIT_AUTOMAKE): Require AM_SET_LEADING_DOT.:
450         * m4/depend.m4 (AM_SET_DEPDIR): Require AM_SET_LEADING_DOT. Define
451         DEPDIR using am__leading_dot.
452         * automake.in (require_build_directory): Define am__dirstamp, a new
453         variable for the dirstamp basename, based on am__leading_dot.
454         * tests/subobj6.test: Move all `test -f' into Makefiles, so we can
455         use $(am__dirstamp).
456         Reported by Richard Dawe.
457
458         * tests/gnits2.test, tests/pr300-prog.test, tests/transform.test:
459         Move all `test -f' into Makefiles, so we can honor $(EXEEXT) when
460         testing for programs.
461         Reported by Richard Dawe.
462
463 2003-01-10  Alexandre Duret-Lutz  <adl@gnu.org>
464
465         * Makefile.am (maintainer-check): Suggest using $sleep instead of
466         sleep 2.
467         * tests/defs.in (sleep): New variable.
468         * tests/asm.test, tests/confsub.test, tests/lisp3.test,
469         tests/texinfo16.test, tests/warnopts.test, tests/yaccvpath.test:
470         Use $sleep instead of sleep 2, to work around timestamp
471         inconsistencies in Windows.
472         Reported by Richard Dawe.
473
474         * Makefile.am (maintainer-check): Do not require SHELL=/bin/sh
475         after $MAKE -e.
476         * tests/ansi3.test, tests/ansi5.test, tests/cond22.test,
477         tests/man2.test, tests/subobj3.test, tests/suffix8.test,
478         tests/suffix11.test: Do not set SHELL=/bin/sh after $MAKE -e.
479         $SHELL is overridden by tests/defs, so it won't hurt even
480         if $MAKE -e uses the $SHELL envvar.
481         * tests/ansi.test, tests/insh2.test, tests/texinfo.test,
482         tests/texinfo8.test: Use SHELL=$SHELL, not SHELL=/bin/sh.
483         Reported by Richard Dawe.
484
485         Build elisp files all at once instead of one by one.
486         * automake.in (handle_emacs_lisp): Define am__ELFILES.  Add
487         elc-stamp to all's dependencies.
488         * lib/am/lisp.am (elc-stamp): New rule, build all *.elc files.
489         (.el.elc): Rewrite to call elc-stamp if $@ doesn't exist.
490         (clean-lisp): Clean elc-stamp.
491         * lib/elisp-comp: Reindent.  Erase the temporatry directory
492         from a trap.  Propagate Emacs's exit status.
493         * tests/lisp3.test: New file.
494         * tests/Makefile.am (TESTS): Add lisp3.test.
495         Reported by Ryan T. Sammartino.
496
497 2003-01-09  Akim Demaille  <akim@epita.fr>
498
499         * automake.texi: Prefer $(FOO) to @FOO@ in the documentation.
500
501 2003-01-08  Alexandre Duret-Lutz  <adl@gnu.org>
502
503         * m4/lispdir.m4: Register EMACS and EMACSLOADPATH as precious
504         variables.  Suggested by Ryan T. Sammartino.
505
506 2003-01-05  Alexandre Duret-Lutz  <adl@gnu.org>
507
508         * automake.in (macro_define): Add missing `{$cond}' (typo from
509         2002-09-18).
510         ($gen_copyright): Append year 2003.
511         (version): Increase year.
512
513         * tests/defs.in: Substitute aclocaldir instead of running
514         the installed aclocal.  Otherwise Libtool and Gettext
515         tests get skipped when aclocal doesn't preexist.
516         Reported by Imacat.
517         * tests/listval.test, tests/suffix2.test: Remove pointless -I
518         argument to aclocal.
519
520 -----
521
522 Copyright (C) 2003  Free Software Foundation, Inc.
523
524 This file is part of GNU Automake.
525
526 GNU Automake is free software; you can redistribute it and/or modify
527 it under the terms of the GNU General Public License as published by
528 the Free Software Foundation; either version 2, or (at your option)
529 any later version.
530
531 GNU Automake is distributed in the hope that it will be useful,
532 but WITHOUT ANY WARRANTY; without even the implied warranty of
533 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
534 GNU General Public License for more details.
535
536 You should have received a copy of the GNU General Public License
537 along with autoconf; see the file COPYING.  If not, write to
538 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
539 Boston, MA 02111-1307, USA.