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