bf6032e30c798e2af627664a53d549993c95a813
[platform/upstream/automake.git] / ChangeLog
1 2000-06-02  Morten Eriksen  <mortene@sim.no>
2
3         * depcomp: workaround for problem with SGI IRIX sed (it can only
4         handle lines of up to 8192 characters, the rest of the line will
5         be mangled).
6
7 2000-05-31  Morten Eriksen  <mortene@sim.no>
8
9         * depcomp: tell SGI MIPSpro compilers to generate dependencies
10         through the pre-processor (only CVS libtool has the -Wc option
11         yet).
12
13 2000-05-15  Brendan O'Dea  <bod@compusol.com.au>
14
15         * missing: Add support for `help2man'.
16
17 2000-05-11  Tom Tromey  <tromey@cygnus.com>
18
19         * automake.in (handle_tests): Work correctly if TESTS is empty;
20         print nothing if it is.  From Kevin Ryde.
21
22 2000-05-08  Tom Tromey  <tromey@cygnus.com>
23
24         * automake.texi (Texinfo): Mention vers*.texi.
25
26 2000-05-04  Akim Demaille  <akim@epita.fr>
27
28         AM_INIT_AUTOMAKE is no longer optional, so don't look for
29         `VERSION=' and `PACKAGE='.
30         * automake.in (seen_package, seen_version): Remove initializations of
31         unnecessary variables.
32         (scan_one_configure_file): Don't set them.
33         (scan_configure): Don't use them.
34
35 2000-05-01  Akim Demaille  <akim@epita.fr>
36
37         * m4/init.m4 (AC_PROVIDE_IFELSE): If it is not defined, do it.
38         (AM_INIT_AUTOMAKE): Update the writing conventions.
39         Quote the arguments properly.
40         Add a few missing `dnl'.
41         Use AC_PROVIDE_IFELSE.
42
43 2000-04-26  Jim Meyering  <meyering@lucent.com>
44
45         * automake.in (scan_one_configure_file): Handle the AC_CONFIG_FILES
46         macro.  Based on a patch from Harlan Stenn.
47
48 2000-04-13  Akim Demaille  <akim@epita.fr>
49
50         * compile: Remove unnecessary double quotes in assignments.
51
52 2000-04-13  Akim Demaille  <demaille@epita.fr>
53
54         * automake.in (scan_one_configure_file): Also recognize
55         AC_CONFIG_HEADERS.
56         Remove trailing blanks.
57
58 2000-04-05  Tom Tromey  <tromey@cygnus.com>
59
60         * header-vars.am (DESTDIR): Commented out definition.
61
62         * automake.in (require_file_internal): Pass --copy to libtoolize
63         if automake was run with `--copy'.
64
65 2000-03-22  Tom Tromey  <tromey@cygnus.com>
66
67         * automake.texi (Uniform): Fix definition of pkglibdir.
68         From thi <ttn@revel.glug.org>.
69
70 2000-03-19  Tom Tromey  <tromey@cygnus.com>
71
72         * aclocal.in (parse_arguments): Copyright 2000.
73         (write_aclocal): Likewise.
74         * automake.in (parse_arguments): Copyright 2000.
75         (initialize_global_constants): Likewise.
76
77         * automake.in (generate_makefile): Call handle_dist after
78         handle_dependencies and handle_tests.  Fixes subobj3.test and
79         pr19.test regressions.
80
81 2000-03-19  Gordon Matzigkeit  <gord@fig.org>
82
83         * depend2.am (@EXT@.o): Look for the source file in srcdir as well
84         as the current directory.
85         (@EXT@.lo): Likewise.
86
87 2000-03-19  OKUJI Yoshinori  <okuji@kuicr.kyoto-u.ac.jp>
88
89         * automake.in (handle_data): Pass -candist instead of
90         -defaultdist, for the compatibility.
91
92 2000-03-19  Tom Tromey  <tromey@cygnus.com>
93
94         Fix for test nodepcomp.test:
95         * automake.in (require_file_internal): Use readlink on symlinks.
96         Only unlink file if we are going to try to add it again.
97         (handle_dependencies): Require `depcomp' here.
98         (scan_configure): Don't require `depcomp'.
99
100 2000-03-16  OKUJI Yoshinori  <okuji@kuicr.kyoto-u.ac.jp>
101
102         * automake.in (handle_configure): Remove $(BUILT_SOURCES) from
103         the rule to remake Makefile, whether $use_dependencies is true
104         or not. This was a historical one and doesn't make sense any
105         longer.
106
107 2000-03-19  Tom Tromey  <tromey@cygnus.com>
108
109         More for PR automake/38:
110         * automake.texi (Invoking Automake): Document --force-missing.
111         * automake.in (force_missing): New global.
112         (parse_arguments): Recognize --force-missing.
113         (initialize_global_constants): Document --force-missing.
114         (require_file_internal): Handle --force-missing.
115
116         Fix for PR automake/38:
117         * automake.in (require_file_internal): Check for and handle
118         dangling symlinks.  Fixes symlink2.test.
119
120         Fix for PR automake/45:
121         * automake.texi (configure): Mention requirement to run
122         AM_INIT_AUTOMAKE.
123         (Requirements): Removed most text.
124         * automake.in (seen_init_automake): New global.
125         (scan_configure): Error if AM_INIT_AUTOMAKE not seen.
126         (scan_one_configure_file): Don't support AM_INIT_GUILE_MODULE.
127         Set seen_init_automake if needed.
128
129         Fix for PR automake/41:
130         * automake.in (require_file_found): New global.
131         (require_file_internal): Set require_file_found entry.
132         (handle_texinfo): Require file any number of times.
133
134         * automake.in (handle_dist_worker): Exit if `cp' fails.  Fixes
135         install2.test.
136
137         * tags.am: Don't reference $$here.  Report from Sven Verdoolaege.
138
139 2000-03-13  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
140
141         * m4/missing.m4: Print the backtick in a way that won't cause
142         autoconf CVS to emit any warnings.
143
144 2000-03-01  Jim Meyering  <meyering@lucent.com>
145
146         * automake.in (handle_dist_worker) [generating rules for distdir]:
147         Don't use `ln' (which was just a space optimization anyway) to
148         populate $(distdir).  Otherwise, the dist rules that change
149         permissions would end up affecting the master sources.
150         * texinfos.am (dist-info): Likewise.
151
152 2000-02-13  Jim Meyering  <meyering@lucent.com>
153
154         * automake.in (generate_makefile): Detect write/close failure.
155
156 2000-02-02  Assar Westerlund  <assar@sics.se>
157
158         * automake.in (handle_single_transform_list): do not use $< which
159         is not handled by all non-GNU makes.  Instead do explicit sh code
160         testing for the file in this directory and srcdir.  Based on a
161         suggestion by Alexandre Oliva <oliva@lsd.ic.unicamp.br>
162
163 2000-01-12  Tom Tromey  <tromey@cygnus.com>
164
165         * m4/lispdir.m4: Added --with-lispdir argument processing.
166         From Kevin Dalley.
167
168 2000-01-06  Tom Tromey  <tromey@cygnus.com>
169
170         * automake.in (handle_configure): Don't check for
171         AC_PROG_MAKE_SET.
172         (scan_configure): Check for AC_PROG_MAKE_SET.
173
174         * header-vars.am (@SET_MAKE@): Added.
175         * subdirs.am (@SET_MAKE@): Removed.  Report from Motoyuki
176         Kasahara.
177
178 1999-12-19  Tom Tromey  <tromey@cygnus.com>
179
180         * automake.in (handle_dist_worker): Expand DIST_COMMON under all
181         conditions.
182         (require_file_internal): Corrected arguments to second invocation
183         of maybe_push_required_file.
184
185         Fix for PR automake/9:
186         * automake.in (make_dirs, make_dirs_set): New globals.
187         (is_make_dir): New function.
188         (handle_configure): Use it.
189         (require_file_internal): Push file if there is no Makefile in its
190         directory.
191         (initialize_per_input): Initialize handle_dist_run.
192         (push_dist_common): Inspect handle_dist_run.
193         (handle_dist): Set handle_dist_run.  Push items from
194         configure_dist_common onto dist_common if appropriate.
195         (configure_dist_common): New global.
196         (scan_configure): Set it.
197         (maybe_push_required_file): New function.
198         (require_file_internal): Use it.
199
200         * automake.in (handle_dist_worker): Scan DIST_COMMON to see if
201         more subdirs are defined.  From Axel Belinfante.  Fixes
202         PR automake/2.
203
204 1999-12-18  Tom Tromey  <tromey@cygnus.com>
205
206         Partial fix for PR automake/40:
207         * lisp.am (install-@DIR@LISP): Handle nobase_ case.
208         (uninstall-@DIR@LISP): Likewise.
209         * header.am (install-@DIR@HEADERS): Handle nobase_ case.
210         (uninstall-@DIR@HEADERS): Likewise.
211         * data.am (install-@DIR@DATA): Handle nobase_ case.
212         (uninstall-@DIR@DATA): Likewise.
213         * automake.in (am_primary_prefixes): Recognize `nobase_' prefix.
214         (am_install_var): Recognize and handle `nobase_' prefix.
215
216 1999-12-17  Tom Tromey  <tromey@cygnus.com>
217
218         * automake.in (get_object_extension): Added space before `-I.'.
219         Report from Ralf Corsepius.
220
221 1999-12-15  Tom Tromey  <tromey@cygnus.com>
222
223         * aclocal.in: Don't pass $acdir to scan_m4_files.
224         (parse_arguments): Push $acdir on end of dirlist.
225         (scan_file): Don't warn if duplicate macro seen.
226
227 1999-12-13  Tom Tromey  <tromey@cygnus.com>
228
229         Fix for PR automake/30 and PR automake/23.  Fixes test
230         suffix3.test.
231         * automake.in (initialize_per_input): Initialize
232         source_suffix_pattern.
233         (derive_suffix): New function.
234         (handle_single_transform_list): Call it.
235
236         * automake.in (add_depend2): Handle the no-dependency-tracking
237         case.  Fixes test suffix2.test.
238
239         * depcomp (tmpdepfile): [case sgi] Added missing `fi'.
240
241         * automake.in (get_object_extension): Fixed quoting on
242         -I$(srcdir).
243
244         * depend2.am: Removed erroneous comment.
245
246         * automake.texi (Program variables): Document nostdinc.
247         (Options): Likewise.
248         * automake.in (get_object_extension): Respect nostdinc option.
249         (handle_options): Recognize nostdinc.
250         * comp-vars.am (DEFS): Use @DEFAULT_INCLUDES@ as sole
251         substitution.
252
253         * automake.in (read_am_file): Allow conditional includes.  Fixes
254         test condincl.test.
255
256         * depcomp: Handle case on SGI when libtool is `yes'.
257         * depend2.am (@EXT@.o): Set libtool.
258         (@EXT@.lo): Likewise.
259         (@EXT@.obj): Likewise.
260
261         * depcomp: Unify dashmstdout and dashXmstdout cases.  Move hp case
262         after gcc case.
263
264 1999-12-13  Pavel Roskin  <pavel_roskin@geocities.com>
265
266         * automake.in (add_depend2): substitute $rule in the rules
267         for individual files.  Fixes test specflags5.test.
268
269 1999-12-12  Tom Tromey  <tromey@cygnus.com>
270
271         * m4/depout.m4 (AM_OUTPUT_DEPENDENCY_COMMANDS): Run mkinstalldirs
272         to create directories.  Fixes test subobj3.test.
273
274 1999-12-10  Tom Tromey  <tromey@cygnus.com>
275
276         * m4/depout.m4 (AM_OUTPUT_DEPENDENCY_COMMANDS): Don't print
277         message when creating .deps files.
278
279         * automake.in (initialize_global_constants): If unreadable by
280         owner, make it readable by owner regardless of number of links.
281         Fixes more of install2.test.
282
283         * missing: Try to see if gnutar or gtar exist before invoking
284         them.
285
286         * m4/missing.m4 (AM_MISSING_INSTALL_SH): Remove ${SHELL} from
287         install_sh value.  Look for install-sh and install.sh in a
288         somewhat more sensible way.  Fixes test install2.test.  Partially
289         from Jim Meyering.
290
291 1999-12-09  Pavel Roskin  <pavel_roskin@geocities.com>
292
293         * m4/missing.m4: remove redundant backquote
294
295 1999-11-23  Tom Tromey  <tromey@cygnus.com>
296
297         * automake.in (initialize_global_constants): Use `bzip2 -9', not
298         `bzip --best'  Report from Jim Meyering.
299
300 1999-11-22  Tom Tromey  <tromey@cygnus.com>
301
302         * m4/missing.m4 (AM_MISSING_INSTALL_SH): Don't take argument.
303         * m4/init.m4 (AM_INIT_AUTOMAKE): Don't pass argument to
304         AM_MISSING_INSTALL_SH.
305         * automake.in (scan_one_configure_file): Reverted previous
306         change.
307
308         * automake.in (scan_one_configure_file): Define `install_sh'
309         configure variable when AM_INIT_AUTOMAKE seen.  Report from Jim
310         Meyering.
311
312         * automake.in (handle_single_transform_list): Generate explicit
313         rule for subdir objects.  Fixes new addition to subobj.test.
314
315         * automake.in (handle_lib_objects_cond): Allow LIBOBJS to be
316         defined by AC_SUBST.  Fixes ltlibobjs.test.
317
318         Fix for sourcesub.test:
319         * automake.in (handle_single_transform_list): Added `var'
320         argument.  If config sub found, give error.
321         (handle_source_transform): Updated for new
322         handle_source_transform.
323
324         * py-compile: New file.
325         * m4/Makefile.am (m4data_DATA): Added python.m4.
326         * m4/python.m4: New file.
327         * automake.texi (Uniform): Mention PYTHON.
328         (Python): New node.
329         * Makefile.am (amfiles): Added python.am, python-clean.am.
330         (dist_script_DATA): Added py-compile.
331         * python.am: New file.
332         * python-clean.am: New file.
333         * automake.in (seen_pythondir): New global.
334         (generate_makefile): Call handle_python.
335         (handle_python): New function.
336         (scan_one_configure_file): Set seen_pythondir if AM_PATH_PYTHON
337         seen.
338         (am_install_var): Special-case PYTHON like JAVA.
339         (scan_configure): Check for py-compile.
340         (initialize_global_constants): Added py-compile to @common_files.
341
342         * ltlib.am (install-@DIR@LTLIBRARIES): Added missing space.
343
344 1999-11-21  Tom Tromey  <tromey@cygnus.com>
345
346         * automake.in (finish_languages): Only generate suffix rule when
347         not doing dependency tracking.
348
349         * m4/init.m4 (AM_INIT_AUTOMAKE): Use AM_MISSING_INSTALL_SH.
350         * m4/missing.m4 (AM_MISSING_INSTALL_SH): New macro.
351
352         * depend2.am: Use @SOURCE@, @OBJ@, @LTOBJ@, @OBJOBJ@, and @BASE@.
353         Always use `-o'.
354
355 1999-11-19  Tom Tromey  <tromey@cygnus.com>
356
357         * dist.am: Set `CDPATH=:' to avoid problems.  Merged from
358         Alexandre's change on branch.
359
360 1999-10-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
361
362         * Makefile.am (maintainer-check): Look for occurrences of ``cd'
363         without `CDPATH'.
364         * dejagnu.am: Set CDPATH before cd.
365         * Makefile.in: Rebuilt.
366
367         * automake.in (handle_single_transform_list): Change `\1' for `$1'
368         in `s///' replacement.
369
370         * automake.in (handle_dist): Set CDPATH before cd.
371         * dejagnu.am (check-DEJAGNU): Likewise.
372         * texinfos.am (install-info-am, dist-info): Likewise.
373         * m4/init.m4 (AM_INIT_AUTOMAKE): Likewise.
374         * m4/missing.m4 (AM_MISSING_HAS_RUN): Likewise.
375         * aclocal.m4, configure, Makefile.in: Rebuilt.
376
377         * AUTHORS: Added myself.
378
379 1999-09-14  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
380
381         * m4/missing.m4: Support relative srcdir and ac_aux_dir.
382         Reported by Tim Wilkinson <tim@transvirtual.com>
383         * aclocal.m4, configure: Rebuilt.
384
385 1999-08-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
386
387         * m4/lex.m4 (AM_PROG_LEX): Require AM_MISSING_HAS_RUN and, if no
388         LEX program is found, use `${am_missing_run}flex'.
389
390 1999-08-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
391
392         * automake.in (handle_single_transform_list): Replace `$(OBJEXT)'
393         with `o' in depfile.
394
395         * automake.in (handle_lib_objects_cond): Remove second dot from
396         dependency file names.
397
398         * depend2.am (OBJEXT@EXT@.obj): Dependency file should be .Po,
399         regardless of OBJEXT.
400
401         * automake.in (handle_dependencies): Add blank line after depend2.
402         (handle_dependencies): Start DEP_FILES with `@AMDEP@'.  Output
403         blank line before `include's, not after them.
404         (scan_one_configure_file): Do not special-case `DEP_' any more.
405
406         * m4/depout.m4 (AM_OUTPUT_DEPENDENCY_COMMANDS): Run for loop only
407         if AMDEP is empty.
408         * aclocal.m4, configure: Rebuilt.
409
410         * m4/depend.m4 (AMDEPBACKSLASH): Define.
411         * depend2.am (@EXT@.o, @EXT@.lo, @EXT@.obj): Use AMDEPBACKSLASH.
412
413         * automake.in (handle_dependencies): Generate `include's for
414         dependency files after `@AMDEP@'.
415
416         * m4/missing.m4: Use eval, instead of a sub-shell, to test for
417         --run support in the missing script, since SHELL is not exported.
418         Reported by job bogan <job@piquin.uchicago.edu>
419         * aclocal.m4, configure: Rebuilt.
420
421 1999-08-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
422
423         * aclocal.m4, configure: Rebuilt with itself.
424         * Makefile.in, m4/Makefile.in, tests/Makefile.in: Likewise.
425
426         * m4/missing.m4 (AM_MISSING_PROG): Remove DIRECTORY argument.
427         Require AM_MISSING_HAS_RUN.  Use am_missing_run, defined by...
428         (AM_MISSING_HAS_RUN): New macro.
429         * m4/init.m4: Remove missing_dir from calls to AM_MISSING_PROG.
430         * automake.texi (Requirements): Likewise.
431         * version.texi, stamp-vti: Rebuilt.
432
433 1999-07-28  Tom Tromey  <tromey@cygnus.com>
434
435         * depcomp: Handle the `hp' mode.
436
437 1999-07-06  Tom Tromey  <tromey@cygnus.com>
438
439         * depcomp: Work around HP-UX 10.20 sed bug.
440
441 1999-07-05  Tom Tromey  <tromey@cygnus.com>
442
443         * automake.in (handle_dependencies): Generate a separate include
444         for each dep file.  Report from Alexandre Oliva.
445         * depend.am: Don't include DEP_FILES.
446
447 1999-06-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
448
449         * depend.am: Add @AMDEP@ before `include', so that dependency
450         tracking can be disabled.
451         * depend2.am: Ditto, before all lines related with dependency
452         tracking.
453         * m4/depend.m4 (AM_DEP_TRACK): New macro, that documents
454         --enable/disable-dependency-tracking and sets AMDEP accordingly.
455         It is implicitly disabled if depcomp is missing.
456         (AM_DEPENDENCIES): Disable dependency tracking unless it can be
457         generated by side-effect.
458         * m4/init.m4 (AM_INIT_AUTOMAKE): Require AM_DEP_TRACK.
459         * automake.in (handle_dependencies): Add @AMDEP@ before the value
460         of DEP_FILES.
461         * m4/depout.m4 (AM_OUTPUT_DEPENDENCY_COMMANDS): Handle DEP_FILES
462         starting with `#'.
463
464         * depcomp: Support -xM for dependency generation, for Sun CC.
465         Reported by Alex Hornby <alex@anvil.co.uk>
466         * m4/depend.m4: Extract the list of supported dependency-tracking
467         mechanisms from the depcomp script and use it to test each one.
468         * THANKS: Added Alex Hornby.
469
470         * depend2.am: Move $(depcomp) to the line of $(...DEPMODE), so as
471         to leave $(...COMPILE) in a line by itself.
472
473         * THANKS: Added Miles Bader.
474
475 1999-06-01  Miles Bader  <miles@ccs.mt.nec.co.jp>
476
477         * m4/depend.m4 (AM_DEPENDENCIES): Add check for `makedepend'.
478         Fix `dashmstdout' to ignore non-dependency-generating uses of the
479         -M flag.
480         * depcomp (makedepend): New dependency-generating method.
481
482 1999-06-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
483
484         * missing: If given `--run' as first argument, try to run the
485         given program before falling back to the ``emulated'' behavior.
486         Add support for `tar'.
487         * automake.in: Use new `tar' support for `dist'.
488         * m4/missing.m4 (AM_MISSING_PROG): Instead of checking for the
489         program, prepend `missing --run' to the given program name.
490         * m4/init.m4: Remove AMTAR-related stuff.
491         * NEWS: Updated.
492
493         * m4/depout.m4: Instead of `find'ing Makefiles, just iterate on
494         CONFIG_FILES.  Do not use temporary variable for list of
495         dependency files, it breaks Cygwin.
496
497 1999-04-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
498
499         * depcomp (gcc): Imported comments removed from depend2.am, so
500         that we don't lose them.
501
502         * m4/depout.m4 (AM_OUTPUT_DEPENDENCY_COMMANDS): Avoid sed s/$U//
503         when not using ansi2knr.
504
505 1999-04-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
506
507         * m4/depend.m4 (AM_DEPENDENCIES): Test for depcc -E support.
508         * depcomp (cpp): Extract dependencies from `# nnn "..."' lines.
509
510 1999-04-25  Alexandre Oliva  <oliva@dcc.unicamp.br>
511
512         * m4/depend.m4 (AM_DEPENDENCIES): Add a definition to conftest.h,
513         so as not to compile an empty source; some compilers fail on this.
514         Redirect stderr of depcc to /dev/null.  Test for -M with -o,
515         because some compilers will output the rules to the output file.
516         * depcomp (dashmstdout): Add --silent before --mode=compile, so
517         that we don't get libtool output mixed up with make rules.
518
519         * m4/init.m4 (AM_INIT_AUTOMAKE): Require AM_SET_DEPDIR.
520         * depend2.am: Set tmpdepfile too, to speed up depcomp.  Always use
521         -o for libtool, otherwise it may try to deduce the object name
522         from the dependency-generation flag.
523         * depcomp: Assume depdir exists.  Preserve depfile on unsuccessful
524         compilations.
525
526         * libtool.am: Do not emit .c.lo here...
527         * depend2.am: ... emit .*.lo here, only when using libtool.
528         * automake.in (get_object_extension): No more @MINUSO@ here.
529         (handle_single_transform_list): Set $depfile from $object.
530         (handle_dependencies): Emit depend2.am for all used languages,
531         regardless of $use_dependencies; the setting of depcomp makes the
532         difference.
533         (lang_cxx_finish): Do not emit compilation rules.
534         (lang_objc_finish): Likewise.
535         (lang_java_finish): Likewise.
536
537 1999-04-21  Tom Tromey  <tromey@cygnus.com>
538
539         * m4/depout.m4 (AM_OUTPUT_DEPENDENCY_COMMANDS): Correctly
540         interpolate DEPDIR in DEP_FILES expansion.
541
542 1999-04-20  Lee Iverson  <leei@Canada.AI.SRI.COM>
543
544         * m4/depend.m4 (AM_DEPENDENCIES): Fix up test for SGI-style
545         dependency updating.
546         * m4/depout.m4 (AM_OUTPUT_DEPENDENCY_COMMANDS): Fix sed script to
547         handle multi-line dependency lists.
548
549 1999-11-12  Tom Tromey  <tromey@cygnus.com>
550
551         Fix for PR automake/14:
552         * aclocal.in: Added `ud_GNU_GETTEXT'.  Updated to mention
553         AC_CYGWIN.
554         * automake.in: Mention AC_CYGWIN, not AC_CYGWIN32.
555
556         * m4/multi.m4: Added missing `]'.  From Akim Demaille.
557
558         * Makefile.am (path-check): Make sure distdir is writeable before
559         removing it.
560         * automake.in (handle_texinfo): Added `cm' and `ov' extensions.
561         (handle_dist_worker): Make sure distdir is writeable before
562         removing it.
563         (initialize_global_constants [$dist_trailer]): Make sure distdir
564         is writeable before removing it.
565         * dist.am (distcheck): Make the new source tree read-only before
566         compiling.  Idea from Karl Berry.
567
568         * automake.texi (Gnits): Allow COPYING.LIB again.
569         * automake.in (check_gnits_standards): Allow COPYING.LIB again.
570
571 1999-11-11  Jim Meyering  <meyering@ascend.com>
572
573         * dist.am (distcheck): Remove $(distdir).tar.gz before counting
574         files.
575
576 1999-11-09  Tom Tromey  <tromey@cygnus.com>
577
578         * automake.in (handle_dist): Typo fix.  From Jim Meyering.
579
580 1999-11-09  Jim Meyering  <meyering@ascend.com>
581
582         * automake.in (handle_dist): Remove the DISTHOOK and GETTEXT
583         markers, no matter what.
584
585 1999-11-08  Tom Tromey  <tromey@cygnus.com>
586
587         * dist.am (distcheck): Put `&&' at the start of the distcheck-hook
588         line.
589
590         * automake.in (handle_dist_worker): Use `cp -R', not `cp -r'.
591         From Jim Meyering.  Also, don't mention file name in `cp'
592         destination.  From Olly Betts.
593
594 1999-10-27  Miodrag Vallat  <miodrag@ifrance.com>
595
596         * texinfos.am (uninstall-info): Use installed info file, not one
597         from srcdir or builddir.
598
599 1999-11-07  Tom Tromey  <tromey@cygnus.com>
600
601         * clean.am (maintainer-clean-generic): Remove Makefile.in.  From
602         Jeff Bailey
603
604         Fix for PR automake/18:
605         * automake.in (handle_dist): Add contents of dist.am to the output
606         rules.
607         * Makefile.am (amfiles): Added dist.am.
608         * dist.am: New file.
609         (distcheck): Added uninstall and distclean checks.
610
611         * automake.in (PATH_PATTERN): Added `-' as allowable character.
612         Fixes PR automake/20.  From Matthew D. Langston.
613
614         * automake.in (SUFFIX_RULE_PATTERN): Add `0-9' as characters
615         allowed in suffixes.  Fixes PR 22.  From Matthias Clasen.
616
617 1999-10-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
618
619         * m4/lispdir.m4: -batch must come before -q.
620         * elisp-comp: Likewise.
621         Reported by Lars Hecking <lhecking@nmrc.ucc.ie>
622         * THANKS: Added Lars.
623
624 1999-08-15  Tom Tromey  <tromey@cygnus.com>
625
626         * automake.in (get_object_extension): Fixed quoting bug.  Fixes
627         ansi4.test.
628
629 1999-07-27  Tom Tromey  <tromey@cygnus.com>
630
631         * config.guess, config.sub: New versions from autoconf.
632
633 1999-07-13  Tom Tromey  <tromey@cygnus.com>
634
635         Work around losing `awk'.  Report from Harlan Stenn.
636         * m4/init.m4 (AM_INIT_AUTOMAKE): Require AC_PROG_AWK.
637         * tags.am (ID, TAGS): Use $(AWK), not `awk'.
638
639         * automake.in (handle_source_transform): Mark prefix as seen if
640         corresponding _SOURCES variable exists.  Fixes empty2.test.
641
642 1999-06-25  OKUJI Yoshinori  <okuji@kuicr.kyoto-u.ac.jp>
643
644         * configure.in (ACLOCAL): Do not prepend the variable SRCDIR to
645         m4.
646         (AUTOMAKE): Set --amdir to current directory.
647
648 1999-06-20  Tom Tromey  <tromey@cygnus.com>
649
650         * Makefile.am (TAGS_FILES): New macro.
651         (ETAGS_ARGS): Moved files into TAGS_FILES.
652         (TAGS_DEPENDENCIES): Likewise.
653         (ETAGS_ARGS): Removed.
654         (TAGS_DEPENDENCIES): Removed duplicate definition.
655
656         * tags.am (ID): Handle VPATH correctly.  Use TAGS_FILES.  Report
657         from Ganesan Rajagopal.
658         (TAGS): Likewise.
659
660 1999-06-18  Thomas Tanner  <tanner@ffii.org>
661
662         * automake.in (handle_ltlibraries): Check for -module in LDFLAGS,
663         too.
664
665 1999-06-20 Mark Elbrecht <snowball3@bigfoot.com>
666
667         * ylwrap: Handle filenames output by the DOS version of Bison.
668
669 1999-06-20  Tom Tromey  <tromey@cygnus.com>
670
671         * ylwrap: Be less strict when recognizing DOS paths.  From Mark
672         Elbrecht.
673
674 1999-06-19  Tom Tromey  <tromey@cygnus.com>
675
676         * automake.in (handle_dist_worker): Remove redundant entries from
677         DIST_SUBDIRS.
678
679         * automake.in (handle_lib_objects_cond): Better error message when
680         unrecognized option passed in LDADD.
681
682 1999-06-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
683
684         * configure.in (ACLOCAL, AUTOMAKE): Use our own scripts, with
685         appropriate --acdir and --amdir arguments.
686
687 1999-06-07  Alexandre Oliva  <oliva@dcc.unicamp.br>
688
689         * automake.in (dist_header): Avoid changing permissions of files
690         in the source tree, trying a complex `find/chmod' command before
691         falling back to plain chmod.
692         (handle_dist_worker): Do not create directories with mode 777, the
693         find above will take care of that.
694         * m4/init.m4: Set install_sh for find/chmod above.
695
696         * THANKS: Added Shuhei Amakawa.
697
698 1999-06-07  Shuhei Amakawa <sa264@cam.ac.uk>
699
700         * mans.am: Strip dirname from given filename.
701
702 1999-06-07  Jim Meyering  <meyering@ascend.com>
703
704         * automake.in (handle_dist): Change emitted rules so that a failure
705         in `$(MAKE) distcheck-hook' propagates to the outer make.
706
707 1999-05-27  Tom Tromey  <tromey@cygnus.com>
708
709         * automake.in (handle_single_transform_list): Replace AM_FLAG and
710         not FLAG in compilation rule.
711         (add_depend2): Likewise.
712
713         * ltlib.am (install-@DIR@LTLIBRARIES): Pass INSTALL_STRIP_FLAG to
714         libtool.
715
716         * m4/dmalloc.m4: Updated dmalloc site information.
717
718 1999-05-19  Tom Tromey  <tromey@cygnus.com>
719
720         * automake.in (handle_single_transform_list): Push object name
721         without extension onto lang_specific_files.  Fixes
722         specflags4.test.
723
724         * automake.in (handle_single_transform_list): Added missing
725         space.  Fixes specflags.test.
726
727 1999-05-05  Tom Tromey  <tromey@cygnus.com>
728
729         * automake.in: Disabled dependency tracking for Java.
730
731 1999-05-04  Tom Tromey  <tromey@cygnus.com>
732
733         * library.am (@LIBRARY@): Use $(@XLIBRARY@_AR).
734         * automake.in (handle_libraries): Recognize _AR variable.
735
736 1999-04-30  Tom Tromey  <tromey@cygnus.com>
737
738         * automake.in (finish_languages): Always use `-o $@' with
739         libtool.  Define ltcompile and ltlink at outermost scope in
740         function.
741         * libtool.am (.c.lo): Removed.
742
743         * automake.in (finish_languages): Put `.' before extension in
744         suffix list, `.obj' rule, and `.lo' rule.  Look at `-flags', not
745         `-flag'.  From Pavel Roskin.
746
747 1999-04-28  Tom Tromey  <tromey@cygnus.com>
748
749         * automake.in (finish_languages): Fixed scoping of ltcompile and
750         ltlink.  From Pavel Roskin.
751
752 1999-04-27  Tom Tromey  <tromey@cygnus.com>
753
754         * automake.in (read_main_am_file): Don't start macro definition
755         with backslash-newline.  Instead, append newline at the end if
756         required.
757
758         * automake.in (read_am_file): Insert a backslash before a trailing
759         newline.  Fixes pluseq8.test.
760
761         * automake.in (MACRO_PATTERN): Allow digits and `_' to start a
762         macro name.
763         (check_canonical_spelling): Don't insert `AM' before macro name
764         (reverts Alexandre's 1999-04-27 patch).
765         * automake.texi: Reverted documentation change for `AM' patch.
766
767         * automake.in (handle_lib_objects_cond): Prefer `$1' over `\1'.
768         Minor rewrite for clarity.
769         (check_canonical_spelling): Prefer `$1' over `\1'.
770
771         * depend2.am (@OBJ@): Renamed.  Use @SOURCE@, @COMPILE@.  Always
772         use `-o $@'.
773         (@LTOBJ@): Likewise.
774         * automake.in (handle_single_transform_list): Don't print rule if
775         doing dependency tracking and the file's language supports it.
776         (initialize_per_input): Initialize lang_specific_files.
777         (add_depend2): New function.
778         (handle_dependencies): Use it.
779
780         * automake.in (lang_ppf77_finish): Use lang_f77_finish.
781         ratfor compiler name is `RCOMPILE'.  ppf77 compiler name changed
782         to `PPF77COMPILE' to allow use of f77 and ppf77 in the same
783         directory.
784         (lang_ratfor_finish): Use lang_f77_finish.
785
786         * compile.am (NOTDEPEND.c.o): Removed.
787         (OBJEXT.c.obj): Likewise.
788         * automake.in: Added `flags' attribute to all relevant languages.
789         (handle_single_transform_list): Handle per-derived-object flags.
790         Changed interface and all callers.
791         (handle_built_sources): Don't call handle_single_transform_list.
792         Added `compile' and `compiler-name' attribute to all relevant
793         languages.
794         (finish_languages): Define compiler variables here.
795         (lang_cxx_finish): Don't call define_compiler_variable.  Don't
796         define flag variable or .o rules.  Don't add to @suffixes.
797         (lang_f77_finish): Likewise.
798         (lang_ppf77_finish): Likewise.
799         (lang_objc_finish): Likewise.
800         (lang_java_finish): Likewise.
801         (finish_languages): Define flag variable here.
802         Added `output-arg' attribute to all relevant languages.
803         (finish_languages): Define `.o' rules here.
804         (finish_languages): Put extension on @suffixes.
805         (get_object_extension): Don't transform NOTDEPEND or MINUSO.
806
807 1999-04-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
808
809         * automake.in (initialize_global_constants): Invoke gzip for
810         dist-shar just like in plain dist, i.e., pass it GZIP_ENV and -c.
811
812         * automake.in (initialize_global_constants): Remove zip file
813         before re-creating it.
814         Reported by Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
815
816         * texinfos.am (uninstall-info): Look for info file in srcdir, just
817         like in install-info-am.
818         Reported by Tudor Hulubei <tudor@cs.unh.edu>
819
820         * automake.in (handle_lib_objects_cond): \Q doesn't work either.
821         Let's use the good ol' substitution, then.
822         Reported by Russ Allbery <rra@stanford.edu>
823
824         * automake.in (check_canonical_spelling): Insert AM before names
825         starting with non-letters.
826
827         * automake.texi: Document it.
828
829 1999-04-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
830
831         * automake.in (handle_lib_objects_cond): Do not use quotemeta, it
832         doesn't work on perl4.  Maybe \Q and \E do.
833
834 1999-04-24  Tom Tromey  <tromey@cygnus.com>
835
836         * automake.in: Treat `.zip' and `.jar' files as Java.
837
838         * automake.in (generate_makefile): Define `subdir' after reading
839         .am file.
840         (read_main_am_file): Give programming error if variable defined
841         before invocation.
842
843 1999-04-22  Tom Tromey  <tromey@cygnus.com>
844
845         * automake.in (generate_makefile): Define `subdir' variable.
846         (handle_dist): Don't define `subdir'.
847
848         * automake.in (handle_texinfo): Change numbering scheme for
849         stamp-vti files, to avoid problems with DOS.
850         From Michel de Ruiter.
851
852         * automake.texi: Don't mention AM_FUNC_MKTIME.
853         * aclocal.in (obsolete_macros): Mention AM_FUNC_MKTIME.
854         * automake.in (scan_one_configure_file): Recognize
855         AC_FUNC_MKTIME, not AM_FUNC_MKTIME.
856         (obsolete_macros): Mention AM_FUNC_MKTIME.
857         * m4/Makefile.am (m4data_DATA): Removed mktime.m4.
858         * m4/mktime.m4: Removed.
859
860 1999-04-20  Tom Tromey  <tromey@cygnus.com>
861
862         * automake.texi (Top level): Don't recommend substing SUBDIRS.
863
864 1999-04-20  Brian Ford <ford@vss.fsi.com>
865
866         * scripts.am: Change else if's to elif.
867
868 1999-04-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
869
870         * automake.in (handle_lib_objects_cond): Only require the source
871         of a LIBOBJ if it's not in BUILT_SOURCES.
872         Reported by Erez Zadok.
873
874 1999-04-19  Tom Tromey  <tromey@cygnus.com>
875
876         * automake.in: Treat `.class' files as Java source.
877         (lang_java_finish): Handle `.class' files.
878
879 1999-04-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
880
881         * m4/lispdir.m4: Match only `/(share|lib)/x?emacs/site-lisp/*$'.
882
883         * m4/lispdir.m4: Do not override lispdir if it's already defined.
884         Run some emacs-lisp to find out the site-lisp directory, but
885         relocate it into prefix.
886
887 1999-04-17  Paul Eggert  <eggert@twinsun.com>
888
889         * m4/mktime.m4 (bigtime_test, main): Move alarm from
890         bigtime_test to main, since Solaris 7 (64-bit) mktime loops
891         even outside of bigtime_test.  Use a time limit of 60 seconds
892         for the whole test, not 10 seconds per iteration.
893
894 1999-04-17  Erez Zadok  <ezk@cs.columbia.edu>
895
896         * automake.in: Create stamps for headers in appropriate
897         directories, even if the input file lives in a different place.
898         * remake-hdr.am: Likewise.
899
900 1999-04-16  Tom Tromey  <tromey@cygnus.com>
901
902         From Brian Ford:
903         * progs.am (install-@DIR@PROGRAMS, uninstall-@DIR@PROGRAMS):
904         Invoke `sed' only once per program.
905         * scripts.am (install-@DIR@SCRIPTS, uninstall-@DIR@SCRIPTS):
906         Invoke `sed' only once per program.
907
908 1999-04-13  Tom Tromey  <tromey@cygnus.com>
909
910         * automake.in (handle_subdirs): Make `install-recursive' phony.
911         From Michel de Ruiter.
912
913         * automake.in (handle_ltlibraries): Added missing `check'.
914
915 1999-04-12  Tom Tromey  <tromey@cygnus.com>
916
917         * ansi2knr.c: New version from Pavel Roskin (via ansi2knr.c
918         maintainer).
919
920 1999-04-11  Tom Tromey  <tromey@cygnus.com>
921
922         * automake.in (handle_dist): Use AMTAR.
923         (initialize_global_constants): Likewise.
924         * m4/init.m4 (AM_INIT_AUTOMAKE): Use AMTAR, not TAR.
925
926         * automake.in (lang_sub_obj): New function.
927         (lang_cxx_rewrite): Use it.
928         (lang_asm_rewrite): Likewise.
929         (lang_objc_rewrite): Likewise.
930         (lang_cxx_finish): Add `-o $@' to all C++ rules.
931         (lang_asm_finish): Add `-o' to suffix rules when appropriate.
932         (lang_objc_finish): Add `-o $@' to all ObjC rules.
933         (lang_java_finish): Likewise.
934
935         * automake.in: Only register `asm' once.
936         (lang_asm_finish): Put assembly suffixes on @suffixes.
937
938         * libtool.am (.s.lo): Removed.
939         (.S.lo): Likewise.
940         * automake.in (lang_asm_finish): Handle libtool.
941
942         * libtool.am (.c.o): Always pass -c to libtool.
943
944         * automake.in (lang_yacc_rewrite): Handle sources in subdirs.
945         (lang_yaccxx_rewrite): Likewise.
946         (lang_lex_rewrite): Likewise.
947         (lang_lexxx_rewrite): Likewise.
948
949         Assembly code no longer included by default:
950         * compile.am (.s.o): Removed.
951         (.S.o): Likewise.
952         * automake.in: Register `asm' language.
953         (lang_asm_finish): Generate suffix rules for assembly.
954         (get_object_extension): Don't add `.s' or `.S' to suffix list.
955
956         * automake.in (get_object_extension): Substitute @MINUSO@ when
957         including compile.am.
958         * compile.am (.c.o): Added @MINUSO@.
959         (.c.obj): Likewise.
960
961         First cut at allowing objects in subdirectories:
962         * m4/Makefile.am (m4data_DATA): Added minuso.m4.
963         * Makefile.am (dist_script_DATA): Added compile.
964         * m4/minuso.m4: New file.
965         * automake.in (initialize_global_constants): Added compile to
966         common_files.
967         (seen_cc_c_o): New global.
968         (scan_one_configure_file): Set it when AM_PROG_CC_C_O seen.
969         (handle_options): Recognize `subdir-objects' option.
970         (lang_c_rewrite): Added directory argument.
971         (lang_yacc_rewrite): Likewise.
972         (lang_yaccxx_rewrite): Likewise.
973         (lang_lex_rewrite): Likewise.
974         (lang_lexxx_rewrite): Likewise.
975         (handle_single_transform_list): Pass directory to _rewrite
976         function.  Generate dependencies for dirstamp files for each .o;
977         it is just the rules we want to create once.
978         (lang_c_rewrite): Handle `subdir-objects' option.
979         (lang_c_rewrite): Require `compile' program.
980         * compile: New file.
981
982         * automake.in (initialize_per_input): Initialize %directory_map.
983         (handle_single_transform_list): Only create .dirstamp rules once
984         per directory.
985
986         * m4/gcj.m4 (AM_PROG_GCJ): Use AC_CHECK_PROGS, not AC_CHECK_PROG.
987
988         Fix for confh.test:
989         * automake.in (configure_input_files): New global.
990         (scan_configure): Set it.
991         (handle_configure): Use configure_input_files when determining
992         which subdirs have a Makefile.am.  Fixes confh.test.
993         (handle_configure): Only recognize acconfig.h in top srcdir.
994
995 1999-04-10  Tom Tromey  <tromey@cygnus.com>
996
997         * depend2.am (%.o): Use `$(*D)/$(*F)', not just `$(*F)'.
998         (%.lo): Likewise.
999
1000         * automake.in (am_install_var): Remove redundancies from the
1001         result.  Fixes test cond8.test.
1002
1003         * automake.in (handle_single_transform_list): Handle dependency
1004         tracking when files are created in subdirs.  Error if object in
1005         subdir has `..' component.
1006
1007         * automake.in (initialize_global_constants): Use $(TAR), not tar.
1008
1009         * automake.in (handle_ltlibraries): Allow check_LTLIBRARIES.
1010
1011         * automake.in (lang_yacc_finish): Added missing `&'.
1012
1013 1999-04-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
1014
1015         * automake.in (handle_configure): Replace multiple occurrences of
1016         @STAMP@ in the same line; completes the patch for remake-hdr.am
1017         below.
1018
1019         * automake.in (handle_dependencies): Fix test for `autodep'
1020         support.
1021
1022         * automake.in (handle_source_transform): Add a pfx to used_pfx
1023         only if it's conditional or non-empty, to reduce the number of
1024         empty variables.  Emit _OBJECS variable based on program name if
1025         no SOURCES were explicitly specified.
1026
1027         * remake-hdr.am: Create the stamp file before the header file,
1028         and just rename it after, so that the timestamps will be correct.
1029         Reported by Marc Horowitz <marc@mit.edu>
1030
1031         * automake.in (lang_yacc_finish): Generate and dist a `.h' for a
1032         `.y' iff YFLAGS or AM_YFLAGS contain `-d'.
1033         Reported by Jim Meyering <meyering@ascend.com>
1034
1035         * automake.in (lang_yacc_finish): $hname must not contain a `.'.
1036
1037 1999-04-10  Tom Tromey  <tromey@cygnus.com>
1038
1039         * Makefile.am (EXTRA_DIST): New macro.
1040         * ChangeLog.1996, ChangeLog.1998: New files.
1041
1042 1999-04-09  Tom Tromey  <tromey@cygnus.com>
1043
1044         * automake.in (handle_source_transform): Handle dist and nodist
1045         prefixes.
1046         (initialize_per_input): Initialize dist_sources.
1047         (check_libobjs_sources): Handle dist and nodist prefixes.
1048         (generate_makefile): Define DIST_SOURCES.
1049         * dist-vars.am (DISTFILES): Reference DIST_SOURCES, not SOURCES.
1050
1051         * automake.texi (Macros): Mention AM_PROG_GCJ.
1052         (Java Support): New node.
1053         (Dist): Documented dist_ and nodist_ prefixes.
1054
1055         * m4/gcj.m4 (AM_PROG_GCJ): Renamed from AC_PROG_GCJ.
1056
1057         * automake.in (lang_java_finish): Generate .lo rule for `.java'
1058         files, not `.gcj' files.
1059
1060         * m4/gcj.m4: New file.
1061         * m4/Makefile.am (m4data_DATA): Added gcj.m4.
1062
1063         * automake.in: Register the `java' language.
1064         (resolve_linker): Handle GCJLINK.
1065         (lang_java_rewrite): New function.
1066         (LANG_IGNORE, LANG_PROCESS, LANG_SUBDIR): New constants.
1067         (lang_c_rewrite): Use new constants.
1068         (lang_cxx_rewrite): Likewise.
1069         (lang_header_rewrite): Likewise.
1070         (lang_yacc_rewrite): Likewise.
1071         (lang_yaccxx_rewrite): Likewise.
1072         (lang_lex_rewrite): Likewise.
1073         (lang_lexxx_rewrite): Likewise.
1074         (lang_asm_rewrite): Likewise.
1075         (lang_f77_rewrite): Likewise.
1076         (lang_ppf77_rewrite): Likewise.
1077         (lang_ratfor_rewrite): Likewise.
1078         (lang_objc_rewrite): Likewise.
1079         (handle_single_transform_list): Likewise.  Handle LANG_SUBDIR
1080         return from rewrite function.
1081         (lang_java_finish): New function.
1082         (register_language): Changed interface and all calls.  Added
1083         `autodep' settings to various languages.
1084         (handle_dependencies): Use `autodep' property of language when
1085         including dependency-tracking code.
1086
1087 1999-04-07  Tom Tromey  <tromey@cygnus.com>
1088
1089         * automake.in (handle_texinfo): Indentation fixes.
1090
1091 1999-04-07  Alexandre Oliva  <oliva@dcc.unicamp.br>
1092
1093         * automake.in (value_to_list): Skip *only* trailing backslashes.
1094
1095 1999-04-07  Pavel Roskin  <pavel_roskin@geocities.com>
1096
1097         * automake.in (value_to_list): Skip trailing backslashes.
1098
1099 1999-04-07  Alexandre Oliva  <oliva@dcc.unicamp.br>
1100
1101         * automake.in (handle_texinfo): Add texinfo.tex to config_aux_dir
1102         when appropriate.
1103         Reported by Per Cederqvist <ceder@lysator.liu.se>
1104         (handle_texinfo): Do not define texinfo_tex='.', use
1105         '$(srcdir)/texinfo.tex' instead; the directory name will be
1106         properly extracted.
1107         (require_conf_file_with_line): Fixed typo.
1108
1109 1999-04-03  Raja R Harinath  <harinath@cs.umn.edu>
1110
1111         * automake.in (handle_tests): Test `dir=./' before `dir=', so that
1112         we do not depend on PATH starting with `.'.
1113
1114 1999-03-31  Tom Tromey  <tromey@cygnus.com>
1115
1116         * automake.in (quote_cond_val): Quote \n.
1117         (unquote_cond_val): Unquote \n.
1118         (read_am_file): If line ends with `\', preserve it and add a
1119         newline.
1120         (read_main_am_file): In conditional case, put conditional text at
1121         beginning of each generated line.
1122
1123 1999-03-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
1124
1125         * automake.in (handle_tests): support XFAIL_TEST
1126         * automake.texi: document it
1127
1128 1999-04-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
1129
1130         * End of merge from trunk.
1131
1132 1999-04-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
1133
1134         * automake.in (cmdline_use_dependencies): Reintroduce it.
1135         (--ignore-deps): Set cmdline_use_dependencies again.
1136         (handle_dependencies): If use_dependencies is not set, define
1137         depcomp as empty.
1138         (handle_configure): Pass --ignore-deps to generated Makefile.ins.
1139         (scan_configure): Do not require depcomp when ignoring
1140         dependencies.
1141         (initialize_global_constants): Reintroduce --ignore-deps.
1142
1143 1999-04-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
1144
1145         * depcomp: New file.
1146         * Makefile.am (dist_script_DATA): Added depcomp.
1147         * automake.in (cmdline_use_dependencies, omit_dependencies,
1148         dependency_macros): Removed.
1149         (--ignore-deps): Just ignore.
1150         (handle_single_transform_list, dep_files): Named dependency files
1151         as \$(DEPDIR)/$base.P$obj
1152         (handle_lib_objects_cond): Likewise.
1153         (generate_dependency_code): Do not check for AM_*_DEPENDENCIES.
1154         (scan_one_configure_file): Likewise.
1155         (handle_dependencies): Always enable auto-dep.  Define `depcomp'.
1156         Ignore OMIT_DEPENDENCIES.
1157         (handle_configure): Do not pass --ignore-deps.
1158         (scan_configure): Require `depcomp'.
1159         (initialize_global_constants): Make `depcomp' common.  Remove
1160         `--ignore-deps' from usage.
1161         (get_object_extension): No more NOTDEPEND in compile nor libtool.
1162         * compile.am: Remove rules for .c.o and .c.obj
1163         * depend.am (distclean-depend): Wipe out $(DEPDIR)
1164         * depend2.am (@FPFX@DEPMODE): Define from config.status.
1165         Use it and depcomp in suffix rules.
1166         * libtool.m4: Likewise.
1167         * m4/ccdepend.m4, m4/cxxdepend.m4: Removed.
1168         * m4/depvars.m4, m4/objcdepend.m4: Likewise.
1169         * m4/Makefile.am (dist_m4data_DATA): Likewise.
1170         * m4/depout.m4 (AM_OUTPUT_DEPENDENCY_COMMANDS): Extract DEPDIR
1171         from the Makefile and subst it in deps.  Report creation of deps
1172         files (for now).  Replace $U with `_' and the empty string.  Write
1173         a comment to each created file.
1174         * m4/depend.m4 (AM_SET_DEPDIR): Select a valid deps dir name.
1175         (AM_DEPENDENCIES): Accept CC, CXX and OBJC.  Just determine the
1176         dependency mode and AC_SUBST [$1]DEPMODE.
1177         * m4/init.m4 (AM_INIT_AUTOMAKE): Automatically call
1178         AM_DEPENDENCIES for CC and CXX, if the corresponding AC_PROG
1179         appears in configure.in, before or after AM_INIT_AUTOMAKE.
1180
1181 1999-04-02  Raja R Harinath  <harinath@cs.umn.edu>
1182
1183         * depout.m4: Fix sed expression for extracting `dirpart'.
1184
1185 1999-03-29  Tom Tromey  <tromey@cygnus.com>
1186
1187         * depend2.am (DEP_@FPFX@COMPILE): Use `!=' and not `-ne'.
1188
1189         * compile.am (.c.obj): Also disabled when dependency tracking
1190         enabled.
1191         * depend2.am (@EXT@.obj): New target.
1192         * automake.in (get_object_extension): Added explanatory comment.
1193         (generate_dependency_code): Handle $seen_objext.
1194
1195         * depend.am: Removed obsolete comment.
1196         * depend2.am: Minor formatting fix.
1197
1198 1999-03-28  Tom Tromey  <tromey@cygnus.com>
1199
1200         * m4/Makefile.am (dist_m4data_DATA): Renamed, and added new
1201         files.
1202         (EXTRA_DIST): Removed.
1203         * automake.in (dependency_macros): New global.
1204         (scan_one_configure_file): Recognize new dependency tracking
1205         macros, and define new resulting configure variables.
1206         (generate_dependency_code): New sub.
1207         (handle_dependencies): Use it.
1208         * depend2.am (DEP_@FPFX@COMPILE): New macro.
1209         (@EXT@.o): Use it.
1210         (@EXT@.lo): Likewise.
1211         * m4/depvars.m4: New file.
1212         * m4/objcdepend.m4: New file.
1213         * m4/cxxdepend.m4: New file.
1214         * m4/init.m4: Moved dependency handling code into depout.m4.
1215         * m4/depout.m4: New file.
1216         * m4/ccdepend.m4: New file.
1217         * m4/depend.m4: New file.
1218
1219         * depend2.am (@EXT@.o): Renamed to be old-style suffix pattern.
1220         (@EXT@.lo): Likewise.
1221         * m4/init.m4 (AM_INIT_AUTOMAKE): Don't create `.deps/.P'; it is no
1222         longer needed.
1223
1224         * m4/init.m4 (AM_INIT_AUTOMAKE): Add code to config.status which
1225         will create the required .P files for dependency tracking.
1226         * automake.in (scan_dependency_file): Removed.
1227         (handle_dependencies): Never call scan_dependency_file.
1228         (generate_deps): Removed.
1229         (parse_arguments): Don't recognize --generate-deps, --build-dir,
1230         --srcdir-name, or --include-deps.  Do recognize --ignore-deps.
1231         (srcdir_name): Removed.
1232         (build_directory): Removed.
1233         (initialize_global_constants): Changed $USAGE to reflect argument
1234         parsing changes.
1235         (handle_dist_worker): Never run automake in `dist' rule.
1236         (handle_configure): Use --ignore-deps, not --include-deps.
1237         * depend.am (DEPS_MAGIC): Removed.
1238         (DEP_FILES): Unconditionally include.
1239
1240 1999-03-27  Tom Tromey  <tromey@cygnus.com>
1241
1242         * automake.in (saw_sources_p): Correctly count header extensions
1243         seen.
1244         (handle_headers): Fixed order of arguments to am_install_var.
1245
1246         * automake.in (am_install_var): Don't error if EXTRA_foo is
1247         defined uselessly.
1248
1249         * scripts.am (install-@DIR@SCRIPTS): Use NDIR when appropriate.
1250         (uninstall-@DIR@SCRIPTS): Likewise.
1251         * progs.am (install-@DIR@PROGRAMS): Use NDIR when appropriate.
1252         (uninstall-@DIR@PROGRAMS): Likewise.
1253         * ltlib.am (install-@DIR@LTLIBRARIES): Use NDIR when appropriate.
1254         (uninstall-@DIR@LTLIBRARIES): Likewise.
1255         * lisp.am (install-@DIR@LISP): Use NDIR when appropriate.
1256         (uninstall-@DIR@LISP): Likewise.
1257         * libs.am (install-@DIR@LIBRARIES): Use NDIR when appropriate.
1258         (uninstall-@DIR@LIBRARIES): Likewise.
1259         * java.am (install-@DIR@JAVA): Use NDIR when appropriate.
1260         (uninstall-@DIR@JAVA): Likewise.
1261         * header.am (install-@DIR@HEADERS): Use NDIR when appropriate.
1262         (uninstall-@DIR@HEADERS): Likewise.
1263         * data.am (install-@DIR@DATA): Use NDIR when appropriate.
1264         (uninstall-@DIR@DATA): Likewise.
1265         * Makefile.in: Rebuilt.
1266         * Makefile.am (dist_pkgdata_DATA): Renamed.
1267         (EXTRA_DIST): Removed.
1268         (install-data-hook): Added POST_INSTALL; print commands as they
1269         are run; respect DESTDIR.
1270         * dist-vars.am (DISTFILES): Removed $(HEADERS).
1271         * automake.in (am_install_var): Accept `-candist' and
1272         `-defaultdist' options.  Handle `dist_' and `nodist_' prefixes.
1273         (am_primary_prefixes): Added can_dist argument.  Recognize `dist_'
1274         and `nodist_' prefixes.
1275         (handle_scripts): Pass -candist to am_install_var.
1276         (handle_data): Pass -defaultdist to am_install_var.
1277         (handle_headers): Likewise.
1278         (handle_emacs_lisp): Pass -candist to am_install_var.
1279         (handle_java): Pass -candist to am_install_var.
1280
1281 1999-03-26  Tom Tromey  <tromey@cygnus.com>
1282
1283         * m4/init.m4: Fixed typo when invoking SHELL.
1284
1285         * automake.in (lang_yacc_finish): Always use `.h' as suffix for
1286         yacc header file.  From Ralf Corsepius.
1287
1288         * Makefile.in: Rebuilt.
1289         * Makefile.am: Updated to reflect removal of TAR subst.
1290         * automake.texi (Options): Document dist-bzip2.
1291         * automake.in (TAR): Removed global.
1292         (initialize_global_constants): Changed `dist' to use pipe with
1293         gzip; work with non-GNU tar.
1294         (handle_dist): Handle non-GNU tar.  Don't define TAR.
1295         (initialize_global_constants): Added `dist-bzip2' entry.
1296         (handle_options): Recognize dist-bzip2 option.
1297         (handle_dist): Likewise.
1298         * configure: Rebuilt.
1299         * configure.in: Don't check for tar.
1300         * m4/init.m4 (AM_INIT_AUTOMAKE): Check for `tar'.  Substitute
1301         AMTARFLAGS.
1302
1303         * automake.in (am_install_var): Removed obsolete comment.
1304
1305         * texinfos.am (uninstall-info): Don't print loop but instead print
1306         commands.  Simplified pre-uninstall loop.
1307         * scripts.am (uninstall-@DIR@SCRIPTS): Don't print loop but
1308         instead print commands.
1309         * progs.am (uninstall-@DIR@PROGRAMS): Don't print loop but instead
1310         print commands.
1311         * ltlib.am (uninstall-@DIR@LTLIBRARIES): Don't print loop but
1312         instead print commands.
1313         * lisp.am (install-@DIR@LISP): Strip subdir from file name.
1314         (uninstall-@DIR@LISP): Likewise.  Also, don't print loop but
1315         instead print commands.
1316         * libs.am (uninstall-@DIR@LIBRARIES): Don't print loop but instead
1317         print commands.
1318         * java.am (uninstall-@DIR@JAVA): Don't print loop but instead
1319         print commands.
1320         * header.am (install-@DIR@HEADERS): Strip subdir from file name.
1321         (uninstall-@DIR@HEADERS): Likewise.  Also, don't print loop but
1322         instead print commands.
1323         * data.am (install-@DIR@DATA): Strip subdir from file name.
1324         (uninstall-@DIR@DATA): Likewise.  Also, don't print loop but
1325         instead print commands.
1326
1327         * automake.in (handle_merge_targets): `install-strip' is a phony
1328         target.  From Michel de Ruiter.
1329
1330 1999-03-25  Tom Tromey  <tromey@cygnus.com>
1331
1332         * automake.in (define_compiler_variable): Don't define variable
1333         with trailing `_'.
1334
1335 1999-03-25  Alexandre Oliva  <oliva@dcc.unicamp.br>
1336
1337         * automake.in (LDADD): accept -dlopen and -dlpreopen here
1338         * automake.texi: ditto
1339
1340 1999-03-25  Alexandre Oliva  <oliva@dcc.unicamp.br>
1341
1342         * automake.in (TESTS): make from Solaris 7/x86 loses if srcdir
1343         is absolute and != objdir.  dir="" or "$(srcdir)/" fixes it
1344
1345 1999-03-24  Tom Tromey  <tromey@cygnus.com>
1346
1347         * automake.in (define_compiler_variable): New sub.
1348         (finish_languages): Use it.
1349         (lang_cxx_finish): Likewise.
1350         (lang_f77_finish): Likewise.
1351         (lang_ppf77_finish): Likewise.
1352         (lang_ratfor_finish): Likewise.
1353         (lang_objc_finish): Likewise.
1354
1355 1999-03-23  Tom Tromey  <tromey@cygnus.com>
1356
1357         * progs.am (install-@DIR@PROGRAMS): Use `-e' instead of multiple
1358         sed invocations.  From Elrond.
1359         (uninstall-@DIR@PROGRAMS): Likewise.
1360
1361         * automake.in (lang_lex_finish): Rewrite `l', not `y', to `c'.
1362         From Ralf Corsepius.
1363
1364 1999-02-01  Thomas Tanner  <tanner@gmx.de>
1365
1366         * automake.in: accept both A(C|M)_PROG_LIBTOOL, print a
1367         warning when AM_PROG_LIBTOOL was found
1368         * automake.texi: renamed AM_PROG_LIBTOOL to AC_PROG_LIBTOOL
1369
1370 1999-03-22  Tom Tromey  <tromey@cygnus.com>
1371
1372         Made `+=' more robust.  Fixes pluseq6.test and pluseq7.test.
1373         * automake.in (define_standard_variables): New sub.
1374         (read_main_am_file): Use two passes to scan standard variables.
1375         (read_am_file): Don't special-case configure variables with `+='.
1376         (initialize_per_input): Initialize %var_was_plus_eq.
1377         (read_am_file): Set var_was_plus_eq element correctly.
1378         (define_variable): Give error if variable assigned with `+=' is
1379         internally defined.
1380         (initialize_per_input): Initialize %am_var_defs.
1381         (file_contents_with_transform): Set element in %am_var_defs.
1382         (read_am_file): Use %am_var_defs.
1383
1384 1999-03-21  Tom Tromey  <tromey@cygnus.com>
1385
1386         * automake.in (initialize_per_input): Initialize %object_map.
1387         (handle_single_transform_list): Allow source files in
1388         subdirectories.
1389
1390 1999-03-21  Jim Meyering  <meyering@na-net.ornl.gov>
1391
1392         * automake.in (handle_dist): Add missing newline after the first
1393         semicolon.
1394
1395 1999-03-11  Tom Tromey  <tromey@cygnus.com>
1396
1397         * m4/error.m4, m4/mktime.m4, m4/obstack.m4, m4/regex.m4,
1398         m4/strtod.m4: Use $ac_objext, not `.o'.  From Jim Meyering.
1399
1400         From Jim Meyering:
1401         * automake.in (handle_dist): Add `;\' to end of distcheck-hook
1402         line.
1403         (scan_one_configure_file): In LIBOBJS, recognize `$ac_objext' as
1404         legitimate ending.  Fixes libobj9.test.
1405
1406         From Ralf Corsepius.  Fixes lex3.test.
1407         * automake.in (lang_yacc_finish): Include `.' in name pushed onto
1408         maintainer-clean list.
1409         (lang_lex_finish): Likewise.
1410
1411 1999-03-02  Tom Tromey  <tromey@cygnus.com>
1412
1413         * subdirs.am (maintainer-clean-recursive): Changed "&&" into "if"
1414         construct to work around FreeBSD make/sh problem.  From Rich Wales.
1415
1416 1999-03-01  Tom Tromey  <tromey@cygnus.com>
1417
1418         Fixes from Pavel Roskin:
1419         * automake.in (variable_conditions_sub): Sort list passed to
1420         variable_conditions_permutations.
1421         (variable_conditions): Sort list before returning.
1422
1423 1999-02-27  Tom Tromey  <tromey@cygnus.com>
1424
1425         * automake.in (lang_extensions): New sub.
1426         (handle_dependencies): Use it.
1427         (cxx_extensions): Removed.
1428         (lang_cxx_finish): Use lang_extensions.
1429         (f77_extensions): Removed.
1430         (lang_f77_finish): Use lang_extensions.
1431         (objc_extensions): Removed.
1432         (lang_ppf77_finish): Put `.' before extension.  Fixes ext.test.
1433         Report from Dave Morrison.
1434         (lang_ratfor_finish): Likewise.
1435
1436 1999-02-26  Tom Tromey  <tromey@cygnus.com>
1437
1438         * automake.in (finish_languages): Added AM_LDFLAGS.
1439         (lang_cxx_finish): Likewise.
1440         (lang_f77_finish): Likewise.
1441         (lang_ppf77_finish): Likewise.
1442         (lang_ratfor_finish): Likewise.
1443         (lang_objc_finish): Likewise.
1444
1445 1999-02-11  Tom Tromey  <tromey@cygnus.com>
1446
1447         * aclocal.in (obsolete_macros): Copied from automake.in.
1448         (obsolete_rx): Use only keys of obsolete_macros.
1449         (scan_configure): Report replacement macro for an obsolete macro.
1450         * automake.in (obsolete_macros): Added ud_GNU_GETTEXT.
1451
1452         * automake.in (obsolete_macros): Corrected typo in AM_EXEEXT
1453         entry.  Fixes obsolete2.test.
1454
1455         * automake.in (obsolete_macros): Use empty string to indicate no
1456         substitution.
1457         (scan_one_configure_file): Likewise.
1458
1459 1999-02-07  Paul Eggert  <eggert@twinsun.com>
1460
1461         * m4/ccstdc.m4 (AM_PROG_CC_STDC): Prefer -Ae to -Aa
1462         -D_HPUX_SOURCE, since -Ae allows `long long' and this is
1463         needed by some programs.
1464
1465 1999-02-10  Tom Tromey  <tromey@cygnus.com>
1466
1467         * automake.in (handle_texinfo): Added `pgs' to list of
1468         extensions.  From NISHIDA Keisuke.
1469
1470 1999-02-04  Akim Demaille  <demaille@inf.enst.fr>
1471
1472         * automake.in (handle_texinfo): remove texinfo.tex from
1473         TEXINFODIR.
1474
1475 1999-02-02  Tom Tromey  <tromey@cygnus.com>
1476
1477         * automake.in (handle_merge_targets): Use INSTALL_STRIP_FLAG.
1478         * progs.am (install-@DIR@PROGRAMS): Added INSTALL_STRIP_FLAG.
1479         * header-vars.am (INSTALL_PROGRAM): Removed
1480         AM_INSTALL_PROGRAM_FLAGS.
1481         (INSTALL_STRIP_FLAG): New macro.
1482
1483         * automake.in: Handle `ypp' as C++ yacc source and `lpp' as C++
1484         lex source.
1485         (lang_yacc_finish): Likewise.
1486         (lang_lex_finish): Likewise.
1487
1488 1999-02-01  Tom Tromey  <tromey@cygnus.com>
1489
1490         * automake.in (handle_dist_worker): Correctly find find in $$d,
1491         not $$.  From Bill Davidson.
1492
1493         * automake.in (finish_languages): Use "&", not "do".  From Pavel
1494         Roskin.
1495         (handle_single_transform_list): Likewise.
1496
1497 1999-01-29  Tom Tromey  <tromey@cygnus.com>
1498
1499         * automake.in (handle_configure): Removed unused variable.  From
1500         Pavel Roskin.
1501
1502         * ansi2knr.c: New version from L. Peter Deutsch.
1503
1504 1999-01-22  Tom Tromey  <tromey@cygnus.com>
1505
1506         * automake.in (require_file_internal): Correctly examine return
1507         value of `system'.  From Andris Pavenis.  Fixes copy.test.
1508
1509         * m4/init.m4 (AM_INIT_AUTOMAKE): Require autoconf 2.13.
1510
1511         * automake.in (lang_ppf77_rewrite): New function.  From Jochen
1512         Kuepper.  Fixes ppf77.test.
1513         (lang_ratfor_rewrite): New function
1514
1515         * automake.in (handle_configure): Use `&' before sub calls (Perl 4
1516         fix).  From Erez Zadok.
1517
1518 1999-01-15  Tom Tromey  <tromey@cygnus.com>
1519
1520         * configure.in: Version 1.4a (oops).
1521
1522         * configure.in: Updated version to 1.5a.
1523
1524 1999-01-14  Tom Tromey  <tromey@cygnus.com>
1525
1526         * automake.in (handle_configure): Compute $header_dir based on
1527         $one_name, not $one_hdr.  Reported by Erez Zadok.  Fixes
1528         confh2.test.
1529         (handle_configure): Compute relative path to input header
1530         correctly in all cases.
1531
1532         * automake.in (handle_tests): Avoid error messages from dejagnu
1533         test rules.  From Karl Heuer.
1534
1535         * automake.in (handle_texinfo): Add `/' to end of $conf_dir.
1536
1537         * Makefile.am (AUTOMAKE_OPTIONS): Added `1.4'.
1538
1539         * texi-vers.am ($(srcdir)/stamp-@VTI@): Find @TEXI@ in srcdir.
1540         From Alexandre Oliva and Erez Zadok.
1541
1542         * automake.in (create): Renamed from touch.
1543         (handle_configure): Use create, not touch.
1544
1545         * config.sub, config.guess: New versions from autoconf.
1546
1547         * mkinstalldirs: New version from autoconf.
1548
1549 1999-01-12  Tom Tromey  <tromey@cygnus.com>
1550
1551         * config.sub, config.guess, COPYING, texinfo.tex: New versions
1552         from FSF.
1553
1554 1999-01-11  Marcus G. Daniels  <mgd@chama.santafe.edu>
1555
1556         * automake.in (PATH_PATTERN): New variable:
1557         (INCLUDE_PATTERN): Use it.  Ignore all include commands using
1558         symbols besides $(top_srcdir) and $(srcdir).
1559
1560 1999-01-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
1561
1562         * automake.in (handle_dist_worker): avoid failure in `make dist'
1563         if last file is a builddir-only file
1564
1565 1999-01-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
1566
1567         * missing (autoheader): `s' was missing from sed script; grr
1568
1569 1999-01-11  Tom Tromey  <tromey@cygnus.com>
1570
1571         * remake-hdr.am (@STAMP@): Reverted timestamp change.
1572         ($(srcdir)/@STAMP@.in): Likewise.
1573
1574 1999-01-10  Tom Tromey  <tromey@cygnus.com>
1575
1576         * Makefile.am (scriptdir): New macro.
1577         (script_DATA): Likewise.
1578         (install-data-hook): Use them.
1579         (EXTRA_DIST): Added script_DATA.
1580         (installcheck-local): Use script_DATA.
1581
1582         * Makefile.am (pkgdata_DATA): Removed duplicate definition.
1583
1584 1999-01-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
1585
1586         * missing (autoheader): accept multiple header files
1587         (automake): simplify sed processing
1588
1589 1999-01-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
1590
1591         * automake.in (handle_configure, stamp_dir): create only one stamp
1592         file per header, instead of one in the top-level directory and one
1593         in the directory that contains the header.
1594
1595 1999-01-10  Tom Tromey  <tromey@cygnus.com>
1596
1597         * automake.in (lang_objc_finish): Formatting fix.
1598
1599         * automake.in (objc_extensions): New sub.
1600         (handle_dependencies): Only generate dependency-tracking code for
1601         ObjC when ObjC source seen.