make echo silent
[platform/upstream/automake.git] / ChangeLog
1 Mon May 26 22:50:49 1997  Tom Tromey  <tromey@cygnus.com>
2
3         * remake-hdr.am ($(srcdir)/@STAMP@.in): Make echo silent.  Report
4         from Alexandre Oliva.
5
6         * automake.in (generate_makefile): If --no-force, check
7         Makefile.in against configure.in and aclocal.m4.  Report from
8         Alexandre Oliva.
9
10         * automake.in (handle_dist_worker): Put --include-deps on command
11         line if specified originally.
12         (handle_configure): Likewise.
13
14         * configure.in: Error if Perl 5.001 is used.
15
16         * ylwrap: Don't quote $prog when executing it.  From Jim
17         Meyering.
18
19 Thu May 15 12:05:20 1997  Tom Tromey  <tromey@cygnus.com>
20
21         * automake.in (handle_merge_targets): Set INSTALL_SCRIPT in
22         install-strip target.
23
24 Tue May 13 08:20:02 1997  Tom Tromey  <tromey@cygnus.com>
25
26         * automake.in (handle_dependencies): Don't generate dependencies
27         if DEP_FILES would be empty.
28
29 Sun May 11 13:59:14 1997  Tom Tromey  <tromey@cygnus.com>
30
31         * config.guess: New version from FSF.
32
33         * automake.in (get_object_extension): If ansi2knr in another
34         directory, always define ANSI2KNR to full path.  From Akim
35         Demaille.
36
37         * kr-extra.am (clean-krextra): Remove ansi2knr here, not in
38         distclean-krextra.
39
40         * missing: Regularized grammar.  From François Pinard.
41
42 Sat May 10 16:48:47 1997  Tom Tromey  <tromey@cygnus.com>
43
44         * Released 1.1p.
45
46         * m4/init.m4: Error if source directory already configured.
47
48         * automake.in (scan_dependency_file): Always use srcdir name as
49         passed in on command line.
50
51 Thu May  1 12:53:46 1997  Ian Lance Taylor  <ian@cygnus.com>
52
53         * automake.in (value_to_list): Don't fail when a variable
54         substitution is not a complete word.
55
56 Tue May  6 15:22:41 1997  Ian Lance Taylor  <ian@cygnus.com>
57
58         * subdirs.am: Fix check for make -k to use $(MAKEFLAGS) and to not
59         get fooled by command line arguments.
60
61 Sat May 10 15:48:46 1997  Tom Tromey  <tromey@cygnus.com>
62
63         * m4/ccstdc.m4: Print "none needed" if compiler accepts ANSI C by
64         default.
65
66 Mon May  5 23:24:09 1997  Tom Tromey  <tromey@cygnus.com>
67
68         * mkinstalldirs, config.guess, config.sub, COPYING, texinfo.tex:
69         New versions from FSF.
70
71 Sun May  4 15:21:22 1997  Tom Tromey  <tromey@cygnus.com>
72
73         * texinfos.am (install-info): Avoid the Debian install-info.
74         (uninstall-info): Likewise.
75
76         * automake.in (handle_single_transform_list): Strip any directory
77         name before processing name.
78
79 Thu May  1 19:24:08 1997  Tom Tromey  <tromey@cygnus.com>
80
81         * depend2.am (.deps/%.P): Don't put $(srcdir)/ into dependency.
82
83 Wed Apr 30 19:15:47 1997  Tom Tromey  <tromey@cygnus.com>
84
85         * automake.in (handle_dist_worker): Change how top_distdir is
86         computed.  Based on patch from Ian Taylor.
87         (handle_dist): Define top_distdir.
88
89         * automake.in (handle_yacc_lex_cxx): Include CXXFLAGS in CXXLINK.
90         (handle_yacc_lex_cxx): Include CFLAGS in LINK.
91
92 Wed Apr 30 14:46:37 1997  Ian Lance Taylor  <ian@cygnus.com>
93
94         * automake.in (handle_dist_worker): When building a distribution,
95         if SUBDIRS is defined conditionaly, recur into each possible
96         subdirectory.
97
98         * clean.am (distclean-generic): Remove stamp-h[0-9]*.
99
100 Tue Apr 29 19:11:45 1997  Tom Tromey  <tromey@cygnus.com>
101
102         * INSTALL, mkinstalldirs, install-sh: Update from François
103         Pinard.
104
105         * aclocal.in (add_macro): If AC_ macro was defined, then mark it
106         as seen.  Report from Janos Farkas.
107
108         * subdirs.am: Clean targets now run in reverse order.  From Kevin
109         Dalley.
110
111         * automake.in (handle_texinfo): Put `aminfo', not `info' on
112         @clean.
113
114         * mdate-sh: New version from Ulrich Drepper.
115
116 Mon Apr 28 01:18:05 1997  Tom Tromey  <tromey@cygnus.com>
117
118         * automake.in (handle_configure): Makefile only depends on
119         BUILT_SOURCES when generating dependencies.
120
121         * Released 1.1o.
122
123 Sun Apr 27 23:58:20 1997  Tom Tromey  <tromey@cygnus.com>
124
125         * automake.in (handle_dist): Use variable_value, not
126         variable_contents.
127
128 Wed Apr 23 14:04:28 1997  Ian Lance Taylor  <ian@cygnus.com>
129
130         * automake.in (IF_PATTERN): Define.
131         (ELSE_PATTERN, ENDIF_PATTERN): Define.
132         (AM_CONDITIONAL_PATTERN): Define.
133         (%configure_cond): New global hash table.
134         (handle_source_transform): If xx_SOURCES is defined conditionally,
135         define xx_OBJECTS using the same conditions.
136         (handle_lib_objects): If variable is defined conditionally, define
137         xx_DEPENDENCIES conditionally.  Most code moved into subroutine.
138         (handle_lib_objects_cond): New function, broken out of
139         handle_lib_objects.
140         (scan_one_configure_file): Look for $AM_CONDITIONAL_PATTERN.
141         (conditional_true_when): New function.
142         (variable_defined): Add new parameter: cond.  Change some
143         callers.
144         (variable_conditions): New function.
145         (variable_conditionally_defined): New function.
146         (variable_value): New function.  Change most uses of $contents to
147         call variable_value instead.
148         (value_to_list): New function, from variable_value_as_list.
149         (variable_value_as_list): Add new parameter: cond.  Change all
150         callers.  Move some code into subroutine value_to_list.
151         (define_pretty_variable): Add new parameter: cond.  Change call
152         callers.
153         (read_am_file): Handle conditionals.
154         (initialize_per_input): Initialize %conditional and
155         @conditional_stack.
156         * m4/cond.m4: New file.
157         * m4/Makefile.am (m4data_DATA): Add cond.m4.
158
159 Sun Apr 27 11:03:36 1997  Tom Tromey  <tromey@cygnus.com>
160
161         * automake.in (handle_dist_worker): Run automake once per
162         directory, instead of once at the top.
163         (handle_dist_worker): Changed interface.
164         (handle_dist): Likewise.
165         (generate_makefile): Better error message if can't write the
166         file.
167         (handle_dist_worker): Pass top_distdir to subdir makes.
168
169         * automake.in (handle_dist_worker): Use mode 777 on directories in
170         distribution.  GNU Standards compliance.
171
172         * automake.in (handle_yacc_lex_cxx): Don't use interlock.
173         (output_yacc_build_rule): Don't use interlock; just use new ylwrap
174         instead.  The new ylwrap builds in a subdir; idea from Mark
175         Eichin.
176         (output_lex_build_rule): Likewise.
177         (initialize_global_constants): [common_files] Don't include
178         interlock.
179
180         * Makefile.am (pkgdata_SCRIPTS): Removed interlock.
181         * interlock: Removed.
182         * ylwrap: Changed interface.  Now runs command in subdir.
183
184         * remake.am (config.status): Look in srcdir for config header.
185         ($(srcdir)/configure): Likewise.
186         * remake-hdr.am (@STAMP@): Look in srcdir for config header.  From
187         Phil Nelson.
188         ($(srcdir)/@CONFIG_HEADER_IN@): Likewise.
189
190         * automake.in (handle_aclocal_m4): Make target $(ACLOCAL_M4), not
191         value spelled out.  From Phil Nelson
192
193         * automake.in (handle_configure): Don't skip Makefiles; instead
194         skip automake inputs.
195         (handle_merge_targets): Changed interface; put $makefile at
196         beginning of @all (rather than Makefile at end).
197
198         * automake.in (handle_yacc_lex_cxx): Correctly compute
199         de_ansi_sources.
200
201         * clean-kr.am (distclean-kr): Do nothing; ansi2knr is removed in
202         kr-extra.am.
203
204         * Makefile.am: Check to make sure there are no accidental
205         configure substitutions.
206
207         * automake.in (handle_texinfo): Don't allow configure substitution
208         on @MAKEINFO@ here.
209
210         * automake.in (handle_yacc_lex_cxx): ._c and ._o files both depend
211         on $(ANSI2KNR).
212
213         * kr-extra.am (ansi2knr): Removed.
214         (ansi2knr.o): Likewise.
215
216         * automake.in (get_object_extension): Allow ansi2knr to be built
217         from any directory.
218
219 Fri Apr 25 12:33:23 1997  Tom Tromey  <tromey@cygnus.com>
220
221         * missing: Changed bison text.  From Ian Taylor.
222
223         * m4/missing.m4: Redirect stdin of testee.  From Bill Fenner.
224
225         * automake.in (output_yacc_build_rule): Generate rule to create .h
226         file.
227         (handle_footer): Generate unique, sorted list of suffixes.
228
229         * automake.in (scan_one_configure_file): Recognize AC_PROG_AWK,
230         _CPP, _CXCPP, _LN_S.  From Ralph Schleicher.
231
232 Mon Apr 21 12:35:57 1997  Ian Lance Taylor  <ian@cygnus.com>
233
234         * automake.in (@config_fullnames): New array.
235         (@config_names): New array, replacing $config_name.
236         (@config_headers): New array, replacing $config_header.
237         (get_object_extension): Handle multiple header files.
238         (handle_tags, handle_merge_targets): Likewise.
239         (scan_one_configure_file): Likewise.
240         (handle_configure): Likewise.  Don't check for the configuration
241         header file in AC_OUTPUT; it won't be there.
242         * remake-hdr.am: Handle multiple header files.
243         * clean-hdr.am: New file, broken out of remake-hdr.am.
244         * m4/header.m4: Handle multiple header files.
245         * Makefile.am (pkgdata_DATA): Add clean-hdr.am.
246
247 Wed Apr 16 00:05:47 1997  Tom Tromey  <tromey@cygnus.com>
248
249         * texinfos.am (.texi.info, .texi, .texinfo.info, .info): Remove
250
251         * automake.in (define_program_variable): Added `override' argument.
252         (handle_texinfo): Pass override arg when defining MAKEINFO.
253         (AC_MISSING_PROG): New constant.
254         (scan_one_configure_file): Use it.
255
256 Tue Apr 15 12:12:28 1997  Tom Tromey  <tromey@cygnus.com>
257
258         * automake.in (handle_texinfo): In --cygnus mode, reserve
259         clean-info for the user.
260
261         * automake.in (handle_subdirs): Typo fix.  From Akim Demaille.
262
263         * automake.in (handle_tags): Only use SUBDIRS if it is actually
264         defined.  Report from Ian Taylor.
265
266         * tags.am: Added prefix to SUBDIRS rules.
267
268 Wed Apr  9 17:09:40 1997  Tom Tromey  <tromey@cygnus.com>
269
270         * automake.in (handle_ltlibraries): Use correct rpath
271         substitution.  Bug from Jim Blandy.
272
273 Mon Apr  7 17:40:18 1997  Tom Tromey  <tromey@cygnus.com>
274
275         * automake.in (AM_INIT_AUTOMAKE_PATTERN): Fixed for new 3rd arg.
276         Test version2.test.
277
278 Thu Apr  3 19:07:59 1997  Tom Tromey  <tromey@cygnus.com>
279
280         * Released 1.1n.
281
282         * tags.am (TAGS): Run "cd && etags" in subshell for proper
283         associativity.
284
285         * texinfos.am (install-info-am): If --cygnus, then info file can
286         be in build dir.  From David Zaroski.
287
288         * ltlibrary.am (@LTLIBRARY@): use @RPATH@, not explicit -rpath.
289
290         * automake.in (handle_ltlibraries): Treat EXTRA_ libraries
291         specially.
292
293 Wed Apr  2 00:03:50 1997  Tom Tromey  <tromey@cygnus.com>
294
295         * automake.in (handle_source_transform): Don't generate dependency
296         on config.h.
297         (scan_dependency_file): Strip the .P file from the target.
298
299         * automake.in (handle_tags): Use single, not double, quotes when
300         setting list variable.
301
302         * data.am, header.am, libs.am, lisp.am, ltlib.am, progs-clean.am,
303         progs.am, scripts.am, tags.am: Use single quotes to fill list
304         variable; otherwise `$' in filename will not work.  From Per
305         Bothner.
306
307         * mdate-sh: Use "ls -d" so mdate-sh can be run on a directory.
308         From Bruno Haible.
309
310         * automake.in (handle_programs): Error if LIBADD used where LDADD
311         meant.
312         (handle_libraries): Error if LDADD used where LIBADD meant.
313         (handle_ltlibraries): Likewise.
314
315 Tue Apr  1 22:46:33 1997  Tom Tromey  <tromey@cygnus.com>
316
317         * automake.in (check_canonical_spelling): New sub.
318         (handle_programs): Use it.
319         (handle_libraries): Likewise.
320         (handle_ltlibraries): Likewise.
321
322 Mon Mar 31 12:13:08 1997  Tom Tromey  <tromey@cygnus.com>
323
324         * depend2.am (.deps/%.P): Make .P file depend on everything the .c
325         file includes.
326
327 Fri Mar 28 23:34:49 1997  Tom Tromey  <tromey@cygnus.com>
328
329         * automake.in (handle_configure): Error if stamp-h appears in
330         AC_OUTPUT line.
331
332 Thu Mar 27 17:28:47 1997  Tom Tromey  <tromey@cygnus.com>
333
334         * automake.in (handle_dist_worker): Avoid automake rules in
335         generated Makefile when no-dependencies specified.  From Greg
336         Woods.
337
338         * m4/lispdir.m4: Don't AC_SUBST ELCFILES.  From Greg Woods.
339
340         * texi-vers.am (stamp-@VTI@): Make commands silent.
341
342         * Makefile.am (maintainer-check): "true" is ok now.
343
344         * m4/init.m4: Added optional 3rd argument, which avoids
345         AC_DEFINE.
346
347         * automake.in (scan_one_configure_file): Explicitly avoid
348         INSTALL_SCRIPT to avoid defining it twice.
349
350         * header-vars.am: Change _INSTALL variable definitions to `true'.
351         Updated all users to put `@' before invocation.
352
353 Tue Mar 25 22:09:45 1997  Tom Tromey  <tromey@cygnus.com>
354
355         Update to follow GNU Standards:
356         * automake.in (handle_man_pages): Use NORMAL_UNINSTALL before
357         uninstall-man.
358         * texinfos.am (uninstall-info): Use two loops, and have
359         PRE_UNINSTALL before running install-info.
360         * data.am, header.am, libs.am, lisp.am, ltlib.am, progs.am,
361         scripts.am, texinfos.am: Use NORMAL_UNINSTALL.
362         * header-vars.am (PRE_UNINSTALL, POST_UNINSTALL,
363         NORMAL_UNINSTALL): Define.
364
365         * automake.in (scan_one_configure_file): Don't define ANSI2KNR as
366         a configure varriable.
367
368         * m4/missing.m4: Run test in a subshell.  From Gord Matzigkeit.
369
370 Mon Mar 24 23:28:59 1997  Tom Tromey  <tromey@cygnus.com>
371
372         * m4/sanity.m4: Sleep before creating temp file.
373
374         * header-vars.am (NORMAL_INSTALL, PRE_INSTALL, POST_INSTALL):
375         Define.
376
377 Sat Mar 22 00:06:00 1997  Tom Tromey  <tromey@cygnus.com>
378
379         * automake.in (am_install_var): Make sure to delete
380         CYGWIN/NOTCYGWIN tokens as appropriate.
381         (handle_programs): Remove NOTCYGWIN tokens as well.
382         (file_contents_with_transform): A single newline makes an empty
383         line.
384
385         * program.am: Remove executable before linking.
386
387         * texinfos.am (.texi.dvi): Look in @TEXINFODIR@ for texinfo.tex.
388         (.texinfo.dvi): Likewise.
389
390         * automake.in (handle_texinfo): TEXINFO_TEX variable can set
391         location of texinfo.tex.
392
393 Fri Mar 21 10:22:51 1997  Tom Tromey  <tromey@cygnus.com>
394
395         * texinfos.am (.texinfo.dvi): Mirror .texi.dvi.
396
397         * ansi2knr.c, ansi2knr.1: New versions from L. Peter Deutsch.
398
399         * scripts.am: Add @EXEEXT@ to installed scripts.
400
401 Wed Jan 22 20:12:31 1997  Jim Meyering  <meyering@na-net.ornl.gov>
402
403         * m4/mktime.m4 (AM_FUNC_MKTIME): Run tests for each of a few values
404         for the TZ environment variable.  Andre Novaes Cunha provided the
405         hairy TZ setting that exercized the Solaris tzset bug.
406
407 1997-01-22  Paul Eggert  <eggert@twinsun.com>
408
409         * m4/mktime.m4: (AM_FUNC_MKTIME): Fix bug in mktime test -- don't
410         test now, test a couple of thousand times.
411
412 Thu Mar 20 00:16:54 1997  Tom Tromey  <tromey@cygnus.com>
413
414         * automake.in (handle_programs): Remove CYGWIN lines unless
415         AM_CYGWIN32 seen.
416         (am_install_var): Remove CYGWIN lines from -clean file as well.
417
418         * progs.am: Put @EXEEXT@ where appropriate.
419
420         * program.am (@PROGRAM@): If using Cygwin32, then create actual
421         name in addition to ".exe" name.
422
423         * progs-clean.am (clean-@DIR@PROGRAMS): Conditionalize on CYGWIN.
424
425         * automake.in (check_cygnus): Require AM_CYGWIN32 in --cygnus mode.
426         (am_install_var): If AM_CYGWIN32 not seen, then remove @EXEEXT@
427         from .am files.
428
429         * automake.in (seen_cygwin32): New global.
430         (scan_one_configure_file): Check for AM_CYGWIN32.
431
432         * m4/cygwin.m4: New file.
433
434         * automake.in (scan_one_configure_file): Explicitly handle
435         AC_CONFIG_HEADER so we can avoid spurious warnings.
436         (obsolete_macros): Removed AC_CONFIG_HEADER.
437
438         * automake.in (handle_yacc_lex_cxx): Perl 4 fixes.  From Greg
439         A. Woods.
440
441 Wed Mar 19 00:35:13 1997  Tom Tromey  <tromey@cygnus.com>
442
443         * Released 1.1m.
444
445         * m4/missing.m4: Print message saying what is happening.
446
447         * m4/sanity.m4: sleep before testing.
448
449 Tue Mar 18 17:20:03 1997  Tom Tromey  <tromey@cygnus.com>
450
451         * config.guess, config.sub: New from the FSF.
452
453         * automake.in (initialize_global_constants): [common_files]
454         Include `missing'.
455         (scan_configure): Require `missing'.
456
457         * header-vars.am (MAKEINFO): Don't define.
458
459         * m4/init.m4 (missing_dir): Use AM_MISSING_PROG.
460         * m4/missing.m4: New file.
461
462         `missing' changes from François Pinard:
463         * Everywhere: Use ACLOCAL_M4 to name aclocal.m4 file; ACLOCAL now
464         names aclocal program.
465         * m4/init.m4: Replace programs with `missing' if not found.
466         * automake.in (handle_texinfo): Define MAKEINFO as @MAKEINFO@.
467         (AC_CHECK_PATTERN): Check for alphanumeric names only.
468         (handle_aclocal_m4): Use ACLOCAL, not aclocal.
469         * Makefile.am (pkgdata_SCRIPTS): Include missing.
470         * missing: New file.
471
472         * automake.in (target_defined): New sub.
473         (handle_footer): Error if target .SUFFIXES used.
474
475 Sun Mar 16 14:33:41 1997  Tom Tromey  <tromey@cygnus.com>
476
477         * automake.in (handle_lib_objects): Set seen_c_source to line
478         number.
479         (handle_yacc_lex_cxx): Use seen_c_source as line number.
480         (am_line_error): Line of -1 means skip line-number check.
481
482         * automake.in (read_am_file): Change to keep perl -w quiet.
483         (check_typos): Removed extra check of EXTRA_ containing config
484         subs.
485
486 Mon Mar 10 23:17:19 1997  Tom Tromey  <tromey@cygnus.com>
487
488         * remake-hdr.am (stamp-h): Set CONFIG_HEADERS to
489         $(CONFIG_HEADER_FULL).
490         * automake.in (handle_configure): Define CONFIG_HEADER_FULL.
491
492         * automake.in (handle_lib_objects): Set seen_c_source as
493         appropriate.  From Alexander V. Lukyanov.  Test cxxlibobj.test.
494
495 Sat Mar  8 22:54:35 1997  Tom Tromey  <tromey@cygnus.com>
496
497         * texinfo.tex: New version.
498
499         * automake.in (handle_emacs_lisp): If EMACS is `no', then we
500         couldn't find an Emacs.  So don't bother running elisp-comp.  From
501         Ulrich Drepper.
502
503         * automake.in (handle_texinfo): Added .tr and .cv to list of
504         texinfo clean extensions.  From Karl Berry.
505
506 Fri Feb 28 22:14:53 1997  Tom Tromey  <tromey@cygnus.com>
507
508         * Makefile.am: Make sure we never use "undef".
509
510         * automake.in (usage): Changed bug-reporting address.
511         (handle_dist): Use undef, not delete.
512
513 Wed Feb 26 08:41:11 1997  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
514
515         * automake.in (%obsolete_macros): Reintroduce, with hints for what
516         to do to upgrade the support.
517
518         * automake.in, ltlib-clean.am, ltlib.am, ltlibrary.am: Revamped
519         libtool support to use the _LTLIBRARIES primary.
520
521 Wed Feb 26 00:20:39 1997  Tom Tromey  <tromey@cygnus.com>
522
523         * automake.in (handle_tags): In default case, add @tags_deps to
524         dependencies of tags target.
525
526 Tue Feb 25 23:46:29 1997  Tom Tromey  <tromey@cygnus.com>
527
528         * automake.in (handle_tests): If a test failed, then make should
529         fail.  From Jim Meyering.
530
531 Mon Feb 24 19:02:21 1997  Tom Tromey  <tromey@cygnus.com>
532
533         * texi-vers.am (@VTEXI@): Copy stamp file into output.
534
535 Sun Feb 23 00:10:36 1997  Tom Tromey  <tromey@cygnus.com>
536
537         * automake.in (handle_programs): Give correct error line for lex
538         error.
539         (am_line_error): Avoid uninitialized value errors from perl -w.
540
541         * aclocal.in (scan_m4_files): Fixed perl -w warning.
542
543         * texinfos.am (.texi, .texinfo): New targets.
544
545         * automake.in (scan_texinfo_file): Renamed.
546         (handle_texinfo): Handle files without ".info" extension.
547
548         * automake.in (handle_subdirs): Error if directory contains "/".
549         (handle_yacc_lex_cxx): Quoting fix.
550         (handle_single_transform_list): Use transformed (non-ansi) version
551         of $obj instead of explicit ".o".  From Gord Matzigkeit.
552
553         * m4/sanity.m4: Pass -L to ls if possible.
554
555 Sat Feb 22 15:22:31 1997  Tom Tromey  <tromey@cygnus.com>
556
557         * dist-vars.am (DISTFILES): Don't distribute MANS.
558
559         * automake.in (handle_dist): Use define_variable to define TAR,
560         GZIP.
561         (handle_dist): Pass GZIP in environment to tar.
562         (initialize_global_constants): Likewise.
563
564         From Kaveh Ghazi:
565         * m4/protos.m4: Don't put any dependencies on AC_C_INLINE or
566         AC_C_CONST.
567         * m4/ccstdc.m4: Force AM_PROG_CC_STDC to come before AC_C_INLINE
568         or AC_C_CONST.
569
570 Fri Feb 21 00:39:17 1997  Tom Tromey  <tromey@cygnus.com>
571
572         From The Crimson Binome:
573         * automake.in (handle_yacc_lex_cxx): Handle C++ yacc/lex source.
574         (output_yacc_build_rule): New sub for C++ yacc/lex.
575
576         * automake.in (my_glob): New sub.
577         (handle_dependencies): Use my_glob.
578         (handle_aclocal_m4): Scan ACLOCAL_AMFLAGS for dependencies.
579
580         * ltlibs.am, lisp.am, libs.am, header.am, data.am, progs.am,
581         scripts.am, texinfos.am: Add leading space to echo.
582
583         * automake.in (handle_texinfo): Added .tps and .vrs to list of TeX
584         endings.  From Jim Blandy.
585         (install_man_format): Make rule silent; instead print actual
586         command.
587
588 Tue Feb  4 18:29:42 1997  Tom Tromey  <tromey@cygnus.com>
589
590         * dist-vars.am (TAR): Removed.
591         * automake.in (TAR): New variable.
592         (handle_dist): Explicitly define TAR.
593         * configure.in: Compute TAR.
594
595         * automake.in (handle_lib_objects): Put @ALLOCA@ on @dep_list, not
596         @dep_files.
597         (AC_SUBST_PATTERN): Typo fix.
598         (handle_aclocal_m4): Use ACLOCAL_AMFLAGS.
599         (handle_clean): Put -recursive target before -am target.
600         (handle_merge_targets): Put basename of $config_name on @all.
601         Test confsub.test.  From Ramón García Fernández.
602
603 Tue Jan 28 22:19:04 1997  Tom Tromey  <tromey@cygnus.com>
604
605         * automake.in (initialize_global_constants): Put libtoolize files
606         into @common_files, not @common_sometimes.  From Gord Matzigkeit.
607
608 Sun Jan 26 17:46:08 1997  Tom Tromey  <tromey@cygnus.com>
609
610         * texinfos.am (.texi.info): If --cygnus, set -I $(srcdir).  From
611         Per Bothner.
612
613 Sun Jan 12 18:28:16 1997  Fred Fish  (fnf@ninemoons.com)
614
615         * automake.in: Use 'interlock' and 'ylwrap' from source
616         directory or aux config directory, not build directory.
617
618 Tue Jan  7 18:35:10 1997  Tom Tromey  <tromey@cygnus.com>
619
620         * aclocal.in (parse_arguments): Handle -I.
621         (usage): Ditto.
622         (scan_m4_files): Ditto.
623
624         * automake.in (handle_single_transform_list): Don't give error
625         message if extension unrecognized.
626
627 Tue Dec 17 11:18:20 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
628
629         * m4/header.m4 (AM_CONFIG_HEADER): Check for $CONFIG_HEADERS, not
630         $CONFIG_HEADER.
631
632 Tue Jan  7 17:59:26 1997  Tom Tromey  <tromey@cygnus.com>
633
634         * automake.in (scan_one_configure_file): AM_INIT_GUILE_MODULE runs
635         AM_PROG_INSTALL, not AC_PROG_INSTALL.  From Jim Blandy.
636         (handle_texinfo): Handle no-texinfo.tex option.
637         (handle_options): Ditto.
638
639 Thu Jan  2 14:16:17 1997  Tom Tromey  <tromey@cygnus.com>
640
641         * automake.in (am_install_var): Ignore EXTRA libtool libraries.
642         From Marius Vollmer.
643
644 Wed Dec 18 15:27:09 1996  Tom Tromey  <tromey@cygnus.com>
645
646         * automake.in (read_am_file): Sort configure_vars before adding to
647         output_vars.
648         (handle_yacc_lex_cxx): Sort de_ansi_objects.
649         (handle_man_pages): Sort %section keys.
650
651 Tue Dec 10 00:41:17 1996  Tom Tromey  <tromey@cygnus.com>
652
653         * automake.in (AC_SUBST_PATTERN): Check for alphanumeric variable
654         names only.  Test subst.test.
655         (scan_one_configure_file): Skip AC_DEFUN lines.  Test
656         defun2.test.
657
658 Mon Dec  9 08:18:42 1996  Tom Tromey  <tromey@cygnus.com>
659
660         * automake.in (file_contents_with_transform): Use ne, not !=, to
661         compare strings.  Compare against correct string.  From Jim
662         Meyering.
663         (handle_texinfo): Use rm -f to remove info files.  From Gord
664         Matzigkeit.
665
666         * Released 1.1l.
667
668         * automake.in (handle_texinfo): Put .ps on @suffixes.
669
670 Sun Dec  8 12:29:52 1996  Tom Tromey  <tromey@cygnus.com>
671
672         * automake.in (am_install_var): Directory with 'exec' in its name
673         is installed by install-exec.
674
675         * subdirs.am (maintainer-clean-recursive): Make commands quiet.
676         * texinfos.am: Make commands quiet.
677         * scripts.am: Make commands quiet.
678         * progs.am: Make commands quiet.
679         * ltlibs.am: Make comamnds quiet.
680         * lisp.am: Make commands quiet.
681         * libs.am: Make commands quiet.
682         * header.am: Make commands quiet.
683         * data.am: Make commands quiet.
684
685         * automake.in (variable_value_as_list): Handle := substitution
686         references.
687         (am_conf_line_error): Take file argument.  Changed all callers.
688         (scan_one_configure_file): Skip config header of [$1].
689         (scan_dependency_file): Don't add top_builddir to regex if it is
690         ".".  Don't include top_builddir in output if it is ".".
691         (scan_one_configure_file): Skip version of [$2].
692
693 Sat Dec  7 11:34:39 1996  Tom Tromey  <tromey@cygnus.com>
694
695         * automake.in (scan_one_configure_file): New sub.
696         (scan_configure): Scan aclocal.m4 as well as configure.in.
697         (handle_configure): Makefile.in now depends on $(ACLOCAL), because
698         automake scans it.
699
700         * automake.in (handle_configure): Put full path to file onto
701         @rewritten_inputs.  Test output4.test.
702
703         * automake.in (handle_configure): Put proper name onto @inputs.
704         Test output3.test.
705
706         * automake.in (handle_configure): Pass correct args to automake
707         invocations.  Test remake2.test.
708
709         * automake.in (handle_configure): Check dirname of $file, not of
710         $local.  Test output2.test.
711
712         * automake.in (handle_dependencies): Added some missing ";"s in
713         transforms.
714         (get_object_extension): Ditto.
715         (handle_tags): Ditto.
716         (handle_tests): Ditto.
717         (read_am_file): Ditto.
718         (am_install_var): Ditto.
719         (file_contents_with_transform): Die if transform missing trailing
720         ";".
721
722         * automake.in (am_install_var): Quote $ in regexp substitution.
723         From Ulrich Drepper.
724
725 Fri Dec  6 18:54:10 1996  Tom Tromey  <tromey@cygnus.com>
726
727         * automake.in (handle_configure): Require actual input files, not
728         rewritten input files.  From Ulrich Drepper.
729
730 Thu Dec  5 02:52:20 1996  Tom Tromey  <tromey@cygnus.com>
731
732         Suggestion from Mark Galassi:
733         * texinfos.am (DVIPS): New macro.
734         (.dvi.ps): New rule.
735
736         * automake.in (handle_dependencies): Check to make sure
737         --build-directory specified before searching for .P files.
738         (handle_configure): Correctly handle ":" syntax when running
739         config.status.
740
741         * remake.am: Removed rules to regenerate Makefile and Makefile.in;
742         now handled by handle_configure.
743
744         * remake-subd.am: Removed.
745
746         * automake.in (scan_configure): Handle multiple ":"s in AC_OUTPUT
747         arg.
748         (parse_arguments): Ditto.
749         (handle_configure): Ditto.
750         (%other_output_files): Removed.
751         (rewrite_inputs_into_dependencies): New sub.
752         (handle_configure): Use it.
753         (handle_configure): Ditto.
754
755         From Gord Matzigkeit:
756         * automake.in (generate_makefile): Handle ":" in AC_OUTPUT arg.
757         (handle_configure): Ditto.
758
759         * automake.in (handle_single_transform_list): .S is assembly
760         source.  From Anthony Green.
761
762         * automake.in (handle_single_transform_list): Correctly rewrite
763         C++ and Fortran source to objects ending in ".o".  Test
764         cxxo.test.
765
766         * automake.in: Better error message if file missing.
767
768         * aclocal.in (@obsolete_macros): ud_GNU_GETTEXT is obsolete.
769         * automake.in (handle_gettext): Use AM_GNU_GETTEXT, not
770         ud_GNU_GETTEXT.
771         (scan_configure): Ditto.  ud_GNU_GETTEXT is now obsolete.
772
773 Wed Dec  4 00:41:23 1996  Tom Tromey  <tromey@cygnus.com>
774
775         * automake.in (scan_configure): Skip empty elements when adding to
776         libsources.  Perl 4 bug reported by Greg A Woods.
777
778         * Makefile.am (perl4-check): New target.
779         (cvs-dist): Run perl4-check.
780
781         Perl 4 fixes.  Reported by Greg A. Woods:
782         * automake.in (file_contents_with_transform): If transform caused
783         all chars to go away, then skip rest of loop.
784         (handle_texinfo): Don't use "next" in arg to
785         file_contents_with_transform.
786         (handle_dependencies): Ditto.
787         (handle_tests): Ditto.
788
789         * m4/regex.m4 (AM_WITH_REGEX): Check for GNU regex in libc.  From
790         Andreas Schwab.
791
792         * automake.in (parse_arguments): Removed --strictness.
793         (handle_dist_worker): Don't use --strictness.
794         (handle_configure): Ditto.
795         (initialize_global_constants): Don't mention --strictness.
796
797         * automake.in (handle_merge_targets): Use all-recursive-am instead
798         of all-recursive-hack.  The latter is ugly, according to Joel
799         Weber.
800
801         * automake.in (handle_emacs_lisp): Push $(ELCFILES) onto @all.
802
803         * automake.in (do_one_clean_target): Allow -local version of clean
804         targets.
805
806 Tue Dec  3 18:58:40 1996  Tom Tromey  <tromey@cygnus.com>
807
808         * automake.in (handle_dependencies): Skip C-only lines in
809         depend2.am when appropriate.
810         * depend2.am (.deps/%.P): Omit modification of $o if language is
811         not C.
812
813 Tue Dec  3 11:29:01 1996  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
814
815         * compile-kr.am: Quote arguments to echo.
816
817         * progs.am: Fix up problems when LIBTOOL is not defined (by
818         setting shell variable instprog to the installation program).
819
820         * aclocal.in (scan_file): Allow the acinclude.m4 file to override
821         any other macro files (but still prevent multiple definitions
822         within acinclude.m4).
823
824 Tue Dec  3 10:40:48 1996  Tom Tromey  <tromey@cygnus.com>
825
826         From Ulrich Drepper:
827         * automake.in (handle_emacs_lisp): Typo fix.
828         (scan_configure): Only recognize VERSION after whitespace.
829
830         * texinfos.am: install-info requires path to info file.
831
832         * progs.am: Use @LIBTOOL@, not $(LIBTOOL).
833
834         * automake.in (am_install_var): If -ltlibs passed, substitute
835         @LIBTOOL@.
836
837 Mon Dec  2 13:51:11 1996  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
838
839         * automake.in (get_object_extension): Unshift ansi2knr onto the
840         all target, so that it builds before any other targets.
841         [de_ansi_objects]: Delete, since unshifting ansi2knr is an easier
842         solution.
843
844 Mon Dec  2 12:13:27 1996  Tom Tromey  <tromey@cygnus.com>
845
846         * Released 1.1i.
847
848         From Janos Farkas:
849         * automake.in (handle_texinfo): Must quote $ for make.
850
851 Sun Dec  1 15:08:09 1996  Tom Tromey  <tromey@cygnus.com>
852
853         * automake.in (handle_configure): Correctly handle common case of
854         multiple non-Makefiles in AC_OUTPUT.  Require all input files when
855         using ":" syntax.
856
857 Sun Nov 24 00:33:50 1996  Tom Tromey  <tromey@cygnus.com>
858
859         * automake.in (handle_source_transform): Don't define
860         EXTRA_prog_SOURCES unnecessarily.  Test extra2.test.
861
862         * automake.in (initialize_per_input): New variables
863         included_generic_compile, included_knr_compile,
864         included_libtool_compile.
865         (get_object_extension): Use them.
866
867         * automake.in (handle_single_transform_list): Removed
868         Objective-C/C++ support (didn't really work anyway).
869         (handle_single_transform_list): Handle assembly specially.
870
871         * automake.in (handle_yacc_lex_cxx): Set --mode=compile or
872         --mode=link when running libtool.
873
874         * ltlibs.am: Set --mode=install when running libtool.
875         (uninstall-@DIR@PROGRAMS): Set --mode=uninstall when running
876         libtool.
877         * libtool.am (.c.lo): Set --mode=compile when running libtool.
878         * progs.am: Set --mode=install when running libtool.
879
880         Fix for bug reported by François Pinard:
881         * automake.in (do_check_merge_target): New sub.
882         (do_one_merge_target): No longer handle `check'.
883         (handle_merge_targets): Use do_check_merge_target.
884         (initialize_per_input): Set @check_tests.
885         (handle_tests): Push onto @check_tests, not @check.
886
887         * automake.in (am_install_var): Typo fix.
888         (handle_configure): Require $inputs[0].
889
890 Fri Nov 22 00:01:45 1996  Tom Tromey  <tromey@cygnus.com>
891
892         * automake.in (handle_lib_objects): Fixed error message
893         processing.
894
895 Thu Nov 21 22:29:30 1996  Tom Tromey  <tromey@cygnus.com>
896
897         * automake.in (scan_configure): AC_FUNC_FNMATCH doesn't add to
898         LIBOBJS.
899         (handle_configure): Support multi-":" mode for AC_OUTPUT.
900
901         * m4/header.m4: New file.
902
903         * automake.in (scan_configure): Recognize AM_CONFIG_HEADER.
904
905 Wed Nov 20 00:23:42 1996  Tom Tromey  <tromey@cygnus.com>
906
907         * acinstall: Allow commentary at end of "serial" line.  From Gord
908         Matzigkeit.
909
910         * automake.in (handle_yacc_lex_cxx): Only replace output header if
911         it has changed.
912
913 Tue Nov 19 19:03:30 1996  Tom Tromey  <tromey@cygnus.com>
914
915         * automake.in (am_primary_prefixes): Allow configure variables to
916         be named after primary.
917         (am_install_var): Ditto.
918
919         * automake.in (initialize_per_input): Initialize output_header.
920         (generate_makefile): Set up output_header; print it before
921         output_rules.
922         (handle_footer): Put .SUFFIXES into output_header, for AIX.
923
924 Mon Nov 18 19:11:53 1996  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
925
926         * automake.in: Added a lot of libtool support.  New variable
927         prog_LDFLAGS to pass linker flags.  Use libtoolize to install
928         libtool support files.
929
930 Mon Nov 18 13:29:55 1996  Tom Tromey  <tromey@cygnus.com>
931
932         * automake.in (handle_lib_objects): Push @LIBOBJS@ and @ALLOCA@
933         onto dependency list.
934
935         * aclocal.in (obsolete_macros): Include AM_SANITY_CHECK_CC; now
936         part of autoconf proper.
937         * m4/ccsanity.m4: Removed.
938
939 Sun Nov 17 12:25:17 1996  Tom Tromey  <tromey@cygnus.com>
940
941         * automake.in (check_typos): Check to make sure EXTRA_ variables
942         don't contain configure subs.
943         (handle_dist_worker): Removed EXTRA_DIST_DIRS; not needed.
944
945 Fri Nov 15 18:58:04 1996  Tom Tromey  <tromey@cygnus.com>
946
947         * tags-subd.am: Removed.
948
949         * tags.am (tags-recursive): Removed.
950         (TAGS): Depend on @DIRS@, @CONFIG@.  Use @CONFIG@ in rule.
951         (ID): From tags-subd.am.
952         
953         * aclocal.in (obsolete_macros): Include AM_FUNC_FNMATCH.
954         * automake.in (scan_configure): Recognize AC_FUNC_FNMATCH.
955         * m4/fnmatch.m4: Removed (now in autoconf).
956
957         * automake.in (initialize_per_input): Init de_ansi_objects.
958         (handle_single_transform_list): Error if extension unrecognized.
959         Set elements of de_ansi_objects.
960         (get_object_extension): Don't push ANSI2KNR onto @all.
961         (handle_yacc_lex_cxx): Put ANSI2KNR into dependency of all ._o
962         files.
963         (pretty_print_internal): Initialize $bol depending on the column.
964
965 Fri Nov 15 16:22:15 1996  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
966
967         * library.am: Fixed references to LIBRARY according to new scheme.
968
969         * libs.am, libs-clean.am: Removed references to LIBFILES.
970
971         * automake.texi (A Library): doc fix
972
973         * automake.in (handle_libraries): Deleted references to *LIBFILES,
974         since we now have the full library name in the *LIBRARIES
975         variable.
976         (am_install_var): Removed `-no-all' option, which was only required
977         for the LIBFILES hack.
978
979 Fri Nov 15 16:39:29 1996  Tom Tromey  <tromey@cygnus.com>
980
981         * automake.in: Applied libtool-related patches from Gord.
982         (scan_configure): Set CC configure var if AM_PROG_LIBTOOL seen.
983         Also indicate that AC_CANONICAL_HOST was run.
984
985         * Makefile.am (pkgdata_DATA): Removed aclocal.m4.
986
987 Thu Nov 14 23:11:09 1996  Tom Tromey  <tromey@cygnus.com>
988
989         * automake.in (handle_yacc_lex_cxx): Don't auto-define YACC, LEX,
990         CXX, CC.
991
992         * dejagnu.am: Print warning if runtest missing.
993
994         From Joerg-Martin Schwarz:
995         * automake.in (handle_aclocal_m4): Find aclocal.m4 in srcdir.
996         (require_file_internal): Unlink file before creating it.
997
998         * depend2.am (.deps/%.P): Don't print commands when running.
999
1000 Mon Nov 11 10:35:08 1996  Tom Tromey  <tromey@cygnus.com>
1001
1002         * automake.in (handle_single_transform_list): Simplified C++
1003         matching expression.
1004
1005 Fri Nov  8 09:49:09 1996  Tom Tromey  <tromey@cygnus.com>
1006
1007         * Released 1.1g.
1008
1009         * compile-kr.am ($(OBJECTS)): Removed.
1010
1011         * automake.in (get_object_extension): Define ANSI2KNR.  Push onto
1012         @all if ansi2knr is in this directory.
1013
1014         * configure.in: Don't run AC_ARG_PROGRAM, AC_PROG_MAKE_SET.
1015
1016         * m4/init.m4: Run AM_SANITY_CHECK.
1017
1018         * m4/sanity.m4: New file.
1019
1020         * automake.in (handle_dist_worker): In Cygnus mode, possibly find
1021         files to dist in build dir, not srcdir.
1022         (%omit_dependencies): New global.
1023         (scan_dependency_file): Handle OMIT_DEPENDENCIES.
1024         (scan_configure): Put rx.h, regex.h on %omit_dependencies.  Ditto
1025         libintl.h.
1026         (handle_tests): Remove CYGNUS strings in Cygnus mode.
1027         (handle_texinfo): Ditto.
1028
1029         * texinfos.am (dist-info): New target.
1030
1031         * automake.in (handle_dist_worker): Use DISTFILES, not
1032         DEP_DISTFILES.
1033         (initialize_per_input): Initialize dist_targets.
1034         (handle_texinfo): Don't compute @infos_list; don't define or use
1035         INFOS.  Put dist-info onto @dist_targets.
1036         (handle_dist_worker): Handle @dist_targets.  Don't use the "echo
1037         trick" for expanding DISTFILES any more.
1038
1039         * dist-vars.am (DEP_DISTFILES): Removed.
1040         (DISTFILES): Don't include INFOS.
1041
1042         * automake.in (handle_texinfo): Handle Cygnus mode.
1043         * texinfos.am (.texi.info, .texinfo.info): Handle Cygnus mode.
1044
1045         * automake.in (handle_single_transform_list): New sub.
1046         (handle_source_transform): Use it.
1047         (handle_built_sources): New sub.
1048
1049 Thu Nov  7 14:49:16 1996  Tom Tromey  <tromey@cygnus.com>
1050
1051         * remake.am ($(srcdir)/Makefile.in): Pass @ARGS@ to automake.
1052         * remake-subd.am ($(srcdir)/Makefile.in): Pass @ARGS@ to
1053         automake.
1054         * automake.in (handle_configure): Pass --cygnus when running
1055         automake again.
1056
1057         * remake-hdr.am ($(srcdir)/stamp-h.in): Depend on @FILES@, not
1058         ACCONFIG, CONFIG_TOP, CONFIG_BOT.
1059         * automake.in (handle_aclocal_m4): Always find aclocal.m4 in
1060         top_srcdir.
1061         (handle_configure): Don't define ACCONFIG, CONFIG_TOP, CONFIG_BOT;
1062         instead substitute files directly.
1063
1064 Wed Nov  6 10:22:26 1996  Tom Tromey  <tromey@cygnus.com>
1065
1066         * remake-hdr.am (stamp-h): Look in top_builddir for
1067         config.status.
1068         ($(srcdir)/stamp-h.in): Look in top_srcdir for configure.in.
1069
1070 Thu Oct 31 10:55:59 1996  Tom Tromey  <tromey@cygnus.com>
1071
1072         * texinfos.am (.texi.dvi): Set MAKEINFO when running texi2dvi.
1073         From Jim Meyering.
1074
1075         * automake.in (handle_texinfo): Push install-info-am, not
1076         install-info.
1077         (handle_merge_targets): Handle no-installinfo option.
1078
1079         * texinfos.am (install-info-am): Renamed from install-info.
1080
1081         * automake.in (handle_subdirs): Include install-info-recursive if
1082         no-installinfo given.
1083
1084         * subdirs.am: Include INSTALLINFO token.
1085
1086         * automake.in (handle_texinfo): Explicitly define MAKEINFO,
1087         TEXI2DVI.
1088         (cygnus_mode): New global.
1089         (handle_dist_worker): Pass --cygnus to automake.
1090         (initialize_global_constants): Document --cygnus.
1091         (check_cygnus): New sub.
1092         (handle_texinfo): Don't require texinfo.tex in Cygnus mode.
1093
1094         * texi-vars.am: Removed.
1095
1096         * dejagnu.am (check-DEJAGNU): Don't define rootme.
1097
1098         * automake.in (handle_tests): Define EXPECT, RUNTEST.
1099
1100         * dejagnu.am (EXPECT): Removed.
1101         (RUNTEST): Removed.
1102
1103         * automake.in (define_program_variable): New sub.
1104
1105 Mon Oct 28 10:43:48 1996  Tom Tromey  <tromey@cygnus.com>
1106
1107         * automake.in (handle_dependencies): Use -M, not -MM, for C++
1108         dependencies.
1109
1110 Thu Oct 24 20:21:50 1996  Tom Tromey  <tromey@cygnus.com>
1111
1112         * automake.in (check_libobjs_sources): New sub.  Test
1113         libobj4.test.
1114         (handle_source_transform): Don't check for auto-discovered source
1115         files here.
1116         (handle_programs): Run check_libobjs_sources here.
1117         (handle_libraries): Ditto.
1118
1119         * automake.in (define_configure_variable): New function.
1120         (get_object_extension): Use define_configure_variable.
1121         (handle_yacc_lex_cxx): Ditto.
1122         (handle_emacs_lisp): Ditto.
1123         (configure_vars): New global.
1124         (AC_CHECK_PATTERN): New global.
1125         (seen_ranlib, seen_prog_cc, seen_prog_cxx, seen_prog_lex):
1126         Removed.
1127         (handle_yacc_lex_cxx): Use configure_vars, not seen_prog_*.
1128         (AC_SUBST_PATTERN): New global.
1129         (scan_configure): Use AC_SUBST_PATTERN; don't set seen_prog_*.
1130         (handle_libraries): Don't use seen_ranlib.
1131         (read_am_file): Run define_configure_variable on each discovered
1132         variable.
1133
1134 Mon Oct 21 23:06:49 1996  Tom Tromey  <tromey@cygnus.com>
1135
1136         * automake.in (scan_configure): Handle AM_INIT_GUILE_MODULE.
1137         (handle_libraries): Pass configure substitutions directly on to
1138         LIBFILES.
1139
1140         * automake.in (AM_PACKAGE_VERSION_PATTERN): New global.
1141         (scan_configure): Use it.  Test version.test.
1142
1143 Sun Oct 20 12:08:46 1996  Tom Tromey  <tromey@cygnus.com>
1144
1145         * automake.in (handle_dist_worker): Explicitly pass distdir to
1146         dist-hook make.  From Tatu Ylonen.
1147
1148         * m4/strtod.m4: Use correct cache variable.
1149
1150 Thu Oct 17 13:45:20 1996  Tom Tromey  <tromey@cygnus.com>
1151
1152         Lisp fixes from Erick Branderhorst:
1153         * m4/lispdir.m4: Define lispdir, not LISPDIR.
1154         * lisp.am: Added missing \.
1155
1156 Fri Oct 11 00:44:49 1996  Tom Tromey  <tromey@cygnus.com>
1157
1158         * automake.in (handle_source_transform): Only rewrite c, yacc, lex
1159         to use de-ansi-fication.
1160         (scan_configure): Handle multi-line AC_REPLACE_FUNCS.  Test
1161         libobj5.test.
1162
1163         * automake.in (handle_lib_objects): Added $lex_seen argument.
1164         Error if lex file used but LEXLIB not seen.
1165         (handle_programs): Ditto.
1166         (handle_yacc_lex_cxx): Define LEXLIB variable.
1167         (handle_lib_objects): Don't allow LEXLIB to end up on dependency
1168         list.
1169
1170 Thu Oct 10 16:12:38 1996  Tom Tromey  <tromey@cygnus.com>
1171
1172         * automake.in (handle_gettext): Moved check for SUBDIRS and
1173         ABOUT-NLS here.
1174
1175         * automake.in (handle_configure): Run mkinstalldirs under
1176         $(SHELL).
1177         (handle_yacc_lex_cxx): Run interlock under $(SHELL).
1178
1179         * remake-subd.am (Makefile): Run config.status under $(SHELL).
1180         * remake-hdr.am (stamp-h): Run config.status under $(SHELL).
1181         * remake.am (Makefile): Run config.status under $(SHELL).
1182         (config.status): Ditto.
1183
1184         * automake.in (read_am_file): Removed UNMAINT code.
1185         (file_contents_with_transform): Ditto.
1186         * m4/maintainer.m4: Removed bogus UNMAINT code.
1187
1188         * automake.in (handle_emacs_lisp): Define EMACS variable.
1189         (handle_emacs_lisp): Make sure EMACS is in environment when
1190         elisp-comp is run.
1191
1192         * elisp-comp: Exit with status 1 if usage bad.
1193         Use "emacs -q".  Use EMACS environment variable if set (unless set
1194         to t).
1195
1196         * m4/lispdir.m4: Unset EMACS if it is set to `t'.
1197
1198         * automake.in (handle_dist_worker): Allow EXTRA_DIST items to be
1199         in subdirs.
1200         (do_one_merge_target): Use all-am, not all, in subdirs case.
1201         (handle_merge_targets): Always generate all-am in subdirs case.
1202
1203         * remake.am (Makefile): Depend on BUILT_SOURCES.
1204         * remake-subd.am (Makefile): Depend on BUILT_SOURCES.
1205         * depend.am (.deps/.P): Don't depend on BUILT_SOURCES.
1206
1207         * automake.in (handle_yacc_lex_cxx): Handle y.tab.h in non-ylwrap
1208         case.
1209
1210         * ylwrap: Bug fix.  From Jim Meyering.
1211
1212 Wed Oct  9 22:51:16 1996  Tom Tromey  <tromey@cygnus.com>
1213
1214         * m4/mktime.m4: Don't define AC_HEADER_SYS_TIME_H; instead just
1215         check directly for header.
1216
1217 Mon Oct  7 13:08:15 1996  Tom Tromey  <tromey@cygnus.com>
1218
1219         * automake.in (scan_configure): fp_WITH_DMALLOC and fp_WITH_REGEX
1220         are obsolete.
1221
1222 Sun Oct  6 00:43:01 1996  Tom Tromey  <tromey@cygnus.com>
1223
1224         * automake.in (AC_CONFIG_AUX_DIR_PATTERN): New global.
1225         (AM_INIT_AUTOMAKE_PATTERN): New global.
1226         (scan_configure): Use them.
1227
1228         * aclocal.in (add_file): Search contents of included files.  Test
1229         req.test.
1230         (scan_m4_files): Don't skip acinclude.m4 when constructing
1231         search.  Test acsilent.test.
1232         (scan_m4_files): Scan acinclude.m4.
1233
1234         * aclocal.in (add_file): Removed debugging print.
1235         (scan_configure): Set $file_contents when scanning acinclude.m4.
1236         Test acinclude.test.
1237
1238         * configure.in: Upped to 1.1g.
1239
1240         * Released 1.1f.
1241
1242         * texinfos.am: Run : after install-info.
1243
1244         * aclocal.in (parse_arguments): Better error message.
1245         * automake.in (parse_arguments): Better error message.
1246
1247         * remake.am (Makefile): Depend on $(srcdir)/Makefile.in, to work
1248         around broken makes.  From David A. Swierczek.
1249         * remake-subd.am (Makefile): Ditto.
1250
1251 Sat Oct  5 11:29:48 1996  Tom Tromey  <tromey@cygnus.com>
1252
1253         * automake.in (generate_makefile): Put BUILT_SOURCES onto @all if
1254         appropriate.
1255         (handle_source_transform): Error if discovered source file is
1256         mentioned.
1257         (do_one_merge_target): Move all-vs-check test here.
1258
1259         * m4/obstack.m4: New file.
1260         * m4/error.m4: New file.
1261
1262         * automake.in (scan_configure): Support AM_FUNC_MKTIME,
1263         AM_FUNC_ERROR_AT_LINE, AM_FUNC_OBSTACK.
1264
1265         * texinfo.tex: New version from texinfo 3.9.
1266
1267         * automake.in (handle_yacc_lex_cxx): Updated for new ylwrap.
1268         Also, handle y.tab.h file when "yacc -d" is used.
1269         (do_one_merge_target): Use pretty_print_rule.
1270
1271         * ylwrap: Changed usage.
1272
1273         * m4/mktime.m4: New file.
1274
1275         * m4: Renamed all .m4 files to fit into 14-char limits.
1276
1277         * m4/Makefile.am (EXTRA_DIST): New macro.
1278
1279         * aclocal.in ($ac_defun_rx, %map, %file_contents): New globals.
1280         (scan_m4_files): Use $ac_defun_rx.
1281         (add_file): Ditto.
1282         Run scan_m4_files.
1283         (scan_configure): Scan acinclude.m4 before anything else.
1284         (scan_file): New sub.
1285         (check_acinclude): New sub.
1286         (add_file): Rewrote.
1287
1288         * progs-clean.am, progs.am: Renamed from programs-clean.am,
1289         programs.am.
1290         * libs-clean.am, libs.am: Renamed from libraries-clean.am,
1291         libraries.am.
1292         * texi-vars: Renamed from texinfos-vars.am.
1293         * comp-vars.am: Renamed from compile-vars.am.
1294         * texi-vers.am: Renamed from texi-version.am.
1295
1296         * automake.in (require_file_internal): Give error if symlink can't
1297         be made.
1298         (require_config_file): Error message references configure.in.
1299         (handle_yacc_lex_cxx): Fix order of arguments to ylwrap; from
1300         Joerg-Martin Schwarz.
1301         (handle_texinfo): Use texi-vers, not texi-version.
1302         (get_object_extension): Use comp-vars, not compile-vars.
1303         (handle_texinfo): Use texi-vars, not texinfos-vars.
1304         (handle_libraries): Use `libs' prefix, not `libraries'.
1305         (handle_programs): Use `progs' prefix, not `programs'.
1306
1307 Fri Oct  4 01:14:08 1996  Tom Tromey  <tromey@cygnus.com>
1308
1309         * aclocal.in (scan_m4_files): New sub.
1310
1311         * m4/AM_FUNC_STRTOD.m4 (am_cv_func_strtod_needs_libm): Set
1312         am_cv_func_strtod_needs_libm, so we can avoid linking with -lm
1313         everywhere.
1314
1315 Thu Oct  3 20:11:16 1996  Tom Tromey  <tromey@cygnus.com>
1316
1317         * texinfos.am (uninstall-info): Run install-info --remove.
1318
1319         * automake.in (read_am_file): Define all variables after reading
1320         .am file.  Test vpath.test.  Reported by Anthony Green.
1321
1322 Mon Sep 30 08:31:51 1996  Tom Tromey  <tromey@cygnus.com>
1323
1324         * texinfos.am: Run install-info.
1325
1326         * automake.in (variable_value_as_list): Just return if comment
1327         seen.  Report from Mark Galassi.
1328         (handle_options): Don't bother with explicit comment checking.
1329
1330 Tue Sep 24 09:15:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
1331
1332         * automake.in (read_am_file): Cleaned up dejagnu variables.
1333
1334 Mon Sep 23 00:04:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
1335
1336         * automake.in (parse_arguments): New usage to conform to GNU
1337         standards.
1338
1339         * aclocal.in (parse_arguments): New usage to conform to GNU
1340         standards.
1341
1342         * automake.in (handle_scripts): Push new target onto @check.
1343         * scripts.am (check-@DIR@SCRIPTS): New target.
1344
1345         * automake.in (initialize_global_constants): Define %dist,
1346         dist_header, dist_trailer.
1347         (handle_dist): Make dist-all target.
1348         (generate_makefile): Run check_typos later.
1349         (examine_variable): New sub.
1350         (handle_tags): Examine TAGS_DEPENDENCIES.  Test spell3.test.
1351         Error if TAGS_DEPENDENCIES but no sources used.
1352         (handle_configure): Examine CONFIGURE_DEPENDENCIES.
1353
1354 Sat Sep 21 13:59:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
1355
1356         * automake.in (am_install_var): More error checking.
1357
1358 Fri Sep 20 09:06:37 1996  Tom Tromey  <tromey@creche.cygnus.com>
1359
1360         * tags.am (TAGS): Minor cleanup.
1361
1362         * clean.am (distclean-generic): Don't remove CONFIG_HEADER.
1363
1364         * remake-hdr.am (mostlyclean-hdr, clean-hdr, distclean-hdr,
1365         maintainer-clean-hdr): New targets.
1366
1367         * automake.in (handle_configure): Define CONFIG_HEADER correctly
1368         when it is in current directory.
1369         (handle_configure): Push "hdr" on @clean.
1370
1371         * remake-hdr.am (stamp-h): Run config.status in top_builddir.
1372         ($(srcdir)/stamp-h.in): Run autoheader in top_srcdir.
1373
1374         * automake.in (scan_configure): Check for install.sh here.
1375         (basename): New sub.
1376         (handle_configure): Handle case where config.h is in subdir.
1377         (handle_configure): Make stamp-in.h for user if it doesn't already
1378         exist.
1379         (touch): New sub.
1380
1381 Tue Sep 17 23:35:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
1382
1383         * Makefile.am (EXTRA_DIST): Include pkgdata_DATA.
1384
1385         * dist-vars.am (DISTFILES): Don't distribute BUILT_SOURCES or
1386         DATA.
1387         (DEP_DISTFILES): Ditto.
1388
1389 Mon Sep 16 22:28:56 1996  Tom Tromey  <tromey@creche.cygnus.com>
1390
1391         * automake.in (check_typos): Renamed.
1392         (check_typos): Check for _LDADD, _LIBADD, and _DEPENDENCIES.
1393         (variable_defined): Note variable as being "seen".
1394         (handle_lib_objects): Don't push configure substitutions onto
1395         _DEPENDENCIES.
1396
1397 Sun Sep 15 22:45:43 1996  Tom Tromey  <tromey@creche.cygnus.com>
1398
1399         * automake.in (initialize_per_input): Init content_seen.
1400         (variable_value_as_list): Set content_seen entry.
1401         (define_variable): Ditto.
1402         (define_pretty_variable): Ditto.
1403         (check_source_typos): New sub.
1404         (generate_makefile): Call it.
1405
1406 Thu Sep 12 15:03:19 1996  Tom Tromey  <tromey@creche.cygnus.com>
1407
1408         * automake.in (handle_source_transform): Removed extraneous
1409         space.  Test implicit.test.
1410         (read_am_file): Make sure "canonical" variables are mentioned in
1411         %contents.
1412         (scan_configure): AC_CHECK_TOOL sets $seen_canonical to
1413         $AC_CANONICAL_HOST conditionally.
1414         (handle_footer): Don't use define_pretty_variable in all cases.
1415
1416 Wed Sep 11 11:54:44 1996  Tom Tromey  <tromey@creche.cygnus.com>
1417
1418         * clean.am (distclean-generic): Remove CONFIG_CLEAN_FILES here,
1419         per GNU/Gnits standards.
1420
1421         * libraries.am (install-@DIR@LIBRARIES): Use two loops, so new
1422         NORMAL_INSTALL and POST_INSTALL variables can work when empty.
1423
1424         * automake.in (handle_options): Rewrote version handling.  Now
1425         returns error indicator.
1426         (MACRO_PATTERN, BOGUS_MACRO_PATTERN): Handle `:=' definitions.
1427         (RULE_PATTERN): Exclude `:=' from being a rule.
1428
1429         * m4/AM_PROG_CC_STDC.m4 (ac_save_CC): Bug fix from Jim Meyering.
1430
1431         * automake.in (variable_value_as_list): Always use am_line_error.
1432         (define_variable): New sub.
1433         (get_object_extension): Use define_variable.
1434         (handle_yacc_lex_cxx): Ditto.
1435         (handle_source_transform): Ditto.
1436         (handle_programs): Ditto.
1437         (handle_libraries): Ditto.
1438         (handle_texinfo): Ditto.
1439         (handle_man_pages): Ditto.
1440         (handle_dependencies): Ditto.
1441         (handle_aclocal_m4): Ditto.
1442         (define_pretty_variable): New sub.
1443         (handle_source_transform): Use define_pretty_variable.
1444         (handle_lib_objects): Ditto.
1445         (handle_libraries): Ditto.
1446         (handle_dist): Ditto.
1447         (handle_dependencies): Ditto.
1448         (handle_configure): Ditto.
1449         (handle_footer): Ditto.
1450         (handle_emacs_lisp): Ditto.
1451         (am_install_var): Ditto.
1452
1453         * Released version 1.1e.
1454
1455         * automake.in ($GNITS_VERSION_PATTERN): Handle non-alpha
1456         releases.
1457
1458         * configure.in: Version 1.1e.
1459
1460         * automake.in (handle_texinfo): Distribute .info file.
1461
1462 Sun Sep  8 09:00:37 1996  Tom Tromey  <tromey@creche.cygnus.com>
1463
1464         * Makefile.am (EXTRA_DIST): New macro.
1465         (maintainer-clean): Don't run "make check".
1466         (pathchk): New target.
1467
1468         * automake.in (check_gnits_standards): Only check version number
1469         syntax at top level.
1470         ($package_version_line): New variable.
1471         (scan_configure): Set it.
1472         (check_gnits_standards): Use am_conf_line_error.
1473         (scan_configure): Remove extraneous whitespace from version
1474         number.
1475         (handle_dist): Handle distcheck-hook.
1476
1477         * m4/AM_PROG_CC_STDC.m4: Applied patch from Jim Meyering.
1478
1479         * automake.in (scan_configure): Handle AM_WITH_REGEX.
1480         (handle_lib_objects): Require .h files in %libsources but don't
1481         generate dependencies for them.
1482         (scan_configure): Also require rx.h and regex.h.
1483
1484         * m4/Makefile.am (m4data_DATA): Don't include AM_PROG_LIBTOOL,
1485         AM_FEATURE_CTYPE, AM_FEATURE_ERRNO, AM_FEATURE_EXIT,
1486         AM_SYSTEM_HEADER.
1487
1488         * texi-version.am: Use "cp; rm" and not "mv", to work around
1489         broken mvs.
1490
1491         * automake.in ($package_version): New global.
1492         (scan_configure): Set it.
1493         (check_gnits_standards): Verify version string; require
1494         README-alpha if alpha version.
1495         (scan_configure): Recognize AM_FUNC_FNMATCH,
1496         AM_REPLACE_GNU_GETOPT.
1497
1498         * Makefile.am (installcheck-local): Check all scripts.
1499
1500 Sat Sep  7 19:22:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
1501
1502         * tags-clean.am: Do deletions here again.
1503
1504 Thu Sep  5 09:06:23 1996  Tom Tromey  <tromey@creche.cygnus.com>
1505
1506         * automake.in (usage): Include bug-reporting information.
1507         (handle_lib_objects): Error if LIBOBJS seen but never set.
1508
1509         * aclocal.in ($acdir): Use @datadir@/aclocal.
1510         (usage): Include bug-reporting information.
1511
1512 Wed Sep  4 11:36:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
1513
1514         * automake.in (handle_source_transform): .deps no longer in
1515         srcdir.
1516         (handle_lib_objects): Ditto.
1517         (handle_dist_worker): Pass --build-dir to automake.
1518         ($build_directory): New global.
1519         (parse_arguments): Handle --build-dir.
1520         (initialize_global_constants): Include --build-dir in help.
1521         (scan_dependency_file): New sub.
1522         (handle_dependencies): Use it.  Also, use $build_directory.
1523         (initialize_global_constants): Added --srcdir-name.
1524         (parse_arguments): Ditto.
1525         (handle_dist_worker): Ditto.
1526         ($srcdir_name): New global.
1527         ($srcdir_rx): New global.
1528         (parse_arguments): Set it.
1529
1530         * depend2.am: Removed all mention of $(srcdir).
1531
1532         * depend.am (MKDEP): Use gcc -M, not gcc -MM.
1533         Removed all mention of $(srcdir); dependencies now put into build
1534         dir.
1535
1536         * depend2.am ($(srcdir)/.deps/%.P): Fixed computation of `top'.
1537         Don't do work silently.
1538
1539         * automake.in (handle_merge_targets): Error if invalid uninstall
1540         targets are given.
1541         (read_am_file): Fix for test block.test.
1542
1543 Tue Sep  3 18:50:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
1544
1545         * texinfos.am (install-info): Added NORMAL_INSTALL.
1546         * scripts.am (install-@DIR@SCRIPTS): Added NORMAL_INSTALL.
1547         * programs.am (install-@DIR@PROGRAMS): Added NORMAL_INSTALL.
1548         * lisp.am (install-@DIR@LISP): Added NORMAL_INSTALL.
1549         * libraries.am (install-@DIR@LIBRARIES): Added NORMAL_INSTALL.
1550         Also, use POST_INSTALL when running ranlib.
1551         * header.am (install-@DIR@HEADERS): Added NORMAL_INSTALL.
1552         * data.am (install-@DIR@DATA): Added NORMAL_INSTALL.
1553
1554         * automake.in (handle_man_pages): Added NORMAL_INSTALL invocation.
1555         (handle_merge_targets): Ditto.
1556         (handle_merge_targets): Error if PRE_INSTALL, POST_INSTALL, or
1557         NORMAL_INSTALL defined.
1558
1559         * m4/AM_PROG_INSTALL.m4: INSTALL_SCRIPT defaults to
1560         ${INSTALL_PROGRAM}.  From François Pinard.
1561
1562 Tue Aug 27 08:25:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
1563
1564         * automake.in (file_contents_with_transform): Correctly remove
1565         @(UN)?MAINT@ from input when maintainer mode not active.
1566         (handle_aclocal_m4): Handle no-maintainer-mode case.
1567
1568         * remake-hdr.am ($(CONFIG_HEADER)): Removed @MAINT@.
1569
1570         * m4/AM_SANITY_CHECK_CC.m4: New file (from Jim Meyering).
1571
1572 Mon Aug 26 21:37:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
1573
1574         * automake.in (handle_lib_objects): Bug fix from Steve M Robbins.
1575         (handle_libraries): Don't include libraries from EXTRA_LIBRARIES
1576         in LIBFILES definition.  Reported by Steve M Robbins.  Test
1577         alllib.test.
1578
1579         * automake.in (variable_value_as_list): New sub.
1580         (handle_source_transform): Use it.
1581         (handle_lib_objects): Ditto.
1582         (handle_libraries): Ditto.
1583         (handle_texinfo): Ditto.
1584         (handle_man_pages): Ditto.
1585         (am_install_var): Ditto.
1586         (handle_options): Ditto.
1587
1588 Sat Aug 24 09:30:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
1589
1590         Reported by Jim Meyering:
1591         * automake.in (get_object_extension): Look in "./" for ansi2knr if
1592         no path found.
1593         (handle_aclocal_m4): Protect aclocal.m4 rule with @MAINT@.
1594
1595         * remake.am (.PHONY): New target.
1596
1597         * m4/AM_MAINTAINER_MODE.m4: Also define UNMAINT.
1598
1599         * automake.in (check_gnu_standards): Disallow no-installman,
1600         no-installinfo.
1601         (read_am_file): Sed out UNMAINT too.
1602         (file_contents_with_transform): Ditto.
1603
1604         * acinstall: New file.
1605
1606         * m4/AM_INIT_AUTOMAKE.m4: Define PACKAGE and VERSION.
1607
1608         * m4/AM_WITH_REGEX.m4: New version from François Pinard.
1609
1610         * m4/AM_TYPE_PTRDIFF_T.m4: Use am_cv, not ac_cv.
1611         * m4/AM_C_PROTOTYPES.m4: Ditto.
1612         * m4/AM_FUNC_STRTOD.m4: Ditto.
1613         * m4/AM_PROG_CC_STDC.m4: Ditto.
1614         * m4/AM_PROG_LIBTOOL.m4: Ditto.
1615
1616 Fri Aug 23 22:23:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
1617
1618         * m4/Makefile.am (m4datadir): New macro
1619         (m4data_DATA): Renamed.
1620
1621         * Makefile.am (cvs-dist): Depend on distcheck target.
1622
1623 Mon Aug 19 15:37:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
1624
1625         * automake.in (initialize_global_constants): [common_files]
1626         Include acinclude.m4.
1627
1628         * m4/AM_PROG_CC_STDC.m4: Patch from Jim Meyering/Kaveh Ghazi.
1629
1630 Sat Aug 17 11:27:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
1631
1632         * automake.in (handle_dependencies): Push `depend'-clean targets
1633         on @clean.
1634         * depend.am (mostlyclean-depend, clean-depend, distclean-depend,
1635         maintainer-clean-depend): New targets.
1636
1637 Tue Aug 13 17:53:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
1638
1639         * texinfos.am (.texinfo.info): New target.
1640         (.texinfo.dvi): New target.
1641
1642         From Jim Meyering:
1643         * automake.in (handle_texinfo): Use `.info[-0-9]*' as pattern to
1644         match info files.
1645         (handle_texinfo): Handle `.texinfo' files.
1646
1647 Mon Aug 12 10:28:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
1648
1649         * automake.in (require_file_internal): Special-case `.' when
1650         finding files to distribute.  Test libobj2.test.
1651
1652         * aclocal.in (add_file): Fixed regexp for matching AC_DEFUN.  Test
1653         order.test.
1654
1655         * m4/AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL.m4: New file.
1656         * m4/AM_SYS_POSIX_TERMIOS.m4: New file.
1657
1658         * compile-kr.am: Removed duplicate ansi2knr rules.
1659
1660 Sun Aug 11 00:20:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
1661
1662         * automake.in (handle_yacc_lex_cxx): Bug fix from Josh MacDonald.
1663         (handle_yacc_lex_cxx): Put C++ extensions on suffix list.
1664         (mkdir): Removed.
1665
1666         * automake.in (initialize_global_constants): [common_files]
1667         Include interlock and ylwrap.
1668
1669         * Released version 1.1c.
1670
1671         * aclocal.in (obsolete_macros): md_TYPE_PTRDIFF_T and
1672         ud_PATH_LISPDIR are obsolete names.
1673
1674         * m4/AM_LC_MESSAGES.m4, m4/AM_WITH_NLS.m4, m4/AM_GNU_GETTEXT.m4:
1675         Removed.
1676
1677         * automake.in (handle_lib_objects): Changed interface.  Now
1678         generates _DEPENDENCIES variable if appropriate.
1679         (handle_emacs_lisp): Use AM_PATH_LISPDIR.
1680         (scan_configure): Ditto.
1681
1682         * Makefile.am (CLEANFILES): Removed.
1683
1684         * automake.in (handle_configure): Define CONFIG_CLEAN_FILES.
1685
1686         * clean.am (clean-generic): Remove $(CONFIG_CLEAN_FILES).
1687
1688         * compile-vars.am (CC, CFLAGS, COMPILE, LINK): Removed.
1689
1690         * automake.in (handle_yacc_lex_cxx): Require ylwrap in
1691         multi-lex/yacc case.
1692         (handle_source_transform): Changed return result.
1693         (handle_programs): Use linker returned by
1694         handle_source_transform.
1695         (seen_prog_cc, seen_prog_cxx): New globals.
1696         (scan_configure): Recognize AC_PROG_CC and AC_PROG_CXX.
1697         (handle_yacc_lex_cxx): Error message if AC_PROG_CXX or
1698         AC_PROG_YACC missing.
1699         (seen_decl_yytext, seen_prog_lex): New globals.
1700         (scan_configure): Set them.
1701         (handle_yacc_lex_cxx): Warn about missing AC_PROG_LEX or
1702         AC_DECL_YYTEXT.
1703         (handle_yacc_lex_cxx): Use $(LEX_OUTPUT_ROOT).
1704         (initialize_per_input): Initialize seen_c_source.
1705         (handle_yacc_lex_cxx): Define CC, CFLAGS, COMPILE, LINK only when
1706         C source seen.
1707         (handle_source_transform): Set seen_c_source.
1708
1709         * interlock: Changed usage.
1710
1711         * ylwrap: New file.
1712
1713         * automake.in (handle_yacc_lex_cxx): Renamed.
1714
1715         * automake.in (handle_dependencies): Handle %cxx_extensions.
1716         Include depend2.am when appropriate.
1717
1718         * depend2.am: New file; contents from depend.am but templatized.
1719
1720         * automake.in (initialize_per_input): Initialize
1721         %cxx_extensions.
1722         (handle_source_transform): Set %cxx_extensions.
1723
1724 Sat Aug 10 10:29:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
1725
1726         * interlock: New file.
1727
1728         * automake.in (handle_yacc_lex): New sub.
1729         (handle_source_transform): Removed most yacc/lex handling.
1730         (initialize_per_input): Init yacc_sources, lex_sources.
1731         (generate_makefile): Run handle_yacc_lex.
1732         (handle_merge_targets): Use `scalar' and not $# to find length of
1733         array.
1734
1735         * m4/AM_FEATURE_EXIT.m4: Wrote.
1736         * m4/AM_FEATURE_CTYPE.m4: Wrote.
1737         * m4/AM_FEATURE_ERRNO.m4: Wrote.
1738
1739         * aclocal.in (macro_seen): New global.
1740         (add_file): Set macro_seen entry.  Only push required macro on
1741         @rlist if not already seen.  Test defun.test.
1742
1743         * automake.in (get_object_extension): Handle directory prefix on
1744         `ansi2knr' option.
1745
1746         * kr-extra.am: New file.
1747
1748         * kr-vars.am: Removed.
1749
1750         * automake.in (handle_options): Handle directory prefix on
1751         `ansi2knr' option.
1752
1753         * automake.in (scan_configure): Recognize AM_FUNC_STRTOD.
1754
1755         * aclocal.in (add_file): Error if macro is duplicated.  Test
1756         dup.test.
1757
1758 Fri Aug  9 09:18:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
1759
1760         * automake.in (handle_programs): Substitute @XLINK@.  Make sure
1761         linker variable is transformed name.
1762         * program.am (@PROGRAM@): Use @XLINK@ to link.
1763
1764         * automake.in (handle_scripts): Fixed call to
1765         am_primary_prefixes.
1766         (handle_libraries): Better error message when AC_PROG_RANLIB
1767         required.
1768
1769         * automake.in (handle_libraries): Canonicalize library name.  Test
1770         canon4.test.
1771         * library.am (lib@LIBRARY@.a): Use @XLIBRARY@ where appropriate.
1772         (lib@LIBRARY@.a): Look at _DEPENDENCIES variable.
1773
1774 Thu Aug  8 10:57:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
1775
1776         * automake.in (handle_scripts): Correctly compute
1777         $scripts_installed.  Test scripts.test.
1778
1779 Wed Aug  7 12:13:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
1780
1781         * ansi2knr.c: New version.
1782
1783 Tue Aug  6 10:58:37 1996  Tom Tromey  <tromey@creche.cygnus.com>
1784
1785         * automake.in (handle_source_transform): Handle more C++ file
1786         extensions.  "Handle" Objective C.  Handle more FORTRAN
1787         extensions.
1788
1789         * compile-vars.am (LEX): Removed.
1790         (YACC): Removed.
1791
1792         * automake.in (handle_source_transform): Correctly handle lex
1793         source.  Test lex.test.
1794         (handle_source_transform): Skip more C++ headers.  Generate macro
1795         definitions for YACC and LEX on first use.
1796
1797         * aclocal.in (parse_arguments): Mention GNU.
1798         * automake.in (parse_arguments): Mention GNU.
1799
1800 Mon Aug  5 00:12:45 1996  Tom Tromey  <tromey@creche.cygnus.com>
1801
1802         * automake.in (handle_programs): Define program_LINK.
1803         * program.am (@PROGRAM@): Use program_LINK to link.
1804
1805         * Released version 1.1b
1806
1807         * automake.in (scan_configure): AM_INIT_AUTOMAKE sets
1808         seen_prog_install to `2'.
1809
1810         * configure.in: Don't run AM_PROG_INSTALL.
1811
1812         * automake.in (parse_arguments): Use $PACKAGE.
1813         ($PACKAGE): New global.
1814         ($am_c_prototypes): Renamed.
1815         (get_object_extension): Use am_c_prototypes.
1816         (scan_configure): Ditto.
1817         (scan_configure): Use AM_MAINTAINER_MODE.
1818         (scan_configure): Warn about obsolete macros.
1819
1820         * aclocal.in (parse_arguments): Use $PACKAGE.
1821         ($PACKAGE): New global.
1822
1823         * Makefile.am (CLEANFILES): Added aclocal.
1824         (ETAGS_ARGS): Added aclocal.in.
1825         (TAGS_DEPENDENCIES): Ditto.
1826         (maintainer-check): Depend on aclocal.
1827         (maintainer-check): Check aclocal.
1828         (bin_SCRIPTS): Include aclocal.
1829
1830         * automake.in (scan_configure): Handle AM_INIT_AUTOMAKE.
1831         (scan_configure): Use AM_PROG_INSTALL.
1832
1833         * configure.in: Use AM_INIT_AUTOMAKE.
1834
1835         * automake.in (keyed_aclocal_warning): Warning tells about
1836         aclocal.
1837         (handle_aclocal_m4): New sub.
1838         (handle_configure): Use it.
1839
1840         * aclocal.in (output_file): New global.
1841         (usage): Handle --output.
1842         (parse_arguments): Handle --output.
1843
1844         * m4/AM_INIT_AUTOMAKE.m4: New file.
1845
1846         * m4/AM_PROG_CC_STDC.m4: Require AC_PROG_CC.
1847         Don't touch CFLAGS.
1848
1849         * automake.in (handle_dist_worker): Reverted erroneous "-chmod".
1850         (handle_texinfo): Don't generate `.info-[0-9]' as a filename.
1851
1852         * texinfos.am (.texi.info): Force .info file to be built in
1853         srcdir.  From Franc,ois Pinard.
1854
1855         From Jim Meyering:
1856         * m4/AM_PROG_CC_STDC.m4: (fp_PROG_CC_STDC): Include sys/stat.h in
1857         test program so that DYNIX/ptx V4.1.3 doesn't use `-Xc
1858         -D__EXTENSIONS__' -- with those options on that system, sys/stat.h
1859         gets compile errors.  With help from Marcus Daniels.
1860
1861         * automake.in (initialize_global_constants): Put elisp-comp into
1862         @common_files.  Bug from Glenn Amerine.
1863
1864 Sun Aug  4 12:52:43 1996  Tom Tromey  <tromey@creche.cygnus.com>
1865
1866         * automake.in (handle_dist_worker): Use fgrep, not grep.
1867
1868         * m4/AM_C_PROTOTYPES.m4: Changes from François Pinard.
1869
1870         * automake.in (handle_emacs_lisp): Include lisp-clean.am in
1871         output.
1872         (initialize_global_constants): [install_man_format] Don't hide
1873         "ugliness" at install time.
1874
1875         * lisp-clean.am: New file.
1876
1877         * tags-clean.am (maintainer-clean-tags): Remove TAGS and ID here.
1878
1879         * automake.in (handle_man_pages): Patch from Janos Farkas to fix
1880         bug when installing man pages.  Test man.test.
1881         (initialize_global_constants): [install_man_format] Make sure man
1882         page can actually be found in either source or build dirs.
1883         (handle_dist_worker): Use "755" permissions on distdir.
1884
1885         * automake.in (handle_dist): Allow chmod's to fail.
1886         (am_primary_prefixes): New function.
1887         (am_install_var): Use it.
1888         (handle_libraries): Use it.  Test libfiles.test.
1889         (handle_dist): For dist-tarZ, assume traditional "tar" and
1890         "compress".
1891
1892         * m4/AM_FUNC_STRTOD.m4: New file.
1893
1894         * automake.in (handle_dist): Only generate `distdir' variable if
1895         it doesn't already exist.
1896
1897         Fix for bug reported by Harlan Stenn.  Test tags.test.
1898         * automake.in (initialize_per_input): Define dir_holds_sources.
1899         (handle_tags): Check dir_holds_headers.
1900         (handle_headers): Set dir_holds_headers.
1901
1902         * automake.in (handle_texinfo): Generate "version.texi" dependency
1903         for .dvi file.  Bug reported by Glenn Amerine.  Test vtexi2.test.
1904
1905         * automake.in (handle_configure): Require file $input, not
1906         "$local.in".  From Nyul Laszlo.  Test colon.test.
1907
1908 Sun Jul 28 11:14:52 1996  Tom Tromey  <tromey@creche.cygnus.com>
1909
1910         * aclocal.in: New file.
1911         * configure.in: Generate m4/Makefile, aclocal.
1912         * Makefile.am (SUBDIRS): Include m4.
1913         * m4/Makefile.am: New file.
1914
1915 Fri Jul 19 10:12:27 1996  Tom Tromey  <tromey@creche.cygnus.com>
1916
1917         * automake.in (initialize_global_constants): Put ansi2knr.c and
1918         ansi2knr.1 into common_files.  Bug report from François Pinard.
1919
1920 Mon Jul 15 10:28:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
1921
1922         * install-sh: Updated copyright notice.
1923
1924 Fri Jul  5 08:23:00 1996  Tom Tromey  <tromey@creche.cygnus.com>
1925
1926         * subdirs.am (maintainer-clean-recursive): Don't be so noisy.
1927         Report from Josh MacDonald.
1928
1929         Bugs from Gord Matzigkeit:
1930         * automake.in (handle_footer): Push contents of $(SUFFIXES), not
1931         `$(SUFFIXES)'.
1932         (handle_dist): Ignore chmod return results.
1933
1934         * programs-clean.am (clean-@DIR@PROGRAMS): Work around failing
1935         Solaris "rm -f".  Bug from Kaveh R. Ghazi.
1936         * libraries-clean.am (clean-@DIR@LIBRARIES): Likewise.
1937
1938 Fri Jun 21 10:42:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
1939
1940         * texinfos.am (install-info): Use "if", not "&&", to avoid
1941         install problem when glob doesn't match.
1942
1943         * automake.in (initialize_global_constants): [USAGE] Added
1944         --no-force.
1945         (force_generation): New global.
1946         (parse_arguments): Handle --no-force.
1947         (generate_makefile): Handle --no-force.
1948
1949         * Makefile.am (maintainer-check): Ensure all invocations of
1950         mkinstalldirs are correct.
1951
1952 Tue Jun 18 10:53:54 1996  Tom Tromey  <tromey@creche.cygnus.com>
1953
1954         * automake.in (handle_tests): Don't directly generate site.exp.
1955
1956 Sun Jun 16 22:21:16 1996  Harlan Stenn  <harlan@brown.pfcs.com>
1957         
1958         * automake.in:  Treat an initial `#' on a word in AUTOMAKE_OPTIONS
1959         as a comment start.  Add support for a dist-tarZ target.
1960
1961 Tue Jun 11 22:14:21 1996  Marcus Daniels  <marcus@sayre.sysc.pdx.edu>
1962
1963         * depend.am ($(srcdir)/.deps/%.P): Convert absolute $(top_srcdir)
1964         paths into relative paths.
1965
1966 Mon Jun 10 21:11:20 1996  Tom Tromey  <tromey@creche.cygnus.com>
1967
1968         * texinfo.tex: New version.
1969
1970         * automake.in: Look for AM_PROG_LIBTOOL.  From Gord Matzigkeit.
1971         (initialize_global_constants): Added libtool to
1972         @common_sometimes.
1973         (handle_source_transform): Pass YFLAGS to yacc and LFLAGS to lex.
1974
1975 Sun Jun  9 17:45:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
1976
1977         * texinfos.am (install-info): Don't install ~ files.  Bug report
1978         from Greg McGary.
1979         * automake.in (handle_texinfo): Don't push '.info*' onto
1980         @infos_list.
1981
1982         * automake.in (handle_gettext): Ensure po and intl in SUBDIRS when
1983         using gettext.
1984         (handle_dist): Pass --with-included-gettext to configure if using
1985         gettext.
1986
1987         * compile-kr.am (._c._o): Pass -c to $(COMPILE).
1988         (.c._o): Ditto.
1989         * compile.am (.c.o): Pass -c to $(COMPILE).
1990         * compile-vars.am (COMPILE): Don't include -c.
1991
1992         * remake.am ($(srcdir)/Makefile.in): Pass --strictness to
1993         automake.
1994         * automake.in (handle_configure): Supply --strictness arg to
1995         automake.
1996
1997 Fri Jun  7 12:31:31 1996  Tom Tromey  <tromey@creche.cygnus.com>
1998
1999         * automake.in (handle_tests): Fix quoting on `pwd`.
2000         (handle_options): Recognize no-installinfo option.
2001         (handle_man_pages): Don't put man directory on @installdirs if
2002         no-installman is specified.
2003         (handle_texinfo): Handle no-installinfo option.
2004         (handle_options): Compare version against $num_version, not
2005         $VERSION.
2006         (handle_source_transform): Generate rules for output of lex,
2007         yacc.  Bug report from Thomas Morgan.  Test yacc.test.
2008         (handle_dist): "distcheck" now runs "make dvi".
2009         (handle_tests): Support $(TESTS_ENVIRONMENT).  Idea from Ulrich
2010         Drepper.
2011
2012         * dejagnu.am (check-DEJAGNU): Depend on site.exp.
2013
2014 Sun Jun  2 10:33:10 1996  Tom Tromey  <tromey@creche.cygnus.com>
2015
2016         * automake.in (handle_emacs_lisp): New function.
2017         (initialize_global_constants): Added elisp-comp to
2018         @common_sometimes.
2019         (seen_lispdir): New global.
2020         (scan_configure): Handle ud_PATH_LISPDIR.
2021
2022         * elisp-comp: New file.
2023
2024         * lisp.am: New file.
2025
2026         * automake.in (generate_makefile): Run handle_emacs_lisp.
2027
2028         * aclocal.m4 (ud_PATH_LISPDIR): New macro, from Ulrich Drepper.
2029
2030         * automake.in (initialize_global_constants): Removed version.texi
2031         from common_sometimes.
2032         (initialize_global_constants): Added texinfo.tex to common_files.
2033         Test texinfo.test.
2034         (handle_tests): Allow dejagnu- and automake-style test suites to
2035         coexist.  Test dejagnu.test.
2036         (initialize_global_constants): New constants AC_CANONICAL_HOST,
2037         AC_CANONICAL_SYSTEM.
2038         (scan_configure): Use new constants.
2039         (handle_tests): Put target specific information into site.exp if
2040         AC_CANONICAL_* used.
2041         (read_am_file): Generate some extra variables when AC_CANONICAL_*
2042         used.
2043         (handle_options): Allow version number to have letters appended.
2044         (handle_tests): Error if RUNTEST, RUNTESTFLAGS defined but dejagnu
2045         option not specd.
2046         (initialize_global_constants): install_man_format changed to
2047         handle built man pages.
2048
2049 Wed May 29 10:35:01 1996  Tom Tromey  <tromey@creche.cygnus.com>
2050
2051         * config.guess, config.sub: New versions.
2052
2053 Tue May 28 19:27:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
2054
2055         * configure.in (VERSION): Upped to 1.0.
2056
2057 Sat May 25 10:19:53 1996  Tom Tromey  <tromey@creche.cygnus.com>
2058
2059         * automake.in (handle_tests): Handle dejagnu.
2060         (handle_options): Recognize dejagnu option.
2061
2062         * dejagnu.am: New file.
2063
2064 Thu May 23 10:01:13 1996  Tom Tromey  <tromey@creche.cygnus.com>
2065
2066         * automake.in (handle_dist): Run installcheck target from
2067         distcheck.
2068
2069         * configure.in (VERSION): Upped to 0.34.
2070
2071         * automake.in (scan_configure): Always allow upgrading to
2072         fp_PROG_INSTALL.  Test fpinstall.test.
2073
2074 Wed May 22 14:45:28 1996  Joshua Cowan  <jcowan@hermit.reslife.okstate.edu>
2075
2076         (handle_dist): Make `distcheck' check `install' target, too.
2077
2078 Wed May 22 09:49:27 1996  Tom Tromey  <tromey@creche.cygnus.com>
2079
2080         * automake.in (initialize_per_input): Don't initialize
2081         $output_directory here; initialize it globally.  From Joshua
2082         Cowan.  Test outdir.test.
2083
2084 Sat May 18 10:57:40 1996  Tom Tromey  <tromey@creche.cygnus.com>
2085
2086         * automake.in (handle_tests): Don't push TESTS onto dist_common.
2087         (initialize_global_constants): Put install-sh and mkinstalldirs
2088         into @common_files.  Test insh2.test.
2089
2090 Fri May 17 09:02:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
2091
2092         * automake.in (handle_source_transform): Don't generate _OBJECTS
2093         when no source files specified.  Test number.test.
2094
2095         From Joerg-Martin Schwarz:
2096         * automake.in (seen_package, seen_version): New globals.
2097         (scan_configure): Look for PACKAGE= and VERSION=.
2098
2099         * automake.in (handle_options): Recognize dist-zip.
2100         (handle_dist): Handle dist-zip.
2101         (handle_options): Use ' ', not \s+, with split.  Test
2102         backsl.test.
2103         (handle_source_transform): Likewise.
2104         (handle_lib_objects): Likewise.
2105         (handle_libraries): Likewise.
2106         (handle_texinfo): Likewise.
2107         (handle_man_pages): Likewise.
2108         (handle_subdirs): Likewise.
2109         (handle_gettext): Likewise.
2110         (handle_footer): Likewise.
2111         (handle_tests): Likewise.
2112         (scan_configure): Likewise.
2113         (am_install_var): Likewise.
2114
2115         * Makefile.am (TAGS_DEPENDENCIES): New macro.
2116
2117         * tags.am (tags-recursive): New target.
2118         (TAGS): Depend on it.
2119
2120         * automake.in (handle_tags): Put tags-recursive on @phony.
2121
2122         * tags-subd.am (TAGS): Depend on HEADERS, SOURCES,
2123         TAGS_DEPENDENCIES.
2124         * tags.am (TAGS): Depend on HEADERS, SOURCES, TAGS_DEPENDENCIES.
2125
2126 Thu May 16 09:21:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
2127
2128         * remake.am (configure): Depend on $(CONFIGURE_DEPENDENCIES).
2129
2130         * automake.in (scan_configure): Look for install-sh and
2131         mkinstalldirs here.
2132         (initialize_global_constants): Moved mdate-sh from
2133         common_sometimes to common_files.  Test mdate2.test.
2134
2135 Tue May 14 21:52:01 1996  Tom Tromey  <tromey@creche.cygnus.com>
2136
2137         * automake.in (seen_maint_mode): New global.
2138         (scan_configure): Handle jm_MAINTAINER_MODE.
2139         (read_am_file): Handle seen_maint_mode.
2140         (file_contents_with_transform): Handle seen_maint_mode.
2141         (handle_source_transform): Changed interface, all callers.
2142
2143         From Jim Meyering:
2144         * remake-hdr.am, remake-subd.am, remake.am, texi-version.am:
2145         Handle @MAINT@.
2146         * aclocal.m4 (jm_MAINTAINER_MODE): New macro.
2147
2148         * automake.in (handle_configure): Check $config_aux_dir against
2149         empty string.  From Markku Rossi.  Test mkinstall.test.
2150
2151 Fri May 10 14:38:47 1996  Gord Matzigkeit  <gord@gnu.ai.mit.edu>
2152
2153         * automake.in (distcheck): Added new rule to top level
2154         Makefile.in.
2155
2156 Wed May  8 21:57:21 1996  Gord Matzigkeit  <gord@gnu.ai.mit.edu>
2157
2158         * automake.in (scan_configure): Make sure that gm_PROG_LIBTOOL
2159         sets seen_ranlib.
2160         (generate_makefile): libtool, config.sub, and config.guess should
2161         only ever appear in the top directory of a package.
2162
2163 Tue May 14 10:24:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
2164
2165         * automake.in (initialize_global_constants): Added libversion.in
2166         to @common_files.
2167
2168         * configure.in (VERSION): Upped to 0.33.
2169
2170         * automake.in (am_install_var): Fixed problem in EXTRA_ handling.
2171         Test extra.test.
2172
2173 Mon May 13 10:41:41 1996  Tom Tromey  <tromey@creche.cygnus.com>
2174
2175         * install-sh (transformbasename): Correct misspelling of
2176         transformbasename.  From Ian Lance Taylor.
2177
2178 Sat Apr 27 11:39:10 1996  Tom Tromey  <tromey@creche.cygnus.com>
2179
2180         * automake.in (handle_configure): Set mkinstalldirs variable
2181         here.
2182         (handle_dist_worker): Explicitly set distdir in subdir makes.
2183         (handle_dist): Handle separate distdir target.
2184         (handle_dist_worker): Only generate distdir target.
2185
2186         * texinfos.am (install-info): Use $(mkinstalldirs).
2187         * scripts.am (install-@DIR@SCRIPTS): Use $(mkinstalldirs).
2188         * programs.am (install-@DIR@PROGRAMS): Use $(mkinstalldirs).
2189         * libraries.am (install-@DIR@LIBRARIES): Use $(mkinstalldirs).
2190         * header.am (install-@DIR@HEADERS): Use $(mkinstalldirs).
2191         * data.am (install-@DIR@DATA): Use $(mkinstalldirs).
2192
2193         * automake.in (read_am_file): Set mkinstalldirs variable.
2194         (handle_man_pages): Use it.
2195         (handle_installdirs): Ditto.
2196
2197 Fri Apr 26 15:10:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
2198
2199         * automake.in (handle_man_pages): Fix mkinstalldirs invocation.
2200
2201 Thu Apr 25 18:40:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
2202
2203         * automake.in (handle_dist_worker): Use $(TAR), not tar.
2204         (handle_merge_targets): Make sure config header is built before
2205         recursing into subdirs.
2206         (handle_libraries): Generate LIBFILES for check_LIBRARIES.
2207         (handle_merge_targets): Handle case where nothing is installed but
2208         something must be built -- "make install" must still work.
2209
2210         * dist-vars.am (TAR): New macro.
2211
2212         * automake.in (scan_configure): Support AC_REPLACE_GNU_GETOPT.
2213         (handle_configure): Require stamp-h.in when config header used.
2214
2215 Tue Apr 23 17:57:13 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2216
2217         * doc/mdate-sh: Extract the last field from the date output, not
2218         the sixth, which will fail when the timezone name has more than
2219         one word or is missing.
2220
2221 Wed Apr 24 20:29:26 1996  Tom Tromey  <tromey@creche.cygnus.com>
2222
2223         * automake.in (am_install_var): Use delete, not undef, to remove
2224         EXTRA entry.  From Gord Matzigkeit.
2225
2226 Mon Apr 22 17:48:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
2227
2228         * automake.in (read_am_file): Handle case where last line doesn't
2229         end in newline.
2230
2231 Tue Apr  9 22:53:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
2232
2233         * automake.in (variable_defined): New function.
2234         (read_am_file): Ensure a blank line comes before starting comments
2235         from Makefile.am.
2236         (initialize_per_input): Initialize %targets.
2237         (read_am_file): Set appropriate entry in %targets.
2238         Many changes to use variable_defined.
2239         (check_gnu_standards): Only require ChangeLog at top level.  From
2240         Gord Matzigkeit.
2241         (handle_tests): check-TESTS depends on $(TESTS).  From Gord
2242         Matzigkeit.
2243
2244 Mon Apr  8 22:51:41 1996  Tom Tromey  <tromey@creche.cygnus.com>
2245
2246         * automake.in (parse_arguments): Added short options.
2247         (initialize_global_constants): Ditto.
2248
2249 Fri Apr  5 00:22:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
2250
2251         * mkinstalldirs (errstatus): Don't necessarily die if mkdir
2252         fails.
2253
2254         * automake.in (handle_source_transform): Typo fix.
2255
2256 Thu Apr  4 15:10:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
2257
2258         * automake.in (handle_dist_worker): Renamed dist-local to
2259         dist-hook.
2260         (handle_merge_targets): Added install-data-hook and
2261         install-exec-hook.
2262         (handle_source_transform): Handle EXTRA_prog_SOURCES form.
2263
2264         * automake.in (handle_scripts): Never allow scripts_installed to
2265         become 0.
2266
2267         * scripts.am (install-@DIR@SCRIPTS): Scripts can be found in
2268         srcdir.
2269
2270         * automake.in (generate_makefile): Derived file names from given
2271         input; don't assume Makefile.in and Makefile.am.
2272         (am_file_name, in_file_name): New globals.
2273         (read_am_file): Use them.
2274
2275         * program.am (@PROGRAM@): Use transformed program name.
2276
2277         * remake-hdr.am (stamp-h): Actually touch stamp-h.
2278
2279 Wed Apr  3 15:16:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
2280
2281         * automake.in (require_file_internal): Use correct file for error
2282         messages.  Test insh.test.
2283
2284 Mon Apr  1 09:47:44 1996  Tom Tromey  <tromey@creche.cygnus.com>
2285
2286         * texinfos.am (.texi.info): Build output file in srcdir.
2287
2288         * automake.in (require_file_internal): If $dir is ".",then look in
2289         relative directory.
2290         (handle_texinfo): Canonicalize name of texi file before looking
2291         for dependency variable.
2292
2293 Thu Mar 28 08:33:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
2294
2295         * automake.in (require_conf_file_with_conf_line): Yet another
2296         function of this form.
2297         (libtool_line): New variable.
2298         (handle_libraries): Handle libtool.
2299
2300         * libraries-vars.am: Removed.
2301
2302         * automake.in (seen_libtool): New variable.
2303         (scan_configure): Look for gm_PROG_LIBTOOL or AC_PROG_LIBTOOL.
2304
2305         * automake.in (handle_dist_worker): Handle dist-local.
2306
2307         * Makefile.am (maintainer-check): Do "make check" after all syntax
2308         checks.
2309
2310         * texi-version.am (stamp-@VTI@): Look for mdate-sh in appropriate
2311         directory.
2312
2313         * automake.in ($seen_arg_prog): New global.
2314         (handle_programs): Error if AC_ARG_PROGRAM not seen.
2315         (handle_scripts): Ditto.
2316         (handle_configure): mkinstalldirs now a config file.
2317         (handle_installdirs): Find mkinstalldirs in config_aux_dir.
2318         (handle_dist_worker): Removed DIST_SUBDIRS.
2319         (require_file_path): New variable.
2320         (require_file_with_conf_line): Set it.
2321         (require_file_with_line): Ditto.
2322         (require_file): Ditto.
2323         (require_file_internal): Incorporated code from
2324         require_config_file.
2325         (require_config_file): Rewrote.
2326         (require_conf_file_with_line): New function.
2327         (handle_texinfo): Use it for mdate-sh.
2328         (handle_texinfo): Look for mdate-sh in appropriate directory.
2329
2330 Tue Mar 26 13:47:54 1996  Tom Tromey  <tromey@creche.cygnus.com>
2331
2332         * Makefile.am (cvs-dist): Find NEWS in srcdir.
2333         * automake.in (handle_dist_worker): Find NEWS in srcdir.
2334         ($RULE_PATTERN): Include chars "$(){}/" in allowable patterns in a
2335         rule.
2336         (require_config_file): Set config_aux_path when file found.
2337         ($config_aux_dir): New variable.
2338         (require_config_file): Set it.
2339         (handle_man_pages): Find mkinstalldirs in config_aux_dir.
2340
2341 Mon Mar 25 15:32:57 1996  Tom Tromey  <tromey@creche.cygnus.com>
2342
2343         * data.am (install-@DIR@DATA): Also allow data to be in build
2344         directory.
2345
2346 Sun Mar 24 19:56:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
2347
2348         * automake.in (am_install_var): Don't look in EXTRA_primary
2349         variable any more; it is handled in the main loop.
2350
2351 Wed Mar 20 16:22:35 1996  Tom Tromey  <tromey@creche.cygnus.com>
2352
2353         * data.am (install-@DIR@DATA): Find data in srcdir.
2354
2355 Fri Mar 15 18:30:31 1996  Tom Tromey  <tromey@creche.cygnus.com>
2356
2357         * automake.in (require_config_file): Use correct filename when
2358         looking for errors.  Also, install file in `.' if not found.  Bug
2359         reported by Gord Matzigkeit.  Test installsh.test.
2360
2361 Thu Mar 14 09:28:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
2362
2363         * Makefile.am (cvs-diff): New target.
2364
2365         Fix for bug when install var substitutes empty.  Test empty.test.
2366         * header.am (install-@DIR@HEADERS): Allow empty list of headers.
2367         (uninstall-@DIR@HEADERS): Ditto.
2368         * scripts.am (install-@DIR@SCRIPTS): Allow empty list of scripts.
2369         (uninstall-@DIR@SCRIPTS): Ditto.
2370         * libraries.am (install-@DIR@LIBRARIES): Allow empty list of
2371         libraries.
2372         (uninstall-@DIR@LIBRARIES): Ditto.
2373         * data.am (install-@DIR@DATA): Allow empty list of data.
2374         (uninstall-@DIR@DATA): Ditto.
2375         * programs.am (install-@DIR@PROGRAMS): Added missing semicolon.
2376         From François Pinard.
2377         (install-@DIR@PROGRAMS): Fixed bug when list of programs empty.
2378         (uninstall-@DIR@PROGRAMS): Ditto.
2379
2380 Wed Mar 13 19:50:23 1996  Tom Tromey  <tromey@creche.cygnus.com>
2381
2382         * tags-subd.am (ID): Name of ID file must be flush against -f.
2383
2384         * configure.in (VERSION): Version 0.32.
2385
2386 Mon Mar 11 17:50:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
2387
2388         * automake.in (seen_linguas, all_linguas_line): New variables.
2389         (handle_gettext): New function.
2390         (generate_makefile): Run it.
2391         (scan_configure): Recognize ALL_LINGUAS.
2392
2393 Mon Mar 11 14:34:36 1996  Gord Matzigkeit  <gord@enci.ucalgary.ca>
2394
2395         * automake.texi: doc fix.
2396
2397         * automake.in (am_install_var): Added support for check and
2398         installcheck special prefixes.
2399
2400 Sun Mar 10 10:44:42 1996  Tom Tromey  <tromey@creche.cygnus.com>
2401
2402         * automake.in (handle_subdirs): Don't do SUBDIRS check for
2403         gettext.
2404
2405 Tue Mar  5 18:12:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
2406
2407         * automake.in (OBJECT_PATTERN): Removed.
2408         (am_install_var): No error if name is invalid.
2409         (handle_programs): Canonicalize program names.
2410         (BOGUS_MACRO_PATTERN): New variable.
2411         (read_am_file): Error if bad macro name given.
2412         (require_file_internal): Use am_line_error, not am_conf_error.
2413
2414         * program.am (@PROGRAM@): Recognize @PROGRAM@_DEPENDENCIES.
2415
2416 Mon Mar  4 19:30:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
2417
2418         * automake.in (handle_lib_objects): New function.
2419         (handle_libraries): Use it.
2420         (handle_programs): Ditto.
2421         (handle_dist_worker): Deprecate DIST_SUBDIRS.
2422         (am_install_var): Allow extended directory mechanism to work.
2423         Test exdir.test.
2424
2425         * dist-vars.am (DISTFILES): Use EXTRA_DIST.
2426         (DEP_DISTFILES): Ditto.
2427
2428         * automake.in (OBJECT_PATTERN): New variable.
2429         (am_install_var): Use it.
2430         (handle_dist): DIST_OTHER is an anachronism.
2431
2432 Sat Mar  2 17:04:38 1996  Tom Tromey  <tromey@creche.cygnus.com>
2433
2434         * automake.in (handle_dist_worker): Only cause Automake to be
2435         re-run if not making a distribution.  Fixes bug reported by
2436         Joerg-Martin Schwarz.
2437         (require_file_with_line): New function.
2438         (require_file): Use it.
2439         (am_line_error): Don't print line number if $symbol is empty.
2440         (get_object_extension): Use require_file_with_line.
2441         (handle_libraries): Use require_file_with_line.
2442         (handle_texinfo): Use require_file_with_line.
2443         (handle_configure): Use am_conf_line_error and
2444         require_file_with_conf_line.
2445         (handle_subdirs): Use require_file_with_conf_line.
2446         (handle_configure): Use require_file_with_conf_line.
2447         (handle_tests): Push check-TESTS on @phony.
2448         (am_conf_line_error): New function.
2449         (require_file_with_conf_line): New function.
2450         (require_file_internal): New function.
2451         (require_file_with_line): Use it.
2452         (require_file): Ditto.
2453         (am_conf_line_error): Handle empty line number.
2454         (ac_gettext_line, ac_output_line): New variables.
2455         (scan_configure): Set them.
2456
2457 Fri Mar  1 00:13:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
2458
2459         * automake.in (parse_arguments): Default strictness is gnu.
2460         Changed `normal' to `foreign' everywhere.
2461         (parse_arguments): Handle --foreign.
2462         (initialize_global_constants): Document --foreign.
2463         (handle_dependencies): Better error message.
2464         (handle_texinfo): Don't push $vtexi on @texis.
2465         (handle_texinfo): Only push $vtexi on @texi_deps if not null.
2466         (handle_configure): install-sh is a config file; require it as
2467         such.
2468         (parse_arguments): Renamed --install-missing to --add-missing.
2469         (add_missing): Renamed from install_missing.
2470         (am_install_var): Check to make sure contents of install variable
2471         are correct if primary requires it.  Test badprog.test.
2472         (initialize_global_constants): Initialize
2473         %primary_uses_subobjects.
2474         (handle_source_transform): Skip configure substitutions.  Test
2475         depend.test.  Also, skip empty elements.
2476
2477 Thu Feb 29 22:00:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
2478
2479         * texinfo.tex: New version.
2480
2481         * automake.in (am_install_var): Allow extended range of
2482         installation directories.
2483
2484         * automake.in (get_object_extension): Don't allow
2485         @CONFIG_INCLUDE_SPEC@ in the Makefile.in when config.h not used.
2486         From Gord Matzigkeit.  Test confincl.test.
2487
2488         * texinfos.am (install-info): Changed usage of install-info (in
2489         comment).  Per Feb 25 GNU Standards document.
2490
2491 Wed Feb 28 07:40:55 1996  Tom Tromey  <tromey@creche.cygnus.com>
2492
2493         * automake.in (handle_tests): New function.
2494         (generate_makefile): Call it.
2495         (handle_subdirs): Skip directories whose names look like configure
2496         substitutions.
2497         (handle_subdirs): Require intl and po, not @INTLSUB@ and @POSUB@,
2498         when using gettext.
2499         (scan_configure): Clear in_ac_output if "]" found.  Test
2500         acoutqnl.test.
2501         (require_config_file): New function.
2502         (generate_makefile): Use require_config_file.
2503         (config_aux_path): New variable.
2504         (scan_configure): Check for AC_CONFIG_AUX_DIR.
2505         (handle_merge_targets): Add install-strip rule.
2506
2507 Tue Feb 27 20:00:36 1996  Tom Tromey  <tromey@creche.cygnus.com>
2508
2509         * mdate-sh: New version from Ulrich Drepper.
2510
2511         * automake.in (handle_source_transform): Changed fill back to
2512         empty string.
2513         (handle_libraries): Ditto.
2514         (handle_dist): Ditto.
2515         (handle_dependencies): Ditto.
2516         (handle_footer): Ditto.
2517         (handle_phony): Ditto.
2518
2519         * Makefile.am (DIST_SUBDIRS): Removed.
2520         (installcheck-local): Use Perl, not test -x.
2521         (PERL): New macro.
2522         (maintainer-check): Use $(PERL), not @PERL@.
2523
2524         * configure.in (VERSION): Upped to 0.31.
2525
2526 Sat Feb 24 18:02:19 1996  Tom Tromey  <tromey@creche.cygnus.com>
2527
2528         * automake.in (scan_configure): AC_CHECK_TOOL requires config.sub
2529         and config.guess.
2530
2531         * automake.in: Use keyed_aclocal_warning when warning about
2532         fp_PROG_INSTALL.
2533         (get_object_extension): Use keyed_aclocal_warning when warning
2534         about fp_C_PROTOTYPES.
2535         (keyed_aclocal_warning): New function.
2536
2537         * Makefile.am (pkgdata_DATA): Install aclocal.m4.
2538         * aclocal.m4: Include fp_C_PROTOTYPES, fp_PROG_CC_STDC.
2539
2540         * automake.in (get_object_extension): Only give error about
2541         fp_C_PROTOTYPES once.
2542
2543         * automake.in (seen_ranlib): New variable.
2544         (scan_configure): Recognized AC_PROG_RANLIB.
2545         (handle_libraries): Error if ranlib not checked for.
2546
2547         * automake.in (default_strictness): Default to GNU.
2548         (default_strictness_name): Ditto.
2549
2550 Wed Feb 21 18:15:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
2551
2552         * automake.in (read_am_file): Removed @kr@ support.
2553         (get_object_extension): Ditto.
2554
2555         * Makefile.am (pkgdata_DATA): Include ansi2knr.c and ansi2knr.1.
2556
2557 Tue Feb 20 17:25:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
2558
2559         * depend.am ($(srcdir)/.deps/%.P): Regexp fix.
2560
2561 Mon Feb 19 19:53:09 1996  Tom Tromey  <tromey@creche.cygnus.com>
2562
2563         * remake.am ($(srcdir)/Makefile.in): Depend on configure.in.
2564         * remake-subd.am ($(srcdir)/Makefile.in): Depend on configure.in.
2565
2566         * automake.in (handle_scripts): Ensure $scripts_installed set to
2567         boolean value.  Test proginst.test.
2568
2569         * Makefile.am (installcheck-local): New target.
2570
2571         * automake.in (require_file): No error if missing file is
2572         installed.
2573
2574 Sun Feb 18 17:10:00 1996  Tom Tromey  <tromey@creche.cygnus.com>
2575
2576         * automake.in (handle_scripts): SCRIPTS no longer automatically
2577         cleaned.  Now possible to install scripts in pkgdatadir.
2578         ($seen_canonical): New variable.
2579         (generate_makefile): Check for config.guess and config.sub here;
2580         fixes bug reported by Gord Matzigkeit.
2581
2582         * Makefile.am (pkgdata_SCRIPTS): New variable.
2583         (CLEANFILES): New macro.
2584
2585         * scripts-clean.am: Removed.
2586
2587 Sat Feb 17 00:15:20 1996  Tom Tromey  <tromey@creche.cygnus.com>
2588
2589         * automake.in (am_install_var): Error if primary variable actually
2590         defined.
2591         (am_install_var): Skip elements that look like configure
2592         substitutions.
2593         (am_install_var): "EXTRA" is a valid prefix.
2594         (am_install_var): Push contents EXTRA_PRIMARY onto @result.
2595         (handle_merge_targets): Treat "all" target like "install".
2596         (handle_subdirs): Don't push all-recursive.
2597
2598         * header.am (install-@DIR@HEADERS): Don't depend on all.
2599         * data.am (install-@DIR@DATA): Don't depend on all.
2600         * libraries.am (install-@DIR@LIBRARIES): Don't depend on all.
2601         * programs.am (install-@DIR@PROGRAMS): Don't depend on all.
2602         * scripts.am (install-@DIR@SCRIPTS): Don't depend on all.
2603
2604         * automake.in (am_install_var): Push generated install targets
2605         onto @phony.
2606
2607         * subdirs.am: No longer depend on Makefile and $(CONFIG_HEADER).
2608         * automake.in (handle_merge_targets): Correctly handle recursive
2609         calls of uninstall, install-exec, and install-data.
2610         (handle_merge_targets): Put Makefile, and possibly $config_name,
2611         onto @all.
2612         (handle_merge_targets): Push 'all' onto @install as appropriate.
2613
2614 Fri Feb 16 18:27:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
2615
2616         * automake.in (handle_configure): config.status is in
2617         $(top_builddir), not $(top_srcdir).  Reported by Anthony Green.
2618
2619         * automake.in (scan_configure): Recognize (AC|fp)_FUNC_FNMATCH.
2620
2621 Thu Feb 15 19:12:45 1996  Tom Tromey  <tromey@creche.cygnus.com>
2622
2623         * automake.in: (seen_prog_yacc): New variable.
2624         (scan_configure): Look for yacc.
2625         (handle_source_transform): Skipp C++ header files.
2626         (handle_source_transform): .cxx is a C++ source file.
2627
2628 Wed Feb 14 08:36:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
2629
2630         * depend.am ($(srcdir)/.deps/.P): Use "echo", not ":".
2631
2632         Implemented --verbose feature; idea from Greg Woods:
2633         * automake.in (verbose): New global.
2634         (generate_makefile): Print creating message if verbose.
2635         (grep_for_vers_texi): Print message if verbose.
2636         (handle_dependencies): Ditto.
2637         (scan_configure): Ditto.
2638         (read_am_file): Ditto.
2639         (parse_arguments): Added --verbose.
2640         (initialize_global_constants): Ditto.
2641
2642         * automake.in (get_object_extension): Use am_line_error.
2643         (handle_source_transform): Ditto.
2644         (handle_libraries): Ditto.
2645         (handle_texinfo): Ditto.
2646         (handle_man_pages): Ditto.
2647         (handle_dist): Ditto.
2648         (handle_dist): Ditto.
2649         (handle_subdirs): Ditto.
2650         (handle_configure): Ditto.
2651         (handle_merge_targets): Ditto.
2652         (am_install_var): Ditto.
2653         (am_line_error): Allow actual line number as argument.
2654         (handle_configure): Use am_line_error.
2655         (scan_configure): Set config_header_line.
2656         (config_header_line): New global.
2657         Use @PERL@ to find perl during exec.  From Greg Woods.
2658
2659 Tue Feb 13 22:06:51 1996  Tom Tromey  <tromey@creche.cygnus.com>
2660
2661         * automake.in (initialize_per_input): Init %content_lines.
2662         (read_am_file): Set appropriate content_lines elements while
2663         reading.
2664         (am_line_error): New function.
2665         (read_am_file): Use it.
2666         (handle_options): Ditto.
2667
2668         * automake.in (scan_configure): Handle case where more than one .o
2669         is put into LIBOBJS at once.  Test libobj.test.
2670
2671 Mon Feb 12 20:39:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
2672
2673         * automake.in (scan_configure): Ignore "\" in AC_OUTPUT line.
2674         Test acouttbs.test.
2675         (handle_subdirs): Restored intl, po warnings.
2676
2677         * automake.in (scan_configure): Delete everything after "," or
2678         ")".  Test acoutnoq.test.
2679         (handle_dist): Use $relative_dir, not nonexistent $subdir.
2680         (handle_subdirs): 'po' and 'intl' are sometimes substituted into
2681         SUBDIRS; don't warn about their absence.
2682
2683 Sun Feb 11 16:55:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
2684
2685         * automake.in (handle_texinfo): Removed bogus error message.
2686
2687         * automake.in (handle_texinfo): Push $(INFO_DEPS), not 'info',
2688         onto @all.
2689         (handle_options): Handle version number.
2690
2691         * automake.in ($maint_charset, $dist_charset): New variables.
2692         (initialize_per_input): Init $local_maint_charset.
2693         (handle_dist): Handle DIST_CHARSET and MAINT_CHARSET.
2694         (generate_makefile): Don't print "creating...".
2695
2696 Sat Feb 10 16:45:07 1996  Tom Tromey  <tromey@creche.cygnus.com>
2697
2698         * automake.in (get_object_extension): Substitute
2699         @CONFIG_INCLUDE_SPEC@ if CONFIG_HEADER defined.
2700         (handle_source_transform): Use $1, not \1.
2701         (pretty_print_internal): Handle Tabs in fill when computing indent
2702         on new line.
2703         (handle_merge_targets): Always generate install-exec and
2704         install-data targets.  Test instexec.test.
2705         Fixed error message if fp_PROG_INSTALL missing.
2706
2707         * compile-vars.am (DEFS): Include -I., -I$(srcdir), and
2708         @CONFIG_INCLUDE_SPEC@.
2709
2710         * automake.in (scan_configure): Delete everything after "]".  Test
2711         acoutput.test.
2712
2713         * configure.in (AC_OUTPUT): Create tests/Makefile.
2714         * Makefile.am (SUBDIRS): New macro.
2715
2716         * automake.in (handle_texinfo): Put $vtexi on texi_deps.  From Jim
2717         Meyering.
2718
2719         * configure.in (AC_OUTPUT): Ensure automake is executable.
2720
2721 Thu Feb  8 17:30:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
2722
2723         * automake.in (handle_subdirs): Error if directory in SUBDIRS does
2724         not exist.
2725
2726         * automake.in (handle_configure): Handle AC_OUTPUT ":" syntax.
2727
2728         From Jim Meyering:
2729         * libraries.am (install-@DIR@LIBRARIES): Depend on all, not
2730         (@DIR@_LIBFILES).
2731         * header.am (install-@DIR@HEADERS): Depend on all, not
2732         $(@DIR@_HEADERS).
2733         * data.am (install-@DIR@DATA): Depend on all, not $(@DIR@_DATA).
2734         * scripts.am (install-@DIR@SCRIPTS): Depend on all, not
2735         $(@DIR@_SCRIPTS).
2736         * programs.am (install-@DIR@PROGRAMS): Depend on all, not
2737         $(@DIR@_PROGRAMS).
2738
2739         * automake.in (initialize_per_input): Initialize
2740         $use_dependencies.
2741         ($seen_path_xtra): New variable.
2742         (scan_configure): Look for AC_PATH_XTRA.
2743         (get_object_extension): Add variables to output if X seen.
2744
2745 Thu Feb  8 10:02:45 1996  Greg A. Woods  <woods@most.weird.com>
2746
2747         * automake.in (handle_programs): add pkglib to list of
2748         directories for C
2749         (various): include a tab as fill for continuation lines
2750         printed with pretty_print*, esp. for macro variable assignments.
2751         [ changed to 4 spaced by me ]
2752
2753 Wed Feb  7 18:00:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
2754
2755         * configure.in (VERSION): Upped to 0.30.
2756
2757         * Makefile.am (automake): Removed.
2758         (DIST_OTHER): Removed.
2759
2760         * automake.in (handle_source_transform): All dep_files are
2761         relative to $(srcdir).
2762         (handle_libraries): Ditto.
2763         (scan_configure): Test for AC_PROG_INSTALL as well as
2764         fp_PROG_INSTALL.  Don't error here.
2765         (seen_prog_install): Now global.
2766         (scripts_installed): New global.
2767         (handle_scripts): Set it.
2768         Give error if appropriate install macro not seen.
2769         (handle_subdirs): Ensure $seen_gettext before requiring
2770         gettext-specific files.
2771         (handle_configure): Automatically rebuild 
2772
2773         From Jim Meyering:
2774         * automake.in (handle_source_transform): Use \W when quoting
2775         regexp.  When blah_SOURCES not explicitly defined, still create
2776         entry in %deps.
2777         * depend.am ($(srcdir)/.deps/%.P): Don't use \< in regexp.
2778         * subdirs.am (maintainer-clean-recursive): Now depends on
2779         $(CONFIG_HEADER) and Makefile.
2780
2781         * automake.in (handle_source_transform): Skip macro references.
2782
2783 Mon Feb  5 14:58:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
2784
2785         * automake.in (handle_texinfo): Include "rm" when deleting files.
2786
2787         * Makefile.am (maintainer-check): Expect only one ${...}.
2788         * texinfos.am (install-info): Remove unneeded ${...}.  From Jim
2789         Meyering.
2790
2791         * automake.in (handle_configure): Only define CONFIG_HEADER if
2792         $config_name.
2793         ($seen_gettext): New variable.
2794         (handle_subdirs): Do all gettext-related checking here.
2795         (scan_configure): Just set $seen_gettext.
2796         (handle_man_pages): Properly quote $(MANS).
2797
2798 Wed Jan 31 09:51:30 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
2799
2800         * depend.am: Don't use srcdir anywhere.
2801         * automake.in (handle_libraries): Don't make .deps relative to
2802         srcdir.
2803         (handle_options): Recognize no-dependencies.
2804
2805         * depend.am (MKDEP): From Jim Meyering: Do nothing if srcdir is
2806         ".".  Properly quote regexp.
2807
2808 Tue Jan 30 12:19:09 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
2809
2810         * automake.in (handle_configure): Only defined CONFIG_HEADER if
2811         $config_name.
2812         (read_am_file): Quote regexp when substituting top_builddir.
2813         (handle_source_transform, handle_libraries): Look in
2814         $(srcdir)/.deps for .P files.
2815
2816 Fri Jan 26 00:15:25 1996  Tom Tromey  <tromey@creche.cygnus.com>
2817
2818         * automake.in (am_conf_error): New function.
2819         (scan_configure): Use it.
2820         (scan_configure): A comma also ends AC_OUTPUT macro.
2821
2822         * automake.in (read_am_file): Compute top_builddir when including
2823         header-vars.am.
2824         (handle_configure): Use $top_builddir, not $top_reldir.
2825         (other_input_files): New variable.
2826         (dirname): Fixed bug where dirname of 'a/b/c' was 'a', not 'a/b'.
2827
2828         Changes from Gord Matzigkeit to enabled hierarchies deeper than 2:
2829         * automake.in (input_files, seen_make_set): Declare globally.
2830         (parse_arguments): Use input_files, not make_list.
2831         Only scan configure.in once.
2832         (handle_dist): Use SUBDIRS to determine when to make
2833         subdirectories and recurisvely dist.  Use $(topdir), not "..", to
2834         find top of dist tree.
2835         (handle_configure): Check for AC_PROG_MAKE_SET here.  Don't require
2836         configure.in (done elsewhere).
2837         (scan_configure): seen_make_set is global.  Allow arbitrary space
2838         in LIBOBJS assignment.
2839         (top_builddir): New variable.
2840         * header-vars.am (top_builddir): New variable.
2841         * remake-subd.am (Makefile): Look in top_builddir, not .., when
2842         remaking.
2843         * automake.in (handle_merge_targets): Run 'all' before
2844         check-recursive.
2845
2846         * automake.in (file_contents_with_transform): Changed error
2847         message.
2848         (handle_configure): Define $contents{'CONFIG_HEADER'}.
2849
2850         * texi-version.am: Many changes to support multiple .texi files.
2851         Replaced "version.texi" with "@VTEXI@".  Replaced "vti" with
2852         "@VTI@".
2853         * automake.in (handle_configure): install.sh is an anachronism.
2854         (handle_texinfo): Generalized for multiple .texi files.  Handle
2855         'clean-info' internally.
2856         * texi-clean.am: Removed.
2857         * Makefile.am: Updated for removal.
2858
2859 Wed Jan 24 22:55:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
2860
2861         * automake.in (grep_for_vers_texi): New function.
2862         (handle_texinfo): Use grep_for_vers_texi, not system("grep").
2863         (handle_texinfo): Changes to generalize to multiple .texi files.
2864
2865 Tue Jan 23 14:22:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
2866
2867         Fixes from Gord Matzigkeit:
2868         * libraries.am (install-@DIR@LIBRARIES): Use top_srcdir, not
2869         topsrcdir.
2870         * header.am: New file.
2871         * Makefile.am (pkgdata_DATA): Install header.am.
2872         * automake.in (handle_headers): Use header.am, not data.am.
2873         (am_install_var): Allow pattern to be compiled multiple times.
2874
2875         * config.guess, config.sub: New files.
2876         * Makefile.am (pkgdata_DATA): Install config.guess and
2877         config.sub.
2878         * automake.in (scan_configure): Recognize AC_CANONICAL_HOST and
2879         AC_CANONICAL_SYSTEM.
2880
2881 Sun Jan 21 15:51:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
2882
2883         * automake.in (handle_texinfo): Use info_TEXINFOS, not TEXINFOS.
2884         (handle_man_pages): Use man_MANS, not MANS.
2885
2886         * Makefile.am (info_TEXINFOS): Renamed.
2887
2888         * automake.in (scan_configure): Remove comments from input line.
2889         (am_variable): Removed.
2890
2891         * remake-hdr.am (stamp-h): Use new macro CONFIG_HEADER_IN.
2892
2893         * automake.in (config_name, config_header): New globals.
2894         (scan_configure): Look for AC_CONFIG_HEADER.
2895         (handle_configure): Handle more uses of AC_CONFIG_HEADER.
2896
2897 Sat Jan 20 15:54:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
2898
2899         * automake.in (handle_dist_worker): Bug fix.
2900
2901 Fri Jan 19 00:50:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
2902
2903         * automake.in (require_file): Install missing files only according
2904         to desired strictness.
2905         (initialize_per_input): Don't init libsources.
2906         (scan_configure): Reinit libsources.
2907         (handle_libraries): Search _LIBADD for @LIBOBJS@ and @ALLOCA@.
2908         (fp_c_prototypes): New global.
2909         (scan_configure): Set it.
2910         (get_object_extension): Error if fp_C_PROTOTYPES not in
2911         configure.in when using ansi2knr.
2912         (handle_source_transform): Skip header files.
2913
2914         * automake.in (handle_dist_worker): Explicitly make 'dist' in
2915         subdirs.
2916
2917 Thu Jan 18 00:25:56 1996  Tom Tromey  <tromey@creche.cygnus.com>
2918
2919         From François Pinard:
2920         * automake.in (handle_source_transform): Transform $o file into .P
2921         file.
2922         (handle_dist_worker): Handle case where DISTFILES includes
2923         wildcard.  Bug fix in subdir case.
2924
2925         * automake.in (parse_arguments): Initialize strictness to
2926         'normal'.
2927
2928 Sun Jan 14 13:54:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
2929
2930         * automake.in (scan_configure): Look for NLS support.
2931
2932         Changes from François Pinard:
2933         * texinfos.am (install-info): Correctly install when build dir is
2934         not srcdir.
2935         * tags-subd.am (ID): Indentation change.
2936         * kr-vars.am (o): Use ".@U@o", not "@U@o".
2937         * depend.am ($(srcdir)/.deps/%.P): Remove temporary file.
2938         * automake.in (handle_dist_worker): Fixlets.
2939         (handle_dist): Sort keys going into dist_common.
2940
2941 Sat Jan 13 00:18:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
2942
2943         * automake.in (handle_dist_worker): If Gnits, don't allow release
2944         until NEWS is updated.
2945
2946         * configure.in (VERSION): Version 0.29.
2947
2948         * Makefile.am (maintainer-check): Look for perl4.036 in path.
2949
2950         * dist-vars.am (DISTFILES):  Include BUILT_SOURCES.
2951         (DEP_DISTFILES): Ditto.
2952
2953         * automake.in (handle_dist_worker): Depend on DEP_DISTFILES.
2954         * dist-vars.am (DEP_DISTFILES): New variable.
2955
2956         * automake.in (handle_options): Support dist-shar option.
2957         (handle_dist_worker): New function.
2958         (handle_dist): Use it.
2959
2960         * texi-version.am (mostlyclean-vti): Remove version.tmp, not
2961         *.tmp.
2962
2963         * automake.in (handle_dist): Chmod distdir 777.  From François
2964         Pinard.
2965
2966         * automake.in (scan_configure): New function.
2967         (initialize_per_input): Init libsources.
2968         (generate_makefile): Run handle_configure first.
2969         (handle_configure): Run scan_configure.
2970         (handle_configure): Don't look for AC_PROG_MAKE_SET here.
2971
2972 Thu Jan 11 23:14:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
2973
2974         * Makefile.am (AUTOMAKE_OPTIONS): New variable.
2975
2976         * automake.in (strictness, strictness_name): Renamed.
2977         (initialize_per_input): Set strictness, strictness_name.
2978         Initialize %options.
2979         (generate_makefile): Run handle_options.
2980         (handle_options): New function.
2981         (handle_man_pages): Make install-man depend on $(MANS).  Turn off
2982         man page install if no-installman option given.
2983         (read_am_file): Deprecate @kr@.
2984         (get_object_extension): Look at ansi2knr option.
2985         (parse_arguments): Take global strictness from command-line
2986         options.
2987
2988 Tue Jan  9 11:24:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
2989
2990         Fixes from François Pinard:
2991         * depend.am ($(srcdir)/.deps/%.P): Handle deansification.
2992         * automake.in (get_object_extension): Use $o, not $(kr)o.
2993         (handle_source_transform): Don't look for $(kr)c files.
2994         * kr-vars.am (o): New macro.
2995         (kr): Removed.
2996
2997         * depend.am (DEP_FILES): Removed.
2998         * automake.in (handle_source_transform): Push .P file onto
2999         dep_files.
3000         (initialize_per_input): New variable %dep_files.
3001         (handle_dependencies): Generate DEP_FILES here.
3002
3003 Mon Jan  8 22:27:33 1996  Tom Tromey  <tromey@creche.cygnus.com>
3004
3005         * automake.in (do_one_clean_target): Only remove config.status in
3006         top-level directory.
3007         (handle_tags): Removed 'id' from .PHONY list.  From Jim Meyering.
3008
3009         * clean.am (maintainer-clean-generic): Remove BUILT_SOURCES.
3010
3011         * automake.in (handle_dist): Make "ln" quiet.
3012
3013         * tags-subd.am (ID): Depend on HEADERS and SOURCES.
3014
3015 Sat Jan  6 10:58:23 1996  Tom Tromey  <tromey@cambric.colorado.edu>
3016
3017         * automake.in (handle_merge_targets): 'check' shouldn't depend on
3018         'all' at top level.
3019         (file_contents_with_transform): New function.
3020         (am_install_var): Use file_contents_with_transform.
3021         (handle_programs): Ditto.
3022         (handle_libraries): Ditto.
3023         (handle_texinfo): Ditto.
3024         (handle_merge_targets): Let 'install' depend on 'all' if no other
3025         dependencies exist.  From Jim Meyering.
3026         (check_gnu_standards): GNU requires AUTHORS file.  (See
3027         maintain.text).
3028         (require_file): Put body in loop.
3029         (get_object_extension): Only call require_file once.
3030         (handle_configure): Ditto.
3031
3032         From Jim Meyering:
3033         * depend.am ($(srcdir)/.deps/.P): Depend on $(BUILT_SOURCES).
3034         * tags-subd.am (id): Removed.
3035
3036 Fri Jan  5 10:31:19 1996  Tom Tromey  <tromey@cambric.colorado.edu>
3037
3038         * Added copyright notice to each .am file.
3039
3040         * automake.in: Cleanups from François Pinard to avoid $#.
3041         (require_argument): Fixed sense of test.
3042         (set_strictness): Bug fix.
3043
3044 Thu Jan  4 21:21:29 1996  Tom Tromey  <tromey@cambric.colorado.edu>
3045
3046         * Makefile.am (pkgdata_DATA): Removed old dist files.
3047
3048         * dist-subd-top.am, dist-subd.am, dist.am: Removed.
3049
3050         * automake.in (set_strictness): Set $strictness_name.
3051         (strictness_name): New variable.
3052         (handle_dist): Substantially rewrote.
3053
3054         * configure.in: Point AC_INIT at automake.in.
3055
3056         * automake.in (generate_makefile): Report errors against
3057         Makefile.in, not Makefile.am.
3058
3059 Wed Jan  3 00:05:40 1996  Tom Tromey  <tromey@cambric.colorado.edu>
3060
3061         * mdate-sh: Bug fix from Jim Meyering.
3062
3063         * dist.am (dist): Changed in parallel with dist-subd-top.am.
3064
3065         * mkinstalldirs: Reverted.
3066
3067         * automake.in (initialize_global_constants): Allow COPYING.LIB
3068         again.
3069         (check_gnits_standards): Disallow COPYING.LIB.
3070
3071         * texinfos.am (install-info): Only look in $(srcdir) for info
3072         files.
3073
3074         * automake.in (initialize_global_constants): New variable
3075         gen_copyright.
3076         (read_am_file): Put a copyright in each Makefile.in.
3077
3078         * dist-vars.am (DISTFILES): Put DIST_COMMON first.
3079
3080         * automake.in (am_install_var): Put space before "=".
3081         (handle_dist): Put README first in DIST_COMMON.
3082
3083         * Makefile.am (pkgdata_DATA): Include COPYING.
3084
3085         * COPYING: New file.
3086
3087         * automake.in (parse_arguments): Added --gnu and --gnits as
3088         synonyms.
3089         (initialize_global_constants): Ditto.
3090         (initialize_global_constants): Don't auto-distribute COPYING.LIB.
3091         (initialize_global_constants): Look for README first.
3092         (initialize_global_constants): Auto-distribute AUTHORS, BACKLOG,
3093         ABOUT-GNU.
3094         (check_gnu_standards): Require file COPYING.
3095
3096         From François Pinard:
3097         * automake.in (file_contents): Comment out "warn"s.
3098         (usage): Use 4 columns.
3099         (USAGE_FORMAT): Ditto.
3100
3101         * texinfos.am (install-info): Look for info file relative to $$d.
3102
3103         * Makefile.am (cvs-dist): Suppress output of "grep".
3104
3105         * configure.in (VERSION): Version 0.28.
3106
3107         * automake.in (pretty_print_internal): Fix for Perl 4
3108         compatibility.
3109
3110         * configure.in (VERSION): Version 0.27.
3111
3112         * depend.am ($(srcdir)/.deps/%.P): Must regexp-quote srcdir in sed
3113         invocation.
3114
3115         * automake.in (initialize_global_constants): Don't quote "@" in
3116         $install_man_format.
3117         (handle_merge_targets): use "@:" as empty command, not ":".
3118
3119 Tue Jan  2 23:33:24 1996  Tom Tromey  <tromey@cambric.colorado.edu>
3120
3121         * texinfos.am (install-info): Look in $d for info files.  From
3122         François Pinard.
3123
3124         * depend.am ($(srcdir)/.deps/%.P): Fixed regexp.
3125
3126         * automake.in (read_am_file): Correctly deal with continued
3127         variable definitions.
3128
3129 Mon Jan  1 15:43:25 1996  Tom Tromey  <tromey@cambric.colorado.edu>
3130
3131         * automake.in (handle_merge_targets): 'check' target depends on
3132         'all'.
3133         (file_contents): Don't be so verbose.
3134         (read_am_file): Ditto.
3135         (read_am_file): Must use substr to check for trailing \.
3136         (am_install_var): Use push_phony_cleaners.
3137         (file_contents): Set $was_rule when assuming a rule is seen.
3138         (read_am_file): Ditto.
3139         (do_one_clean_target): Removed spurious newline.
3140
3141         Some changes from François Pinard:
3142         * Removed trailing whitespace from all '.am' files.
3143         * tags-subd.am (ID): Use &&, not ;.
3144         (TAGS): Ditto.
3145         * automake.in (parse_arguments): Removed useless message.
3146         (parse_arguments): Don't explicitly referenced STDERR.
3147         (require_argument): Ditto.
3148         (am_error): Ditto.
3149         (set_strictness): Ditto.
3150         (file_contents): Ditto.
3151         (read_am_file): Ditto.
3152         (generate_makefile): Style tweaks.
3153         (handle_programs): Ditto.
3154         (handle_libraries): Ditto.
3155         (handle_texinfo): Ditto.
3156         (handle_man_pages): Ditto.
3157         (handle_tags): Ditto.
3158         (handle_dist): Ditto.
3159         (handle_subdirs): Ditto.
3160         (handle_configure): Ditto.
3161         (handle_footer): Don't put newline before footer.am contents.
3162         (handle_merge_targets): Style tweaks.
3163         (do_one_clean_target): Ditto.
3164         (dirname): Ditto.
3165         (am_variable): Ditto.
3166         Defined some new constants.
3167         (generate_makefile): Don't call generate_header.
3168         (generate_header): Removed.
3169         (file_contents): Rewrote.
3170         (read_am_file): Rewrote.
3171
3172         * automake.in (generate_makefile): Handle phony target.
3173         (do_one_clean_target): Pretty-print dependencies.
3174         (handle_installdirs): Pretty-print rule.
3175
3176         * Makefile.am (maintainer-check): Made some commands silent.
3177
3178         * automake.in (initialize_global_constants): Don't install or
3179         uninstall cat'd man pages.
3180         (initialize_per_input): Added phony target.
3181         (push_phony_cleaners): New function.
3182         (get_object_extension): Handle phony targets.
3183         (handle_texinfo): Ditto.
3184         (handle_man_pages): Ditto.
3185         (handle_tags): Ditto.
3186         (handle_dist): Ditto.
3187         (handle_subdirs): Ditto.
3188         (handle_installdirs): Ditto.
3189         (handle_merge_targets): Ditto.
3190         (handle_clean): Ditto.
3191         (do_one_merge_target): Ditto.
3192         (am_install_var): Ditto.
3193         (handle_phony): New function.
3194         (generate_makefile): Call it.
3195         (pretty_print_internal): New function.
3196         (pretty_print_rule): Ditto.
3197
3198 Sun Dec 31 13:04:59 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3199
3200         * automake.in (initialize_global_constants): Don't print body of
3201         loop at make time.
3202
3203         Changes from François Pinard:
3204         * depend.am (MKDEP): Include DEFS, INCLUDES, CPPFLAGS, CFLAGS.
3205         (DEP_FILES): Put dependency files in $(srcdir).
3206         Look in $(srcdir) when including dependency files.
3207         ($(srcdir)/.deps/.P): .deps/.P is in $(srcdir).
3208         (.deps/%.P): MKDEP includes all macro expansions.
3209         * dist-subd-top.am (dist): Get absolute path for distdir.  Don't
3210         be so verbose.
3211         * dist-subd.am (dist): Don't be so verbose.
3212         * dist.am (dist): Don't be so verbose.
3213
3214         * automake.in (do_one_clean_target): Remove config.status in
3215         maintainer-clean.  From Jim Meyering.
3216
3217         * programs-clean.am (clean-@DIR@PROGRAMS): Bug fix.  From Jim
3218         Meyering.
3219
3220         * automake.in (handle_merge_targets): Add dummy command for empty
3221         install target.  From Jim Meyering.
3222
3223 Tue Dec 12 10:06:28 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3224
3225         * texinfos.am (uninstall-info): Bug fix.
3226
3227         * Makefile.am (maintainer-check): Error if ${...} used.
3228         * depend.am (DEP_FILES): Prefer $(...).
3229
3230         * scripts.am (install-@DIR@SCRIPTS): Only install script if it
3231         exists.
3232         * libraries.am (install-@DIR@LIBRARIES): Only install library if
3233         it exists.
3234         * programs.am (install-@DIR@PROGRAMS): Only install program if it
3235         exists.
3236
3237         * texinfos-vars.am (TEXFILES): Removed.
3238
3239         * Makefile.am (pkgdata_DATA): Removed libprograms.am.
3240
3241         * automake.in (do_one_merge_target): Never generate trailing
3242         whitespace.
3243         (pretty_print): New function.
3244         (handle_footer): Prettyprint definitions.
3245         (am_install_var): Ditto.
3246         (handle_source_transform): Ditto.
3247         (handle_dist): Ditto.
3248         (handle_libraries): Ditto.
3249         (read_am_file): Put comments nearer appropriate code.
3250
3251         * texi-clean.am (mostlyclean-info): Use continued lines, not
3252         multiple rm's.  From Jim Meyering.
3253
3254 Sun Dec 10 11:59:33 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3255
3256         * Makefile.am (pkgdata_DATA): Cause INSTALL, install-sh, mdate-sh,
3257         mkinstalldirs, texinfo.tex to be installed.
3258         * automake.in (symlink_exists): New global.
3259         (install_missing): Ditto.
3260         (require_file): Install missing files if possible.
3261         (parse_arguments): Handle --install-missing option.
3262         (initialize_global_constants): Document --install-missing.
3263
3264         * Makefile.am (cvs-dist): Don't release unless NEWS updated.
3265         Ensure 'checks' pass before release.
3266         (maintainer-check): Renamed.  Look in $(srcdir) for sources.  From
3267         Franc,ois Pinard.
3268         (cvs-dist): Depend on maintainer-check instead of explicitly
3269         running check.
3270
3271         * configure.in (VERSION): Version 0.26.
3272
3273         * Makefile.am (check-local): Only look at [a-z]*.am.  Fixed sense
3274         of 'if' test.
3275
3276         * depend.am (DEP_FILES): Bug fix.
3277
3278         * automake.in (do_one_clean_target): Typo.
3279
3280         * Makefile.am (check-local): Run syntax check under Perl 4.
3281
3282         * automake.in: Fixes for Perl 4, from Gord Matzigkeit.
3283         (handle_source_transform): Loop variable is now $_.  From Gor
3284
3285         * Makefile.am (check-local): Check for 'true' in source.
3286         * texinfos.am (install-info): Can't use "true" in any rule.
3287
3288 Sat Dec  9 10:16:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3289
3290         * Makefile.am (cvs-dist): New target.
3291
3292         * tags.am (TAGS): Use "test -z ... ||" to avoid spurious
3293         failures.
3294
3295         * texinfos.am (install-info): Don't do install-info for now.
3296
3297         * clean.am (distclean-generic): Don't remove config.status here.
3298         * automake.in (do_one_clean_target): Remove config.status later,
3299         for 'make -j2'.  From Jim Meyering.
3300
3301 Fri Dec  8 16:30:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3302
3303         * configure.in (VERSION): Version 0.25.
3304
3305         * automake.in (handle_texinfo): Use "$? >> 8", not "$?".
3306         (handle_configure): Check for AC_PROG_MAKE_SET.
3307
3308         * depend.am (DEP_FILES): Handle deANSIfication case.  From Jim
3309         Meyering.
3310
3311         * automake.in (am_install_var): Changed how 'clean' handled for
3312         uniform name targets.
3313         * Makefile.am (pkgdata_DATA): Added new files.
3314         * data-clean.am: New file.
3315         * scripts-clean.am: New file.
3316         * libraries-clean.am: New file.
3317         * programs-clean.am: New file.
3318
3319 Wed Dec  6 00:06:11 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3320
3321         * automake.in (am_install_var): Error if variable name
3322         "misspelled".
3323         (handle_source_transform): Automatically include .c file
3324         corresponding to .y or .l.
3325
3326 Tue Dec  5 00:46:14 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3327
3328         * programs.am: Changed for uniform naming scheme.
3329
3330         * automake.in (read_am_file): Allow '-' and '.' in target names.
3331         (generate_makefile): Don't pass arguments to handle_libraries.
3332         (initialize_per_input): Define @sources, @objects.
3333         (generate_makefile): Init @sources, @objects if needed.
3334         (handle_source_transform): Push onto @sources, @objects here.
3335         (am_install_var): Push primary onto @all, for configure-time
3336         customization.
3337         (handle_programs): Use new uniform naming scheme.
3338
3339         * Makefile.am (check-local): New target.
3340
3341         * automake.in (handle_libraries): Use uniform naming scheme.
3342
3343         * libraries.am: Rewrote for uniform naming scheme.
3344
3345         * scripts.am: Updated names of all clean targets.
3346
3347         * automake.in (handle_programs): Split on all whitespace.
3348         (handle_libraries): Ditto.
3349         (handle_texinfo): Ditto.
3350         (handle_man_pages): Ditto.
3351         (am_install_var): Changed return result.
3352         (am_install_var): Changed interface.
3353         (am_install_var): Push onto @clean@ if requested.
3354         (handle_scripts): Pass -clean to am_install_var.
3355
3356 Mon Dec  4 11:55:36 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3357
3358         * automake.in (am_install_var): Push target onto @all.
3359         (get_object_extension): Use $(...).
3360         (handle_source_transform): Ditto.
3361         (handle_programs): Ditto.
3362
3363         * automake.in (require_argument): New function.
3364         (parse_arguments): Use it.
3365         (push_dist_common): New function.
3366         (generate_makefile): Use it.
3367         (handle_texinfo): Ditto.
3368         (handle_dist): Ditto.
3369         (handle_configure): Ditto.
3370         (require_file): Ditto.
3371         (generate_makefile): Don't pass arguments to handle_scripts.
3372         (handle_configure): Require configure.in.
3373         (check_gnu_standards): New function.
3374         (check_gnits_standards): Ditto.
3375         (generate_makefile): Check standards.
3376
3377         * Makefile.am (bin_SCRIPTS): Changed name from SCRIPTS.
3378
3379         * automake.in (LENIENT, GNU, GNITS): New constants.
3380         (initialize_per_input): New function.
3381         (generate_makefile): Use it.
3382         (initialize_global_constants): Renamed from init_globals.
3383         (require_file): Added strictness argument.
3384         (parse_arguments): Added --strict option.
3385         (set_strictness): New function.
3386         (parse_arguments): use it.
3387         (initialize_global_constants): Document --strictness.
3388
3389         * automake.in: Use ${1+"$@"} to preserve quoting when running
3390         under sh.
3391
3392         * texinfos.am (install-info): Don't use "true".
3393         * tags.am (TAGS): Don't use "true".
3394
3395         * dist.am, dist-subd-top.am, remake-hdr.am, remake-subd.am,
3396         remake.am, subdirs.am, texinfos.am: Use "&&" after cd.
3397
3398         * program.am (@PROGRAM@): Use LINK macro.
3399         * compile.am (.c.o): Use COMPILE macro.
3400
3401         * clean.am, remake-hdr.am, remake.am, texinfos.am: Use $(...), not
3402         ${...}.
3403
3404         * subdirs.am (RECURSIVE): Removed macro.
3405
3406         * clean.am: Changed to not be so verbose.
3407
3408         * Makefile.am (pkgdata_DATA): Include texi-clean.am.
3409         * automake.in (handle_texinfo): Transform texi-clean and put into
3410         output rules.
3411         * texinfos-vars.am (TEXFILES): Removed.
3412         * texinfos.am: Removed 'clean' targets.
3413         * texi-clean.am: New file.
3414
3415         * Makefile.am (ETAGS_ARGS): Just use 'automake.in'.
3416
3417         * texinfos-vars.am (TEXFILES): Added *.op.
3418
3419         * dist-vars.am (DISTFILES): Renamed from DIST_FILES, per GNU
3420         standards.
3421         * dist.am (dist): Use DISTFILES.
3422         * dist-subd.am (dist): Use DISTFILES.
3423         * dist-subd-top.am (dist): Use DISTFILES.
3424
3425 Sun Dec  3 00:24:08 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3426
3427         * Makefile.am (ETAGS_ARGS): Define.
3428
3429         * depend.am (.deps/.P): Use ":", not "echo timestamp".  From Jim
3430         Meyering.
3431
3432         * dist-vars.am (DIST_FILES): Removed PACKAGEDATA.
3433
3434         * automake.in (handle_scripts): Use am_install_var.
3435
3436         * scripts.am: Rewrote for new uniform naming scheme.
3437
3438         * Makefile.am (pkgdata_DATA): Removed libscripts.am.
3439
3440         * libscripts.am: Removed.
3441
3442         * packagedata.am: Removed.
3443
3444         * Makefile.am (PACKAGEDATA): Removed packagedata.am.
3445         (pkgdata_DATA): Renamed from PACKAGEDATA.
3446
3447         * automake.in (handle_data): Use am_install_var.
3448         (init_globals): Init %exec_dir_p.
3449
3450         * data.am: Rewrote for new uniform naming scheme.
3451
3452         * automake.in (get_object_extension): New function.
3453         (handle_programs): Use it.
3454         (dir_holds_sources): Changed interpretation.
3455         (handle_headers): New function.
3456         (am_install_var): New function.
3457         (generate_makefile): Call handle_headers.
3458
3459         * header-vars.am (pkgdatadir): New macro.
3460         (pkglibdir): Ditto.
3461         (pkgincludedir): Ditto.
3462
3463         * automake.in (handle_source_transform): New function.
3464         (am_error): New function.
3465         (generate_makefile): Use it.
3466         (handle_source_transform): Ditto.
3467         (handle_texinfo): Ditto.
3468         (handle_dependencies): Ditto.
3469         (handle_merge_targets): Ditto.
3470         (require_file): Ditto.
3471
3472 Sat Dec  2 21:39:56 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3473
3474         * automake.in: Updated FSF address.  From Jim Meyering.
3475         * header-vars.am: Updated FSF address.
3476
3477         * distname.am: Removed.
3478
3479         * automake.in (file_contents): Strip "##" comments.
3480         * Various files: Added "##" comments for strange things.
3481
3482         * automake.in (handle_tags): Generate TAGS rule for every
3483         directory.
3484
3485         * subdirs.am (RECURSIVE): Include installcheck-recursive.
3486         * automake.in (installcheck): New variable.
3487         (generate_makefile): Initialize it.
3488         (handle_subdirs): Push 'installcheck-recursive'.
3489         (handle_merge_targets): Handle installcheck target.
3490
3491 Thu Nov 30 20:13:16 1995  Tom Tromey  <tromey@cambric>
3492
3493         * automake.in ($PACKAGE): Removed.
3494
3495         * header-vars.am (ALL): Removed.
3496
3497         * automake.in: Reworked 'all' target handling.
3498
3499         * automake.in (generate_makefile):
3500         Don't use AM_ forms in call to am_variable.
3501
3502         * automake.in: Changes for Perl 5, from Gord Matzigkeit
3503
3504         * clean.am (MOSTLYCLEANFILES, MAINTAINERCLEANFILES): New variables.
3505
3506         * automake.in (handle_footer): Allow SUFFIXES variable.
3507
3508         * automake.in (am_variable): New function.
3509         (handle_texinfo): Use it.
3510         (generate_makefile): Use it.
3511
3512         * configure.in: Version 0.24.
3513
3514 Wed Nov 29 23:50:14 1995  Tom Tromey  <tromey@cambric>
3515
3516         * automake.in (handle_libraries):
3517         Generate blah_LIBADD defines if required.
3518
3519         * library.am (lib@LIBRARY@.a): Look at $(@LIBRARY@_LIBADD)
3520
3521         * libraries-vars.am (LIBOBJS, ALLOCA): Removed.
3522
3523         * compile-kr.am: ($(OBJECTS)): Depend on $(ANSI2KNR), not ansi2knr.
3524
3525         * configure.in: Version 0.23
3526
3527         * dist-subd-top.am (dist): Don't die if a subdirectory already exists.
3528
3529         * dist-subd-top.am, dist.am (dist): Give automake --output-dir option.
3530
3531         * automake.in: New option --output-dir
3532
3533         * automake.in (handle_configure): Fixed typo.
3534
3535         * automake.in (handle_installdirs): Always make installdirs target.
3536
3537         * subdirs.am (RECURSIVE): Removed uninstall-data-recursive and
3538         uninstall-exec-recursive.  Added installdirs-recursive.
3539
3540         * automake.in (handle_installdirs): Handle installdirs-recursive.
3541         (handle_man_pages): 'all' depends on $(MANS)
3542
3543         * Makefile.am: Removed mans.am.
3544
3545         * automake.in: More man-related fixes
3546
3547         * automake.in: Bug fixes
3548
3549         * automake.in: Rewrote man page handling.
3550
3551         * texi-version.am, remake-hdr.am, depend.am: Don't use touch.
3552
3553         * automake.in (handle_installdirs): New function.
3554         (@installdirs): New global.
3555         Many changes to deal with installdirs.
3556
3557         * clean.am (clean-generic): Always supply 'else' clause to 'if'
3558
3559         * automake.in (generate_header): Don't use header.am.
3560         (handle_dist): Don't use dist-subd-vars.am.
3561
3562         * Makefile.am (PACKAGEDATA): Removed dist-subd-vars.am, header.am.
3563
3564         * Makefile.am (DISTCLEANFILES): Removed.
3565
3566         * clean.am (clean-generic): Bug fix.
3567
3568         * clean.am (clean-generic): Only remove CLEANFILES if nonempty
3569
3570         * texi-version.am (clean-vti): No such macro as VTI
3571
3572 Tue Nov 28 19:56:07 1995  Tom Tromey  <tromey@cambric>
3573
3574         * automake.in: Bug fix for maintainer-clean
3575
3576         * automake.in (do_one_clean_target):
3577         Print special text in maintainer-clean.
3578         (handle_clean): Always include clean.am
3579
3580         * clean.am: Use -generic clean targets.
3581
3582         * compile.am: Added clean targets.
3583
3584         * configure.in: Version 0.22.
3585
3586         * automake.in (handle_dependencies):
3587         Put trailing newline after all deps.
3588
3589         * automake.in (handle_dependencies): Another dependency bug fix.
3590
3591         * automake.in (handle_dependencies):
3592         Bug fix when including dependencies.
3593
3594         * automake.in (handle_configure):
3595         Verify existence of install-sh, mkinstalldirs
3596
3597         * automake.in (handle_texinfo): Include stamp-vti in distribution
3598
3599         * dist-subd-vars.am, dist-vars.am (DIST_FILES):
3600         Include DATA, PACKAGEDATA.
3601
3602         * Makefile.am: Nothing
3603
3604         * Makefile.am (DIST_OTHER): Don't distribute gettext-sh
3605
3606         * automake.in (handle_texinfo): Typo
3607
3608         * automake.in: If script ends up in shell, feed to perl
3609
3610         * automake.in: Rewrote 'clean' rules.
3611         Documentation made and installed first.
3612         'all' depends on 'info'
3613
3614 Mon Nov 27 23:57:29 1995  Tom Tromey  <tromey@cambric>
3615
3616         * configure.in, Makefile.am: Turned off internationalization.
3617
3618         * clean-kr.am: Rewrote for new clean scheme.
3619
3620         * tags-clean.am: Remove TAGS in distclean, not maintainer-clean
3621
3622         * Makefile.am (PACKAGEDATA): Include tags-clean.am
3623
3624         * subdirs.am: Removed bogus local clean targets
3625
3626         * tags-clean.am: Initial revision
3627
3628         * texi-version.am: Added clean targets
3629
3630         * texinfos.am: Fixes to clean targets.
3631
3632         * texinfos.am, libscripts.am, scripts.am, libraries.am, libprograms.am, programs.am:
3633         Added clean targets
3634
3635         * compile-kr.am (ansi2knr.o): Depend on CONFIG_HEADER
3636
3637         * automake.in: Completely revamped automatic de-ANSI-fication
3638
3639         * compile-kr.am: (ansi2knr, $(OBJECTS)): New targets
3640
3641         * compile-vars.am (LINK): New macro
3642
3643         * kr-vars.am: Trailing blank line
3644
3645         * compile-kr.am: Rewrote
3646
3647         * compile-vars.am (COMPILE): New macro
3648
3649         * compile-vars.am (ANSI2KNR): Removed
3650
3651         * Makefile.am (PACKAGEDATA): Removed all sed scripts.  Added kr-vars.am
3652
3653         * kr-vars.am: Initial revision
3654
3655         * automake.in (require_file): New function.
3656         (handle_texinfo): Require 'mdate-sh'
3657         (common_sometimes): New variable
3658         (usage): Use it.
3659
3660         * texi-version.am (stamp-vti): Use Ulrich's mdate-sh script
3661
3662         * mdate-sh: Initial revision
3663
3664         * automake.in (handle_footer): Don't define SOURCES or OBJECTS if empty
3665
3666         * automake.in (generate_makefile):
3667         Put Makefile.in, Makefile.am in @dist_common
3668         (handle_configure): Use @dist_common as appropriate
3669
3670         * dist-subd-vars.am, dist-vars.am (DIST_CONF): Removed
3671
3672         * configure.in: Abort if perl not found
3673
3674         * configure.in: Look for perl
3675
3676         * automake.in: Reimplemented in Perl
3677
3678         * automake.in: Fixlet
3679
3680 Sun Nov 26 08:09:30 1995  Tom Tromey  <tromey@cambric>
3681
3682         * automake.in: Always print ".SUFFIXES:" rule.
3683
3684         * automake.in: Distribution config.h.in if required
3685
3686         * automake.in: Bug fix when including texi-version.am
3687
3688         * automake.in: Bug fix when looking for .texi file in $am_reldir
3689
3690         * depend.am: Comment fix
3691
3692         * automake.in: Look for .texi file in $am_reldir
3693
3694         * automake.in: Fixlet
3695
3696         * automake.in: Blank line after targets from user's Makefile.am
3697
3698         * automake.in: Move footer items to actual footer
3699
3700         * automake.in: Include stamp-h.in in DIST_COMMON if necessary
3701
3702         * automake.in (common):
3703         Don't include acconfig.h, config.h.top, config.h.bot
3704
3705         * Makefile.am (CONFIG_HEADER): Renamed from CONFIG_H
3706
3707         * Makefile.am (CONFIG_H): Define
3708
3709         * acconfig.h: Initial revision
3710
3711         * configure.in: Use AC_CONFIG_HEADER.
3712
3713         * automake.in: Put blah_TEXINFOS into DIST_COMMON
3714
3715         * automake.in: .info file explicitly depends on primary .texi file
3716
3717         * texinfos.am (install-info): Always supply 'else' clause to 'if'
3718
3719         * tags.am (TAGS): Always supply 'else' clause to 'if'
3720
3721         * subdirs.am (.NOEXPORT): Removed (now in footer.am)
3722
3723         * automake.in: Always include footer.am in output
3724
3725         * mans.am (install-man): Always supply 'else' clause to 'if'
3726
3727         * automake.in: More version.texi fixes
3728
3729         * automake.in: Only do version.texi processing if requested.
3730
3731         * automake.in: Minor internationalization fixes.
3732         Subshell can now exit with nonzero status.
3733         Fixed up .texi handling; now uses texi-version.am
3734         Make sure '.c' and '.o' are in .SUFFIXES if required.
3735
3736         * Makefile.am (PACKAGEDATA): Include texi-version.am
3737         (stamp-vti, version.texi): Removed
3738         (TEXINFOS): Don't reference version.texi
3739
3740         * texi-version.am: Initial revision
3741
3742         * dist.am, dist-subd-top.am (dist):
3743         [DIST_SUBDIRS] Follow symlinks when copying.
3744
3745         * dist-subd-top.am (dist): Removed unneeded subdir= option to make
3746
3747 Sat Nov 25 23:23:39 1995  Tom Tromey  <tromey@cambric>
3748
3749         * automake.in: Added --amdir option
3750
3751         * Makefile.am, configure.in: Turned on internationalization
3752
3753         * Makefile.am: Set EDITION
3754
3755         * configure.in: Version 0.21
3756
3757         * tags.am, tags-subd.am: Don't use double-colon rules
3758
3759         * automake.in: Redid install-data, install-exec, uninstall handling
3760
3761         * configure.in: Turn off i18n
3762
3763 Fri Nov 24 23:51:37 1995  Tom Tromey  <tromey@cambric>
3764
3765         * automake.in (common): Remove NLS
3766
3767         * automake.in (common): Include ABOUT-NLS.
3768
3769         * automake.in: Test for install-sh and mkinstalldirs
3770
3771         * automake.in: Blank line after OBJECTS= line
3772
3773         * automake.in: Start subshell in loop after check for Makefile.am
3774
3775         * automake.in: --use-deps now the default
3776
3777         * automake.in (am_dir): Don't apply transform to install directory name
3778
3779         * packagedata.am: Don't apply transform to install directory name
3780
3781         * Makefile.am (SUBDIRS): Hold off on internationalization
3782
3783 Thu Nov 23 18:02:38 1995  Tom Tromey  <tromey@cambric>
3784
3785         * automake.in:
3786         Write 'SOURCES =' line after copying Makefile.am variables
3787
3788         * automake.in: Fixed bug in "--" option processing
3789
3790         * subdirs.am: ($(RECURSIVE)): Removed trailing \ from last line
3791
3792         * Makefile.am (DIST_OTHER): Include gettext-sh
3793
3794         * Makefile.am (SUBDIRS): Define
3795
3796         * configure.in: Include internationalization bits
3797
3798         * automake.in: Many changes to avoid double-colon rules.
3799
3800         * subdirs.am: ($(RECURSIVE)): Print name of target actually used
3801
3802         * subdirs.am: Removed "::" rules
3803
3804         * header.am: Removed install, uninstall
3805
3806         * header.am: Added install, uninstall targets
3807
3808         * hack-make.sed: Rewrite targets like "all-local" to "all_local"
3809
3810         * header.am, libraries.am, mans.am, texinfos.am, footer.am:
3811         Removed "::" rules
3812
3813         * Makefile.am (PACKAGEDATA): Include libscripts.am
3814
3815         * libprograms.am: Don't install libscripts here
3816
3817         * libscripts.am: Initial revision
3818
3819         * scripts.am, programs.am, libprograms.am: Removed "::" rules
3820
3821         * automake.in (am_dir): Run package name through name transform.
3822
3823         * automake.in: Don't use packagedata.sed or data.sed
3824
3825         * Makefile.am (PACKAGEDATA): Removed data.sed, packagedata.sed.  Added
3826         packagedata.am
3827
3828         * data.am: No longer run through sed
3829
3830         * packagedata.am: Initial revision
3831
3832 Wed Nov 22 22:31:02 1995  Tom Tromey  <tromey@cambric>
3833
3834         * automake.in: No blank line after Usage
3835
3836         * automake.in: Removed "NLS nuisances" section.
3837         Now uniformly uses $echo for user-visible messages (in advance of
3838         internationalization)
3839
3840         * subdirs.am (maintainer-clean): Don't use realclean-local
3841
3842         * Makefile.am: Use PACKAGEDATA, not custom code
3843
3844         * data.am: Use @LONG@, not $(@LONG@)
3845
3846         * automake.in: Handle DATA and PACKAGEDATA
3847
3848         * packagedata.sed: Initial revision
3849
3850         * data.am: Use @DIR@, not $(@DIR@)
3851
3852         * data.sed: Use $(datadir), not datadir
3853
3854         * data.sed: Initial revision
3855
3856         * data.am: Wrote uninstall targets
3857
3858         * data.am: Initial revision
3859
3860         * dist-subd.am (dist): Don't link a file that has already been linked
3861
3862         * dist-subd-top.am, dist.am (dist):
3863         Run `automake --include-deps' before making distribution
3864
3865         * automake.in: More dependency-tracking bug fixes
3866
3867         * dist-vars.am (DIST_FILES): Rearranged to be like dist-vars-subd.am
3868
3869         * dist-subd-vars.am (DIST_FILES): Include DIST_COMMON
3870
3871         * tags-subd.am, tags.am: Added trailing blank line
3872
3873         * depend.am: Use ".P", not "empty.P", as placeholder.
3874
3875         * automake.in: Only include depend.am if SOURCES not empty
3876
3877         * automake.in: Added --use-deps and --include-deps options.
3878         Handle auto-generating dependencies.
3879
3880         * Makefile.am (am_DATA): Include depend.am
3881
3882         * depend.am: Initial revision
3883
3884         * automake.in: Look for acconfig.h, config.h.top, and config.h.bot
3885
3886         * automake.in: Put blank line after .SUFFIXES
3887
3888         * scripts.am: Added blank line at end
3889
3890         * scripts.am: Removed unnecessary comment
3891
3892         * scripts.am: Removed unnecessary workarounds
3893
3894         * automake.in: Don't include programs.am if PROGRAMS empty
3895
3896         * header-vars.am (INSTALL_SCRIPT): Typo
3897
3898         * texinfos.am, compile-kr.am: Don't include .SUFFIXES
3899
3900         * automake.in: Handle .SUFFIXES here.
3901
3902         * configure.in: Use fp_PROG_INSTALL
3903
3904         * header-vars.am: Changes for autoconf 2.5.
3905         Now includes INSTALL_SCRIPTS.
3906
3907         * texinfos.am (install-info): Bug fix
3908
3909         * automake.in:
3910         Include scripts.am or libscripts.am in output if appropriate
3911
3912         * programs.am (install-programs, uninstall-programs):
3913         Don't install SCRIPTS
3914
3915         * Makefile.am (am_DATA): Include scripts.am
3916
3917         * scripts.am: Initial revision
3918
3919 Tue Nov 21 09:11:38 1995  Tom Tromey  <tromey@cambric>
3920
3921         * automake.in:
3922         Cleaned up how "prog_SOURCES" variable is found in input.
3923         Ditto prog_OBJECTS.
3924         Put static sed scripts into separate, installed files.
3925
3926         * Makefile.am (am_DATA): Include hack-make.sed and nl-remove.sed
3927
3928         * hack-make.sed, nl-remove.sed: Initial revision
3929
3930         * texinfos.am (install-info): Rewrote
3931
3932         * subdirs.am (all-recursive): Put with other -recursive rules
3933
3934         * configure.in: Version 0.20
3935
3936         * automake.in: Another bug fix
3937
3938         * automake.in: Bug fix when looking for texinfo.tex
3939
3940         * texinfo.tex: Initial revision
3941
3942         * automake.in:
3943         If TEXINFOS defined but texinfo.tex does not exist, give warning.
3944
3945         * subdirs.am (all): Renamed from _all.  Now uses all-recursive
3946         (all-recursive): Don't fail immediately if -k specified.
3947
3948 Mon Nov 20 22:48:03 1995  Tom Tromey  <tromey@cambric>
3949
3950         * subdirs.am (_all):
3951         New target.  Now use Jim Meyering's formulation of AIX
3952         workaround.
3953         (install-exec, install-data): New targets
3954
3955 Sat Nov 18 19:07:30 1995  Tom Tromey  <tromey@cambric>
3956
3957         * remake.am (Makefile.in): automake "Makefile", not "Makefile.am"
3958
3959         * automake.in: Use @datadir@
3960
3961         * automake.in: Added @configure_input@ line
3962
3963 Fri Nov 17 23:32:43 1995  Tom Tromey  <tromey@cambric>
3964
3965         * automake.in: "--help" option now prints auto-recognized file names.
3966         Allow AM_ overriding of more variables.
3967
3968         * texinfos.am (install-info):
3969         Don't cd to srcdir to avoid breaking install-sh
3970         Other bug fixes
3971
3972         * Makefile.am: Handle automake.texi
3973
3974 Thu Nov 16 18:43:43 1995  Tom Tromey  <tromey@cambric>
3975
3976         * subdirs.am (all): Separated out due to AIX 3.2.5 bug.
3977
3978         * tags.am (TAGS): bug fix
3979
3980         * automake.in: Use am_dir, not AM_DIR.
3981         Use version, not VERSION.
3982         Bug fix in TAGS code.
3983
3984         * Makefile.am (am_DATA): Include tags.am and tags-subd.am
3985
3986         * subdirs.am: TAGS target now in tags.am
3987
3988         * footer.am: TAGS and ID targets now in tags-subd.am
3989
3990         * tags-subd.am, tags.am: Initial revision
3991
3992         * automake.in: Cleaned up AM_PROGRAM code.
3993         Handle TAGS target better
3994
3995         * remake.am, remake-subd.am (Makefile.in): Bug fix.
3996
3997         * automake.in (usage): Updated
3998
3999         * remake-subd.am, remake.am:
4000         Added rule where Makefile.in depends on Makefile.am
4001
4002         * automake.in: Entire body of 'for' loop now in subshell
4003
4004         * automake.in (common): config.guess and config.sub are common files.
4005
4006         * dist-subd-top.am, dist.am (dist): Bug fix.
4007
4008         * Makefile.am (DIST_OTHER): Don't include TODO
4009
4010         * automake.in: Auto-include TODO and THANKS files.
4011
4012         * dist-subd-top.am, dist.am (dist): Don't depend on DIST_DIRS
4013
4014         * automake.in: More bug fixes in "look for Makefile.am" code.
4015
4016         * automake.in: Bug fix in "look for Makefile.am" code.
4017
4018         * automake.in:
4019         If no arguments given, look for all Makefile.am's in this
4020         directory and in immediate subdirs
4021
4022         * automake.in: Bug fixes for LDADD-override feature.
4023
4024         * program.am: Use @PROGRAM@_LDADD, and put after LDFLAGS
4025
4026         * automake.in: Allow `prog_LDADD', if specified, to override LDADD.
4027
4028         * automake.in: Use AM_PROGRAMS, not ALLPROGRAMS, and invert sense.
4029
4030         * header-vars.am (ALL): Use PROGRAMS, not ALLPROGRAMS.
4031
4032 Wed Nov 15 01:54:43 1995  Tom Tromey  <tromey@cambric>
4033
4034         * automake.in: No longer look for _SOURCES or _OBJECTS
4035
4036         * header-vars.am:
4037         Remove "automatically created" header (now in automake).
4038         Updated copyright.
4039
4040         * automake.in: Put version info in Makefile header
4041
4042 Tue Nov 14 23:38:17 1995  Tom Tromey  <tromey@cambric>
4043
4044         * automake.in: Minor cleanups
4045
4046         * dist-subd-top.am, dist.am (dist):
4047         Don't link or copy file if it already exists.
4048
4049         * automake.in:
4050         Look for _SOURCES (common sources) and generate _OBJECTS.
4051
4052         * footer.am (ID, TAGS): Include HEADERS
4053
4054         * dist-vars.am, dist-subd-vars.am (DIST_FILES): Include HEADERS
4055
4056 Mon Nov 13 22:20:02 1995  Tom Tromey  <tromey@cambric>
4057
4058         * dist-subd.am (distdir): Is relative to ".."
4059
4060         * dist-subd-vars.am (PACKAGE, VERSION): Define
4061
4062         * dist-subd.am (dist): Don't handle DIST_DIRS.
4063
4064         * mans.am (uninstall-man): Another bug fix.
4065
4066         * mans.am (uninstall-man): Bug fix.
4067
4068         * dist.am, dist-subd-top.am (dist): Bug fix
4069
4070         * Makefile.am (DIST_SUBDIRS): New macro
4071
4072         * dist-subd-top.am, dist.am (dist): Handle DIST_SUBDIRS
4073
4074         * Makefile.am (DIST_OTHER): Include automake.in
4075
4076         * Makefile.am (DISTCLEANFILES): New macro.
4077
4078         * automake.in (common): Include COPYING.LIB
4079
4080         * Makefile.am (automake): New rule.
4081
4082         * texinfos.am (install-info): Changed per GNU standards
4083
4084         * remake-hdr.am (stamp-h.in):
4085         Use "touch", not "date", per GNU standards.
4086
4087         * automake.in (common): Include texinfo.tex
4088
4089 Sun Nov 12 23:59:08 1995  Tom Tromey  <tromey@cambric>
4090
4091         * automake.in: More fixes when finding common files.
4092
4093         * Makefile.am (DIST_OTHER): Another removal.
4094
4095         * automake.in: Special-case when amdir=.
4096
4097         * Makefile.am (DIST_OTHER): Removed auto-detected files.
4098
4099         * automake.in:
4100         Search for commonly-used files and auto-include them in distribution
4101
4102         * dist-vars.am (DIST_FILES): Include DIST_COMMON.
4103         (DIST_CONF): Removed files searched for by automake.
4104
4105         * automake.in: More arg-parsing bug fixes.
4106
4107         * Makefile.am (DIST_OTHER): Include install-sh
4108
4109         * Makefile.am (DIST_OTHER): Don't include auto-included files.
4110
4111         * automake.in: Bug fixes to argument parsing code.
4112
4113         * automake.in: Handle --version and --help.
4114         NLS stuff from autoconf.
4115
4116         * Makefile.am (amdatadir): Fixed typo.
4117         (install): Make install directories
4118
4119         * Makefile.am: Use "install::", not "install:"
4120
4121         * install-sh, mkinstalldirs: Initial revision
4122
4123         * configure.in: Use AC_PROG_INSTALL
4124
4125         * automake.in: Set AM_DIR based on configure results.
4126
4127         * Makefile.am (install): New target.
4128         (amdatadir): New variable.
4129
4130         * automake.in: Use "#! /", not "#!/".
4131
4132         * Makefile.am, configure.in: Initial revision
4133
4134         * automake.in: Renamed from "automake".
4135         Set VERSION.
4136
4137         * dist.am (PACKAGE, VERSION): Now in dist-vars.am
4138
4139         * automake.in: Insert remake-subd.am if appropriate.
4140
4141         * subdirs.am (TAGS): Include $(CONFIG_HEADER) when making tags.
4142
4143         * automake.in: Handle ALLPROGRAMS variable.
4144
4145         * header-vars.am (ALL): Use ALLPROGRAMS, not PROGRAMS.
4146
4147         * automake.in: Fixlet when printing "subdir=DIR"
4148
4149         * automake.in: Put "subdir=DIR" into subdir Makefile
4150
4151         * automake.in: Don't refer to distname.am.
4152         Only put footer.am in subdir Makefiles.
4153
4154         * subdirs.am (id, ID): New target.
4155         (.NOEXPORT): Copied from footers.am.
4156
4157         * subdirs.am (TAGS): Bug fixes.
4158
4159         * subdirs.am (TAGS): Don't fail if a subdir doesn't have TAGS target.
4160
4161         * subdirs.am (maintainer-clean-local): Remove TAGS
4162
4163         * subdirs.am (TAGS): Make tags file that includes all subdir tags files
4164
4165         * subdirs.am: Use maintainer-clean, per GNU standards
4166
4167         * dist-subd-top.am: Some variables defined in dist-vars.am
4168
4169         * dist-vars.am (PACKAGE, VERSION):
4170         New variables, initialized by configure
4171
4172         * footer.am (id, ID): New targets
4173         (TAGS): Put TAGS file in build, not source, directory
4174
4175         * remake-subd.am (Makefile): Don't assume subdir is 'src'
4176
4177         * dist.am: Changed to assume PACKAGE and VERSION are set by configure.
4178
4179         * dist-subd.am: Changed to conform to new top-level dist target.
4180
4181         * dist-subd-top.am:
4182         Changed to assume PACKAGE and VERSION are set by configure.
4183
4184         * clean-kr.am, clean.am (maintainer-clean):
4185         Updated rules per GNU standards.
4186
4187         * clean.am, clean-kr.am (maintainer-clean): Renamed from realclean.
4188
4189 Sat Nov  5 14:39:50 1994  djm  <djm@cambric>
4190
4191         * automake.in, texinfos.am: kludge for multiple-part info files
4192
4193 Thu Nov  3 13:33:44 1994  djm  <djm@cambric>
4194
4195         * clean.am, clean-kr.am: remove INFOS
4196
4197 Wed Nov  2 06:15:42 1994  djm  <djm@cambric>
4198
4199         * texinfos.am: add path
4200
4201         * remake.am, remake-hdr.am: account for VPATH limitations
4202
4203 Mon Oct 24 23:01:59 1994  djm  <djm@cambric>
4204
4205         * automake.in, dist-subd-top.am, dist-subd.am, dist.am, header-vars.am, libprograms.am, programs.am:
4206         handle SCRIPTS and LIBSCRIPTS similar to PROGRAMS
4207
4208 Sun Oct 23 01:50:41 1994  djm  <djm@cambric>
4209
4210         * texinfos.am: install-info depends on info files
4211
4212         * dist-subd-vars.am, dist-vars.am: distrib info files
4213
4214 Sun Oct  2 02:03:06 1994  djm  <djm@cambric>
4215
4216         * clean-kr.am, clean.am: fix up distclean
4217
4218         * subdirs.am: fix typo
4219
4220         * clean.am: do more in distclean
4221
4222 Sat Oct  1 23:52:51 1994  djm  <djm@cambric>
4223
4224         * libraries.am: make install depend on all
4225
4226         * automake.in: fix typo
4227
4228 Wed Sep 28 21:15:26 1994  djm  <djm@cambric>
4229
4230         * dist-subd-vars.am, dist-vars.am, header-vars.am: fix doc bugs
4231
4232         * automake.in, compile-vars.am, dist.am: fix dist for no subdirs
4233
4234         * dist-subd-top.am: Initial revision
4235
4236         * automake.in, header-vars.am, libraries-vars.am, mans-vars.am, texinfos-vars.am:
4237         centralize prefix var setting
4238
4239         * header-vars.am: set all the std vars based on prefix
4240
4241 Tue Sep 27 01:32:22 1994  djm  <djm@cambric>
4242
4243         * automake.in: don't add kr stuff if not needed
4244
4245         * dist-vars.am: add config vars to dist
4246
4247 Mon Sep 26 23:09:09 1994  djm  <djm@cambric>
4248
4249         * program.am: add LDADD
4250
4251         * compile-vars.am: remove LDADD from LDFLAGS
4252
4253         * clean.am: move knr stuff to another file
4254
4255         * automake.in: use different clean file for ansi2knr
4256
4257         * clean-kr.am: Initial revision
4258
4259 Thu Sep 22 03:45:02 1994  djm  <djm@cambric>
4260
4261         * automake.in, dist-subd.am, dist.am: fix rules and dist
4262
4263 Tue Sep 20 21:29:40 1994  djm  <djm@cambric>
4264
4265         * compile.am, automake.in: split out knr
4266
4267         * compile-kr.am: Initial revision
4268
4269         * libprograms.am: fix typo
4270
4271         * automake.in, clean.am, compile-vars.am, header-vars.am, libprograms.am:
4272         make libprograms work
4273
4274         * libprograms.am: Initial revision
4275
4276         * automake.in, compile.am, header-vars.am: fix little bugs
4277
4278         * compile.am: allow parallel K&R
4279
4280         * clean.am: remove kerb temps
4281
4282         * automake.in: fix recognizing start of rules
4283
4284         * dist-subd.am, dist.am: fix dist
4285
4286         * automake.in, compile.am, footer.am, texinfos.am: fix ansi2knr
4287
4288 Mon Sep 19 23:39:21 1994  djm  <djm@cambric>
4289
4290         * automake.in: works on m4 too
4291
4292         * automake.in, mans.am: works on fileutils
4293
4294         * automake.in, clean.am, compile.am, dist-subd.am, dist.am, footer.am, header-vars.am, header.am, libraries.am, library.am, mans-vars.am, mans.am, programs.am, remake-hdr.am, remake-subd.am, remake.am, subdirs.am, texinfos.am:
4295         works on fileutils except for all
4296
4297         * automake.in: vars thing
4298
4299         * header-vars.am: Initial revision
4300
4301         * texinfos-vars.am, mans-vars.am, libraries-vars.am, dist-vars.am, dist-subd-vars.am:
4302         entered into RCS
4303
4304         * compile-vars.am: Initial revision
4305
4306         * automake.in: many improvements
4307
4308         * footer.am: Initial revision
4309
4310         * dist.am: remove distname
4311
4312         * automake.in: namespace cleanup
4313
4314         * distname.am: Initial revision
4315
4316         * automake.in, clean.am, compile.am, dist-subd.am, dist.am, header.am, libraries.am, library.am, mans.am, program.am, programs.am, remake-hdr.am, remake.am, subdirs.am, texinfos.am:
4317         might work
4318
4319         * mans.am, libraries.am, texinfos.am, library.am, compile.am, program.am, programs.am, clean.am, subdirs.am, remake-subd.am, remake.am, remake-hdr.am, dist.am, dist-subd.am, header.am, automake.in:
4320         Initial revision
4321