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