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