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