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