More error checking
[automake.git] / ChangeLog
blob622075a54cdc9043056c1bad54ddadbbe5bf3db6
1 Sat Sep 21 13:59:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
3         * automake.in (am_install_var): More error checking.
5 Fri Sep 20 09:06:37 1996  Tom Tromey  <tromey@creche.cygnus.com>
7         * tags.am (TAGS): Minor cleanup.
9         * clean.am (distclean-generic): Don't remove CONFIG_HEADER.
11         * remake-hdr.am (mostlyclean-hdr, clean-hdr, distclean-hdr,
12         maintainer-clean-hdr): New targets.
14         * automake.in (handle_configure): Define CONFIG_HEADER correctly
15         when it is in current directory.
16         (handle_configure): Push "hdr" on @clean.
18         * remake-hdr.am (stamp-h): Run config.status in top_builddir.
19         ($(srcdir)/stamp-h.in): Run autoheader in top_srcdir.
21         * automake.in (scan_configure): Check for install.sh here.
22         (basename): New sub.
23         (handle_configure): Handle case where config.h is in subdir.
24         (handle_configure): Make stamp-in.h for user if it doesn't already
25         exist.
26         (touch): New sub.
28 Tue Sep 17 23:35:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
30         * Makefile.am (EXTRA_DIST): Include pkgdata_DATA.
32         * dist-vars.am (DISTFILES): Don't distribute BUILT_SOURCES or
33         DATA.
34         (DEP_DISTFILES): Ditto.
36 Mon Sep 16 22:28:56 1996  Tom Tromey  <tromey@creche.cygnus.com>
38         * automake.in (check_typos): Renamed.
39         (check_typos): Check for _LDADD, _LIBADD, and _DEPENDENCIES.
40         (variable_defined): Note variable as being "seen".
41         (handle_lib_objects): Don't push configure substitutions onto
42         _DEPENDENCIES.
44 Sun Sep 15 22:45:43 1996  Tom Tromey  <tromey@creche.cygnus.com>
46         * automake.in (initialize_per_input): Init content_seen.
47         (variable_value_as_list): Set content_seen entry.
48         (define_variable): Ditto.
49         (define_pretty_variable): Ditto.
50         (check_source_typos): New sub.
51         (generate_makefile): Call it.
53 Thu Sep 12 15:03:19 1996  Tom Tromey  <tromey@creche.cygnus.com>
55         * automake.in (handle_source_transform): Removed extraneous
56         space.  Test implicit.test.
57         (read_am_file): Make sure "canonical" variables are mentioned in
58         %contents.
59         (scan_configure): AC_CHECK_TOOL sets $seen_canonical to
60         $AC_CANONICAL_HOST conditionally.
61         (handle_footer): Don't use define_pretty_variable in all cases.
63 Wed Sep 11 11:54:44 1996  Tom Tromey  <tromey@creche.cygnus.com>
65         * clean.am (distclean-generic): Remove CONFIG_CLEAN_FILES here,
66         per GNU/Gnits standards.
68         * libraries.am (install-@DIR@LIBRARIES): Use two loops, so new
69         NORMAL_INSTALL and POST_INSTALL variables can work when empty.
71         * automake.in (handle_options): Rewrote version handling.  Now
72         returns error indicator.
73         (MACRO_PATTERN, BOGUS_MACRO_PATTERN): Handle `:=' definitions.
74         (RULE_PATTERN): Exclude `:=' from being a rule.
76         * m4/AM_PROG_CC_STDC.m4 (ac_save_CC): Bug fix from Jim Meyering.
78         * automake.in (variable_value_as_list): Always use am_line_error.
79         (define_variable): New sub.
80         (get_object_extension): Use define_variable.
81         (handle_yacc_lex_cxx): Ditto.
82         (handle_source_transform): Ditto.
83         (handle_programs): Ditto.
84         (handle_libraries): Ditto.
85         (handle_texinfo): Ditto.
86         (handle_man_pages): Ditto.
87         (handle_dependencies): Ditto.
88         (handle_aclocal_m4): Ditto.
89         (define_pretty_variable): New sub.
90         (handle_source_transform): Use define_pretty_variable.
91         (handle_lib_objects): Ditto.
92         (handle_libraries): Ditto.
93         (handle_dist): Ditto.
94         (handle_dependencies): Ditto.
95         (handle_configure): Ditto.
96         (handle_footer): Ditto.
97         (handle_emacs_lisp): Ditto.
98         (am_install_var): Ditto.
100         * Released version 1.1e.
102         * automake.in ($GNITS_VERSION_PATTERN): Handle non-alpha
103         releases.
105         * configure.in: Version 1.1e.
107         * automake.in (handle_texinfo): Distribute .info file.
109 Sun Sep  8 09:00:37 1996  Tom Tromey  <tromey@creche.cygnus.com>
111         * Makefile.am (EXTRA_DIST): New macro.
112         (maintainer-clean): Don't run "make check".
113         (pathchk): New target.
115         * automake.in (check_gnits_standards): Only check version number
116         syntax at top level.
117         ($package_version_line): New variable.
118         (scan_configure): Set it.
119         (check_gnits_standards): Use am_conf_line_error.
120         (scan_configure): Remove extraneous whitespace from version
121         number.
122         (handle_dist): Handle distcheck-hook.
124         * m4/AM_PROG_CC_STDC.m4: Applied patch from Jim Meyering.
126         * automake.in (scan_configure): Handle AM_WITH_REGEX.
127         (handle_lib_objects): Require .h files in %libsources but don't
128         generate dependencies for them.
129         (scan_configure): Also require rx.h and regex.h.
131         * m4/Makefile.am (m4data_DATA): Don't include AM_PROG_LIBTOOL,
132         AM_FEATURE_CTYPE, AM_FEATURE_ERRNO, AM_FEATURE_EXIT,
133         AM_SYSTEM_HEADER.
135         * texi-version.am: Use "cp; rm" and not "mv", to work around
136         broken mvs.
138         * automake.in ($package_version): New global.
139         (scan_configure): Set it.
140         (check_gnits_standards): Verify version string; require
141         README-alpha if alpha version.
142         (scan_configure): Recognize AM_FUNC_FNMATCH,
143         AM_REPLACE_GNU_GETOPT.
145         * Makefile.am (installcheck-local): Check all scripts.
147 Sat Sep  7 19:22:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
149         * tags-clean.am: Do deletions here again.
151 Thu Sep  5 09:06:23 1996  Tom Tromey  <tromey@creche.cygnus.com>
153         * automake.in (usage): Include bug-reporting information.
154         (handle_lib_objects): Error if LIBOBJS seen but never set.
156         * aclocal.in ($acdir): Use @datadir@/aclocal.
157         (usage): Include bug-reporting information.
159 Wed Sep  4 11:36:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
161         * automake.in (handle_source_transform): .deps no longer in
162         srcdir.
163         (handle_lib_objects): Ditto.
164         (handle_dist_worker): Pass --build-dir to automake.
165         ($build_directory): New global.
166         (parse_arguments): Handle --build-dir.
167         (initialize_global_constants): Include --build-dir in help.
168         (scan_dependency_file): New sub.
169         (handle_dependencies): Use it.  Also, use $build_directory.
170         (initialize_global_constants): Added --srcdir-name.
171         (parse_arguments): Ditto.
172         (handle_dist_worker): Ditto.
173         ($srcdir_name): New global.
174         ($srcdir_rx): New global.
175         (parse_arguments): Set it.
177         * depend2.am: Removed all mention of $(srcdir).
179         * depend.am (MKDEP): Use gcc -M, not gcc -MM.
180         Removed all mention of $(srcdir); dependencies now put into build
181         dir.
183         * depend2.am ($(srcdir)/.deps/%.P): Fixed computation of `top'.
184         Don't do work silently.
186         * automake.in (handle_merge_targets): Error if invalid uninstall
187         targets are given.
188         (read_am_file): Fix for test block.test.
190 Tue Sep  3 18:50:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
192         * texinfos.am (install-info): Added NORMAL_INSTALL.
193         * scripts.am (install-@DIR@SCRIPTS): Added NORMAL_INSTALL.
194         * programs.am (install-@DIR@PROGRAMS): Added NORMAL_INSTALL.
195         * lisp.am (install-@DIR@LISP): Added NORMAL_INSTALL.
196         * libraries.am (install-@DIR@LIBRARIES): Added NORMAL_INSTALL.
197         Also, use POST_INSTALL when running ranlib.
198         * header.am (install-@DIR@HEADERS): Added NORMAL_INSTALL.
199         * data.am (install-@DIR@DATA): Added NORMAL_INSTALL.
201         * automake.in (handle_man_pages): Added NORMAL_INSTALL invocation.
202         (handle_merge_targets): Ditto.
203         (handle_merge_targets): Error if PRE_INSTALL, POST_INSTALL, or
204         NORMAL_INSTALL defined.
206         * m4/AM_PROG_INSTALL.m4: INSTALL_SCRIPT defaults to
207         ${INSTALL_PROGRAM}.  From François Pinard.
209 Tue Aug 27 08:25:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
211         * automake.in (file_contents_with_transform): Correctly remove
212         @(UN)?MAINT@ from input when maintainer mode not active.
213         (handle_aclocal_m4): Handle no-maintainer-mode case.
215         * remake-hdr.am ($(CONFIG_HEADER)): Removed @MAINT@.
217         * m4/AM_SANITY_CHECK_CC.m4: New file (from Jim Meyering).
219 Mon Aug 26 21:37:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
221         * automake.in (handle_lib_objects): Bug fix from Steve M Robbins.
222         (handle_libraries): Don't include libraries from EXTRA_LIBRARIES
223         in LIBFILES definition.  Reported by Steve M Robbins.  Test
224         alllib.test.
226         * automake.in (variable_value_as_list): New sub.
227         (handle_source_transform): Use it.
228         (handle_lib_objects): Ditto.
229         (handle_libraries): Ditto.
230         (handle_texinfo): Ditto.
231         (handle_man_pages): Ditto.
232         (am_install_var): Ditto.
233         (handle_options): Ditto.
235 Sat Aug 24 09:30:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
237         Reported by Jim Meyering:
238         * automake.in (get_object_extension): Look in "./" for ansi2knr if
239         no path found.
240         (handle_aclocal_m4): Protect aclocal.m4 rule with @MAINT@.
242         * remake.am (.PHONY): New target.
244         * m4/AM_MAINTAINER_MODE.m4: Also define UNMAINT.
246         * automake.in (check_gnu_standards): Disallow no-installman,
247         no-installinfo.
248         (read_am_file): Sed out UNMAINT too.
249         (file_contents_with_transform): Ditto.
251         * acinstall: New file.
253         * m4/AM_INIT_AUTOMAKE.m4: Define PACKAGE and VERSION.
255         * m4/AM_WITH_REGEX.m4: New version from François Pinard.
257         * m4/AM_TYPE_PTRDIFF_T.m4: Use am_cv, not ac_cv.
258         * m4/AM_C_PROTOTYPES.m4: Ditto.
259         * m4/AM_FUNC_STRTOD.m4: Ditto.
260         * m4/AM_PROG_CC_STDC.m4: Ditto.
261         * m4/AM_PROG_LIBTOOL.m4: Ditto.
263 Fri Aug 23 22:23:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
265         * m4/Makefile.am (m4datadir): New macro
266         (m4data_DATA): Renamed.
268         * Makefile.am (cvs-dist): Depend on distcheck target.
270 Mon Aug 19 15:37:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
272         * automake.in (initialize_global_constants): [common_files]
273         Include acinclude.m4.
275         * m4/AM_PROG_CC_STDC.m4: Patch from Jim Meyering/Kaveh Ghazi.
277 Sat Aug 17 11:27:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
279         * automake.in (handle_dependencies): Push `depend'-clean targets
280         on @clean.
281         * depend.am (mostlyclean-depend, clean-depend, distclean-depend,
282         maintainer-clean-depend): New targets.
284 Tue Aug 13 17:53:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
286         * texinfos.am (.texinfo.info): New target.
287         (.texinfo.dvi): New target.
289         From Jim Meyering:
290         * automake.in (handle_texinfo): Use `.info[-0-9]*' as pattern to
291         match info files.
292         (handle_texinfo): Handle `.texinfo' files.
294 Mon Aug 12 10:28:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
296         * automake.in (require_file_internal): Special-case `.' when
297         finding files to distribute.  Test libobj2.test.
299         * aclocal.in (add_file): Fixed regexp for matching AC_DEFUN.  Test
300         order.test.
302         * m4/AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL.m4: New file.
303         * m4/AM_SYS_POSIX_TERMIOS.m4: New file.
305         * compile-kr.am: Removed duplicate ansi2knr rules.
307 Sun Aug 11 00:20:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
309         * automake.in (handle_yacc_lex_cxx): Bug fix from Josh MacDonald.
310         (handle_yacc_lex_cxx): Put C++ extensions on suffix list.
311         (mkdir): Removed.
313         * automake.in (initialize_global_constants): [common_files]
314         Include interlock and ylwrap.
316         * Released version 1.1c.
318         * aclocal.in (obsolete_macros): md_TYPE_PTRDIFF_T and
319         ud_PATH_LISPDIR are obsolete names.
321         * m4/AM_LC_MESSAGES.m4, m4/AM_WITH_NLS.m4, m4/AM_GNU_GETTEXT.m4:
322         Removed.
324         * automake.in (handle_lib_objects): Changed interface.  Now
325         generates _DEPENDENCIES variable if appropriate.
326         (handle_emacs_lisp): Use AM_PATH_LISPDIR.
327         (scan_configure): Ditto.
329         * Makefile.am (CLEANFILES): Removed.
331         * automake.in (handle_configure): Define CONFIG_CLEAN_FILES.
333         * clean.am (clean-generic): Remove $(CONFIG_CLEAN_FILES).
335         * compile-vars.am (CC, CFLAGS, COMPILE, LINK): Removed.
337         * automake.in (handle_yacc_lex_cxx): Require ylwrap in
338         multi-lex/yacc case.
339         (handle_source_transform): Changed return result.
340         (handle_programs): Use linker returned by
341         handle_source_transform.
342         (seen_prog_cc, seen_prog_cxx): New globals.
343         (scan_configure): Recognize AC_PROG_CC and AC_PROG_CXX.
344         (handle_yacc_lex_cxx): Error message if AC_PROG_CXX or
345         AC_PROG_YACC missing.
346         (seen_decl_yytext, seen_prog_lex): New globals.
347         (scan_configure): Set them.
348         (handle_yacc_lex_cxx): Warn about missing AC_PROG_LEX or
349         AC_DECL_YYTEXT.
350         (handle_yacc_lex_cxx): Use $(LEX_OUTPUT_ROOT).
351         (initialize_per_input): Initialize seen_c_source.
352         (handle_yacc_lex_cxx): Define CC, CFLAGS, COMPILE, LINK only when
353         C source seen.
354         (handle_source_transform): Set seen_c_source.
356         * interlock: Changed usage.
358         * ylwrap: New file.
360         * automake.in (handle_yacc_lex_cxx): Renamed.
362         * automake.in (handle_dependencies): Handle %cxx_extensions.
363         Include depend2.am when appropriate.
365         * depend2.am: New file; contents from depend.am but templatized.
367         * automake.in (initialize_per_input): Initialize
368         %cxx_extensions.
369         (handle_source_transform): Set %cxx_extensions.
371 Sat Aug 10 10:29:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
373         * interlock: New file.
375         * automake.in (handle_yacc_lex): New sub.
376         (handle_source_transform): Removed most yacc/lex handling.
377         (initialize_per_input): Init yacc_sources, lex_sources.
378         (generate_makefile): Run handle_yacc_lex.
379         (handle_merge_targets): Use `scalar' and not $# to find length of
380         array.
382         * m4/AM_FEATURE_EXIT.m4: Wrote.
383         * m4/AM_FEATURE_CTYPE.m4: Wrote.
384         * m4/AM_FEATURE_ERRNO.m4: Wrote.
386         * aclocal.in (macro_seen): New global.
387         (add_file): Set macro_seen entry.  Only push required macro on
388         @rlist if not already seen.  Test defun.test.
390         * automake.in (get_object_extension): Handle directory prefix on
391         `ansi2knr' option.
393         * kr-extra.am: New file.
395         * kr-vars.am: Removed.
397         * automake.in (handle_options): Handle directory prefix on
398         `ansi2knr' option.
400         * automake.in (scan_configure): Recognize AM_FUNC_STRTOD.
402         * aclocal.in (add_file): Error if macro is duplicated.  Test
403         dup.test.
405 Fri Aug  9 09:18:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
407         * automake.in (handle_programs): Substitute @XLINK@.  Make sure
408         linker variable is transformed name.
409         * program.am (@PROGRAM@): Use @XLINK@ to link.
411         * automake.in (handle_scripts): Fixed call to
412         am_primary_prefixes.
413         (handle_libraries): Better error message when AC_PROG_RANLIB
414         required.
416         * automake.in (handle_libraries): Canonicalize library name.  Test
417         canon4.test.
418         * library.am (lib@LIBRARY@.a): Use @XLIBRARY@ where appropriate.
419         (lib@LIBRARY@.a): Look at _DEPENDENCIES variable.
421 Thu Aug  8 10:57:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
423         * automake.in (handle_scripts): Correctly compute
424         $scripts_installed.  Test scripts.test.
426 Wed Aug  7 12:13:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
428         * ansi2knr.c: New version.
430 Tue Aug  6 10:58:37 1996  Tom Tromey  <tromey@creche.cygnus.com>
432         * automake.in (handle_source_transform): Handle more C++ file
433         extensions.  "Handle" Objective C.  Handle more FORTRAN
434         extensions.
436         * compile-vars.am (LEX): Removed.
437         (YACC): Removed.
439         * automake.in (handle_source_transform): Correctly handle lex
440         source.  Test lex.test.
441         (handle_source_transform): Skip more C++ headers.  Generate macro
442         definitions for YACC and LEX on first use.
444         * aclocal.in (parse_arguments): Mention GNU.
445         * automake.in (parse_arguments): Mention GNU.
447 Mon Aug  5 00:12:45 1996  Tom Tromey  <tromey@creche.cygnus.com>
449         * automake.in (handle_programs): Define program_LINK.
450         * program.am (@PROGRAM@): Use program_LINK to link.
452         * Released version 1.1b
454         * automake.in (scan_configure): AM_INIT_AUTOMAKE sets
455         seen_prog_install to `2'.
457         * configure.in: Don't run AM_PROG_INSTALL.
459         * automake.in (parse_arguments): Use $PACKAGE.
460         ($PACKAGE): New global.
461         ($am_c_prototypes): Renamed.
462         (get_object_extension): Use am_c_prototypes.
463         (scan_configure): Ditto.
464         (scan_configure): Use AM_MAINTAINER_MODE.
465         (scan_configure): Warn about obsolete macros.
467         * aclocal.in (parse_arguments): Use $PACKAGE.
468         ($PACKAGE): New global.
470         * Makefile.am (CLEANFILES): Added aclocal.
471         (ETAGS_ARGS): Added aclocal.in.
472         (TAGS_DEPENDENCIES): Ditto.
473         (maintainer-check): Depend on aclocal.
474         (maintainer-check): Check aclocal.
475         (bin_SCRIPTS): Include aclocal.
477         * automake.in (scan_configure): Handle AM_INIT_AUTOMAKE.
478         (scan_configure): Use AM_PROG_INSTALL.
480         * configure.in: Use AM_INIT_AUTOMAKE.
482         * automake.in (keyed_aclocal_warning): Warning tells about
483         aclocal.
484         (handle_aclocal_m4): New sub.
485         (handle_configure): Use it.
487         * aclocal.in (output_file): New global.
488         (usage): Handle --output.
489         (parse_arguments): Handle --output.
491         * m4/AM_INIT_AUTOMAKE.m4: New file.
493         * m4/AM_PROG_CC_STDC.m4: Require AC_PROG_CC.
494         Don't touch CFLAGS.
496         * automake.in (handle_dist_worker): Reverted erroneous "-chmod".
497         (handle_texinfo): Don't generate `.info-[0-9]' as a filename.
499         * texinfos.am (.texi.info): Force .info file to be built in
500         srcdir.  From Franc,ois Pinard.
502         From Jim Meyering:
503         * m4/AM_PROG_CC_STDC.m4: (fp_PROG_CC_STDC): Include sys/stat.h in
504         test program so that DYNIX/ptx V4.1.3 doesn't use `-Xc
505         -D__EXTENSIONS__' -- with those options on that system, sys/stat.h
506         gets compile errors.  With help from Marcus Daniels.
508         * automake.in (initialize_global_constants): Put elisp-comp into
509         @common_files.  Bug from Glenn Amerine.
511 Sun Aug  4 12:52:43 1996  Tom Tromey  <tromey@creche.cygnus.com>
513         * automake.in (handle_dist_worker): Use fgrep, not grep.
515         * m4/AM_C_PROTOTYPES.m4: Changes from François Pinard.
517         * automake.in (handle_emacs_lisp): Include lisp-clean.am in
518         output.
519         (initialize_global_constants): [install_man_format] Don't hide
520         "ugliness" at install time.
522         * lisp-clean.am: New file.
524         * tags-clean.am (maintainer-clean-tags): Remove TAGS and ID here.
526         * automake.in (handle_man_pages): Patch from Janos Farkas to fix
527         bug when installing man pages.  Test man.test.
528         (initialize_global_constants): [install_man_format] Make sure man
529         page can actually be found in either source or build dirs.
530         (handle_dist_worker): Use "755" permissions on distdir.
532         * automake.in (handle_dist): Allow chmod's to fail.
533         (am_primary_prefixes): New function.
534         (am_install_var): Use it.
535         (handle_libraries): Use it.  Test libfiles.test.
536         (handle_dist): For dist-tarZ, assume traditional "tar" and
537         "compress".
539         * m4/AM_FUNC_STRTOD.m4: New file.
541         * automake.in (handle_dist): Only generate `distdir' variable if
542         it doesn't already exist.
544         Fix for bug reported by Harlan Stenn.  Test tags.test.
545         * automake.in (initialize_per_input): Define dir_holds_sources.
546         (handle_tags): Check dir_holds_headers.
547         (handle_headers): Set dir_holds_headers.
549         * automake.in (handle_texinfo): Generate "version.texi" dependency
550         for .dvi file.  Bug reported by Glenn Amerine.  Test vtexi2.test.
552         * automake.in (handle_configure): Require file $input, not
553         "$local.in".  From Nyul Laszlo.  Test colon.test.
555 Sun Jul 28 11:14:52 1996  Tom Tromey  <tromey@creche.cygnus.com>
557         * aclocal.in: New file.
558         * configure.in: Generate m4/Makefile, aclocal.
559         * Makefile.am (SUBDIRS): Include m4.
560         * m4/Makefile.am: New file.
562 Fri Jul 19 10:12:27 1996  Tom Tromey  <tromey@creche.cygnus.com>
564         * automake.in (initialize_global_constants): Put ansi2knr.c and
565         ansi2knr.1 into common_files.  Bug report from François Pinard.
567 Mon Jul 15 10:28:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
569         * install-sh: Updated copyright notice.
571 Fri Jul  5 08:23:00 1996  Tom Tromey  <tromey@creche.cygnus.com>
573         * subdirs.am (maintainer-clean-recursive): Don't be so noisy.
574         Report from Josh MacDonald.
576         Bugs from Gord Matzigkeit:
577         * automake.in (handle_footer): Push contents of $(SUFFIXES), not
578         `$(SUFFIXES)'.
579         (handle_dist): Ignore chmod return results.
581         * programs-clean.am (clean-@DIR@PROGRAMS): Work around failing
582         Solaris "rm -f".  Bug from Kaveh R. Ghazi.
583         * libraries-clean.am (clean-@DIR@LIBRARIES): Likewise.
585 Fri Jun 21 10:42:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
587         * texinfos.am (install-info): Use "if", not "&&", to avoid
588         install problem when glob doesn't match.
590         * automake.in (initialize_global_constants): [USAGE] Added
591         --no-force.
592         (force_generation): New global.
593         (parse_arguments): Handle --no-force.
594         (generate_makefile): Handle --no-force.
596         * Makefile.am (maintainer-check): Ensure all invocations of
597         mkinstalldirs are correct.
599 Tue Jun 18 10:53:54 1996  Tom Tromey  <tromey@creche.cygnus.com>
601         * automake.in (handle_tests): Don't directly generate site.exp.
603 Sun Jun 16 22:21:16 1996  Harlan Stenn  <harlan@brown.pfcs.com>
604         
605         * automake.in:  Treat an initial `#' on a word in AUTOMAKE_OPTIONS
606         as a comment start.  Add support for a dist-tarZ target.
608 Tue Jun 11 22:14:21 1996  Marcus Daniels  <marcus@sayre.sysc.pdx.edu>
610         * depend.am ($(srcdir)/.deps/%.P): Convert absolute $(top_srcdir)
611         paths into relative paths.
613 Mon Jun 10 21:11:20 1996  Tom Tromey  <tromey@creche.cygnus.com>
615         * texinfo.tex: New version.
617         * automake.in: Look for AM_PROG_LIBTOOL.  From Gord Matzigkeit.
618         (initialize_global_constants): Added libtool to
619         @common_sometimes.
620         (handle_source_transform): Pass YFLAGS to yacc and LFLAGS to lex.
622 Sun Jun  9 17:45:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
624         * texinfos.am (install-info): Don't install ~ files.  Bug report
625         from Greg McGary.
626         * automake.in (handle_texinfo): Don't push '.info*' onto
627         @infos_list.
629         * automake.in (handle_gettext): Ensure po and intl in SUBDIRS when
630         using gettext.
631         (handle_dist): Pass --with-included-gettext to configure if using
632         gettext.
634         * compile-kr.am (._c._o): Pass -c to $(COMPILE).
635         (.c._o): Ditto.
636         * compile.am (.c.o): Pass -c to $(COMPILE).
637         * compile-vars.am (COMPILE): Don't include -c.
639         * remake.am ($(srcdir)/Makefile.in): Pass --strictness to
640         automake.
641         * automake.in (handle_configure): Supply --strictness arg to
642         automake.
644 Fri Jun  7 12:31:31 1996  Tom Tromey  <tromey@creche.cygnus.com>
646         * automake.in (handle_tests): Fix quoting on `pwd`.
647         (handle_options): Recognize no-installinfo option.
648         (handle_man_pages): Don't put man directory on @installdirs if
649         no-installman is specified.
650         (handle_texinfo): Handle no-installinfo option.
651         (handle_options): Compare version against $num_version, not
652         $VERSION.
653         (handle_source_transform): Generate rules for output of lex,
654         yacc.  Bug report from Thomas Morgan.  Test yacc.test.
655         (handle_dist): "distcheck" now runs "make dvi".
656         (handle_tests): Support $(TESTS_ENVIRONMENT).  Idea from Ulrich
657         Drepper.
659         * dejagnu.am (check-DEJAGNU): Depend on site.exp.
661 Sun Jun  2 10:33:10 1996  Tom Tromey  <tromey@creche.cygnus.com>
663         * automake.in (handle_emacs_lisp): New function.
664         (initialize_global_constants): Added elisp-comp to
665         @common_sometimes.
666         (seen_lispdir): New global.
667         (scan_configure): Handle ud_PATH_LISPDIR.
669         * elisp-comp: New file.
671         * lisp.am: New file.
673         * automake.in (generate_makefile): Run handle_emacs_lisp.
675         * aclocal.m4 (ud_PATH_LISPDIR): New macro, from Ulrich Drepper.
677         * automake.in (initialize_global_constants): Removed version.texi
678         from common_sometimes.
679         (initialize_global_constants): Added texinfo.tex to common_files.
680         Test texinfo.test.
681         (handle_tests): Allow dejagnu- and automake-style test suites to
682         coexist.  Test dejagnu.test.
683         (initialize_global_constants): New constants AC_CANONICAL_HOST,
684         AC_CANONICAL_SYSTEM.
685         (scan_configure): Use new constants.
686         (handle_tests): Put target specific information into site.exp if
687         AC_CANONICAL_* used.
688         (read_am_file): Generate some extra variables when AC_CANONICAL_*
689         used.
690         (handle_options): Allow version number to have letters appended.
691         (handle_tests): Error if RUNTEST, RUNTESTFLAGS defined but dejagnu
692         option not specd.
693         (initialize_global_constants): install_man_format changed to
694         handle built man pages.
696 Wed May 29 10:35:01 1996  Tom Tromey  <tromey@creche.cygnus.com>
698         * config.guess, config.sub: New versions.
700 Tue May 28 19:27:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
702         * configure.in (VERSION): Upped to 1.0.
704 Sat May 25 10:19:53 1996  Tom Tromey  <tromey@creche.cygnus.com>
706         * automake.in (handle_tests): Handle dejagnu.
707         (handle_options): Recognize dejagnu option.
709         * dejagnu.am: New file.
711 Thu May 23 10:01:13 1996  Tom Tromey  <tromey@creche.cygnus.com>
713         * automake.in (handle_dist): Run installcheck target from
714         distcheck.
716         * configure.in (VERSION): Upped to 0.34.
718         * automake.in (scan_configure): Always allow upgrading to
719         fp_PROG_INSTALL.  Test fpinstall.test.
721 Wed May 22 14:45:28 1996  Joshua Cowan  <jcowan@hermit.reslife.okstate.edu>
723         (handle_dist): Make `distcheck' check `install' target, too.
725 Wed May 22 09:49:27 1996  Tom Tromey  <tromey@creche.cygnus.com>
727         * automake.in (initialize_per_input): Don't initialize
728         $output_directory here; initialize it globally.  From Joshua
729         Cowan.  Test outdir.test.
731 Sat May 18 10:57:40 1996  Tom Tromey  <tromey@creche.cygnus.com>
733         * automake.in (handle_tests): Don't push TESTS onto dist_common.
734         (initialize_global_constants): Put install-sh and mkinstalldirs
735         into @common_files.  Test insh2.test.
737 Fri May 17 09:02:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
739         * automake.in (handle_source_transform): Don't generate _OBJECTS
740         when no source files specified.  Test number.test.
742         From Joerg-Martin Schwarz:
743         * automake.in (seen_package, seen_version): New globals.
744         (scan_configure): Look for PACKAGE= and VERSION=.
746         * automake.in (handle_options): Recognize dist-zip.
747         (handle_dist): Handle dist-zip.
748         (handle_options): Use ' ', not \s+, with split.  Test
749         backsl.test.
750         (handle_source_transform): Likewise.
751         (handle_lib_objects): Likewise.
752         (handle_libraries): Likewise.
753         (handle_texinfo): Likewise.
754         (handle_man_pages): Likewise.
755         (handle_subdirs): Likewise.
756         (handle_gettext): Likewise.
757         (handle_footer): Likewise.
758         (handle_tests): Likewise.
759         (scan_configure): Likewise.
760         (am_install_var): Likewise.
762         * Makefile.am (TAGS_DEPENDENCIES): New macro.
764         * tags.am (tags-recursive): New target.
765         (TAGS): Depend on it.
767         * automake.in (handle_tags): Put tags-recursive on @phony.
769         * tags-subd.am (TAGS): Depend on HEADERS, SOURCES,
770         TAGS_DEPENDENCIES.
771         * tags.am (TAGS): Depend on HEADERS, SOURCES, TAGS_DEPENDENCIES.
773 Thu May 16 09:21:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
775         * remake.am (configure): Depend on $(CONFIGURE_DEPENDENCIES).
777         * automake.in (scan_configure): Look for install-sh and
778         mkinstalldirs here.
779         (initialize_global_constants): Moved mdate-sh from
780         common_sometimes to common_files.  Test mdate2.test.
782 Tue May 14 21:52:01 1996  Tom Tromey  <tromey@creche.cygnus.com>
784         * automake.in (seen_maint_mode): New global.
785         (scan_configure): Handle jm_MAINTAINER_MODE.
786         (read_am_file): Handle seen_maint_mode.
787         (file_contents_with_transform): Handle seen_maint_mode.
788         (handle_source_transform): Changed interface, all callers.
790         From Jim Meyering:
791         * remake-hdr.am, remake-subd.am, remake.am, texi-version.am:
792         Handle @MAINT@.
793         * aclocal.m4 (jm_MAINTAINER_MODE): New macro.
795         * automake.in (handle_configure): Check $config_aux_dir against
796         empty string.  From Markku Rossi.  Test mkinstall.test.
798 Fri May 10 14:38:47 1996  Gord Matzigkeit  <gord@gnu.ai.mit.edu>
800         * automake.in (distcheck): Added new rule to top level
801         Makefile.in.
803 Wed May  8 21:57:21 1996  Gord Matzigkeit  <gord@gnu.ai.mit.edu>
805         * automake.in (scan_configure): Make sure that gm_PROG_LIBTOOL
806         sets seen_ranlib.
807         (generate_makefile): libtool, config.sub, and config.guess should
808         only ever appear in the top directory of a package.
810 Tue May 14 10:24:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
812         * automake.in (initialize_global_constants): Added libversion.in
813         to @common_files.
815         * configure.in (VERSION): Upped to 0.33.
817         * automake.in (am_install_var): Fixed problem in EXTRA_ handling.
818         Test extra.test.
820 Mon May 13 10:41:41 1996  Tom Tromey  <tromey@creche.cygnus.com>
822         * install-sh (transformbasename): Correct misspelling of
823         transformbasename.  From Ian Lance Taylor.
825 Sat Apr 27 11:39:10 1996  Tom Tromey  <tromey@creche.cygnus.com>
827         * automake.in (handle_configure): Set mkinstalldirs variable
828         here.
829         (handle_dist_worker): Explicitly set distdir in subdir makes.
830         (handle_dist): Handle separate distdir target.
831         (handle_dist_worker): Only generate distdir target.
833         * texinfos.am (install-info): Use $(mkinstalldirs).
834         * scripts.am (install-@DIR@SCRIPTS): Use $(mkinstalldirs).
835         * programs.am (install-@DIR@PROGRAMS): Use $(mkinstalldirs).
836         * libraries.am (install-@DIR@LIBRARIES): Use $(mkinstalldirs).
837         * header.am (install-@DIR@HEADERS): Use $(mkinstalldirs).
838         * data.am (install-@DIR@DATA): Use $(mkinstalldirs).
840         * automake.in (read_am_file): Set mkinstalldirs variable.
841         (handle_man_pages): Use it.
842         (handle_installdirs): Ditto.
844 Fri Apr 26 15:10:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
846         * automake.in (handle_man_pages): Fix mkinstalldirs invocation.
848 Thu Apr 25 18:40:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
850         * automake.in (handle_dist_worker): Use $(TAR), not tar.
851         (handle_merge_targets): Make sure config header is built before
852         recursing into subdirs.
853         (handle_libraries): Generate LIBFILES for check_LIBRARIES.
854         (handle_merge_targets): Handle case where nothing is installed but
855         something must be built -- "make install" must still work.
857         * dist-vars.am (TAR): New macro.
859         * automake.in (scan_configure): Support AC_REPLACE_GNU_GETOPT.
860         (handle_configure): Require stamp-h.in when config header used.
862 Tue Apr 23 17:57:13 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
864         * doc/mdate-sh: Extract the last field from the date output, not
865         the sixth, which will fail when the timezone name has more than
866         one word or is missing.
868 Wed Apr 24 20:29:26 1996  Tom Tromey  <tromey@creche.cygnus.com>
870         * automake.in (am_install_var): Use delete, not undef, to remove
871         EXTRA entry.  From Gord Matzigkeit.
873 Mon Apr 22 17:48:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
875         * automake.in (read_am_file): Handle case where last line doesn't
876         end in newline.
878 Tue Apr  9 22:53:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
880         * automake.in (variable_defined): New function.
881         (read_am_file): Ensure a blank line comes before starting comments
882         from Makefile.am.
883         (initialize_per_input): Initialize %targets.
884         (read_am_file): Set appropriate entry in %targets.
885         Many changes to use variable_defined.
886         (check_gnu_standards): Only require ChangeLog at top level.  From
887         Gord Matzigkeit.
888         (handle_tests): check-TESTS depends on $(TESTS).  From Gord
889         Matzigkeit.
891 Mon Apr  8 22:51:41 1996  Tom Tromey  <tromey@creche.cygnus.com>
893         * automake.in (parse_arguments): Added short options.
894         (initialize_global_constants): Ditto.
896 Fri Apr  5 00:22:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
898         * mkinstalldirs (errstatus): Don't necessarily die if mkdir
899         fails.
901         * automake.in (handle_source_transform): Typo fix.
903 Thu Apr  4 15:10:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
905         * automake.in (handle_dist_worker): Renamed dist-local to
906         dist-hook.
907         (handle_merge_targets): Added install-data-hook and
908         install-exec-hook.
909         (handle_source_transform): Handle EXTRA_prog_SOURCES form.
911         * automake.in (handle_scripts): Never allow scripts_installed to
912         become 0.
914         * scripts.am (install-@DIR@SCRIPTS): Scripts can be found in
915         srcdir.
917         * automake.in (generate_makefile): Derived file names from given
918         input; don't assume Makefile.in and Makefile.am.
919         (am_file_name, in_file_name): New globals.
920         (read_am_file): Use them.
922         * program.am (@PROGRAM@): Use transformed program name.
924         * remake-hdr.am (stamp-h): Actually touch stamp-h.
926 Wed Apr  3 15:16:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
928         * automake.in (require_file_internal): Use correct file for error
929         messages.  Test insh.test.
931 Mon Apr  1 09:47:44 1996  Tom Tromey  <tromey@creche.cygnus.com>
933         * texinfos.am (.texi.info): Build output file in srcdir.
935         * automake.in (require_file_internal): If $dir is ".",then look in
936         relative directory.
937         (handle_texinfo): Canonicalize name of texi file before looking
938         for dependency variable.
940 Thu Mar 28 08:33:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
942         * automake.in (require_conf_file_with_conf_line): Yet another
943         function of this form.
944         (libtool_line): New variable.
945         (handle_libraries): Handle libtool.
947         * libraries-vars.am: Removed.
949         * automake.in (seen_libtool): New variable.
950         (scan_configure): Look for gm_PROG_LIBTOOL or AC_PROG_LIBTOOL.
952         * automake.in (handle_dist_worker): Handle dist-local.
954         * Makefile.am (maintainer-check): Do "make check" after all syntax
955         checks.
957         * texi-version.am (stamp-@VTI@): Look for mdate-sh in appropriate
958         directory.
960         * automake.in ($seen_arg_prog): New global.
961         (handle_programs): Error if AC_ARG_PROGRAM not seen.
962         (handle_scripts): Ditto.
963         (handle_configure): mkinstalldirs now a config file.
964         (handle_installdirs): Find mkinstalldirs in config_aux_dir.
965         (handle_dist_worker): Removed DIST_SUBDIRS.
966         (require_file_path): New variable.
967         (require_file_with_conf_line): Set it.
968         (require_file_with_line): Ditto.
969         (require_file): Ditto.
970         (require_file_internal): Incorporated code from
971         require_config_file.
972         (require_config_file): Rewrote.
973         (require_conf_file_with_line): New function.
974         (handle_texinfo): Use it for mdate-sh.
975         (handle_texinfo): Look for mdate-sh in appropriate directory.
977 Tue Mar 26 13:47:54 1996  Tom Tromey  <tromey@creche.cygnus.com>
979         * Makefile.am (cvs-dist): Find NEWS in srcdir.
980         * automake.in (handle_dist_worker): Find NEWS in srcdir.
981         ($RULE_PATTERN): Include chars "$(){}/" in allowable patterns in a
982         rule.
983         (require_config_file): Set config_aux_path when file found.
984         ($config_aux_dir): New variable.
985         (require_config_file): Set it.
986         (handle_man_pages): Find mkinstalldirs in config_aux_dir.
988 Mon Mar 25 15:32:57 1996  Tom Tromey  <tromey@creche.cygnus.com>
990         * data.am (install-@DIR@DATA): Also allow data to be in build
991         directory.
993 Sun Mar 24 19:56:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
995         * automake.in (am_install_var): Don't look in EXTRA_primary
996         variable any more; it is handled in the main loop.
998 Wed Mar 20 16:22:35 1996  Tom Tromey  <tromey@creche.cygnus.com>
1000         * data.am (install-@DIR@DATA): Find data in srcdir.
1002 Fri Mar 15 18:30:31 1996  Tom Tromey  <tromey@creche.cygnus.com>
1004         * automake.in (require_config_file): Use correct filename when
1005         looking for errors.  Also, install file in `.' if not found.  Bug
1006         reported by Gord Matzigkeit.  Test installsh.test.
1008 Thu Mar 14 09:28:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
1010         * Makefile.am (cvs-diff): New target.
1012         Fix for bug when install var substitutes empty.  Test empty.test.
1013         * header.am (install-@DIR@HEADERS): Allow empty list of headers.
1014         (uninstall-@DIR@HEADERS): Ditto.
1015         * scripts.am (install-@DIR@SCRIPTS): Allow empty list of scripts.
1016         (uninstall-@DIR@SCRIPTS): Ditto.
1017         * libraries.am (install-@DIR@LIBRARIES): Allow empty list of
1018         libraries.
1019         (uninstall-@DIR@LIBRARIES): Ditto.
1020         * data.am (install-@DIR@DATA): Allow empty list of data.
1021         (uninstall-@DIR@DATA): Ditto.
1022         * programs.am (install-@DIR@PROGRAMS): Added missing semicolon.
1023         From François Pinard.
1024         (install-@DIR@PROGRAMS): Fixed bug when list of programs empty.
1025         (uninstall-@DIR@PROGRAMS): Ditto.
1027 Wed Mar 13 19:50:23 1996  Tom Tromey  <tromey@creche.cygnus.com>
1029         * tags-subd.am (ID): Name of ID file must be flush against -f.
1031         * configure.in (VERSION): Version 0.32.
1033 Mon Mar 11 17:50:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
1035         * automake.in (seen_linguas, all_linguas_line): New variables.
1036         (handle_gettext): New function.
1037         (generate_makefile): Run it.
1038         (scan_configure): Recognize ALL_LINGUAS.
1040 Mon Mar 11 14:34:36 1996  Gord Matzigkeit  <gord@enci.ucalgary.ca>
1042         * automake.texi: doc fix.
1044         * automake.in (am_install_var): Added support for check and
1045         installcheck special prefixes.
1047 Sun Mar 10 10:44:42 1996  Tom Tromey  <tromey@creche.cygnus.com>
1049         * automake.in (handle_subdirs): Don't do SUBDIRS check for
1050         gettext.
1052 Tue Mar  5 18:12:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
1054         * automake.in (OBJECT_PATTERN): Removed.
1055         (am_install_var): No error if name is invalid.
1056         (handle_programs): Canonicalize program names.
1057         (BOGUS_MACRO_PATTERN): New variable.
1058         (read_am_file): Error if bad macro name given.
1059         (require_file_internal): Use am_line_error, not am_conf_error.
1061         * program.am (@PROGRAM@): Recognize @PROGRAM@_DEPENDENCIES.
1063 Mon Mar  4 19:30:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
1065         * automake.in (handle_lib_objects): New function.
1066         (handle_libraries): Use it.
1067         (handle_programs): Ditto.
1068         (handle_dist_worker): Deprecate DIST_SUBDIRS.
1069         (am_install_var): Allow extended directory mechanism to work.
1070         Test exdir.test.
1072         * dist-vars.am (DISTFILES): Use EXTRA_DIST.
1073         (DEP_DISTFILES): Ditto.
1075         * automake.in (OBJECT_PATTERN): New variable.
1076         (am_install_var): Use it.
1077         (handle_dist): DIST_OTHER is an anachronism.
1079 Sat Mar  2 17:04:38 1996  Tom Tromey  <tromey@creche.cygnus.com>
1081         * automake.in (handle_dist_worker): Only cause Automake to be
1082         re-run if not making a distribution.  Fixes bug reported by
1083         Joerg-Martin Schwarz.
1084         (require_file_with_line): New function.
1085         (require_file): Use it.
1086         (am_line_error): Don't print line number if $symbol is empty.
1087         (get_object_extension): Use require_file_with_line.
1088         (handle_libraries): Use require_file_with_line.
1089         (handle_texinfo): Use require_file_with_line.
1090         (handle_configure): Use am_conf_line_error and
1091         require_file_with_conf_line.
1092         (handle_subdirs): Use require_file_with_conf_line.
1093         (handle_configure): Use require_file_with_conf_line.
1094         (handle_tests): Push check-TESTS on @phony.
1095         (am_conf_line_error): New function.
1096         (require_file_with_conf_line): New function.
1097         (require_file_internal): New function.
1098         (require_file_with_line): Use it.
1099         (require_file): Ditto.
1100         (am_conf_line_error): Handle empty line number.
1101         (ac_gettext_line, ac_output_line): New variables.
1102         (scan_configure): Set them.
1104 Fri Mar  1 00:13:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
1106         * automake.in (parse_arguments): Default strictness is gnu.
1107         Changed `normal' to `foreign' everywhere.
1108         (parse_arguments): Handle --foreign.
1109         (initialize_global_constants): Document --foreign.
1110         (handle_dependencies): Better error message.
1111         (handle_texinfo): Don't push $vtexi on @texis.
1112         (handle_texinfo): Only push $vtexi on @texi_deps if not null.
1113         (handle_configure): install-sh is a config file; require it as
1114         such.
1115         (parse_arguments): Renamed --install-missing to --add-missing.
1116         (add_missing): Renamed from install_missing.
1117         (am_install_var): Check to make sure contents of install variable
1118         are correct if primary requires it.  Test badprog.test.
1119         (initialize_global_constants): Initialize
1120         %primary_uses_subobjects.
1121         (handle_source_transform): Skip configure substitutions.  Test
1122         depend.test.  Also, skip empty elements.
1124 Thu Feb 29 22:00:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
1126         * texinfo.tex: New version.
1128         * automake.in (am_install_var): Allow extended range of
1129         installation directories.
1131         * automake.in (get_object_extension): Don't allow
1132         @CONFIG_INCLUDE_SPEC@ in the Makefile.in when config.h not used.
1133         From Gord Matzigkeit.  Test confincl.test.
1135         * texinfos.am (install-info): Changed usage of install-info (in
1136         comment).  Per Feb 25 GNU Standards document.
1138 Wed Feb 28 07:40:55 1996  Tom Tromey  <tromey@creche.cygnus.com>
1140         * automake.in (handle_tests): New function.
1141         (generate_makefile): Call it.
1142         (handle_subdirs): Skip directories whose names look like configure
1143         substitutions.
1144         (handle_subdirs): Require intl and po, not @INTLSUB@ and @POSUB@,
1145         when using gettext.
1146         (scan_configure): Clear in_ac_output if "]" found.  Test
1147         acoutqnl.test.
1148         (require_config_file): New function.
1149         (generate_makefile): Use require_config_file.
1150         (config_aux_path): New variable.
1151         (scan_configure): Check for AC_CONFIG_AUX_DIR.
1152         (handle_merge_targets): Add install-strip rule.
1154 Tue Feb 27 20:00:36 1996  Tom Tromey  <tromey@creche.cygnus.com>
1156         * mdate-sh: New version from Ulrich Drepper.
1158         * automake.in (handle_source_transform): Changed fill back to
1159         empty string.
1160         (handle_libraries): Ditto.
1161         (handle_dist): Ditto.
1162         (handle_dependencies): Ditto.
1163         (handle_footer): Ditto.
1164         (handle_phony): Ditto.
1166         * Makefile.am (DIST_SUBDIRS): Removed.
1167         (installcheck-local): Use Perl, not test -x.
1168         (PERL): New macro.
1169         (maintainer-check): Use $(PERL), not @PERL@.
1171         * configure.in (VERSION): Upped to 0.31.
1173 Sat Feb 24 18:02:19 1996  Tom Tromey  <tromey@creche.cygnus.com>
1175         * automake.in (scan_configure): AC_CHECK_TOOL requires config.sub
1176         and config.guess.
1178         * automake.in: Use keyed_aclocal_warning when warning about
1179         fp_PROG_INSTALL.
1180         (get_object_extension): Use keyed_aclocal_warning when warning
1181         about fp_C_PROTOTYPES.
1182         (keyed_aclocal_warning): New function.
1184         * Makefile.am (pkgdata_DATA): Install aclocal.m4.
1185         * aclocal.m4: Include fp_C_PROTOTYPES, fp_PROG_CC_STDC.
1187         * automake.in (get_object_extension): Only give error about
1188         fp_C_PROTOTYPES once.
1190         * automake.in (seen_ranlib): New variable.
1191         (scan_configure): Recognized AC_PROG_RANLIB.
1192         (handle_libraries): Error if ranlib not checked for.
1194         * automake.in (default_strictness): Default to GNU.
1195         (default_strictness_name): Ditto.
1197 Wed Feb 21 18:15:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
1199         * automake.in (read_am_file): Removed @kr@ support.
1200         (get_object_extension): Ditto.
1202         * Makefile.am (pkgdata_DATA): Include ansi2knr.c and ansi2knr.1.
1204 Tue Feb 20 17:25:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
1206         * depend.am ($(srcdir)/.deps/%.P): Regexp fix.
1208 Mon Feb 19 19:53:09 1996  Tom Tromey  <tromey@creche.cygnus.com>
1210         * remake.am ($(srcdir)/Makefile.in): Depend on configure.in.
1211         * remake-subd.am ($(srcdir)/Makefile.in): Depend on configure.in.
1213         * automake.in (handle_scripts): Ensure $scripts_installed set to
1214         boolean value.  Test proginst.test.
1216         * Makefile.am (installcheck-local): New target.
1218         * automake.in (require_file): No error if missing file is
1219         installed.
1221 Sun Feb 18 17:10:00 1996  Tom Tromey  <tromey@creche.cygnus.com>
1223         * automake.in (handle_scripts): SCRIPTS no longer automatically
1224         cleaned.  Now possible to install scripts in pkgdatadir.
1225         ($seen_canonical): New variable.
1226         (generate_makefile): Check for config.guess and config.sub here;
1227         fixes bug reported by Gord Matzigkeit.
1229         * Makefile.am (pkgdata_SCRIPTS): New variable.
1230         (CLEANFILES): New macro.
1232         * scripts-clean.am: Removed.
1234 Sat Feb 17 00:15:20 1996  Tom Tromey  <tromey@creche.cygnus.com>
1236         * automake.in (am_install_var): Error if primary variable actually
1237         defined.
1238         (am_install_var): Skip elements that look like configure
1239         substitutions.
1240         (am_install_var): "EXTRA" is a valid prefix.
1241         (am_install_var): Push contents EXTRA_PRIMARY onto @result.
1242         (handle_merge_targets): Treat "all" target like "install".
1243         (handle_subdirs): Don't push all-recursive.
1245         * header.am (install-@DIR@HEADERS): Don't depend on all.
1246         * data.am (install-@DIR@DATA): Don't depend on all.
1247         * libraries.am (install-@DIR@LIBRARIES): Don't depend on all.
1248         * programs.am (install-@DIR@PROGRAMS): Don't depend on all.
1249         * scripts.am (install-@DIR@SCRIPTS): Don't depend on all.
1251         * automake.in (am_install_var): Push generated install targets
1252         onto @phony.
1254         * subdirs.am: No longer depend on Makefile and $(CONFIG_HEADER).
1255         * automake.in (handle_merge_targets): Correctly handle recursive
1256         calls of uninstall, install-exec, and install-data.
1257         (handle_merge_targets): Put Makefile, and possibly $config_name,
1258         onto @all.
1259         (handle_merge_targets): Push 'all' onto @install as appropriate.
1261 Fri Feb 16 18:27:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
1263         * automake.in (handle_configure): config.status is in
1264         $(top_builddir), not $(top_srcdir).  Reported by Anthony Green.
1266         * automake.in (scan_configure): Recognize (AC|fp)_FUNC_FNMATCH.
1268 Thu Feb 15 19:12:45 1996  Tom Tromey  <tromey@creche.cygnus.com>
1270         * automake.in: (seen_prog_yacc): New variable.
1271         (scan_configure): Look for yacc.
1272         (handle_source_transform): Skipp C++ header files.
1273         (handle_source_transform): .cxx is a C++ source file.
1275 Wed Feb 14 08:36:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
1277         * depend.am ($(srcdir)/.deps/.P): Use "echo", not ":".
1279         Implemented --verbose feature; idea from Greg Woods:
1280         * automake.in (verbose): New global.
1281         (generate_makefile): Print creating message if verbose.
1282         (grep_for_vers_texi): Print message if verbose.
1283         (handle_dependencies): Ditto.
1284         (scan_configure): Ditto.
1285         (read_am_file): Ditto.
1286         (parse_arguments): Added --verbose.
1287         (initialize_global_constants): Ditto.
1289         * automake.in (get_object_extension): Use am_line_error.
1290         (handle_source_transform): Ditto.
1291         (handle_libraries): Ditto.
1292         (handle_texinfo): Ditto.
1293         (handle_man_pages): Ditto.
1294         (handle_dist): Ditto.
1295         (handle_dist): Ditto.
1296         (handle_subdirs): Ditto.
1297         (handle_configure): Ditto.
1298         (handle_merge_targets): Ditto.
1299         (am_install_var): Ditto.
1300         (am_line_error): Allow actual line number as argument.
1301         (handle_configure): Use am_line_error.
1302         (scan_configure): Set config_header_line.
1303         (config_header_line): New global.
1304         Use @PERL@ to find perl during exec.  From Greg Woods.
1306 Tue Feb 13 22:06:51 1996  Tom Tromey  <tromey@creche.cygnus.com>
1308         * automake.in (initialize_per_input): Init %content_lines.
1309         (read_am_file): Set appropriate content_lines elements while
1310         reading.
1311         (am_line_error): New function.
1312         (read_am_file): Use it.
1313         (handle_options): Ditto.
1315         * automake.in (scan_configure): Handle case where more than one .o
1316         is put into LIBOBJS at once.  Test libobj.test.
1318 Mon Feb 12 20:39:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
1320         * automake.in (scan_configure): Ignore "\" in AC_OUTPUT line.
1321         Test acouttbs.test.
1322         (handle_subdirs): Restored intl, po warnings.
1324         * automake.in (scan_configure): Delete everything after "," or
1325         ")".  Test acoutnoq.test.
1326         (handle_dist): Use $relative_dir, not nonexistent $subdir.
1327         (handle_subdirs): 'po' and 'intl' are sometimes substituted into
1328         SUBDIRS; don't warn about their absence.
1330 Sun Feb 11 16:55:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
1332         * automake.in (handle_texinfo): Removed bogus error message.
1334         * automake.in (handle_texinfo): Push $(INFO_DEPS), not 'info',
1335         onto @all.
1336         (handle_options): Handle version number.
1338         * automake.in ($maint_charset, $dist_charset): New variables.
1339         (initialize_per_input): Init $local_maint_charset.
1340         (handle_dist): Handle DIST_CHARSET and MAINT_CHARSET.
1341         (generate_makefile): Don't print "creating...".
1343 Sat Feb 10 16:45:07 1996  Tom Tromey  <tromey@creche.cygnus.com>
1345         * automake.in (get_object_extension): Substitute
1346         @CONFIG_INCLUDE_SPEC@ if CONFIG_HEADER defined.
1347         (handle_source_transform): Use $1, not \1.
1348         (pretty_print_internal): Handle Tabs in fill when computing indent
1349         on new line.
1350         (handle_merge_targets): Always generate install-exec and
1351         install-data targets.  Test instexec.test.
1352         Fixed error message if fp_PROG_INSTALL missing.
1354         * compile-vars.am (DEFS): Include -I., -I$(srcdir), and
1355         @CONFIG_INCLUDE_SPEC@.
1357         * automake.in (scan_configure): Delete everything after "]".  Test
1358         acoutput.test.
1360         * configure.in (AC_OUTPUT): Create tests/Makefile.
1361         * Makefile.am (SUBDIRS): New macro.
1363         * automake.in (handle_texinfo): Put $vtexi on texi_deps.  From Jim
1364         Meyering.
1366         * configure.in (AC_OUTPUT): Ensure automake is executable.
1368 Thu Feb  8 17:30:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
1370         * automake.in (handle_subdirs): Error if directory in SUBDIRS does
1371         not exist.
1373         * automake.in (handle_configure): Handle AC_OUTPUT ":" syntax.
1375         From Jim Meyering:
1376         * libraries.am (install-@DIR@LIBRARIES): Depend on all, not
1377         (@DIR@_LIBFILES).
1378         * header.am (install-@DIR@HEADERS): Depend on all, not
1379         $(@DIR@_HEADERS).
1380         * data.am (install-@DIR@DATA): Depend on all, not $(@DIR@_DATA).
1381         * scripts.am (install-@DIR@SCRIPTS): Depend on all, not
1382         $(@DIR@_SCRIPTS).
1383         * programs.am (install-@DIR@PROGRAMS): Depend on all, not
1384         $(@DIR@_PROGRAMS).
1386         * automake.in (initialize_per_input): Initialize
1387         $use_dependencies.
1388         ($seen_path_xtra): New variable.
1389         (scan_configure): Look for AC_PATH_XTRA.
1390         (get_object_extension): Add variables to output if X seen.
1392 Thu Feb  8 10:02:45 1996  Greg A. Woods  <woods@most.weird.com>
1394         * automake.in (handle_programs): add pkglib to list of
1395         directories for C
1396         (various): include a tab as fill for continuation lines
1397         printed with pretty_print*, esp. for macro variable assignments.
1398         [ changed to 4 spaced by me ]
1400 Wed Feb  7 18:00:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
1402         * configure.in (VERSION): Upped to 0.30.
1404         * Makefile.am (automake): Removed.
1405         (DIST_OTHER): Removed.
1407         * automake.in (handle_source_transform): All dep_files are
1408         relative to $(srcdir).
1409         (handle_libraries): Ditto.
1410         (scan_configure): Test for AC_PROG_INSTALL as well as
1411         fp_PROG_INSTALL.  Don't error here.
1412         (seen_prog_install): Now global.
1413         (scripts_installed): New global.
1414         (handle_scripts): Set it.
1415         Give error if appropriate install macro not seen.
1416         (handle_subdirs): Ensure $seen_gettext before requiring
1417         gettext-specific files.
1418         (handle_configure): Automatically rebuild 
1420         From Jim Meyering:
1421         * automake.in (handle_source_transform): Use \W when quoting
1422         regexp.  When blah_SOURCES not explicitly defined, still create
1423         entry in %deps.
1424         * depend.am ($(srcdir)/.deps/%.P): Don't use \< in regexp.
1425         * subdirs.am (maintainer-clean-recursive): Now depends on
1426         $(CONFIG_HEADER) and Makefile.
1428         * automake.in (handle_source_transform): Skip macro references.
1430 Mon Feb  5 14:58:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
1432         * automake.in (handle_texinfo): Include "rm" when deleting files.
1434         * Makefile.am (maintainer-check): Expect only one ${...}.
1435         * texinfos.am (install-info): Remove unneeded ${...}.  From Jim
1436         Meyering.
1438         * automake.in (handle_configure): Only define CONFIG_HEADER if
1439         $config_name.
1440         ($seen_gettext): New variable.
1441         (handle_subdirs): Do all gettext-related checking here.
1442         (scan_configure): Just set $seen_gettext.
1443         (handle_man_pages): Properly quote $(MANS).
1445 Wed Jan 31 09:51:30 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
1447         * depend.am: Don't use srcdir anywhere.
1448         * automake.in (handle_libraries): Don't make .deps relative to
1449         srcdir.
1450         (handle_options): Recognize no-dependencies.
1452         * depend.am (MKDEP): From Jim Meyering: Do nothing if srcdir is
1453         ".".  Properly quote regexp.
1455 Tue Jan 30 12:19:09 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
1457         * automake.in (handle_configure): Only defined CONFIG_HEADER if
1458         $config_name.
1459         (read_am_file): Quote regexp when substituting top_builddir.
1460         (handle_source_transform, handle_libraries): Look in
1461         $(srcdir)/.deps for .P files.
1463 Fri Jan 26 00:15:25 1996  Tom Tromey  <tromey@creche.cygnus.com>
1465         * automake.in (am_conf_error): New function.
1466         (scan_configure): Use it.
1467         (scan_configure): A comma also ends AC_OUTPUT macro.
1469         * automake.in (read_am_file): Compute top_builddir when including
1470         header-vars.am.
1471         (handle_configure): Use $top_builddir, not $top_reldir.
1472         (other_input_files): New variable.
1473         (dirname): Fixed bug where dirname of 'a/b/c' was 'a', not 'a/b'.
1475         Changes from Gord Matzigkeit to enabled hierarchies deeper than 2:
1476         * automake.in (input_files, seen_make_set): Declare globally.
1477         (parse_arguments): Use input_files, not make_list.
1478         Only scan configure.in once.
1479         (handle_dist): Use SUBDIRS to determine when to make
1480         subdirectories and recurisvely dist.  Use $(topdir), not "..", to
1481         find top of dist tree.
1482         (handle_configure): Check for AC_PROG_MAKE_SET here.  Don't require
1483         configure.in (done elsewhere).
1484         (scan_configure): seen_make_set is global.  Allow arbitrary space
1485         in LIBOBJS assignment.
1486         (top_builddir): New variable.
1487         * header-vars.am (top_builddir): New variable.
1488         * remake-subd.am (Makefile): Look in top_builddir, not .., when
1489         remaking.
1490         * automake.in (handle_merge_targets): Run 'all' before
1491         check-recursive.
1493         * automake.in (file_contents_with_transform): Changed error
1494         message.
1495         (handle_configure): Define $contents{'CONFIG_HEADER'}.
1497         * texi-version.am: Many changes to support multiple .texi files.
1498         Replaced "version.texi" with "@VTEXI@".  Replaced "vti" with
1499         "@VTI@".
1500         * automake.in (handle_configure): install.sh is an anachronism.
1501         (handle_texinfo): Generalized for multiple .texi files.  Handle
1502         'clean-info' internally.
1503         * texi-clean.am: Removed.
1504         * Makefile.am: Updated for removal.
1506 Wed Jan 24 22:55:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
1508         * automake.in (grep_for_vers_texi): New function.
1509         (handle_texinfo): Use grep_for_vers_texi, not system("grep").
1510         (handle_texinfo): Changes to generalize to multiple .texi files.
1512 Tue Jan 23 14:22:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
1514         Fixes from Gord Matzigkeit:
1515         * libraries.am (install-@DIR@LIBRARIES): Use top_srcdir, not
1516         topsrcdir.
1517         * header.am: New file.
1518         * Makefile.am (pkgdata_DATA): Install header.am.
1519         * automake.in (handle_headers): Use header.am, not data.am.
1520         (am_install_var): Allow pattern to be compiled multiple times.
1522         * config.guess, config.sub: New files.
1523         * Makefile.am (pkgdata_DATA): Install config.guess and
1524         config.sub.
1525         * automake.in (scan_configure): Recognize AC_CANONICAL_HOST and
1526         AC_CANONICAL_SYSTEM.
1528 Sun Jan 21 15:51:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
1530         * automake.in (handle_texinfo): Use info_TEXINFOS, not TEXINFOS.
1531         (handle_man_pages): Use man_MANS, not MANS.
1533         * Makefile.am (info_TEXINFOS): Renamed.
1535         * automake.in (scan_configure): Remove comments from input line.
1536         (am_variable): Removed.
1538         * remake-hdr.am (stamp-h): Use new macro CONFIG_HEADER_IN.
1540         * automake.in (config_name, config_header): New globals.
1541         (scan_configure): Look for AC_CONFIG_HEADER.
1542         (handle_configure): Handle more uses of AC_CONFIG_HEADER.
1544 Sat Jan 20 15:54:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
1546         * automake.in (handle_dist_worker): Bug fix.
1548 Fri Jan 19 00:50:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
1550         * automake.in (require_file): Install missing files only according
1551         to desired strictness.
1552         (initialize_per_input): Don't init libsources.
1553         (scan_configure): Reinit libsources.
1554         (handle_libraries): Search _LIBADD for @LIBOBJS@ and @ALLOCA@.
1555         (fp_c_prototypes): New global.
1556         (scan_configure): Set it.
1557         (get_object_extension): Error if fp_C_PROTOTYPES not in
1558         configure.in when using ansi2knr.
1559         (handle_source_transform): Skip header files.
1561         * automake.in (handle_dist_worker): Explicitly make 'dist' in
1562         subdirs.
1564 Thu Jan 18 00:25:56 1996  Tom Tromey  <tromey@creche.cygnus.com>
1566         From François Pinard:
1567         * automake.in (handle_source_transform): Transform $o file into .P
1568         file.
1569         (handle_dist_worker): Handle case where DISTFILES includes
1570         wildcard.  Bug fix in subdir case.
1572         * automake.in (parse_arguments): Initialize strictness to
1573         'normal'.
1575 Sun Jan 14 13:54:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
1577         * automake.in (scan_configure): Look for NLS support.
1579         Changes from François Pinard:
1580         * texinfos.am (install-info): Correctly install when build dir is
1581         not srcdir.
1582         * tags-subd.am (ID): Indentation change.
1583         * kr-vars.am (o): Use ".@U@o", not "@U@o".
1584         * depend.am ($(srcdir)/.deps/%.P): Remove temporary file.
1585         * automake.in (handle_dist_worker): Fixlets.
1586         (handle_dist): Sort keys going into dist_common.
1588 Sat Jan 13 00:18:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
1590         * automake.in (handle_dist_worker): If Gnits, don't allow release
1591         until NEWS is updated.
1593         * configure.in (VERSION): Version 0.29.
1595         * Makefile.am (maintainer-check): Look for perl4.036 in path.
1597         * dist-vars.am (DISTFILES):  Include BUILT_SOURCES.
1598         (DEP_DISTFILES): Ditto.
1600         * automake.in (handle_dist_worker): Depend on DEP_DISTFILES.
1601         * dist-vars.am (DEP_DISTFILES): New variable.
1603         * automake.in (handle_options): Support dist-shar option.
1604         (handle_dist_worker): New function.
1605         (handle_dist): Use it.
1607         * texi-version.am (mostlyclean-vti): Remove version.tmp, not
1608         *.tmp.
1610         * automake.in (handle_dist): Chmod distdir 777.  From François
1611         Pinard.
1613         * automake.in (scan_configure): New function.
1614         (initialize_per_input): Init libsources.
1615         (generate_makefile): Run handle_configure first.
1616         (handle_configure): Run scan_configure.
1617         (handle_configure): Don't look for AC_PROG_MAKE_SET here.
1619 Thu Jan 11 23:14:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
1621         * Makefile.am (AUTOMAKE_OPTIONS): New variable.
1623         * automake.in (strictness, strictness_name): Renamed.
1624         (initialize_per_input): Set strictness, strictness_name.
1625         Initialize %options.
1626         (generate_makefile): Run handle_options.
1627         (handle_options): New function.
1628         (handle_man_pages): Make install-man depend on $(MANS).  Turn off
1629         man page install if no-installman option given.
1630         (read_am_file): Deprecate @kr@.
1631         (get_object_extension): Look at ansi2knr option.
1632         (parse_arguments): Take global strictness from command-line
1633         options.
1635 Tue Jan  9 11:24:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
1637         Fixes from François Pinard:
1638         * depend.am ($(srcdir)/.deps/%.P): Handle deansification.
1639         * automake.in (get_object_extension): Use $o, not $(kr)o.
1640         (handle_source_transform): Don't look for $(kr)c files.
1641         * kr-vars.am (o): New macro.
1642         (kr): Removed.
1644         * depend.am (DEP_FILES): Removed.
1645         * automake.in (handle_source_transform): Push .P file onto
1646         dep_files.
1647         (initialize_per_input): New variable %dep_files.
1648         (handle_dependencies): Generate DEP_FILES here.
1650 Mon Jan  8 22:27:33 1996  Tom Tromey  <tromey@creche.cygnus.com>
1652         * automake.in (do_one_clean_target): Only remove config.status in
1653         top-level directory.
1654         (handle_tags): Removed 'id' from .PHONY list.  From Jim Meyering.
1656         * clean.am (maintainer-clean-generic): Remove BUILT_SOURCES.
1658         * automake.in (handle_dist): Make "ln" quiet.
1660         * tags-subd.am (ID): Depend on HEADERS and SOURCES.
1662 Sat Jan  6 10:58:23 1996  Tom Tromey  <tromey@cambric.colorado.edu>
1664         * automake.in (handle_merge_targets): 'check' shouldn't depend on
1665         'all' at top level.
1666         (file_contents_with_transform): New function.
1667         (am_install_var): Use file_contents_with_transform.
1668         (handle_programs): Ditto.
1669         (handle_libraries): Ditto.
1670         (handle_texinfo): Ditto.
1671         (handle_merge_targets): Let 'install' depend on 'all' if no other
1672         dependencies exist.  From Jim Meyering.
1673         (check_gnu_standards): GNU requires AUTHORS file.  (See
1674         maintain.text).
1675         (require_file): Put body in loop.
1676         (get_object_extension): Only call require_file once.
1677         (handle_configure): Ditto.
1679         From Jim Meyering:
1680         * depend.am ($(srcdir)/.deps/.P): Depend on $(BUILT_SOURCES).
1681         * tags-subd.am (id): Removed.
1683 Fri Jan  5 10:31:19 1996  Tom Tromey  <tromey@cambric.colorado.edu>
1685         * Added copyright notice to each .am file.
1687         * automake.in: Cleanups from François Pinard to avoid $#.
1688         (require_argument): Fixed sense of test.
1689         (set_strictness): Bug fix.
1691 Thu Jan  4 21:21:29 1996  Tom Tromey  <tromey@cambric.colorado.edu>
1693         * Makefile.am (pkgdata_DATA): Removed old dist files.
1695         * dist-subd-top.am, dist-subd.am, dist.am: Removed.
1697         * automake.in (set_strictness): Set $strictness_name.
1698         (strictness_name): New variable.
1699         (handle_dist): Substantially rewrote.
1701         * configure.in: Point AC_INIT at automake.in.
1703         * automake.in (generate_makefile): Report errors against
1704         Makefile.in, not Makefile.am.
1706 Wed Jan  3 00:05:40 1996  Tom Tromey  <tromey@cambric.colorado.edu>
1708         * mdate-sh: Bug fix from Jim Meyering.
1710         * dist.am (dist): Changed in parallel with dist-subd-top.am.
1712         * mkinstalldirs: Reverted.
1714         * automake.in (initialize_global_constants): Allow COPYING.LIB
1715         again.
1716         (check_gnits_standards): Disallow COPYING.LIB.
1718         * texinfos.am (install-info): Only look in $(srcdir) for info
1719         files.
1721         * automake.in (initialize_global_constants): New variable
1722         gen_copyright.
1723         (read_am_file): Put a copyright in each Makefile.in.
1725         * dist-vars.am (DISTFILES): Put DIST_COMMON first.
1727         * automake.in (am_install_var): Put space before "=".
1728         (handle_dist): Put README first in DIST_COMMON.
1730         * Makefile.am (pkgdata_DATA): Include COPYING.
1732         * COPYING: New file.
1734         * automake.in (parse_arguments): Added --gnu and --gnits as
1735         synonyms.
1736         (initialize_global_constants): Ditto.
1737         (initialize_global_constants): Don't auto-distribute COPYING.LIB.
1738         (initialize_global_constants): Look for README first.
1739         (initialize_global_constants): Auto-distribute AUTHORS, BACKLOG,
1740         ABOUT-GNU.
1741         (check_gnu_standards): Require file COPYING.
1743         From François Pinard:
1744         * automake.in (file_contents): Comment out "warn"s.
1745         (usage): Use 4 columns.
1746         (USAGE_FORMAT): Ditto.
1748         * texinfos.am (install-info): Look for info file relative to $$d.
1750         * Makefile.am (cvs-dist): Suppress output of "grep".
1752         * configure.in (VERSION): Version 0.28.
1754         * automake.in (pretty_print_internal): Fix for Perl 4
1755         compatibility.
1757         * configure.in (VERSION): Version 0.27.
1759         * depend.am ($(srcdir)/.deps/%.P): Must regexp-quote srcdir in sed
1760         invocation.
1762         * automake.in (initialize_global_constants): Don't quote "@" in
1763         $install_man_format.
1764         (handle_merge_targets): use "@:" as empty command, not ":".
1766 Tue Jan  2 23:33:24 1996  Tom Tromey  <tromey@cambric.colorado.edu>
1768         * texinfos.am (install-info): Look in $d for info files.  From
1769         François Pinard.
1771         * depend.am ($(srcdir)/.deps/%.P): Fixed regexp.
1773         * automake.in (read_am_file): Correctly deal with continued
1774         variable definitions.
1776 Mon Jan  1 15:43:25 1996  Tom Tromey  <tromey@cambric.colorado.edu>
1778         * automake.in (handle_merge_targets): 'check' target depends on
1779         'all'.
1780         (file_contents): Don't be so verbose.
1781         (read_am_file): Ditto.
1782         (read_am_file): Must use substr to check for trailing \.
1783         (am_install_var): Use push_phony_cleaners.
1784         (file_contents): Set $was_rule when assuming a rule is seen.
1785         (read_am_file): Ditto.
1786         (do_one_clean_target): Removed spurious newline.
1788         Some changes from François Pinard:
1789         * Removed trailing whitespace from all '.am' files.
1790         * tags-subd.am (ID): Use &&, not ;.
1791         (TAGS): Ditto.
1792         * automake.in (parse_arguments): Removed useless message.
1793         (parse_arguments): Don't explicitly referenced STDERR.
1794         (require_argument): Ditto.
1795         (am_error): Ditto.
1796         (set_strictness): Ditto.
1797         (file_contents): Ditto.
1798         (read_am_file): Ditto.
1799         (generate_makefile): Style tweaks.
1800         (handle_programs): Ditto.
1801         (handle_libraries): Ditto.
1802         (handle_texinfo): Ditto.
1803         (handle_man_pages): Ditto.
1804         (handle_tags): Ditto.
1805         (handle_dist): Ditto.
1806         (handle_subdirs): Ditto.
1807         (handle_configure): Ditto.
1808         (handle_footer): Don't put newline before footer.am contents.
1809         (handle_merge_targets): Style tweaks.
1810         (do_one_clean_target): Ditto.
1811         (dirname): Ditto.
1812         (am_variable): Ditto.
1813         Defined some new constants.
1814         (generate_makefile): Don't call generate_header.
1815         (generate_header): Removed.
1816         (file_contents): Rewrote.
1817         (read_am_file): Rewrote.
1819         * automake.in (generate_makefile): Handle phony target.
1820         (do_one_clean_target): Pretty-print dependencies.
1821         (handle_installdirs): Pretty-print rule.
1823         * Makefile.am (maintainer-check): Made some commands silent.
1825         * automake.in (initialize_global_constants): Don't install or
1826         uninstall cat'd man pages.
1827         (initialize_per_input): Added phony target.
1828         (push_phony_cleaners): New function.
1829         (get_object_extension): Handle phony targets.
1830         (handle_texinfo): Ditto.
1831         (handle_man_pages): Ditto.
1832         (handle_tags): Ditto.
1833         (handle_dist): Ditto.
1834         (handle_subdirs): Ditto.
1835         (handle_installdirs): Ditto.
1836         (handle_merge_targets): Ditto.
1837         (handle_clean): Ditto.
1838         (do_one_merge_target): Ditto.
1839         (am_install_var): Ditto.
1840         (handle_phony): New function.
1841         (generate_makefile): Call it.
1842         (pretty_print_internal): New function.
1843         (pretty_print_rule): Ditto.
1845 Sun Dec 31 13:04:59 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1847         * automake.in (initialize_global_constants): Don't print body of
1848         loop at make time.
1850         Changes from François Pinard:
1851         * depend.am (MKDEP): Include DEFS, INCLUDES, CPPFLAGS, CFLAGS.
1852         (DEP_FILES): Put dependency files in $(srcdir).
1853         Look in $(srcdir) when including dependency files.
1854         ($(srcdir)/.deps/.P): .deps/.P is in $(srcdir).
1855         (.deps/%.P): MKDEP includes all macro expansions.
1856         * dist-subd-top.am (dist): Get absolute path for distdir.  Don't
1857         be so verbose.
1858         * dist-subd.am (dist): Don't be so verbose.
1859         * dist.am (dist): Don't be so verbose.
1861         * automake.in (do_one_clean_target): Remove config.status in
1862         maintainer-clean.  From Jim Meyering.
1864         * programs-clean.am (clean-@DIR@PROGRAMS): Bug fix.  From Jim
1865         Meyering.
1867         * automake.in (handle_merge_targets): Add dummy command for empty
1868         install target.  From Jim Meyering.
1870 Tue Dec 12 10:06:28 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1872         * texinfos.am (uninstall-info): Bug fix.
1874         * Makefile.am (maintainer-check): Error if ${...} used.
1875         * depend.am (DEP_FILES): Prefer $(...).
1877         * scripts.am (install-@DIR@SCRIPTS): Only install script if it
1878         exists.
1879         * libraries.am (install-@DIR@LIBRARIES): Only install library if
1880         it exists.
1881         * programs.am (install-@DIR@PROGRAMS): Only install program if it
1882         exists.
1884         * texinfos-vars.am (TEXFILES): Removed.
1886         * Makefile.am (pkgdata_DATA): Removed libprograms.am.
1888         * automake.in (do_one_merge_target): Never generate trailing
1889         whitespace.
1890         (pretty_print): New function.
1891         (handle_footer): Prettyprint definitions.
1892         (am_install_var): Ditto.
1893         (handle_source_transform): Ditto.
1894         (handle_dist): Ditto.
1895         (handle_libraries): Ditto.
1896         (read_am_file): Put comments nearer appropriate code.
1898         * texi-clean.am (mostlyclean-info): Use continued lines, not
1899         multiple rm's.  From Jim Meyering.
1901 Sun Dec 10 11:59:33 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1903         * Makefile.am (pkgdata_DATA): Cause INSTALL, install-sh, mdate-sh,
1904         mkinstalldirs, texinfo.tex to be installed.
1905         * automake.in (symlink_exists): New global.
1906         (install_missing): Ditto.
1907         (require_file): Install missing files if possible.
1908         (parse_arguments): Handle --install-missing option.
1909         (initialize_global_constants): Document --install-missing.
1911         * Makefile.am (cvs-dist): Don't release unless NEWS updated.
1912         Ensure 'checks' pass before release.
1913         (maintainer-check): Renamed.  Look in $(srcdir) for sources.  From
1914         Franc,ois Pinard.
1915         (cvs-dist): Depend on maintainer-check instead of explicitly
1916         running check.
1918         * configure.in (VERSION): Version 0.26.
1920         * Makefile.am (check-local): Only look at [a-z]*.am.  Fixed sense
1921         of 'if' test.
1923         * depend.am (DEP_FILES): Bug fix.
1925         * automake.in (do_one_clean_target): Typo.
1927         * Makefile.am (check-local): Run syntax check under Perl 4.
1929         * automake.in: Fixes for Perl 4, from Gord Matzigkeit.
1930         (handle_source_transform): Loop variable is now $_.  From Gor
1932         * Makefile.am (check-local): Check for 'true' in source.
1933         * texinfos.am (install-info): Can't use "true" in any rule.
1935 Sat Dec  9 10:16:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1937         * Makefile.am (cvs-dist): New target.
1939         * tags.am (TAGS): Use "test -z ... ||" to avoid spurious
1940         failures.
1942         * texinfos.am (install-info): Don't do install-info for now.
1944         * clean.am (distclean-generic): Don't remove config.status here.
1945         * automake.in (do_one_clean_target): Remove config.status later,
1946         for 'make -j2'.  From Jim Meyering.
1948 Fri Dec  8 16:30:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1950         * configure.in (VERSION): Version 0.25.
1952         * automake.in (handle_texinfo): Use "$? >> 8", not "$?".
1953         (handle_configure): Check for AC_PROG_MAKE_SET.
1955         * depend.am (DEP_FILES): Handle deANSIfication case.  From Jim
1956         Meyering.
1958         * automake.in (am_install_var): Changed how 'clean' handled for
1959         uniform name targets.
1960         * Makefile.am (pkgdata_DATA): Added new files.
1961         * data-clean.am: New file.
1962         * scripts-clean.am: New file.
1963         * libraries-clean.am: New file.
1964         * programs-clean.am: New file.
1966 Wed Dec  6 00:06:11 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1968         * automake.in (am_install_var): Error if variable name
1969         "misspelled".
1970         (handle_source_transform): Automatically include .c file
1971         corresponding to .y or .l.
1973 Tue Dec  5 00:46:14 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1975         * programs.am: Changed for uniform naming scheme.
1977         * automake.in (read_am_file): Allow '-' and '.' in target names.
1978         (generate_makefile): Don't pass arguments to handle_libraries.
1979         (initialize_per_input): Define @sources, @objects.
1980         (generate_makefile): Init @sources, @objects if needed.
1981         (handle_source_transform): Push onto @sources, @objects here.
1982         (am_install_var): Push primary onto @all, for configure-time
1983         customization.
1984         (handle_programs): Use new uniform naming scheme.
1986         * Makefile.am (check-local): New target.
1988         * automake.in (handle_libraries): Use uniform naming scheme.
1990         * libraries.am: Rewrote for uniform naming scheme.
1992         * scripts.am: Updated names of all clean targets.
1994         * automake.in (handle_programs): Split on all whitespace.
1995         (handle_libraries): Ditto.
1996         (handle_texinfo): Ditto.
1997         (handle_man_pages): Ditto.
1998         (am_install_var): Changed return result.
1999         (am_install_var): Changed interface.
2000         (am_install_var): Push onto @clean@ if requested.
2001         (handle_scripts): Pass -clean to am_install_var.
2003 Mon Dec  4 11:55:36 1995  Tom Tromey  <tromey@cambric.colorado.edu>
2005         * automake.in (am_install_var): Push target onto @all.
2006         (get_object_extension): Use $(...).
2007         (handle_source_transform): Ditto.
2008         (handle_programs): Ditto.
2010         * automake.in (require_argument): New function.
2011         (parse_arguments): Use it.
2012         (push_dist_common): New function.
2013         (generate_makefile): Use it.
2014         (handle_texinfo): Ditto.
2015         (handle_dist): Ditto.
2016         (handle_configure): Ditto.
2017         (require_file): Ditto.
2018         (generate_makefile): Don't pass arguments to handle_scripts.
2019         (handle_configure): Require configure.in.
2020         (check_gnu_standards): New function.
2021         (check_gnits_standards): Ditto.
2022         (generate_makefile): Check standards.
2024         * Makefile.am (bin_SCRIPTS): Changed name from SCRIPTS.
2026         * automake.in (LENIENT, GNU, GNITS): New constants.
2027         (initialize_per_input): New function.
2028         (generate_makefile): Use it.
2029         (initialize_global_constants): Renamed from init_globals.
2030         (require_file): Added strictness argument.
2031         (parse_arguments): Added --strict option.
2032         (set_strictness): New function.
2033         (parse_arguments): use it.
2034         (initialize_global_constants): Document --strictness.
2036         * automake.in: Use ${1+"$@"} to preserve quoting when running
2037         under sh.
2039         * texinfos.am (install-info): Don't use "true".
2040         * tags.am (TAGS): Don't use "true".
2042         * dist.am, dist-subd-top.am, remake-hdr.am, remake-subd.am,
2043         remake.am, subdirs.am, texinfos.am: Use "&&" after cd.
2045         * program.am (@PROGRAM@): Use LINK macro.
2046         * compile.am (.c.o): Use COMPILE macro.
2048         * clean.am, remake-hdr.am, remake.am, texinfos.am: Use $(...), not
2049         ${...}.
2051         * subdirs.am (RECURSIVE): Removed macro.
2053         * clean.am: Changed to not be so verbose.
2055         * Makefile.am (pkgdata_DATA): Include texi-clean.am.
2056         * automake.in (handle_texinfo): Transform texi-clean and put into
2057         output rules.
2058         * texinfos-vars.am (TEXFILES): Removed.
2059         * texinfos.am: Removed 'clean' targets.
2060         * texi-clean.am: New file.
2062         * Makefile.am (ETAGS_ARGS): Just use 'automake.in'.
2064         * texinfos-vars.am (TEXFILES): Added *.op.
2066         * dist-vars.am (DISTFILES): Renamed from DIST_FILES, per GNU
2067         standards.
2068         * dist.am (dist): Use DISTFILES.
2069         * dist-subd.am (dist): Use DISTFILES.
2070         * dist-subd-top.am (dist): Use DISTFILES.
2072 Sun Dec  3 00:24:08 1995  Tom Tromey  <tromey@cambric.colorado.edu>
2074         * Makefile.am (ETAGS_ARGS): Define.
2076         * depend.am (.deps/.P): Use ":", not "echo timestamp".  From Jim
2077         Meyering.
2079         * dist-vars.am (DIST_FILES): Removed PACKAGEDATA.
2081         * automake.in (handle_scripts): Use am_install_var.
2083         * scripts.am: Rewrote for new uniform naming scheme.
2085         * Makefile.am (pkgdata_DATA): Removed libscripts.am.
2087         * libscripts.am: Removed.
2089         * packagedata.am: Removed.
2091         * Makefile.am (PACKAGEDATA): Removed packagedata.am.
2092         (pkgdata_DATA): Renamed from PACKAGEDATA.
2094         * automake.in (handle_data): Use am_install_var.
2095         (init_globals): Init %exec_dir_p.
2097         * data.am: Rewrote for new uniform naming scheme.
2099         * automake.in (get_object_extension): New function.
2100         (handle_programs): Use it.
2101         (dir_holds_sources): Changed interpretation.
2102         (handle_headers): New function.
2103         (am_install_var): New function.
2104         (generate_makefile): Call handle_headers.
2106         * header-vars.am (pkgdatadir): New macro.
2107         (pkglibdir): Ditto.
2108         (pkgincludedir): Ditto.
2110         * automake.in (handle_source_transform): New function.
2111         (am_error): New function.
2112         (generate_makefile): Use it.
2113         (handle_source_transform): Ditto.
2114         (handle_texinfo): Ditto.
2115         (handle_dependencies): Ditto.
2116         (handle_merge_targets): Ditto.
2117         (require_file): Ditto.
2119 Sat Dec  2 21:39:56 1995  Tom Tromey  <tromey@cambric.colorado.edu>
2121         * automake.in: Updated FSF address.  From Jim Meyering.
2122         * header-vars.am: Updated FSF address.
2124         * distname.am: Removed.
2126         * automake.in (file_contents): Strip "##" comments.
2127         * Various files: Added "##" comments for strange things.
2129         * automake.in (handle_tags): Generate TAGS rule for every
2130         directory.
2132         * subdirs.am (RECURSIVE): Include installcheck-recursive.
2133         * automake.in (installcheck): New variable.
2134         (generate_makefile): Initialize it.
2135         (handle_subdirs): Push 'installcheck-recursive'.
2136         (handle_merge_targets): Handle installcheck target.
2138 Thu Nov 30 20:13:16 1995  Tom Tromey  <tromey@cambric>
2140         * automake.in ($PACKAGE): Removed.
2142         * header-vars.am (ALL): Removed.
2144         * automake.in: Reworked 'all' target handling.
2146         * automake.in (generate_makefile):
2147         Don't use AM_ forms in call to am_variable.
2149         * automake.in: Changes for Perl 5, from Gord Matzigkeit
2151         * clean.am (MOSTLYCLEANFILES, MAINTAINERCLEANFILES): New variables.
2153         * automake.in (handle_footer): Allow SUFFIXES variable.
2155         * automake.in (am_variable): New function.
2156         (handle_texinfo): Use it.
2157         (generate_makefile): Use it.
2159         * configure.in: Version 0.24.
2161 Wed Nov 29 23:50:14 1995  Tom Tromey  <tromey@cambric>
2163         * automake.in (handle_libraries):
2164         Generate blah_LIBADD defines if required.
2166         * library.am (lib@LIBRARY@.a): Look at $(@LIBRARY@_LIBADD)
2168         * libraries-vars.am (LIBOBJS, ALLOCA): Removed.
2170         * compile-kr.am: ($(OBJECTS)): Depend on $(ANSI2KNR), not ansi2knr.
2172         * configure.in: Version 0.23
2174         * dist-subd-top.am (dist): Don't die if a subdirectory already exists.
2176         * dist-subd-top.am, dist.am (dist): Give automake --output-dir option.
2178         * automake.in: New option --output-dir
2180         * automake.in (handle_configure): Fixed typo.
2182         * automake.in (handle_installdirs): Always make installdirs target.
2184         * subdirs.am (RECURSIVE): Removed uninstall-data-recursive and
2185         uninstall-exec-recursive.  Added installdirs-recursive.
2187         * automake.in (handle_installdirs): Handle installdirs-recursive.
2188         (handle_man_pages): 'all' depends on $(MANS)
2190         * Makefile.am: Removed mans.am.
2192         * automake.in: More man-related fixes
2194         * automake.in: Bug fixes
2196         * automake.in: Rewrote man page handling.
2198         * texi-version.am, remake-hdr.am, depend.am: Don't use touch.
2200         * automake.in (handle_installdirs): New function.
2201         (@installdirs): New global.
2202         Many changes to deal with installdirs.
2204         * clean.am (clean-generic): Always supply 'else' clause to 'if'
2206         * automake.in (generate_header): Don't use header.am.
2207         (handle_dist): Don't use dist-subd-vars.am.
2209         * Makefile.am (PACKAGEDATA): Removed dist-subd-vars.am, header.am.
2211         * Makefile.am (DISTCLEANFILES): Removed.
2213         * clean.am (clean-generic): Bug fix.
2215         * clean.am (clean-generic): Only remove CLEANFILES if nonempty
2217         * texi-version.am (clean-vti): No such macro as VTI
2219 Tue Nov 28 19:56:07 1995  Tom Tromey  <tromey@cambric>
2221         * automake.in: Bug fix for maintainer-clean
2223         * automake.in (do_one_clean_target):
2224         Print special text in maintainer-clean.
2225         (handle_clean): Always include clean.am
2227         * clean.am: Use -generic clean targets.
2229         * compile.am: Added clean targets.
2231         * configure.in: Version 0.22.
2233         * automake.in (handle_dependencies):
2234         Put trailing newline after all deps.
2236         * automake.in (handle_dependencies): Another dependency bug fix.
2238         * automake.in (handle_dependencies):
2239         Bug fix when including dependencies.
2241         * automake.in (handle_configure):
2242         Verify existence of install-sh, mkinstalldirs
2244         * automake.in (handle_texinfo): Include stamp-vti in distribution
2246         * dist-subd-vars.am, dist-vars.am (DIST_FILES):
2247         Include DATA, PACKAGEDATA.
2249         * Makefile.am: Nothing
2251         * Makefile.am (DIST_OTHER): Don't distribute gettext-sh
2253         * automake.in (handle_texinfo): Typo
2255         * automake.in: If script ends up in shell, feed to perl
2257         * automake.in: Rewrote 'clean' rules.
2258         Documentation made and installed first.
2259         'all' depends on 'info'
2261 Mon Nov 27 23:57:29 1995  Tom Tromey  <tromey@cambric>
2263         * configure.in, Makefile.am: Turned off internationalization.
2265         * clean-kr.am: Rewrote for new clean scheme.
2267         * tags-clean.am: Remove TAGS in distclean, not maintainer-clean
2269         * Makefile.am (PACKAGEDATA): Include tags-clean.am
2271         * subdirs.am: Removed bogus local clean targets
2273         * tags-clean.am: Initial revision
2275         * texi-version.am: Added clean targets
2277         * texinfos.am: Fixes to clean targets.
2279         * texinfos.am, libscripts.am, scripts.am, libraries.am, libprograms.am, programs.am:
2280         Added clean targets
2282         * compile-kr.am (ansi2knr.o): Depend on CONFIG_HEADER
2284         * automake.in: Completely revamped automatic de-ANSI-fication
2286         * compile-kr.am: (ansi2knr, $(OBJECTS)): New targets
2288         * compile-vars.am (LINK): New macro
2290         * kr-vars.am: Trailing blank line
2292         * compile-kr.am: Rewrote
2294         * compile-vars.am (COMPILE): New macro
2296         * compile-vars.am (ANSI2KNR): Removed
2298         * Makefile.am (PACKAGEDATA): Removed all sed scripts.  Added kr-vars.am
2300         * kr-vars.am: Initial revision
2302         * automake.in (require_file): New function.
2303         (handle_texinfo): Require 'mdate-sh'
2304         (common_sometimes): New variable
2305         (usage): Use it.
2307         * texi-version.am (stamp-vti): Use Ulrich's mdate-sh script
2309         * mdate-sh: Initial revision
2311         * automake.in (handle_footer): Don't define SOURCES or OBJECTS if empty
2313         * automake.in (generate_makefile):
2314         Put Makefile.in, Makefile.am in @dist_common
2315         (handle_configure): Use @dist_common as appropriate
2317         * dist-subd-vars.am, dist-vars.am (DIST_CONF): Removed
2319         * configure.in: Abort if perl not found
2321         * configure.in: Look for perl
2323         * automake.in: Reimplemented in Perl
2325         * automake.in: Fixlet
2327 Sun Nov 26 08:09:30 1995  Tom Tromey  <tromey@cambric>
2329         * automake.in: Always print ".SUFFIXES:" rule.
2331         * automake.in: Distribution config.h.in if required
2333         * automake.in: Bug fix when including texi-version.am
2335         * automake.in: Bug fix when looking for .texi file in $am_reldir
2337         * depend.am: Comment fix
2339         * automake.in: Look for .texi file in $am_reldir
2341         * automake.in: Fixlet
2343         * automake.in: Blank line after targets from user's Makefile.am
2345         * automake.in: Move footer items to actual footer
2347         * automake.in: Include stamp-h.in in DIST_COMMON if necessary
2349         * automake.in (common):
2350         Don't include acconfig.h, config.h.top, config.h.bot
2352         * Makefile.am (CONFIG_HEADER): Renamed from CONFIG_H
2354         * Makefile.am (CONFIG_H): Define
2356         * acconfig.h: Initial revision
2358         * configure.in: Use AC_CONFIG_HEADER.
2360         * automake.in: Put blah_TEXINFOS into DIST_COMMON
2362         * automake.in: .info file explicitly depends on primary .texi file
2364         * texinfos.am (install-info): Always supply 'else' clause to 'if'
2366         * tags.am (TAGS): Always supply 'else' clause to 'if'
2368         * subdirs.am (.NOEXPORT): Removed (now in footer.am)
2370         * automake.in: Always include footer.am in output
2372         * mans.am (install-man): Always supply 'else' clause to 'if'
2374         * automake.in: More version.texi fixes
2376         * automake.in: Only do version.texi processing if requested.
2378         * automake.in: Minor internationalization fixes.
2379         Subshell can now exit with nonzero status.
2380         Fixed up .texi handling; now uses texi-version.am
2381         Make sure '.c' and '.o' are in .SUFFIXES if required.
2383         * Makefile.am (PACKAGEDATA): Include texi-version.am
2384         (stamp-vti, version.texi): Removed
2385         (TEXINFOS): Don't reference version.texi
2387         * texi-version.am: Initial revision
2389         * dist.am, dist-subd-top.am (dist):
2390         [DIST_SUBDIRS] Follow symlinks when copying.
2392         * dist-subd-top.am (dist): Removed unneeded subdir= option to make
2394 Sat Nov 25 23:23:39 1995  Tom Tromey  <tromey@cambric>
2396         * automake.in: Added --amdir option
2398         * Makefile.am, configure.in: Turned on internationalization
2400         * Makefile.am: Set EDITION
2402         * configure.in: Version 0.21
2404         * tags.am, tags-subd.am: Don't use double-colon rules
2406         * automake.in: Redid install-data, install-exec, uninstall handling
2408         * configure.in: Turn off i18n
2410 Fri Nov 24 23:51:37 1995  Tom Tromey  <tromey@cambric>
2412         * automake.in (common): Remove NLS
2414         * automake.in (common): Include ABOUT-NLS.
2416         * automake.in: Test for install-sh and mkinstalldirs
2418         * automake.in: Blank line after OBJECTS= line
2420         * automake.in: Start subshell in loop after check for Makefile.am
2422         * automake.in: --use-deps now the default
2424         * automake.in (am_dir): Don't apply transform to install directory name
2426         * packagedata.am: Don't apply transform to install directory name
2428         * Makefile.am (SUBDIRS): Hold off on internationalization
2430 Thu Nov 23 18:02:38 1995  Tom Tromey  <tromey@cambric>
2432         * automake.in:
2433         Write 'SOURCES =' line after copying Makefile.am variables
2435         * automake.in: Fixed bug in "--" option processing
2437         * subdirs.am: ($(RECURSIVE)): Removed trailing \ from last line
2439         * Makefile.am (DIST_OTHER): Include gettext-sh
2441         * Makefile.am (SUBDIRS): Define
2443         * configure.in: Include internationalization bits
2445         * automake.in: Many changes to avoid double-colon rules.
2447         * subdirs.am: ($(RECURSIVE)): Print name of target actually used
2449         * subdirs.am: Removed "::" rules
2451         * header.am: Removed install, uninstall
2453         * header.am: Added install, uninstall targets
2455         * hack-make.sed: Rewrite targets like "all-local" to "all_local"
2457         * header.am, libraries.am, mans.am, texinfos.am, footer.am:
2458         Removed "::" rules
2460         * Makefile.am (PACKAGEDATA): Include libscripts.am
2462         * libprograms.am: Don't install libscripts here
2464         * libscripts.am: Initial revision
2466         * scripts.am, programs.am, libprograms.am: Removed "::" rules
2468         * automake.in (am_dir): Run package name through name transform.
2470         * automake.in: Don't use packagedata.sed or data.sed
2472         * Makefile.am (PACKAGEDATA): Removed data.sed, packagedata.sed.  Added
2473         packagedata.am
2475         * data.am: No longer run through sed
2477         * packagedata.am: Initial revision
2479 Wed Nov 22 22:31:02 1995  Tom Tromey  <tromey@cambric>
2481         * automake.in: No blank line after Usage
2483         * automake.in: Removed "NLS nuisances" section.
2484         Now uniformly uses $echo for user-visible messages (in advance of
2485         internationalization)
2487         * subdirs.am (maintainer-clean): Don't use realclean-local
2489         * Makefile.am: Use PACKAGEDATA, not custom code
2491         * data.am: Use @LONG@, not $(@LONG@)
2493         * automake.in: Handle DATA and PACKAGEDATA
2495         * packagedata.sed: Initial revision
2497         * data.am: Use @DIR@, not $(@DIR@)
2499         * data.sed: Use $(datadir), not datadir
2501         * data.sed: Initial revision
2503         * data.am: Wrote uninstall targets
2505         * data.am: Initial revision
2507         * dist-subd.am (dist): Don't link a file that has already been linked
2509         * dist-subd-top.am, dist.am (dist):
2510         Run `automake --include-deps' before making distribution
2512         * automake.in: More dependency-tracking bug fixes
2514         * dist-vars.am (DIST_FILES): Rearranged to be like dist-vars-subd.am
2516         * dist-subd-vars.am (DIST_FILES): Include DIST_COMMON
2518         * tags-subd.am, tags.am: Added trailing blank line
2520         * depend.am: Use ".P", not "empty.P", as placeholder.
2522         * automake.in: Only include depend.am if SOURCES not empty
2524         * automake.in: Added --use-deps and --include-deps options.
2525         Handle auto-generating dependencies.
2527         * Makefile.am (am_DATA): Include depend.am
2529         * depend.am: Initial revision
2531         * automake.in: Look for acconfig.h, config.h.top, and config.h.bot
2533         * automake.in: Put blank line after .SUFFIXES
2535         * scripts.am: Added blank line at end
2537         * scripts.am: Removed unnecessary comment
2539         * scripts.am: Removed unnecessary workarounds
2541         * automake.in: Don't include programs.am if PROGRAMS empty
2543         * header-vars.am (INSTALL_SCRIPT): Typo
2545         * texinfos.am, compile-kr.am: Don't include .SUFFIXES
2547         * automake.in: Handle .SUFFIXES here.
2549         * configure.in: Use fp_PROG_INSTALL
2551         * header-vars.am: Changes for autoconf 2.5.
2552         Now includes INSTALL_SCRIPTS.
2554         * texinfos.am (install-info): Bug fix
2556         * automake.in:
2557         Include scripts.am or libscripts.am in output if appropriate
2559         * programs.am (install-programs, uninstall-programs):
2560         Don't install SCRIPTS
2562         * Makefile.am (am_DATA): Include scripts.am
2564         * scripts.am: Initial revision
2566 Tue Nov 21 09:11:38 1995  Tom Tromey  <tromey@cambric>
2568         * automake.in:
2569         Cleaned up how "prog_SOURCES" variable is found in input.
2570         Ditto prog_OBJECTS.
2571         Put static sed scripts into separate, installed files.
2573         * Makefile.am (am_DATA): Include hack-make.sed and nl-remove.sed
2575         * hack-make.sed, nl-remove.sed: Initial revision
2577         * texinfos.am (install-info): Rewrote
2579         * subdirs.am (all-recursive): Put with other -recursive rules
2581         * configure.in: Version 0.20
2583         * automake.in: Another bug fix
2585         * automake.in: Bug fix when looking for texinfo.tex
2587         * texinfo.tex: Initial revision
2589         * automake.in:
2590         If TEXINFOS defined but texinfo.tex does not exist, give warning.
2592         * subdirs.am (all): Renamed from _all.  Now uses all-recursive
2593         (all-recursive): Don't fail immediately if -k specified.
2595 Mon Nov 20 22:48:03 1995  Tom Tromey  <tromey@cambric>
2597         * subdirs.am (_all):
2598         New target.  Now use Jim Meyering's formulation of AIX
2599         workaround.
2600         (install-exec, install-data): New targets
2602 Sat Nov 18 19:07:30 1995  Tom Tromey  <tromey@cambric>
2604         * remake.am (Makefile.in): automake "Makefile", not "Makefile.am"
2606         * automake.in: Use @datadir@
2608         * automake.in: Added @configure_input@ line
2610 Fri Nov 17 23:32:43 1995  Tom Tromey  <tromey@cambric>
2612         * automake.in: "--help" option now prints auto-recognized file names.
2613         Allow AM_ overriding of more variables.
2615         * texinfos.am (install-info):
2616         Don't cd to srcdir to avoid breaking install-sh
2617         Other bug fixes
2619         * Makefile.am: Handle automake.texi
2621 Thu Nov 16 18:43:43 1995  Tom Tromey  <tromey@cambric>
2623         * subdirs.am (all): Separated out due to AIX 3.2.5 bug.
2625         * tags.am (TAGS): bug fix
2627         * automake.in: Use am_dir, not AM_DIR.
2628         Use version, not VERSION.
2629         Bug fix in TAGS code.
2631         * Makefile.am (am_DATA): Include tags.am and tags-subd.am
2633         * subdirs.am: TAGS target now in tags.am
2635         * footer.am: TAGS and ID targets now in tags-subd.am
2637         * tags-subd.am, tags.am: Initial revision
2639         * automake.in: Cleaned up AM_PROGRAM code.
2640         Handle TAGS target better
2642         * remake.am, remake-subd.am (Makefile.in): Bug fix.
2644         * automake.in (usage): Updated
2646         * remake-subd.am, remake.am:
2647         Added rule where Makefile.in depends on Makefile.am
2649         * automake.in: Entire body of 'for' loop now in subshell
2651         * automake.in (common): config.guess and config.sub are common files.
2653         * dist-subd-top.am, dist.am (dist): Bug fix.
2655         * Makefile.am (DIST_OTHER): Don't include TODO
2657         * automake.in: Auto-include TODO and THANKS files.
2659         * dist-subd-top.am, dist.am (dist): Don't depend on DIST_DIRS
2661         * automake.in: More bug fixes in "look for Makefile.am" code.
2663         * automake.in: Bug fix in "look for Makefile.am" code.
2665         * automake.in:
2666         If no arguments given, look for all Makefile.am's in this
2667         directory and in immediate subdirs
2669         * automake.in: Bug fixes for LDADD-override feature.
2671         * program.am: Use @PROGRAM@_LDADD, and put after LDFLAGS
2673         * automake.in: Allow `prog_LDADD', if specified, to override LDADD.
2675         * automake.in: Use AM_PROGRAMS, not ALLPROGRAMS, and invert sense.
2677         * header-vars.am (ALL): Use PROGRAMS, not ALLPROGRAMS.
2679 Wed Nov 15 01:54:43 1995  Tom Tromey  <tromey@cambric>
2681         * automake.in: No longer look for _SOURCES or _OBJECTS
2683         * header-vars.am:
2684         Remove "automatically created" header (now in automake).
2685         Updated copyright.
2687         * automake.in: Put version info in Makefile header
2689 Tue Nov 14 23:38:17 1995  Tom Tromey  <tromey@cambric>
2691         * automake.in: Minor cleanups
2693         * dist-subd-top.am, dist.am (dist):
2694         Don't link or copy file if it already exists.
2696         * automake.in:
2697         Look for _SOURCES (common sources) and generate _OBJECTS.
2699         * footer.am (ID, TAGS): Include HEADERS
2701         * dist-vars.am, dist-subd-vars.am (DIST_FILES): Include HEADERS
2703 Mon Nov 13 22:20:02 1995  Tom Tromey  <tromey@cambric>
2705         * dist-subd.am (distdir): Is relative to ".."
2707         * dist-subd-vars.am (PACKAGE, VERSION): Define
2709         * dist-subd.am (dist): Don't handle DIST_DIRS.
2711         * mans.am (uninstall-man): Another bug fix.
2713         * mans.am (uninstall-man): Bug fix.
2715         * dist.am, dist-subd-top.am (dist): Bug fix
2717         * Makefile.am (DIST_SUBDIRS): New macro
2719         * dist-subd-top.am, dist.am (dist): Handle DIST_SUBDIRS
2721         * Makefile.am (DIST_OTHER): Include automake.in
2723         * Makefile.am (DISTCLEANFILES): New macro.
2725         * automake.in (common): Include COPYING.LIB
2727         * Makefile.am (automake): New rule.
2729         * texinfos.am (install-info): Changed per GNU standards
2731         * remake-hdr.am (stamp-h.in):
2732         Use "touch", not "date", per GNU standards.
2734         * automake.in (common): Include texinfo.tex
2736 Sun Nov 12 23:59:08 1995  Tom Tromey  <tromey@cambric>
2738         * automake.in: More fixes when finding common files.
2740         * Makefile.am (DIST_OTHER): Another removal.
2742         * automake.in: Special-case when amdir=.
2744         * Makefile.am (DIST_OTHER): Removed auto-detected files.
2746         * automake.in:
2747         Search for commonly-used files and auto-include them in distribution
2749         * dist-vars.am (DIST_FILES): Include DIST_COMMON.
2750         (DIST_CONF): Removed files searched for by automake.
2752         * automake.in: More arg-parsing bug fixes.
2754         * Makefile.am (DIST_OTHER): Include install-sh
2756         * Makefile.am (DIST_OTHER): Don't include auto-included files.
2758         * automake.in: Bug fixes to argument parsing code.
2760         * automake.in: Handle --version and --help.
2761         NLS stuff from autoconf.
2763         * Makefile.am (amdatadir): Fixed typo.
2764         (install): Make install directories
2766         * Makefile.am: Use "install::", not "install:"
2768         * install-sh, mkinstalldirs: Initial revision
2770         * configure.in: Use AC_PROG_INSTALL
2772         * automake.in: Set AM_DIR based on configure results.
2774         * Makefile.am (install): New target.
2775         (amdatadir): New variable.
2777         * automake.in: Use "#! /", not "#!/".
2779         * Makefile.am, configure.in: Initial revision
2781         * automake.in: Renamed from "automake".
2782         Set VERSION.
2784         * dist.am (PACKAGE, VERSION): Now in dist-vars.am
2786         * automake.in: Insert remake-subd.am if appropriate.
2788         * subdirs.am (TAGS): Include $(CONFIG_HEADER) when making tags.
2790         * automake.in: Handle ALLPROGRAMS variable.
2792         * header-vars.am (ALL): Use ALLPROGRAMS, not PROGRAMS.
2794         * automake.in: Fixlet when printing "subdir=DIR"
2796         * automake.in: Put "subdir=DIR" into subdir Makefile
2798         * automake.in: Don't refer to distname.am.
2799         Only put footer.am in subdir Makefiles.
2801         * subdirs.am (id, ID): New target.
2802         (.NOEXPORT): Copied from footers.am.
2804         * subdirs.am (TAGS): Bug fixes.
2806         * subdirs.am (TAGS): Don't fail if a subdir doesn't have TAGS target.
2808         * subdirs.am (maintainer-clean-local): Remove TAGS
2810         * subdirs.am (TAGS): Make tags file that includes all subdir tags files
2812         * subdirs.am: Use maintainer-clean, per GNU standards
2814         * dist-subd-top.am: Some variables defined in dist-vars.am
2816         * dist-vars.am (PACKAGE, VERSION):
2817         New variables, initialized by configure
2819         * footer.am (id, ID): New targets
2820         (TAGS): Put TAGS file in build, not source, directory
2822         * remake-subd.am (Makefile): Don't assume subdir is 'src'
2824         * dist.am: Changed to assume PACKAGE and VERSION are set by configure.
2826         * dist-subd.am: Changed to conform to new top-level dist target.
2828         * dist-subd-top.am:
2829         Changed to assume PACKAGE and VERSION are set by configure.
2831         * clean-kr.am, clean.am (maintainer-clean):
2832         Updated rules per GNU standards.
2834         * clean.am, clean-kr.am (maintainer-clean): Renamed from realclean.
2836 Sat Nov  5 14:39:50 1994  djm  <djm@cambric>
2838         * automake.in, texinfos.am: kludge for multiple-part info files
2840 Thu Nov  3 13:33:44 1994  djm  <djm@cambric>
2842         * clean.am, clean-kr.am: remove INFOS
2844 Wed Nov  2 06:15:42 1994  djm  <djm@cambric>
2846         * texinfos.am: add path
2848         * remake.am, remake-hdr.am: account for VPATH limitations
2850 Mon Oct 24 23:01:59 1994  djm  <djm@cambric>
2852         * automake.in, dist-subd-top.am, dist-subd.am, dist.am, header-vars.am, libprograms.am, programs.am:
2853         handle SCRIPTS and LIBSCRIPTS similar to PROGRAMS
2855 Sun Oct 23 01:50:41 1994  djm  <djm@cambric>
2857         * texinfos.am: install-info depends on info files
2859         * dist-subd-vars.am, dist-vars.am: distrib info files
2861 Sun Oct  2 02:03:06 1994  djm  <djm@cambric>
2863         * clean-kr.am, clean.am: fix up distclean
2865         * subdirs.am: fix typo
2867         * clean.am: do more in distclean
2869 Sat Oct  1 23:52:51 1994  djm  <djm@cambric>
2871         * libraries.am: make install depend on all
2873         * automake.in: fix typo
2875 Wed Sep 28 21:15:26 1994  djm  <djm@cambric>
2877         * dist-subd-vars.am, dist-vars.am, header-vars.am: fix doc bugs
2879         * automake.in, compile-vars.am, dist.am: fix dist for no subdirs
2881         * dist-subd-top.am: Initial revision
2883         * automake.in, header-vars.am, libraries-vars.am, mans-vars.am, texinfos-vars.am:
2884         centralize prefix var setting
2886         * header-vars.am: set all the std vars based on prefix
2888 Tue Sep 27 01:32:22 1994  djm  <djm@cambric>
2890         * automake.in: don't add kr stuff if not needed
2892         * dist-vars.am: add config vars to dist
2894 Mon Sep 26 23:09:09 1994  djm  <djm@cambric>
2896         * program.am: add LDADD
2898         * compile-vars.am: remove LDADD from LDFLAGS
2900         * clean.am: move knr stuff to another file
2902         * automake.in: use different clean file for ansi2knr
2904         * clean-kr.am: Initial revision
2906 Thu Sep 22 03:45:02 1994  djm  <djm@cambric>
2908         * automake.in, dist-subd.am, dist.am: fix rules and dist
2910 Tue Sep 20 21:29:40 1994  djm  <djm@cambric>
2912         * compile.am, automake.in: split out knr
2914         * compile-kr.am: Initial revision
2916         * libprograms.am: fix typo
2918         * automake.in, clean.am, compile-vars.am, header-vars.am, libprograms.am:
2919         make libprograms work
2921         * libprograms.am: Initial revision
2923         * automake.in, compile.am, header-vars.am: fix little bugs
2925         * compile.am: allow parallel K&R
2927         * clean.am: remove kerb temps
2929         * automake.in: fix recognizing start of rules
2931         * dist-subd.am, dist.am: fix dist
2933         * automake.in, compile.am, footer.am, texinfos.am: fix ansi2knr
2935 Mon Sep 19 23:39:21 1994  djm  <djm@cambric>
2937         * automake.in: works on m4 too
2939         * automake.in, mans.am: works on fileutils
2941         * 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:
2942         works on fileutils except for all
2944         * automake.in: vars thing
2946         * header-vars.am: Initial revision
2948         * texinfos-vars.am, mans-vars.am, libraries-vars.am, dist-vars.am, dist-subd-vars.am:
2949         entered into RCS
2951         * compile-vars.am: Initial revision
2953         * automake.in: many improvements
2955         * footer.am: Initial revision
2957         * dist.am: remove distname
2959         * automake.in: namespace cleanup
2961         * distname.am: Initial revision
2963         * 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:
2964         might work
2966         * 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:
2967         Initial revision