Nothing
[automake.git] / ChangeLog
blob7d7cb91ac9d07566934c37150c8b6c4d6305291f
1 Sun Aug 11 00:20:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
3         * Released version 1.1c.
5         * aclocal.in (obsolete_macros): md_TYPE_PTRDIFF_T and
6         ud_PATH_LISPDIR are obsolete names.
8         * m4/AM_LC_MESSAGES.m4, m4/AM_WITH_NLS.m4, m4/AM_GNU_GETTEXT.m4:
9         Removed.
11         * automake.in (handle_lib_objects): Changed interface.  Now
12         generates _DEPENDENCIES variable if appropriate.
13         (handle_emacs_lisp): Use AM_PATH_LISPDIR.
14         (scan_configure): Ditto.
16         * Makefile.am (CLEANFILES): Removed.
18         * automake.in (handle_configure): Define CONFIG_CLEAN_FILES.
20         * clean.am (clean-generic): Remove $(CONFIG_CLEAN_FILES).
22         * compile-vars.am (CC, CFLAGS, COMPILE, LINK): Removed.
24         * automake.in (handle_yacc_lex_cxx): Require ylwrap in
25         multi-lex/yacc case.
26         (handle_source_transform): Changed return result.
27         (handle_programs): Use linker returned by
28         handle_source_transform.
29         (seen_prog_cc, seen_prog_cxx): New globals.
30         (scan_configure): Recognize AC_PROG_CC and AC_PROG_CXX.
31         (handle_yacc_lex_cxx): Error message if AC_PROG_CXX or
32         AC_PROG_YACC missing.
33         (seen_decl_yytext, seen_prog_lex): New globals.
34         (scan_configure): Set them.
35         (handle_yacc_lex_cxx): Warn about missing AC_PROG_LEX or
36         AC_DECL_YYTEXT.
37         (handle_yacc_lex_cxx): Use $(LEX_OUTPUT_ROOT).
38         (initialize_per_input): Initialize seen_c_source.
39         (handle_yacc_lex_cxx): Define CC, CFLAGS, COMPILE, LINK only when
40         C source seen.
41         (handle_source_transform): Set seen_c_source.
43         * interlock: Changed usage.
45         * ylwrap: New file.
47         * automake.in (handle_yacc_lex_cxx): Renamed.
49         * automake.in (handle_dependencies): Handle %cxx_extensions.
50         Include depend2.am when appropriate.
52         * depend2.am: New file; contents from depend.am but templatized.
54         * automake.in (initialize_per_input): Initialize
55         %cxx_extensions.
56         (handle_source_transform): Set %cxx_extensions.
58 Sat Aug 10 10:29:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
60         * interlock: New file.
62         * automake.in (handle_yacc_lex): New sub.
63         (handle_source_transform): Removed most yacc/lex handling.
64         (initialize_per_input): Init yacc_sources, lex_sources.
65         (generate_makefile): Run handle_yacc_lex.
66         (handle_merge_targets): Use `scalar' and not $# to find length of
67         array.
69         * m4/AM_FEATURE_EXIT.m4: Wrote.
70         * m4/AM_FEATURE_CTYPE.m4: Wrote.
71         * m4/AM_FEATURE_ERRNO.m4: Wrote.
73         * aclocal.in (macro_seen): New global.
74         (add_file): Set macro_seen entry.  Only push required macro on
75         @rlist if not already seen.  Test defun.test.
77         * automake.in (get_object_extension): Handle directory prefix on
78         `ansi2knr' option.
80         * kr-extra.am: New file.
82         * kr-vars.am: Removed.
84         * automake.in (handle_options): Handle directory prefix on
85         `ansi2knr' option.
87         * automake.in (scan_configure): Recognize AM_FUNC_STRTOD.
89         * aclocal.in (add_file): Error if macro is duplicated.  Test
90         dup.test.
92 Fri Aug  9 09:18:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
94         * automake.in (handle_programs): Substitute @XLINK@.  Make sure
95         linker variable is transformed name.
96         * program.am (@PROGRAM@): Use @XLINK@ to link.
98         * automake.in (handle_scripts): Fixed call to
99         am_primary_prefixes.
100         (handle_libraries): Better error message when AC_PROG_RANLIB
101         required.
103         * automake.in (handle_libraries): Canonicalize library name.  Test
104         canon4.test.
105         * library.am (lib@LIBRARY@.a): Use @XLIBRARY@ where appropriate.
106         (lib@LIBRARY@.a): Look at _DEPENDENCIES variable.
108 Thu Aug  8 10:57:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
110         * automake.in (handle_scripts): Correctly compute
111         $scripts_installed.  Test scripts.test.
113 Wed Aug  7 12:13:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
115         * ansi2knr.c: New version.
117 Tue Aug  6 10:58:37 1996  Tom Tromey  <tromey@creche.cygnus.com>
119         * automake.in (handle_source_transform): Handle more C++ file
120         extensions.  "Handle" Objective C.  Handle more FORTRAN
121         extensions.
123         * compile-vars.am (LEX): Removed.
124         (YACC): Removed.
126         * automake.in (handle_source_transform): Correctly handle lex
127         source.  Test lex.test.
128         (handle_source_transform): Skip more C++ headers.  Generate macro
129         definitions for YACC and LEX on first use.
131         * aclocal.in (parse_arguments): Mention GNU.
132         * automake.in (parse_arguments): Mention GNU.
134 Mon Aug  5 00:12:45 1996  Tom Tromey  <tromey@creche.cygnus.com>
136         * automake.in (handle_programs): Define program_LINK.
137         * program.am (@PROGRAM@): Use program_LINK to link.
139         * Released version 1.1b
141         * automake.in (scan_configure): AM_INIT_AUTOMAKE sets
142         seen_prog_install to `2'.
144         * configure.in: Don't run AM_PROG_INSTALL.
146         * automake.in (parse_arguments): Use $PACKAGE.
147         ($PACKAGE): New global.
148         ($am_c_prototypes): Renamed.
149         (get_object_extension): Use am_c_prototypes.
150         (scan_configure): Ditto.
151         (scan_configure): Use AM_MAINTAINER_MODE.
152         (scan_configure): Warn about obsolete macros.
154         * aclocal.in (parse_arguments): Use $PACKAGE.
155         ($PACKAGE): New global.
157         * Makefile.am (CLEANFILES): Added aclocal.
158         (ETAGS_ARGS): Added aclocal.in.
159         (TAGS_DEPENDENCIES): Ditto.
160         (maintainer-check): Depend on aclocal.
161         (maintainer-check): Check aclocal.
162         (bin_SCRIPTS): Include aclocal.
164         * automake.in (scan_configure): Handle AM_INIT_AUTOMAKE.
165         (scan_configure): Use AM_PROG_INSTALL.
167         * configure.in: Use AM_INIT_AUTOMAKE.
169         * automake.in (keyed_aclocal_warning): Warning tells about
170         aclocal.
171         (handle_aclocal_m4): New sub.
172         (handle_configure): Use it.
174         * aclocal.in (output_file): New global.
175         (usage): Handle --output.
176         (parse_arguments): Handle --output.
178         * m4/AM_INIT_AUTOMAKE.m4: New file.
180         * m4/AM_PROG_CC_STDC.m4: Require AC_PROG_CC.
181         Don't touch CFLAGS.
183         * automake.in (handle_dist_worker): Reverted erroneous "-chmod".
184         (handle_texinfo): Don't generate `.info-[0-9]' as a filename.
186         * texinfos.am (.texi.info): Force .info file to be built in
187         srcdir.  From Franc,ois Pinard.
189         From Jim Meyering:
190         * m4/AM_PROG_CC_STDC.m4: (fp_PROG_CC_STDC): Include sys/stat.h in
191         test program so that DYNIX/ptx V4.1.3 doesn't use `-Xc
192         -D__EXTENSIONS__' -- with those options on that system, sys/stat.h
193         gets compile errors.  With help from Marcus Daniels.
195         * automake.in (initialize_global_constants): Put elisp-comp into
196         @common_files.  Bug from Glenn Amerine.
198 Sun Aug  4 12:52:43 1996  Tom Tromey  <tromey@creche.cygnus.com>
200         * automake.in (handle_dist_worker): Use fgrep, not grep.
202         * m4/AM_C_PROTOTYPES.m4: Changes from François Pinard.
204         * automake.in (handle_emacs_lisp): Include lisp-clean.am in
205         output.
206         (initialize_global_constants): [install_man_format] Don't hide
207         "ugliness" at install time.
209         * lisp-clean.am: New file.
211         * tags-clean.am (maintainer-clean-tags): Remove TAGS and ID here.
213         * automake.in (handle_man_pages): Patch from Janos Farkas to fix
214         bug when installing man pages.  Test man.test.
215         (initialize_global_constants): [install_man_format] Make sure man
216         page can actually be found in either source or build dirs.
217         (handle_dist_worker): Use "755" permissions on distdir.
219         * automake.in (handle_dist): Allow chmod's to fail.
220         (am_primary_prefixes): New function.
221         (am_install_var): Use it.
222         (handle_libraries): Use it.  Test libfiles.test.
223         (handle_dist): For dist-tarZ, assume traditional "tar" and
224         "compress".
226         * m4/AM_FUNC_STRTOD.m4: New file.
228         * automake.in (handle_dist): Only generate `distdir' variable if
229         it doesn't already exist.
231         Fix for bug reported by Harlan Stenn.  Test tags.test.
232         * automake.in (initialize_per_input): Define dir_holds_sources.
233         (handle_tags): Check dir_holds_headers.
234         (handle_headers): Set dir_holds_headers.
236         * automake.in (handle_texinfo): Generate "version.texi" dependency
237         for .dvi file.  Bug reported by Glenn Amerine.  Test vtexi2.test.
239         * automake.in (handle_configure): Require file $input, not
240         "$local.in".  From Nyul Laszlo.  Test colon.test.
242 Sun Jul 28 11:14:52 1996  Tom Tromey  <tromey@creche.cygnus.com>
244         * aclocal.in: New file.
245         * configure.in: Generate m4/Makefile, aclocal.
246         * Makefile.am (SUBDIRS): Include m4.
247         * m4/Makefile.am: New file.
249 Fri Jul 19 10:12:27 1996  Tom Tromey  <tromey@creche.cygnus.com>
251         * automake.in (initialize_global_constants): Put ansi2knr.c and
252         ansi2knr.1 into common_files.  Bug report from François Pinard.
254 Mon Jul 15 10:28:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
256         * install-sh: Updated copyright notice.
258 Fri Jul  5 08:23:00 1996  Tom Tromey  <tromey@creche.cygnus.com>
260         * subdirs.am (maintainer-clean-recursive): Don't be so noisy.
261         Report from Josh MacDonald.
263         Bugs from Gord Matzigkeit:
264         * automake.in (handle_footer): Push contents of $(SUFFIXES), not
265         `$(SUFFIXES)'.
266         (handle_dist): Ignore chmod return results.
268         * programs-clean.am (clean-@DIR@PROGRAMS): Work around failing
269         Solaris "rm -f".  Bug from Kaveh R. Ghazi.
270         * libraries-clean.am (clean-@DIR@LIBRARIES): Likewise.
272 Fri Jun 21 10:42:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
274         * texinfos.am (install-info): Use "if", not "&&", to avoid
275         install problem when glob doesn't match.
277         * automake.in (initialize_global_constants): [USAGE] Added
278         --no-force.
279         (force_generation): New global.
280         (parse_arguments): Handle --no-force.
281         (generate_makefile): Handle --no-force.
283         * Makefile.am (maintainer-check): Ensure all invocations of
284         mkinstalldirs are correct.
286 Tue Jun 18 10:53:54 1996  Tom Tromey  <tromey@creche.cygnus.com>
288         * automake.in (handle_tests): Don't directly generate site.exp.
290 Sun Jun 16 22:21:16 1996  Harlan Stenn  <harlan@brown.pfcs.com>
291         
292         * automake.in:  Treat an initial `#' on a word in AUTOMAKE_OPTIONS
293         as a comment start.  Add support for a dist-tarZ target.
295 Tue Jun 11 22:14:21 1996  Marcus Daniels  <marcus@sayre.sysc.pdx.edu>
297         * depend.am ($(srcdir)/.deps/%.P): Convert absolute $(top_srcdir)
298         paths into relative paths.
300 Mon Jun 10 21:11:20 1996  Tom Tromey  <tromey@creche.cygnus.com>
302         * texinfo.tex: New version.
304         * automake.in: Look for AM_PROG_LIBTOOL.  From Gord Matzigkeit.
305         (initialize_global_constants): Added libtool to
306         @common_sometimes.
307         (handle_source_transform): Pass YFLAGS to yacc and LFLAGS to lex.
309 Sun Jun  9 17:45:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
311         * texinfos.am (install-info): Don't install ~ files.  Bug report
312         from Greg McGary.
313         * automake.in (handle_texinfo): Don't push '.info*' onto
314         @infos_list.
316         * automake.in (handle_gettext): Ensure po and intl in SUBDIRS when
317         using gettext.
318         (handle_dist): Pass --with-included-gettext to configure if using
319         gettext.
321         * compile-kr.am (._c._o): Pass -c to $(COMPILE).
322         (.c._o): Ditto.
323         * compile.am (.c.o): Pass -c to $(COMPILE).
324         * compile-vars.am (COMPILE): Don't include -c.
326         * remake.am ($(srcdir)/Makefile.in): Pass --strictness to
327         automake.
328         * automake.in (handle_configure): Supply --strictness arg to
329         automake.
331 Fri Jun  7 12:31:31 1996  Tom Tromey  <tromey@creche.cygnus.com>
333         * automake.in (handle_tests): Fix quoting on `pwd`.
334         (handle_options): Recognize no-installinfo option.
335         (handle_man_pages): Don't put man directory on @installdirs if
336         no-installman is specified.
337         (handle_texinfo): Handle no-installinfo option.
338         (handle_options): Compare version against $num_version, not
339         $VERSION.
340         (handle_source_transform): Generate rules for output of lex,
341         yacc.  Bug report from Thomas Morgan.  Test yacc.test.
342         (handle_dist): "distcheck" now runs "make dvi".
343         (handle_tests): Support $(TESTS_ENVIRONMENT).  Idea from Ulrich
344         Drepper.
346         * dejagnu.am (check-DEJAGNU): Depend on site.exp.
348 Sun Jun  2 10:33:10 1996  Tom Tromey  <tromey@creche.cygnus.com>
350         * automake.in (handle_emacs_lisp): New function.
351         (initialize_global_constants): Added elisp-comp to
352         @common_sometimes.
353         (seen_lispdir): New global.
354         (scan_configure): Handle ud_PATH_LISPDIR.
356         * elisp-comp: New file.
358         * lisp.am: New file.
360         * automake.in (generate_makefile): Run handle_emacs_lisp.
362         * aclocal.m4 (ud_PATH_LISPDIR): New macro, from Ulrich Drepper.
364         * automake.in (initialize_global_constants): Removed version.texi
365         from common_sometimes.
366         (initialize_global_constants): Added texinfo.tex to common_files.
367         Test texinfo.test.
368         (handle_tests): Allow dejagnu- and automake-style test suites to
369         coexist.  Test dejagnu.test.
370         (initialize_global_constants): New constants AC_CANONICAL_HOST,
371         AC_CANONICAL_SYSTEM.
372         (scan_configure): Use new constants.
373         (handle_tests): Put target specific information into site.exp if
374         AC_CANONICAL_* used.
375         (read_am_file): Generate some extra variables when AC_CANONICAL_*
376         used.
377         (handle_options): Allow version number to have letters appended.
378         (handle_tests): Error if RUNTEST, RUNTESTFLAGS defined but dejagnu
379         option not specd.
380         (initialize_global_constants): install_man_format changed to
381         handle built man pages.
383 Wed May 29 10:35:01 1996  Tom Tromey  <tromey@creche.cygnus.com>
385         * config.guess, config.sub: New versions.
387 Tue May 28 19:27:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
389         * configure.in (VERSION): Upped to 1.0.
391 Sat May 25 10:19:53 1996  Tom Tromey  <tromey@creche.cygnus.com>
393         * automake.in (handle_tests): Handle dejagnu.
394         (handle_options): Recognize dejagnu option.
396         * dejagnu.am: New file.
398 Thu May 23 10:01:13 1996  Tom Tromey  <tromey@creche.cygnus.com>
400         * automake.in (handle_dist): Run installcheck target from
401         distcheck.
403         * configure.in (VERSION): Upped to 0.34.
405         * automake.in (scan_configure): Always allow upgrading to
406         fp_PROG_INSTALL.  Test fpinstall.test.
408 Wed May 22 14:45:28 1996  Joshua Cowan  <jcowan@hermit.reslife.okstate.edu>
410         (handle_dist): Make `distcheck' check `install' target, too.
412 Wed May 22 09:49:27 1996  Tom Tromey  <tromey@creche.cygnus.com>
414         * automake.in (initialize_per_input): Don't initialize
415         $output_directory here; initialize it globally.  From Joshua
416         Cowan.  Test outdir.test.
418 Sat May 18 10:57:40 1996  Tom Tromey  <tromey@creche.cygnus.com>
420         * automake.in (handle_tests): Don't push TESTS onto dist_common.
421         (initialize_global_constants): Put install-sh and mkinstalldirs
422         into @common_files.  Test insh2.test.
424 Fri May 17 09:02:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
426         * automake.in (handle_source_transform): Don't generate _OBJECTS
427         when no source files specified.  Test number.test.
429         From Joerg-Martin Schwarz:
430         * automake.in (seen_package, seen_version): New globals.
431         (scan_configure): Look for PACKAGE= and VERSION=.
433         * automake.in (handle_options): Recognize dist-zip.
434         (handle_dist): Handle dist-zip.
435         (handle_options): Use ' ', not \s+, with split.  Test
436         backsl.test.
437         (handle_source_transform): Likewise.
438         (handle_lib_objects): Likewise.
439         (handle_libraries): Likewise.
440         (handle_texinfo): Likewise.
441         (handle_man_pages): Likewise.
442         (handle_subdirs): Likewise.
443         (handle_gettext): Likewise.
444         (handle_footer): Likewise.
445         (handle_tests): Likewise.
446         (scan_configure): Likewise.
447         (am_install_var): Likewise.
449         * Makefile.am (TAGS_DEPENDENCIES): New macro.
451         * tags.am (tags-recursive): New target.
452         (TAGS): Depend on it.
454         * automake.in (handle_tags): Put tags-recursive on @phony.
456         * tags-subd.am (TAGS): Depend on HEADERS, SOURCES,
457         TAGS_DEPENDENCIES.
458         * tags.am (TAGS): Depend on HEADERS, SOURCES, TAGS_DEPENDENCIES.
460 Thu May 16 09:21:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
462         * remake.am (configure): Depend on $(CONFIGURE_DEPENDENCIES).
464         * automake.in (scan_configure): Look for install-sh and
465         mkinstalldirs here.
466         (initialize_global_constants): Moved mdate-sh from
467         common_sometimes to common_files.  Test mdate2.test.
469 Tue May 14 21:52:01 1996  Tom Tromey  <tromey@creche.cygnus.com>
471         * automake.in (seen_maint_mode): New global.
472         (scan_configure): Handle jm_MAINTAINER_MODE.
473         (read_am_file): Handle seen_maint_mode.
474         (file_contents_with_transform): Handle seen_maint_mode.
475         (handle_source_transform): Changed interface, all callers.
477         From Jim Meyering:
478         * remake-hdr.am, remake-subd.am, remake.am, texi-version.am:
479         Handle @MAINT@.
480         * aclocal.m4 (jm_MAINTAINER_MODE): New macro.
482         * automake.in (handle_configure): Check $config_aux_dir against
483         empty string.  From Markku Rossi.  Test mkinstall.test.
485 Fri May 10 14:38:47 1996  Gord Matzigkeit  <gord@gnu.ai.mit.edu>
487         * automake.in (distcheck): Added new rule to top level
488         Makefile.in.
490 Wed May  8 21:57:21 1996  Gord Matzigkeit  <gord@gnu.ai.mit.edu>
492         * automake.in (scan_configure): Make sure that gm_PROG_LIBTOOL
493         sets seen_ranlib.
494         (generate_makefile): libtool, config.sub, and config.guess should
495         only ever appear in the top directory of a package.
497 Tue May 14 10:24:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
499         * automake.in (initialize_global_constants): Added libversion.in
500         to @common_files.
502         * configure.in (VERSION): Upped to 0.33.
504         * automake.in (am_install_var): Fixed problem in EXTRA_ handling.
505         Test extra.test.
507 Mon May 13 10:41:41 1996  Tom Tromey  <tromey@creche.cygnus.com>
509         * install-sh (transformbasename): Correct misspelling of
510         transformbasename.  From Ian Lance Taylor.
512 Sat Apr 27 11:39:10 1996  Tom Tromey  <tromey@creche.cygnus.com>
514         * automake.in (handle_configure): Set mkinstalldirs variable
515         here.
516         (handle_dist_worker): Explicitly set distdir in subdir makes.
517         (handle_dist): Handle separate distdir target.
518         (handle_dist_worker): Only generate distdir target.
520         * texinfos.am (install-info): Use $(mkinstalldirs).
521         * scripts.am (install-@DIR@SCRIPTS): Use $(mkinstalldirs).
522         * programs.am (install-@DIR@PROGRAMS): Use $(mkinstalldirs).
523         * libraries.am (install-@DIR@LIBRARIES): Use $(mkinstalldirs).
524         * header.am (install-@DIR@HEADERS): Use $(mkinstalldirs).
525         * data.am (install-@DIR@DATA): Use $(mkinstalldirs).
527         * automake.in (read_am_file): Set mkinstalldirs variable.
528         (handle_man_pages): Use it.
529         (handle_installdirs): Ditto.
531 Fri Apr 26 15:10:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
533         * automake.in (handle_man_pages): Fix mkinstalldirs invocation.
535 Thu Apr 25 18:40:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
537         * automake.in (handle_dist_worker): Use $(TAR), not tar.
538         (handle_merge_targets): Make sure config header is built before
539         recursing into subdirs.
540         (handle_libraries): Generate LIBFILES for check_LIBRARIES.
541         (handle_merge_targets): Handle case where nothing is installed but
542         something must be built -- "make install" must still work.
544         * dist-vars.am (TAR): New macro.
546         * automake.in (scan_configure): Support AC_REPLACE_GNU_GETOPT.
547         (handle_configure): Require stamp-h.in when config header used.
549 Tue Apr 23 17:57:13 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
551         * doc/mdate-sh: Extract the last field from the date output, not
552         the sixth, which will fail when the timezone name has more than
553         one word or is missing.
555 Wed Apr 24 20:29:26 1996  Tom Tromey  <tromey@creche.cygnus.com>
557         * automake.in (am_install_var): Use delete, not undef, to remove
558         EXTRA entry.  From Gord Matzigkeit.
560 Mon Apr 22 17:48:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
562         * automake.in (read_am_file): Handle case where last line doesn't
563         end in newline.
565 Tue Apr  9 22:53:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
567         * automake.in (variable_defined): New function.
568         (read_am_file): Ensure a blank line comes before starting comments
569         from Makefile.am.
570         (initialize_per_input): Initialize %targets.
571         (read_am_file): Set appropriate entry in %targets.
572         Many changes to use variable_defined.
573         (check_gnu_standards): Only require ChangeLog at top level.  From
574         Gord Matzigkeit.
575         (handle_tests): check-TESTS depends on $(TESTS).  From Gord
576         Matzigkeit.
578 Mon Apr  8 22:51:41 1996  Tom Tromey  <tromey@creche.cygnus.com>
580         * automake.in (parse_arguments): Added short options.
581         (initialize_global_constants): Ditto.
583 Fri Apr  5 00:22:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
585         * mkinstalldirs (errstatus): Don't necessarily die if mkdir
586         fails.
588         * automake.in (handle_source_transform): Typo fix.
590 Thu Apr  4 15:10:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
592         * automake.in (handle_dist_worker): Renamed dist-local to
593         dist-hook.
594         (handle_merge_targets): Added install-data-hook and
595         install-exec-hook.
596         (handle_source_transform): Handle EXTRA_prog_SOURCES form.
598         * automake.in (handle_scripts): Never allow scripts_installed to
599         become 0.
601         * scripts.am (install-@DIR@SCRIPTS): Scripts can be found in
602         srcdir.
604         * automake.in (generate_makefile): Derived file names from given
605         input; don't assume Makefile.in and Makefile.am.
606         (am_file_name, in_file_name): New globals.
607         (read_am_file): Use them.
609         * program.am (@PROGRAM@): Use transformed program name.
611         * remake-hdr.am (stamp-h): Actually touch stamp-h.
613 Wed Apr  3 15:16:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
615         * automake.in (require_file_internal): Use correct file for error
616         messages.  Test insh.test.
618 Mon Apr  1 09:47:44 1996  Tom Tromey  <tromey@creche.cygnus.com>
620         * texinfos.am (.texi.info): Build output file in srcdir.
622         * automake.in (require_file_internal): If $dir is ".",then look in
623         relative directory.
624         (handle_texinfo): Canonicalize name of texi file before looking
625         for dependency variable.
627 Thu Mar 28 08:33:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
629         * automake.in (require_conf_file_with_conf_line): Yet another
630         function of this form.
631         (libtool_line): New variable.
632         (handle_libraries): Handle libtool.
634         * libraries-vars.am: Removed.
636         * automake.in (seen_libtool): New variable.
637         (scan_configure): Look for gm_PROG_LIBTOOL or AC_PROG_LIBTOOL.
639         * automake.in (handle_dist_worker): Handle dist-local.
641         * Makefile.am (maintainer-check): Do "make check" after all syntax
642         checks.
644         * texi-version.am (stamp-@VTI@): Look for mdate-sh in appropriate
645         directory.
647         * automake.in ($seen_arg_prog): New global.
648         (handle_programs): Error if AC_ARG_PROGRAM not seen.
649         (handle_scripts): Ditto.
650         (handle_configure): mkinstalldirs now a config file.
651         (handle_installdirs): Find mkinstalldirs in config_aux_dir.
652         (handle_dist_worker): Removed DIST_SUBDIRS.
653         (require_file_path): New variable.
654         (require_file_with_conf_line): Set it.
655         (require_file_with_line): Ditto.
656         (require_file): Ditto.
657         (require_file_internal): Incorporated code from
658         require_config_file.
659         (require_config_file): Rewrote.
660         (require_conf_file_with_line): New function.
661         (handle_texinfo): Use it for mdate-sh.
662         (handle_texinfo): Look for mdate-sh in appropriate directory.
664 Tue Mar 26 13:47:54 1996  Tom Tromey  <tromey@creche.cygnus.com>
666         * Makefile.am (cvs-dist): Find NEWS in srcdir.
667         * automake.in (handle_dist_worker): Find NEWS in srcdir.
668         ($RULE_PATTERN): Include chars "$(){}/" in allowable patterns in a
669         rule.
670         (require_config_file): Set config_aux_path when file found.
671         ($config_aux_dir): New variable.
672         (require_config_file): Set it.
673         (handle_man_pages): Find mkinstalldirs in config_aux_dir.
675 Mon Mar 25 15:32:57 1996  Tom Tromey  <tromey@creche.cygnus.com>
677         * data.am (install-@DIR@DATA): Also allow data to be in build
678         directory.
680 Sun Mar 24 19:56:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
682         * automake.in (am_install_var): Don't look in EXTRA_primary
683         variable any more; it is handled in the main loop.
685 Wed Mar 20 16:22:35 1996  Tom Tromey  <tromey@creche.cygnus.com>
687         * data.am (install-@DIR@DATA): Find data in srcdir.
689 Fri Mar 15 18:30:31 1996  Tom Tromey  <tromey@creche.cygnus.com>
691         * automake.in (require_config_file): Use correct filename when
692         looking for errors.  Also, install file in `.' if not found.  Bug
693         reported by Gord Matzigkeit.  Test installsh.test.
695 Thu Mar 14 09:28:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
697         * Makefile.am (cvs-diff): New target.
699         Fix for bug when install var substitutes empty.  Test empty.test.
700         * header.am (install-@DIR@HEADERS): Allow empty list of headers.
701         (uninstall-@DIR@HEADERS): Ditto.
702         * scripts.am (install-@DIR@SCRIPTS): Allow empty list of scripts.
703         (uninstall-@DIR@SCRIPTS): Ditto.
704         * libraries.am (install-@DIR@LIBRARIES): Allow empty list of
705         libraries.
706         (uninstall-@DIR@LIBRARIES): Ditto.
707         * data.am (install-@DIR@DATA): Allow empty list of data.
708         (uninstall-@DIR@DATA): Ditto.
709         * programs.am (install-@DIR@PROGRAMS): Added missing semicolon.
710         From François Pinard.
711         (install-@DIR@PROGRAMS): Fixed bug when list of programs empty.
712         (uninstall-@DIR@PROGRAMS): Ditto.
714 Wed Mar 13 19:50:23 1996  Tom Tromey  <tromey@creche.cygnus.com>
716         * tags-subd.am (ID): Name of ID file must be flush against -f.
718         * configure.in (VERSION): Version 0.32.
720 Mon Mar 11 17:50:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
722         * automake.in (seen_linguas, all_linguas_line): New variables.
723         (handle_gettext): New function.
724         (generate_makefile): Run it.
725         (scan_configure): Recognize ALL_LINGUAS.
727 Mon Mar 11 14:34:36 1996  Gord Matzigkeit  <gord@enci.ucalgary.ca>
729         * automake.texi: doc fix.
731         * automake.in (am_install_var): Added support for check and
732         installcheck special prefixes.
734 Sun Mar 10 10:44:42 1996  Tom Tromey  <tromey@creche.cygnus.com>
736         * automake.in (handle_subdirs): Don't do SUBDIRS check for
737         gettext.
739 Tue Mar  5 18:12:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
741         * automake.in (OBJECT_PATTERN): Removed.
742         (am_install_var): No error if name is invalid.
743         (handle_programs): Canonicalize program names.
744         (BOGUS_MACRO_PATTERN): New variable.
745         (read_am_file): Error if bad macro name given.
746         (require_file_internal): Use am_line_error, not am_conf_error.
748         * program.am (@PROGRAM@): Recognize @PROGRAM@_DEPENDENCIES.
750 Mon Mar  4 19:30:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
752         * automake.in (handle_lib_objects): New function.
753         (handle_libraries): Use it.
754         (handle_programs): Ditto.
755         (handle_dist_worker): Deprecate DIST_SUBDIRS.
756         (am_install_var): Allow extended directory mechanism to work.
757         Test exdir.test.
759         * dist-vars.am (DISTFILES): Use EXTRA_DIST.
760         (DEP_DISTFILES): Ditto.
762         * automake.in (OBJECT_PATTERN): New variable.
763         (am_install_var): Use it.
764         (handle_dist): DIST_OTHER is an anachronism.
766 Sat Mar  2 17:04:38 1996  Tom Tromey  <tromey@creche.cygnus.com>
768         * automake.in (handle_dist_worker): Only cause Automake to be
769         re-run if not making a distribution.  Fixes bug reported by
770         Joerg-Martin Schwarz.
771         (require_file_with_line): New function.
772         (require_file): Use it.
773         (am_line_error): Don't print line number if $symbol is empty.
774         (get_object_extension): Use require_file_with_line.
775         (handle_libraries): Use require_file_with_line.
776         (handle_texinfo): Use require_file_with_line.
777         (handle_configure): Use am_conf_line_error and
778         require_file_with_conf_line.
779         (handle_subdirs): Use require_file_with_conf_line.
780         (handle_configure): Use require_file_with_conf_line.
781         (handle_tests): Push check-TESTS on @phony.
782         (am_conf_line_error): New function.
783         (require_file_with_conf_line): New function.
784         (require_file_internal): New function.
785         (require_file_with_line): Use it.
786         (require_file): Ditto.
787         (am_conf_line_error): Handle empty line number.
788         (ac_gettext_line, ac_output_line): New variables.
789         (scan_configure): Set them.
791 Fri Mar  1 00:13:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
793         * automake.in (parse_arguments): Default strictness is gnu.
794         Changed `normal' to `foreign' everywhere.
795         (parse_arguments): Handle --foreign.
796         (initialize_global_constants): Document --foreign.
797         (handle_dependencies): Better error message.
798         (handle_texinfo): Don't push $vtexi on @texis.
799         (handle_texinfo): Only push $vtexi on @texi_deps if not null.
800         (handle_configure): install-sh is a config file; require it as
801         such.
802         (parse_arguments): Renamed --install-missing to --add-missing.
803         (add_missing): Renamed from install_missing.
804         (am_install_var): Check to make sure contents of install variable
805         are correct if primary requires it.  Test badprog.test.
806         (initialize_global_constants): Initialize
807         %primary_uses_subobjects.
808         (handle_source_transform): Skip configure substitutions.  Test
809         depend.test.  Also, skip empty elements.
811 Thu Feb 29 22:00:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
813         * texinfo.tex: New version.
815         * automake.in (am_install_var): Allow extended range of
816         installation directories.
818         * automake.in (get_object_extension): Don't allow
819         @CONFIG_INCLUDE_SPEC@ in the Makefile.in when config.h not used.
820         From Gord Matzigkeit.  Test confincl.test.
822         * texinfos.am (install-info): Changed usage of install-info (in
823         comment).  Per Feb 25 GNU Standards document.
825 Wed Feb 28 07:40:55 1996  Tom Tromey  <tromey@creche.cygnus.com>
827         * automake.in (handle_tests): New function.
828         (generate_makefile): Call it.
829         (handle_subdirs): Skip directories whose names look like configure
830         substitutions.
831         (handle_subdirs): Require intl and po, not @INTLSUB@ and @POSUB@,
832         when using gettext.
833         (scan_configure): Clear in_ac_output if "]" found.  Test
834         acoutqnl.test.
835         (require_config_file): New function.
836         (generate_makefile): Use require_config_file.
837         (config_aux_path): New variable.
838         (scan_configure): Check for AC_CONFIG_AUX_DIR.
839         (handle_merge_targets): Add install-strip rule.
841 Tue Feb 27 20:00:36 1996  Tom Tromey  <tromey@creche.cygnus.com>
843         * mdate-sh: New version from Ulrich Drepper.
845         * automake.in (handle_source_transform): Changed fill back to
846         empty string.
847         (handle_libraries): Ditto.
848         (handle_dist): Ditto.
849         (handle_dependencies): Ditto.
850         (handle_footer): Ditto.
851         (handle_phony): Ditto.
853         * Makefile.am (DIST_SUBDIRS): Removed.
854         (installcheck-local): Use Perl, not test -x.
855         (PERL): New macro.
856         (maintainer-check): Use $(PERL), not @PERL@.
858         * configure.in (VERSION): Upped to 0.31.
860 Sat Feb 24 18:02:19 1996  Tom Tromey  <tromey@creche.cygnus.com>
862         * automake.in (scan_configure): AC_CHECK_TOOL requires config.sub
863         and config.guess.
865         * automake.in: Use keyed_aclocal_warning when warning about
866         fp_PROG_INSTALL.
867         (get_object_extension): Use keyed_aclocal_warning when warning
868         about fp_C_PROTOTYPES.
869         (keyed_aclocal_warning): New function.
871         * Makefile.am (pkgdata_DATA): Install aclocal.m4.
872         * aclocal.m4: Include fp_C_PROTOTYPES, fp_PROG_CC_STDC.
874         * automake.in (get_object_extension): Only give error about
875         fp_C_PROTOTYPES once.
877         * automake.in (seen_ranlib): New variable.
878         (scan_configure): Recognized AC_PROG_RANLIB.
879         (handle_libraries): Error if ranlib not checked for.
881         * automake.in (default_strictness): Default to GNU.
882         (default_strictness_name): Ditto.
884 Wed Feb 21 18:15:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
886         * automake.in (read_am_file): Removed @kr@ support.
887         (get_object_extension): Ditto.
889         * Makefile.am (pkgdata_DATA): Include ansi2knr.c and ansi2knr.1.
891 Tue Feb 20 17:25:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
893         * depend.am ($(srcdir)/.deps/%.P): Regexp fix.
895 Mon Feb 19 19:53:09 1996  Tom Tromey  <tromey@creche.cygnus.com>
897         * remake.am ($(srcdir)/Makefile.in): Depend on configure.in.
898         * remake-subd.am ($(srcdir)/Makefile.in): Depend on configure.in.
900         * automake.in (handle_scripts): Ensure $scripts_installed set to
901         boolean value.  Test proginst.test.
903         * Makefile.am (installcheck-local): New target.
905         * automake.in (require_file): No error if missing file is
906         installed.
908 Sun Feb 18 17:10:00 1996  Tom Tromey  <tromey@creche.cygnus.com>
910         * automake.in (handle_scripts): SCRIPTS no longer automatically
911         cleaned.  Now possible to install scripts in pkgdatadir.
912         ($seen_canonical): New variable.
913         (generate_makefile): Check for config.guess and config.sub here;
914         fixes bug reported by Gord Matzigkeit.
916         * Makefile.am (pkgdata_SCRIPTS): New variable.
917         (CLEANFILES): New macro.
919         * scripts-clean.am: Removed.
921 Sat Feb 17 00:15:20 1996  Tom Tromey  <tromey@creche.cygnus.com>
923         * automake.in (am_install_var): Error if primary variable actually
924         defined.
925         (am_install_var): Skip elements that look like configure
926         substitutions.
927         (am_install_var): "EXTRA" is a valid prefix.
928         (am_install_var): Push contents EXTRA_PRIMARY onto @result.
929         (handle_merge_targets): Treat "all" target like "install".
930         (handle_subdirs): Don't push all-recursive.
932         * header.am (install-@DIR@HEADERS): Don't depend on all.
933         * data.am (install-@DIR@DATA): Don't depend on all.
934         * libraries.am (install-@DIR@LIBRARIES): Don't depend on all.
935         * programs.am (install-@DIR@PROGRAMS): Don't depend on all.
936         * scripts.am (install-@DIR@SCRIPTS): Don't depend on all.
938         * automake.in (am_install_var): Push generated install targets
939         onto @phony.
941         * subdirs.am: No longer depend on Makefile and $(CONFIG_HEADER).
942         * automake.in (handle_merge_targets): Correctly handle recursive
943         calls of uninstall, install-exec, and install-data.
944         (handle_merge_targets): Put Makefile, and possibly $config_name,
945         onto @all.
946         (handle_merge_targets): Push 'all' onto @install as appropriate.
948 Fri Feb 16 18:27:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
950         * automake.in (handle_configure): config.status is in
951         $(top_builddir), not $(top_srcdir).  Reported by Anthony Green.
953         * automake.in (scan_configure): Recognize (AC|fp)_FUNC_FNMATCH.
955 Thu Feb 15 19:12:45 1996  Tom Tromey  <tromey@creche.cygnus.com>
957         * automake.in: (seen_prog_yacc): New variable.
958         (scan_configure): Look for yacc.
959         (handle_source_transform): Skipp C++ header files.
960         (handle_source_transform): .cxx is a C++ source file.
962 Wed Feb 14 08:36:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
964         * depend.am ($(srcdir)/.deps/.P): Use "echo", not ":".
966         Implemented --verbose feature; idea from Greg Woods:
967         * automake.in (verbose): New global.
968         (generate_makefile): Print creating message if verbose.
969         (grep_for_vers_texi): Print message if verbose.
970         (handle_dependencies): Ditto.
971         (scan_configure): Ditto.
972         (read_am_file): Ditto.
973         (parse_arguments): Added --verbose.
974         (initialize_global_constants): Ditto.
976         * automake.in (get_object_extension): Use am_line_error.
977         (handle_source_transform): Ditto.
978         (handle_libraries): Ditto.
979         (handle_texinfo): Ditto.
980         (handle_man_pages): Ditto.
981         (handle_dist): Ditto.
982         (handle_dist): Ditto.
983         (handle_subdirs): Ditto.
984         (handle_configure): Ditto.
985         (handle_merge_targets): Ditto.
986         (am_install_var): Ditto.
987         (am_line_error): Allow actual line number as argument.
988         (handle_configure): Use am_line_error.
989         (scan_configure): Set config_header_line.
990         (config_header_line): New global.
991         Use @PERL@ to find perl during exec.  From Greg Woods.
993 Tue Feb 13 22:06:51 1996  Tom Tromey  <tromey@creche.cygnus.com>
995         * automake.in (initialize_per_input): Init %content_lines.
996         (read_am_file): Set appropriate content_lines elements while
997         reading.
998         (am_line_error): New function.
999         (read_am_file): Use it.
1000         (handle_options): Ditto.
1002         * automake.in (scan_configure): Handle case where more than one .o
1003         is put into LIBOBJS at once.  Test libobj.test.
1005 Mon Feb 12 20:39:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
1007         * automake.in (scan_configure): Ignore "\" in AC_OUTPUT line.
1008         Test acouttbs.test.
1009         (handle_subdirs): Restored intl, po warnings.
1011         * automake.in (scan_configure): Delete everything after "," or
1012         ")".  Test acoutnoq.test.
1013         (handle_dist): Use $relative_dir, not nonexistent $subdir.
1014         (handle_subdirs): 'po' and 'intl' are sometimes substituted into
1015         SUBDIRS; don't warn about their absence.
1017 Sun Feb 11 16:55:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
1019         * automake.in (handle_texinfo): Removed bogus error message.
1021         * automake.in (handle_texinfo): Push $(INFO_DEPS), not 'info',
1022         onto @all.
1023         (handle_options): Handle version number.
1025         * automake.in ($maint_charset, $dist_charset): New variables.
1026         (initialize_per_input): Init $local_maint_charset.
1027         (handle_dist): Handle DIST_CHARSET and MAINT_CHARSET.
1028         (generate_makefile): Don't print "creating...".
1030 Sat Feb 10 16:45:07 1996  Tom Tromey  <tromey@creche.cygnus.com>
1032         * automake.in (get_object_extension): Substitute
1033         @CONFIG_INCLUDE_SPEC@ if CONFIG_HEADER defined.
1034         (handle_source_transform): Use $1, not \1.
1035         (pretty_print_internal): Handle Tabs in fill when computing indent
1036         on new line.
1037         (handle_merge_targets): Always generate install-exec and
1038         install-data targets.  Test instexec.test.
1039         Fixed error message if fp_PROG_INSTALL missing.
1041         * compile-vars.am (DEFS): Include -I., -I$(srcdir), and
1042         @CONFIG_INCLUDE_SPEC@.
1044         * automake.in (scan_configure): Delete everything after "]".  Test
1045         acoutput.test.
1047         * configure.in (AC_OUTPUT): Create tests/Makefile.
1048         * Makefile.am (SUBDIRS): New macro.
1050         * automake.in (handle_texinfo): Put $vtexi on texi_deps.  From Jim
1051         Meyering.
1053         * configure.in (AC_OUTPUT): Ensure automake is executable.
1055 Thu Feb  8 17:30:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
1057         * automake.in (handle_subdirs): Error if directory in SUBDIRS does
1058         not exist.
1060         * automake.in (handle_configure): Handle AC_OUTPUT ":" syntax.
1062         From Jim Meyering:
1063         * libraries.am (install-@DIR@LIBRARIES): Depend on all, not
1064         (@DIR@_LIBFILES).
1065         * header.am (install-@DIR@HEADERS): Depend on all, not
1066         $(@DIR@_HEADERS).
1067         * data.am (install-@DIR@DATA): Depend on all, not $(@DIR@_DATA).
1068         * scripts.am (install-@DIR@SCRIPTS): Depend on all, not
1069         $(@DIR@_SCRIPTS).
1070         * programs.am (install-@DIR@PROGRAMS): Depend on all, not
1071         $(@DIR@_PROGRAMS).
1073         * automake.in (initialize_per_input): Initialize
1074         $use_dependencies.
1075         ($seen_path_xtra): New variable.
1076         (scan_configure): Look for AC_PATH_XTRA.
1077         (get_object_extension): Add variables to output if X seen.
1079 Thu Feb  8 10:02:45 1996  Greg A. Woods  <woods@most.weird.com>
1081         * automake.in (handle_programs): add pkglib to list of
1082         directories for C
1083         (various): include a tab as fill for continuation lines
1084         printed with pretty_print*, esp. for macro variable assignments.
1085         [ changed to 4 spaced by me ]
1087 Wed Feb  7 18:00:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
1089         * configure.in (VERSION): Upped to 0.30.
1091         * Makefile.am (automake): Removed.
1092         (DIST_OTHER): Removed.
1094         * automake.in (handle_source_transform): All dep_files are
1095         relative to $(srcdir).
1096         (handle_libraries): Ditto.
1097         (scan_configure): Test for AC_PROG_INSTALL as well as
1098         fp_PROG_INSTALL.  Don't error here.
1099         (seen_prog_install): Now global.
1100         (scripts_installed): New global.
1101         (handle_scripts): Set it.
1102         Give error if appropriate install macro not seen.
1103         (handle_subdirs): Ensure $seen_gettext before requiring
1104         gettext-specific files.
1105         (handle_configure): Automatically rebuild 
1107         From Jim Meyering:
1108         * automake.in (handle_source_transform): Use \W when quoting
1109         regexp.  When blah_SOURCES not explicitly defined, still create
1110         entry in %deps.
1111         * depend.am ($(srcdir)/.deps/%.P): Don't use \< in regexp.
1112         * subdirs.am (maintainer-clean-recursive): Now depends on
1113         $(CONFIG_HEADER) and Makefile.
1115         * automake.in (handle_source_transform): Skip macro references.
1117 Mon Feb  5 14:58:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
1119         * automake.in (handle_texinfo): Include "rm" when deleting files.
1121         * Makefile.am (maintainer-check): Expect only one ${...}.
1122         * texinfos.am (install-info): Remove unneeded ${...}.  From Jim
1123         Meyering.
1125         * automake.in (handle_configure): Only define CONFIG_HEADER if
1126         $config_name.
1127         ($seen_gettext): New variable.
1128         (handle_subdirs): Do all gettext-related checking here.
1129         (scan_configure): Just set $seen_gettext.
1130         (handle_man_pages): Properly quote $(MANS).
1132 Wed Jan 31 09:51:30 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
1134         * depend.am: Don't use srcdir anywhere.
1135         * automake.in (handle_libraries): Don't make .deps relative to
1136         srcdir.
1137         (handle_options): Recognize no-dependencies.
1139         * depend.am (MKDEP): From Jim Meyering: Do nothing if srcdir is
1140         ".".  Properly quote regexp.
1142 Tue Jan 30 12:19:09 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
1144         * automake.in (handle_configure): Only defined CONFIG_HEADER if
1145         $config_name.
1146         (read_am_file): Quote regexp when substituting top_builddir.
1147         (handle_source_transform, handle_libraries): Look in
1148         $(srcdir)/.deps for .P files.
1150 Fri Jan 26 00:15:25 1996  Tom Tromey  <tromey@creche.cygnus.com>
1152         * automake.in (am_conf_error): New function.
1153         (scan_configure): Use it.
1154         (scan_configure): A comma also ends AC_OUTPUT macro.
1156         * automake.in (read_am_file): Compute top_builddir when including
1157         header-vars.am.
1158         (handle_configure): Use $top_builddir, not $top_reldir.
1159         (other_input_files): New variable.
1160         (dirname): Fixed bug where dirname of 'a/b/c' was 'a', not 'a/b'.
1162         Changes from Gord Matzigkeit to enabled hierarchies deeper than 2:
1163         * automake.in (input_files, seen_make_set): Declare globally.
1164         (parse_arguments): Use input_files, not make_list.
1165         Only scan configure.in once.
1166         (handle_dist): Use SUBDIRS to determine when to make
1167         subdirectories and recurisvely dist.  Use $(topdir), not "..", to
1168         find top of dist tree.
1169         (handle_configure): Check for AC_PROG_MAKE_SET here.  Don't require
1170         configure.in (done elsewhere).
1171         (scan_configure): seen_make_set is global.  Allow arbitrary space
1172         in LIBOBJS assignment.
1173         (top_builddir): New variable.
1174         * header-vars.am (top_builddir): New variable.
1175         * remake-subd.am (Makefile): Look in top_builddir, not .., when
1176         remaking.
1177         * automake.in (handle_merge_targets): Run 'all' before
1178         check-recursive.
1180         * automake.in (file_contents_with_transform): Changed error
1181         message.
1182         (handle_configure): Define $contents{'CONFIG_HEADER'}.
1184         * texi-version.am: Many changes to support multiple .texi files.
1185         Replaced "version.texi" with "@VTEXI@".  Replaced "vti" with
1186         "@VTI@".
1187         * automake.in (handle_configure): install.sh is an anachronism.
1188         (handle_texinfo): Generalized for multiple .texi files.  Handle
1189         'clean-info' internally.
1190         * texi-clean.am: Removed.
1191         * Makefile.am: Updated for removal.
1193 Wed Jan 24 22:55:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
1195         * automake.in (grep_for_vers_texi): New function.
1196         (handle_texinfo): Use grep_for_vers_texi, not system("grep").
1197         (handle_texinfo): Changes to generalize to multiple .texi files.
1199 Tue Jan 23 14:22:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
1201         Fixes from Gord Matzigkeit:
1202         * libraries.am (install-@DIR@LIBRARIES): Use top_srcdir, not
1203         topsrcdir.
1204         * header.am: New file.
1205         * Makefile.am (pkgdata_DATA): Install header.am.
1206         * automake.in (handle_headers): Use header.am, not data.am.
1207         (am_install_var): Allow pattern to be compiled multiple times.
1209         * config.guess, config.sub: New files.
1210         * Makefile.am (pkgdata_DATA): Install config.guess and
1211         config.sub.
1212         * automake.in (scan_configure): Recognize AC_CANONICAL_HOST and
1213         AC_CANONICAL_SYSTEM.
1215 Sun Jan 21 15:51:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
1217         * automake.in (handle_texinfo): Use info_TEXINFOS, not TEXINFOS.
1218         (handle_man_pages): Use man_MANS, not MANS.
1220         * Makefile.am (info_TEXINFOS): Renamed.
1222         * automake.in (scan_configure): Remove comments from input line.
1223         (am_variable): Removed.
1225         * remake-hdr.am (stamp-h): Use new macro CONFIG_HEADER_IN.
1227         * automake.in (config_name, config_header): New globals.
1228         (scan_configure): Look for AC_CONFIG_HEADER.
1229         (handle_configure): Handle more uses of AC_CONFIG_HEADER.
1231 Sat Jan 20 15:54:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
1233         * automake.in (handle_dist_worker): Bug fix.
1235 Fri Jan 19 00:50:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
1237         * automake.in (require_file): Install missing files only according
1238         to desired strictness.
1239         (initialize_per_input): Don't init libsources.
1240         (scan_configure): Reinit libsources.
1241         (handle_libraries): Search _LIBADD for @LIBOBJS@ and @ALLOCA@.
1242         (fp_c_prototypes): New global.
1243         (scan_configure): Set it.
1244         (get_object_extension): Error if fp_C_PROTOTYPES not in
1245         configure.in when using ansi2knr.
1246         (handle_source_transform): Skip header files.
1248         * automake.in (handle_dist_worker): Explicitly make 'dist' in
1249         subdirs.
1251 Thu Jan 18 00:25:56 1996  Tom Tromey  <tromey@creche.cygnus.com>
1253         From François Pinard:
1254         * automake.in (handle_source_transform): Transform $o file into .P
1255         file.
1256         (handle_dist_worker): Handle case where DISTFILES includes
1257         wildcard.  Bug fix in subdir case.
1259         * automake.in (parse_arguments): Initialize strictness to
1260         'normal'.
1262 Sun Jan 14 13:54:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
1264         * automake.in (scan_configure): Look for NLS support.
1266         Changes from François Pinard:
1267         * texinfos.am (install-info): Correctly install when build dir is
1268         not srcdir.
1269         * tags-subd.am (ID): Indentation change.
1270         * kr-vars.am (o): Use ".@U@o", not "@U@o".
1271         * depend.am ($(srcdir)/.deps/%.P): Remove temporary file.
1272         * automake.in (handle_dist_worker): Fixlets.
1273         (handle_dist): Sort keys going into dist_common.
1275 Sat Jan 13 00:18:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
1277         * automake.in (handle_dist_worker): If Gnits, don't allow release
1278         until NEWS is updated.
1280         * configure.in (VERSION): Version 0.29.
1282         * Makefile.am (maintainer-check): Look for perl4.036 in path.
1284         * dist-vars.am (DISTFILES):  Include BUILT_SOURCES.
1285         (DEP_DISTFILES): Ditto.
1287         * automake.in (handle_dist_worker): Depend on DEP_DISTFILES.
1288         * dist-vars.am (DEP_DISTFILES): New variable.
1290         * automake.in (handle_options): Support dist-shar option.
1291         (handle_dist_worker): New function.
1292         (handle_dist): Use it.
1294         * texi-version.am (mostlyclean-vti): Remove version.tmp, not
1295         *.tmp.
1297         * automake.in (handle_dist): Chmod distdir 777.  From François
1298         Pinard.
1300         * automake.in (scan_configure): New function.
1301         (initialize_per_input): Init libsources.
1302         (generate_makefile): Run handle_configure first.
1303         (handle_configure): Run scan_configure.
1304         (handle_configure): Don't look for AC_PROG_MAKE_SET here.
1306 Thu Jan 11 23:14:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
1308         * Makefile.am (AUTOMAKE_OPTIONS): New variable.
1310         * automake.in (strictness, strictness_name): Renamed.
1311         (initialize_per_input): Set strictness, strictness_name.
1312         Initialize %options.
1313         (generate_makefile): Run handle_options.
1314         (handle_options): New function.
1315         (handle_man_pages): Make install-man depend on $(MANS).  Turn off
1316         man page install if no-installman option given.
1317         (read_am_file): Deprecate @kr@.
1318         (get_object_extension): Look at ansi2knr option.
1319         (parse_arguments): Take global strictness from command-line
1320         options.
1322 Tue Jan  9 11:24:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
1324         Fixes from François Pinard:
1325         * depend.am ($(srcdir)/.deps/%.P): Handle deansification.
1326         * automake.in (get_object_extension): Use $o, not $(kr)o.
1327         (handle_source_transform): Don't look for $(kr)c files.
1328         * kr-vars.am (o): New macro.
1329         (kr): Removed.
1331         * depend.am (DEP_FILES): Removed.
1332         * automake.in (handle_source_transform): Push .P file onto
1333         dep_files.
1334         (initialize_per_input): New variable %dep_files.
1335         (handle_dependencies): Generate DEP_FILES here.
1337 Mon Jan  8 22:27:33 1996  Tom Tromey  <tromey@creche.cygnus.com>
1339         * automake.in (do_one_clean_target): Only remove config.status in
1340         top-level directory.
1341         (handle_tags): Removed 'id' from .PHONY list.  From Jim Meyering.
1343         * clean.am (maintainer-clean-generic): Remove BUILT_SOURCES.
1345         * automake.in (handle_dist): Make "ln" quiet.
1347         * tags-subd.am (ID): Depend on HEADERS and SOURCES.
1349 Sat Jan  6 10:58:23 1996  Tom Tromey  <tromey@cambric.colorado.edu>
1351         * automake.in (handle_merge_targets): 'check' shouldn't depend on
1352         'all' at top level.
1353         (file_contents_with_transform): New function.
1354         (am_install_var): Use file_contents_with_transform.
1355         (handle_programs): Ditto.
1356         (handle_libraries): Ditto.
1357         (handle_texinfo): Ditto.
1358         (handle_merge_targets): Let 'install' depend on 'all' if no other
1359         dependencies exist.  From Jim Meyering.
1360         (check_gnu_standards): GNU requires AUTHORS file.  (See
1361         maintain.text).
1362         (require_file): Put body in loop.
1363         (get_object_extension): Only call require_file once.
1364         (handle_configure): Ditto.
1366         From Jim Meyering:
1367         * depend.am ($(srcdir)/.deps/.P): Depend on $(BUILT_SOURCES).
1368         * tags-subd.am (id): Removed.
1370 Fri Jan  5 10:31:19 1996  Tom Tromey  <tromey@cambric.colorado.edu>
1372         * Added copyright notice to each .am file.
1374         * automake.in: Cleanups from François Pinard to avoid $#.
1375         (require_argument): Fixed sense of test.
1376         (set_strictness): Bug fix.
1378 Thu Jan  4 21:21:29 1996  Tom Tromey  <tromey@cambric.colorado.edu>
1380         * Makefile.am (pkgdata_DATA): Removed old dist files.
1382         * dist-subd-top.am, dist-subd.am, dist.am: Removed.
1384         * automake.in (set_strictness): Set $strictness_name.
1385         (strictness_name): New variable.
1386         (handle_dist): Substantially rewrote.
1388         * configure.in: Point AC_INIT at automake.in.
1390         * automake.in (generate_makefile): Report errors against
1391         Makefile.in, not Makefile.am.
1393 Wed Jan  3 00:05:40 1996  Tom Tromey  <tromey@cambric.colorado.edu>
1395         * mdate-sh: Bug fix from Jim Meyering.
1397         * dist.am (dist): Changed in parallel with dist-subd-top.am.
1399         * mkinstalldirs: Reverted.
1401         * automake.in (initialize_global_constants): Allow COPYING.LIB
1402         again.
1403         (check_gnits_standards): Disallow COPYING.LIB.
1405         * texinfos.am (install-info): Only look in $(srcdir) for info
1406         files.
1408         * automake.in (initialize_global_constants): New variable
1409         gen_copyright.
1410         (read_am_file): Put a copyright in each Makefile.in.
1412         * dist-vars.am (DISTFILES): Put DIST_COMMON first.
1414         * automake.in (am_install_var): Put space before "=".
1415         (handle_dist): Put README first in DIST_COMMON.
1417         * Makefile.am (pkgdata_DATA): Include COPYING.
1419         * COPYING: New file.
1421         * automake.in (parse_arguments): Added --gnu and --gnits as
1422         synonyms.
1423         (initialize_global_constants): Ditto.
1424         (initialize_global_constants): Don't auto-distribute COPYING.LIB.
1425         (initialize_global_constants): Look for README first.
1426         (initialize_global_constants): Auto-distribute AUTHORS, BACKLOG,
1427         ABOUT-GNU.
1428         (check_gnu_standards): Require file COPYING.
1430         From François Pinard:
1431         * automake.in (file_contents): Comment out "warn"s.
1432         (usage): Use 4 columns.
1433         (USAGE_FORMAT): Ditto.
1435         * texinfos.am (install-info): Look for info file relative to $$d.
1437         * Makefile.am (cvs-dist): Suppress output of "grep".
1439         * configure.in (VERSION): Version 0.28.
1441         * automake.in (pretty_print_internal): Fix for Perl 4
1442         compatibility.
1444         * configure.in (VERSION): Version 0.27.
1446         * depend.am ($(srcdir)/.deps/%.P): Must regexp-quote srcdir in sed
1447         invocation.
1449         * automake.in (initialize_global_constants): Don't quote "@" in
1450         $install_man_format.
1451         (handle_merge_targets): use "@:" as empty command, not ":".
1453 Tue Jan  2 23:33:24 1996  Tom Tromey  <tromey@cambric.colorado.edu>
1455         * texinfos.am (install-info): Look in $d for info files.  From
1456         François Pinard.
1458         * depend.am ($(srcdir)/.deps/%.P): Fixed regexp.
1460         * automake.in (read_am_file): Correctly deal with continued
1461         variable definitions.
1463 Mon Jan  1 15:43:25 1996  Tom Tromey  <tromey@cambric.colorado.edu>
1465         * automake.in (handle_merge_targets): 'check' target depends on
1466         'all'.
1467         (file_contents): Don't be so verbose.
1468         (read_am_file): Ditto.
1469         (read_am_file): Must use substr to check for trailing \.
1470         (am_install_var): Use push_phony_cleaners.
1471         (file_contents): Set $was_rule when assuming a rule is seen.
1472         (read_am_file): Ditto.
1473         (do_one_clean_target): Removed spurious newline.
1475         Some changes from François Pinard:
1476         * Removed trailing whitespace from all '.am' files.
1477         * tags-subd.am (ID): Use &&, not ;.
1478         (TAGS): Ditto.
1479         * automake.in (parse_arguments): Removed useless message.
1480         (parse_arguments): Don't explicitly referenced STDERR.
1481         (require_argument): Ditto.
1482         (am_error): Ditto.
1483         (set_strictness): Ditto.
1484         (file_contents): Ditto.
1485         (read_am_file): Ditto.
1486         (generate_makefile): Style tweaks.
1487         (handle_programs): Ditto.
1488         (handle_libraries): Ditto.
1489         (handle_texinfo): Ditto.
1490         (handle_man_pages): Ditto.
1491         (handle_tags): Ditto.
1492         (handle_dist): Ditto.
1493         (handle_subdirs): Ditto.
1494         (handle_configure): Ditto.
1495         (handle_footer): Don't put newline before footer.am contents.
1496         (handle_merge_targets): Style tweaks.
1497         (do_one_clean_target): Ditto.
1498         (dirname): Ditto.
1499         (am_variable): Ditto.
1500         Defined some new constants.
1501         (generate_makefile): Don't call generate_header.
1502         (generate_header): Removed.
1503         (file_contents): Rewrote.
1504         (read_am_file): Rewrote.
1506         * automake.in (generate_makefile): Handle phony target.
1507         (do_one_clean_target): Pretty-print dependencies.
1508         (handle_installdirs): Pretty-print rule.
1510         * Makefile.am (maintainer-check): Made some commands silent.
1512         * automake.in (initialize_global_constants): Don't install or
1513         uninstall cat'd man pages.
1514         (initialize_per_input): Added phony target.
1515         (push_phony_cleaners): New function.
1516         (get_object_extension): Handle phony targets.
1517         (handle_texinfo): Ditto.
1518         (handle_man_pages): Ditto.
1519         (handle_tags): Ditto.
1520         (handle_dist): Ditto.
1521         (handle_subdirs): Ditto.
1522         (handle_installdirs): Ditto.
1523         (handle_merge_targets): Ditto.
1524         (handle_clean): Ditto.
1525         (do_one_merge_target): Ditto.
1526         (am_install_var): Ditto.
1527         (handle_phony): New function.
1528         (generate_makefile): Call it.
1529         (pretty_print_internal): New function.
1530         (pretty_print_rule): Ditto.
1532 Sun Dec 31 13:04:59 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1534         * automake.in (initialize_global_constants): Don't print body of
1535         loop at make time.
1537         Changes from François Pinard:
1538         * depend.am (MKDEP): Include DEFS, INCLUDES, CPPFLAGS, CFLAGS.
1539         (DEP_FILES): Put dependency files in $(srcdir).
1540         Look in $(srcdir) when including dependency files.
1541         ($(srcdir)/.deps/.P): .deps/.P is in $(srcdir).
1542         (.deps/%.P): MKDEP includes all macro expansions.
1543         * dist-subd-top.am (dist): Get absolute path for distdir.  Don't
1544         be so verbose.
1545         * dist-subd.am (dist): Don't be so verbose.
1546         * dist.am (dist): Don't be so verbose.
1548         * automake.in (do_one_clean_target): Remove config.status in
1549         maintainer-clean.  From Jim Meyering.
1551         * programs-clean.am (clean-@DIR@PROGRAMS): Bug fix.  From Jim
1552         Meyering.
1554         * automake.in (handle_merge_targets): Add dummy command for empty
1555         install target.  From Jim Meyering.
1557 Tue Dec 12 10:06:28 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1559         * texinfos.am (uninstall-info): Bug fix.
1561         * Makefile.am (maintainer-check): Error if ${...} used.
1562         * depend.am (DEP_FILES): Prefer $(...).
1564         * scripts.am (install-@DIR@SCRIPTS): Only install script if it
1565         exists.
1566         * libraries.am (install-@DIR@LIBRARIES): Only install library if
1567         it exists.
1568         * programs.am (install-@DIR@PROGRAMS): Only install program if it
1569         exists.
1571         * texinfos-vars.am (TEXFILES): Removed.
1573         * Makefile.am (pkgdata_DATA): Removed libprograms.am.
1575         * automake.in (do_one_merge_target): Never generate trailing
1576         whitespace.
1577         (pretty_print): New function.
1578         (handle_footer): Prettyprint definitions.
1579         (am_install_var): Ditto.
1580         (handle_source_transform): Ditto.
1581         (handle_dist): Ditto.
1582         (handle_libraries): Ditto.
1583         (read_am_file): Put comments nearer appropriate code.
1585         * texi-clean.am (mostlyclean-info): Use continued lines, not
1586         multiple rm's.  From Jim Meyering.
1588 Sun Dec 10 11:59:33 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1590         * Makefile.am (pkgdata_DATA): Cause INSTALL, install-sh, mdate-sh,
1591         mkinstalldirs, texinfo.tex to be installed.
1592         * automake.in (symlink_exists): New global.
1593         (install_missing): Ditto.
1594         (require_file): Install missing files if possible.
1595         (parse_arguments): Handle --install-missing option.
1596         (initialize_global_constants): Document --install-missing.
1598         * Makefile.am (cvs-dist): Don't release unless NEWS updated.
1599         Ensure 'checks' pass before release.
1600         (maintainer-check): Renamed.  Look in $(srcdir) for sources.  From
1601         Franc,ois Pinard.
1602         (cvs-dist): Depend on maintainer-check instead of explicitly
1603         running check.
1605         * configure.in (VERSION): Version 0.26.
1607         * Makefile.am (check-local): Only look at [a-z]*.am.  Fixed sense
1608         of 'if' test.
1610         * depend.am (DEP_FILES): Bug fix.
1612         * automake.in (do_one_clean_target): Typo.
1614         * Makefile.am (check-local): Run syntax check under Perl 4.
1616         * automake.in: Fixes for Perl 4, from Gord Matzigkeit.
1617         (handle_source_transform): Loop variable is now $_.  From Gor
1619         * Makefile.am (check-local): Check for 'true' in source.
1620         * texinfos.am (install-info): Can't use "true" in any rule.
1622 Sat Dec  9 10:16:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1624         * Makefile.am (cvs-dist): New target.
1626         * tags.am (TAGS): Use "test -z ... ||" to avoid spurious
1627         failures.
1629         * texinfos.am (install-info): Don't do install-info for now.
1631         * clean.am (distclean-generic): Don't remove config.status here.
1632         * automake.in (do_one_clean_target): Remove config.status later,
1633         for 'make -j2'.  From Jim Meyering.
1635 Fri Dec  8 16:30:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1637         * configure.in (VERSION): Version 0.25.
1639         * automake.in (handle_texinfo): Use "$? >> 8", not "$?".
1640         (handle_configure): Check for AC_PROG_MAKE_SET.
1642         * depend.am (DEP_FILES): Handle deANSIfication case.  From Jim
1643         Meyering.
1645         * automake.in (am_install_var): Changed how 'clean' handled for
1646         uniform name targets.
1647         * Makefile.am (pkgdata_DATA): Added new files.
1648         * data-clean.am: New file.
1649         * scripts-clean.am: New file.
1650         * libraries-clean.am: New file.
1651         * programs-clean.am: New file.
1653 Wed Dec  6 00:06:11 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1655         * automake.in (am_install_var): Error if variable name
1656         "misspelled".
1657         (handle_source_transform): Automatically include .c file
1658         corresponding to .y or .l.
1660 Tue Dec  5 00:46:14 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1662         * programs.am: Changed for uniform naming scheme.
1664         * automake.in (read_am_file): Allow '-' and '.' in target names.
1665         (generate_makefile): Don't pass arguments to handle_libraries.
1666         (initialize_per_input): Define @sources, @objects.
1667         (generate_makefile): Init @sources, @objects if needed.
1668         (handle_source_transform): Push onto @sources, @objects here.
1669         (am_install_var): Push primary onto @all, for configure-time
1670         customization.
1671         (handle_programs): Use new uniform naming scheme.
1673         * Makefile.am (check-local): New target.
1675         * automake.in (handle_libraries): Use uniform naming scheme.
1677         * libraries.am: Rewrote for uniform naming scheme.
1679         * scripts.am: Updated names of all clean targets.
1681         * automake.in (handle_programs): Split on all whitespace.
1682         (handle_libraries): Ditto.
1683         (handle_texinfo): Ditto.
1684         (handle_man_pages): Ditto.
1685         (am_install_var): Changed return result.
1686         (am_install_var): Changed interface.
1687         (am_install_var): Push onto @clean@ if requested.
1688         (handle_scripts): Pass -clean to am_install_var.
1690 Mon Dec  4 11:55:36 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1692         * automake.in (am_install_var): Push target onto @all.
1693         (get_object_extension): Use $(...).
1694         (handle_source_transform): Ditto.
1695         (handle_programs): Ditto.
1697         * automake.in (require_argument): New function.
1698         (parse_arguments): Use it.
1699         (push_dist_common): New function.
1700         (generate_makefile): Use it.
1701         (handle_texinfo): Ditto.
1702         (handle_dist): Ditto.
1703         (handle_configure): Ditto.
1704         (require_file): Ditto.
1705         (generate_makefile): Don't pass arguments to handle_scripts.
1706         (handle_configure): Require configure.in.
1707         (check_gnu_standards): New function.
1708         (check_gnits_standards): Ditto.
1709         (generate_makefile): Check standards.
1711         * Makefile.am (bin_SCRIPTS): Changed name from SCRIPTS.
1713         * automake.in (LENIENT, GNU, GNITS): New constants.
1714         (initialize_per_input): New function.
1715         (generate_makefile): Use it.
1716         (initialize_global_constants): Renamed from init_globals.
1717         (require_file): Added strictness argument.
1718         (parse_arguments): Added --strict option.
1719         (set_strictness): New function.
1720         (parse_arguments): use it.
1721         (initialize_global_constants): Document --strictness.
1723         * automake.in: Use ${1+"$@"} to preserve quoting when running
1724         under sh.
1726         * texinfos.am (install-info): Don't use "true".
1727         * tags.am (TAGS): Don't use "true".
1729         * dist.am, dist-subd-top.am, remake-hdr.am, remake-subd.am,
1730         remake.am, subdirs.am, texinfos.am: Use "&&" after cd.
1732         * program.am (@PROGRAM@): Use LINK macro.
1733         * compile.am (.c.o): Use COMPILE macro.
1735         * clean.am, remake-hdr.am, remake.am, texinfos.am: Use $(...), not
1736         ${...}.
1738         * subdirs.am (RECURSIVE): Removed macro.
1740         * clean.am: Changed to not be so verbose.
1742         * Makefile.am (pkgdata_DATA): Include texi-clean.am.
1743         * automake.in (handle_texinfo): Transform texi-clean and put into
1744         output rules.
1745         * texinfos-vars.am (TEXFILES): Removed.
1746         * texinfos.am: Removed 'clean' targets.
1747         * texi-clean.am: New file.
1749         * Makefile.am (ETAGS_ARGS): Just use 'automake.in'.
1751         * texinfos-vars.am (TEXFILES): Added *.op.
1753         * dist-vars.am (DISTFILES): Renamed from DIST_FILES, per GNU
1754         standards.
1755         * dist.am (dist): Use DISTFILES.
1756         * dist-subd.am (dist): Use DISTFILES.
1757         * dist-subd-top.am (dist): Use DISTFILES.
1759 Sun Dec  3 00:24:08 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1761         * Makefile.am (ETAGS_ARGS): Define.
1763         * depend.am (.deps/.P): Use ":", not "echo timestamp".  From Jim
1764         Meyering.
1766         * dist-vars.am (DIST_FILES): Removed PACKAGEDATA.
1768         * automake.in (handle_scripts): Use am_install_var.
1770         * scripts.am: Rewrote for new uniform naming scheme.
1772         * Makefile.am (pkgdata_DATA): Removed libscripts.am.
1774         * libscripts.am: Removed.
1776         * packagedata.am: Removed.
1778         * Makefile.am (PACKAGEDATA): Removed packagedata.am.
1779         (pkgdata_DATA): Renamed from PACKAGEDATA.
1781         * automake.in (handle_data): Use am_install_var.
1782         (init_globals): Init %exec_dir_p.
1784         * data.am: Rewrote for new uniform naming scheme.
1786         * automake.in (get_object_extension): New function.
1787         (handle_programs): Use it.
1788         (dir_holds_sources): Changed interpretation.
1789         (handle_headers): New function.
1790         (am_install_var): New function.
1791         (generate_makefile): Call handle_headers.
1793         * header-vars.am (pkgdatadir): New macro.
1794         (pkglibdir): Ditto.
1795         (pkgincludedir): Ditto.
1797         * automake.in (handle_source_transform): New function.
1798         (am_error): New function.
1799         (generate_makefile): Use it.
1800         (handle_source_transform): Ditto.
1801         (handle_texinfo): Ditto.
1802         (handle_dependencies): Ditto.
1803         (handle_merge_targets): Ditto.
1804         (require_file): Ditto.
1806 Sat Dec  2 21:39:56 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1808         * automake.in: Updated FSF address.  From Jim Meyering.
1809         * header-vars.am: Updated FSF address.
1811         * distname.am: Removed.
1813         * automake.in (file_contents): Strip "##" comments.
1814         * Various files: Added "##" comments for strange things.
1816         * automake.in (handle_tags): Generate TAGS rule for every
1817         directory.
1819         * subdirs.am (RECURSIVE): Include installcheck-recursive.
1820         * automake.in (installcheck): New variable.
1821         (generate_makefile): Initialize it.
1822         (handle_subdirs): Push 'installcheck-recursive'.
1823         (handle_merge_targets): Handle installcheck target.
1825 Thu Nov 30 20:13:16 1995  Tom Tromey  <tromey@cambric>
1827         * automake.in ($PACKAGE): Removed.
1829         * header-vars.am (ALL): Removed.
1831         * automake.in: Reworked 'all' target handling.
1833         * automake.in (generate_makefile):
1834         Don't use AM_ forms in call to am_variable.
1836         * automake.in: Changes for Perl 5, from Gord Matzigkeit
1838         * clean.am (MOSTLYCLEANFILES, MAINTAINERCLEANFILES): New variables.
1840         * automake.in (handle_footer): Allow SUFFIXES variable.
1842         * automake.in (am_variable): New function.
1843         (handle_texinfo): Use it.
1844         (generate_makefile): Use it.
1846         * configure.in: Version 0.24.
1848 Wed Nov 29 23:50:14 1995  Tom Tromey  <tromey@cambric>
1850         * automake.in (handle_libraries):
1851         Generate blah_LIBADD defines if required.
1853         * library.am (lib@LIBRARY@.a): Look at $(@LIBRARY@_LIBADD)
1855         * libraries-vars.am (LIBOBJS, ALLOCA): Removed.
1857         * compile-kr.am: ($(OBJECTS)): Depend on $(ANSI2KNR), not ansi2knr.
1859         * configure.in: Version 0.23
1861         * dist-subd-top.am (dist): Don't die if a subdirectory already exists.
1863         * dist-subd-top.am, dist.am (dist): Give automake --output-dir option.
1865         * automake.in: New option --output-dir
1867         * automake.in (handle_configure): Fixed typo.
1869         * automake.in (handle_installdirs): Always make installdirs target.
1871         * subdirs.am (RECURSIVE): Removed uninstall-data-recursive and
1872         uninstall-exec-recursive.  Added installdirs-recursive.
1874         * automake.in (handle_installdirs): Handle installdirs-recursive.
1875         (handle_man_pages): 'all' depends on $(MANS)
1877         * Makefile.am: Removed mans.am.
1879         * automake.in: More man-related fixes
1881         * automake.in: Bug fixes
1883         * automake.in: Rewrote man page handling.
1885         * texi-version.am, remake-hdr.am, depend.am: Don't use touch.
1887         * automake.in (handle_installdirs): New function.
1888         (@installdirs): New global.
1889         Many changes to deal with installdirs.
1891         * clean.am (clean-generic): Always supply 'else' clause to 'if'
1893         * automake.in (generate_header): Don't use header.am.
1894         (handle_dist): Don't use dist-subd-vars.am.
1896         * Makefile.am (PACKAGEDATA): Removed dist-subd-vars.am, header.am.
1898         * Makefile.am (DISTCLEANFILES): Removed.
1900         * clean.am (clean-generic): Bug fix.
1902         * clean.am (clean-generic): Only remove CLEANFILES if nonempty
1904         * texi-version.am (clean-vti): No such macro as VTI
1906 Tue Nov 28 19:56:07 1995  Tom Tromey  <tromey@cambric>
1908         * automake.in: Bug fix for maintainer-clean
1910         * automake.in (do_one_clean_target):
1911         Print special text in maintainer-clean.
1912         (handle_clean): Always include clean.am
1914         * clean.am: Use -generic clean targets.
1916         * compile.am: Added clean targets.
1918         * configure.in: Version 0.22.
1920         * automake.in (handle_dependencies):
1921         Put trailing newline after all deps.
1923         * automake.in (handle_dependencies): Another dependency bug fix.
1925         * automake.in (handle_dependencies):
1926         Bug fix when including dependencies.
1928         * automake.in (handle_configure):
1929         Verify existence of install-sh, mkinstalldirs
1931         * automake.in (handle_texinfo): Include stamp-vti in distribution
1933         * dist-subd-vars.am, dist-vars.am (DIST_FILES):
1934         Include DATA, PACKAGEDATA.
1936         * Makefile.am: Nothing
1938         * Makefile.am (DIST_OTHER): Don't distribute gettext-sh
1940         * automake.in (handle_texinfo): Typo
1942         * automake.in: If script ends up in shell, feed to perl
1944         * automake.in: Rewrote 'clean' rules.
1945         Documentation made and installed first.
1946         'all' depends on 'info'
1948 Mon Nov 27 23:57:29 1995  Tom Tromey  <tromey@cambric>
1950         * configure.in, Makefile.am: Turned off internationalization.
1952         * clean-kr.am: Rewrote for new clean scheme.
1954         * tags-clean.am: Remove TAGS in distclean, not maintainer-clean
1956         * Makefile.am (PACKAGEDATA): Include tags-clean.am
1958         * subdirs.am: Removed bogus local clean targets
1960         * tags-clean.am: Initial revision
1962         * texi-version.am: Added clean targets
1964         * texinfos.am: Fixes to clean targets.
1966         * texinfos.am, libscripts.am, scripts.am, libraries.am, libprograms.am, programs.am:
1967         Added clean targets
1969         * compile-kr.am (ansi2knr.o): Depend on CONFIG_HEADER
1971         * automake.in: Completely revamped automatic de-ANSI-fication
1973         * compile-kr.am: (ansi2knr, $(OBJECTS)): New targets
1975         * compile-vars.am (LINK): New macro
1977         * kr-vars.am: Trailing blank line
1979         * compile-kr.am: Rewrote
1981         * compile-vars.am (COMPILE): New macro
1983         * compile-vars.am (ANSI2KNR): Removed
1985         * Makefile.am (PACKAGEDATA): Removed all sed scripts.  Added kr-vars.am
1987         * kr-vars.am: Initial revision
1989         * automake.in (require_file): New function.
1990         (handle_texinfo): Require 'mdate-sh'
1991         (common_sometimes): New variable
1992         (usage): Use it.
1994         * texi-version.am (stamp-vti): Use Ulrich's mdate-sh script
1996         * mdate-sh: Initial revision
1998         * automake.in (handle_footer): Don't define SOURCES or OBJECTS if empty
2000         * automake.in (generate_makefile):
2001         Put Makefile.in, Makefile.am in @dist_common
2002         (handle_configure): Use @dist_common as appropriate
2004         * dist-subd-vars.am, dist-vars.am (DIST_CONF): Removed
2006         * configure.in: Abort if perl not found
2008         * configure.in: Look for perl
2010         * automake.in: Reimplemented in Perl
2012         * automake.in: Fixlet
2014 Sun Nov 26 08:09:30 1995  Tom Tromey  <tromey@cambric>
2016         * automake.in: Always print ".SUFFIXES:" rule.
2018         * automake.in: Distribution config.h.in if required
2020         * automake.in: Bug fix when including texi-version.am
2022         * automake.in: Bug fix when looking for .texi file in $am_reldir
2024         * depend.am: Comment fix
2026         * automake.in: Look for .texi file in $am_reldir
2028         * automake.in: Fixlet
2030         * automake.in: Blank line after targets from user's Makefile.am
2032         * automake.in: Move footer items to actual footer
2034         * automake.in: Include stamp-h.in in DIST_COMMON if necessary
2036         * automake.in (common):
2037         Don't include acconfig.h, config.h.top, config.h.bot
2039         * Makefile.am (CONFIG_HEADER): Renamed from CONFIG_H
2041         * Makefile.am (CONFIG_H): Define
2043         * acconfig.h: Initial revision
2045         * configure.in: Use AC_CONFIG_HEADER.
2047         * automake.in: Put blah_TEXINFOS into DIST_COMMON
2049         * automake.in: .info file explicitly depends on primary .texi file
2051         * texinfos.am (install-info): Always supply 'else' clause to 'if'
2053         * tags.am (TAGS): Always supply 'else' clause to 'if'
2055         * subdirs.am (.NOEXPORT): Removed (now in footer.am)
2057         * automake.in: Always include footer.am in output
2059         * mans.am (install-man): Always supply 'else' clause to 'if'
2061         * automake.in: More version.texi fixes
2063         * automake.in: Only do version.texi processing if requested.
2065         * automake.in: Minor internationalization fixes.
2066         Subshell can now exit with nonzero status.
2067         Fixed up .texi handling; now uses texi-version.am
2068         Make sure '.c' and '.o' are in .SUFFIXES if required.
2070         * Makefile.am (PACKAGEDATA): Include texi-version.am
2071         (stamp-vti, version.texi): Removed
2072         (TEXINFOS): Don't reference version.texi
2074         * texi-version.am: Initial revision
2076         * dist.am, dist-subd-top.am (dist):
2077         [DIST_SUBDIRS] Follow symlinks when copying.
2079         * dist-subd-top.am (dist): Removed unneeded subdir= option to make
2081 Sat Nov 25 23:23:39 1995  Tom Tromey  <tromey@cambric>
2083         * automake.in: Added --amdir option
2085         * Makefile.am, configure.in: Turned on internationalization
2087         * Makefile.am: Set EDITION
2089         * configure.in: Version 0.21
2091         * tags.am, tags-subd.am: Don't use double-colon rules
2093         * automake.in: Redid install-data, install-exec, uninstall handling
2095         * configure.in: Turn off i18n
2097 Fri Nov 24 23:51:37 1995  Tom Tromey  <tromey@cambric>
2099         * automake.in (common): Remove NLS
2101         * automake.in (common): Include ABOUT-NLS.
2103         * automake.in: Test for install-sh and mkinstalldirs
2105         * automake.in: Blank line after OBJECTS= line
2107         * automake.in: Start subshell in loop after check for Makefile.am
2109         * automake.in: --use-deps now the default
2111         * automake.in (am_dir): Don't apply transform to install directory name
2113         * packagedata.am: Don't apply transform to install directory name
2115         * Makefile.am (SUBDIRS): Hold off on internationalization
2117 Thu Nov 23 18:02:38 1995  Tom Tromey  <tromey@cambric>
2119         * automake.in:
2120         Write 'SOURCES =' line after copying Makefile.am variables
2122         * automake.in: Fixed bug in "--" option processing
2124         * subdirs.am: ($(RECURSIVE)): Removed trailing \ from last line
2126         * Makefile.am (DIST_OTHER): Include gettext-sh
2128         * Makefile.am (SUBDIRS): Define
2130         * configure.in: Include internationalization bits
2132         * automake.in: Many changes to avoid double-colon rules.
2134         * subdirs.am: ($(RECURSIVE)): Print name of target actually used
2136         * subdirs.am: Removed "::" rules
2138         * header.am: Removed install, uninstall
2140         * header.am: Added install, uninstall targets
2142         * hack-make.sed: Rewrite targets like "all-local" to "all_local"
2144         * header.am, libraries.am, mans.am, texinfos.am, footer.am:
2145         Removed "::" rules
2147         * Makefile.am (PACKAGEDATA): Include libscripts.am
2149         * libprograms.am: Don't install libscripts here
2151         * libscripts.am: Initial revision
2153         * scripts.am, programs.am, libprograms.am: Removed "::" rules
2155         * automake.in (am_dir): Run package name through name transform.
2157         * automake.in: Don't use packagedata.sed or data.sed
2159         * Makefile.am (PACKAGEDATA): Removed data.sed, packagedata.sed.  Added
2160         packagedata.am
2162         * data.am: No longer run through sed
2164         * packagedata.am: Initial revision
2166 Wed Nov 22 22:31:02 1995  Tom Tromey  <tromey@cambric>
2168         * automake.in: No blank line after Usage
2170         * automake.in: Removed "NLS nuisances" section.
2171         Now uniformly uses $echo for user-visible messages (in advance of
2172         internationalization)
2174         * subdirs.am (maintainer-clean): Don't use realclean-local
2176         * Makefile.am: Use PACKAGEDATA, not custom code
2178         * data.am: Use @LONG@, not $(@LONG@)
2180         * automake.in: Handle DATA and PACKAGEDATA
2182         * packagedata.sed: Initial revision
2184         * data.am: Use @DIR@, not $(@DIR@)
2186         * data.sed: Use $(datadir), not datadir
2188         * data.sed: Initial revision
2190         * data.am: Wrote uninstall targets
2192         * data.am: Initial revision
2194         * dist-subd.am (dist): Don't link a file that has already been linked
2196         * dist-subd-top.am, dist.am (dist):
2197         Run `automake --include-deps' before making distribution
2199         * automake.in: More dependency-tracking bug fixes
2201         * dist-vars.am (DIST_FILES): Rearranged to be like dist-vars-subd.am
2203         * dist-subd-vars.am (DIST_FILES): Include DIST_COMMON
2205         * tags-subd.am, tags.am: Added trailing blank line
2207         * depend.am: Use ".P", not "empty.P", as placeholder.
2209         * automake.in: Only include depend.am if SOURCES not empty
2211         * automake.in: Added --use-deps and --include-deps options.
2212         Handle auto-generating dependencies.
2214         * Makefile.am (am_DATA): Include depend.am
2216         * depend.am: Initial revision
2218         * automake.in: Look for acconfig.h, config.h.top, and config.h.bot
2220         * automake.in: Put blank line after .SUFFIXES
2222         * scripts.am: Added blank line at end
2224         * scripts.am: Removed unnecessary comment
2226         * scripts.am: Removed unnecessary workarounds
2228         * automake.in: Don't include programs.am if PROGRAMS empty
2230         * header-vars.am (INSTALL_SCRIPT): Typo
2232         * texinfos.am, compile-kr.am: Don't include .SUFFIXES
2234         * automake.in: Handle .SUFFIXES here.
2236         * configure.in: Use fp_PROG_INSTALL
2238         * header-vars.am: Changes for autoconf 2.5.
2239         Now includes INSTALL_SCRIPTS.
2241         * texinfos.am (install-info): Bug fix
2243         * automake.in:
2244         Include scripts.am or libscripts.am in output if appropriate
2246         * programs.am (install-programs, uninstall-programs):
2247         Don't install SCRIPTS
2249         * Makefile.am (am_DATA): Include scripts.am
2251         * scripts.am: Initial revision
2253 Tue Nov 21 09:11:38 1995  Tom Tromey  <tromey@cambric>
2255         * automake.in:
2256         Cleaned up how "prog_SOURCES" variable is found in input.
2257         Ditto prog_OBJECTS.
2258         Put static sed scripts into separate, installed files.
2260         * Makefile.am (am_DATA): Include hack-make.sed and nl-remove.sed
2262         * hack-make.sed, nl-remove.sed: Initial revision
2264         * texinfos.am (install-info): Rewrote
2266         * subdirs.am (all-recursive): Put with other -recursive rules
2268         * configure.in: Version 0.20
2270         * automake.in: Another bug fix
2272         * automake.in: Bug fix when looking for texinfo.tex
2274         * texinfo.tex: Initial revision
2276         * automake.in:
2277         If TEXINFOS defined but texinfo.tex does not exist, give warning.
2279         * subdirs.am (all): Renamed from _all.  Now uses all-recursive
2280         (all-recursive): Don't fail immediately if -k specified.
2282 Mon Nov 20 22:48:03 1995  Tom Tromey  <tromey@cambric>
2284         * subdirs.am (_all):
2285         New target.  Now use Jim Meyering's formulation of AIX
2286         workaround.
2287         (install-exec, install-data): New targets
2289 Sat Nov 18 19:07:30 1995  Tom Tromey  <tromey@cambric>
2291         * remake.am (Makefile.in): automake "Makefile", not "Makefile.am"
2293         * automake.in: Use @datadir@
2295         * automake.in: Added @configure_input@ line
2297 Fri Nov 17 23:32:43 1995  Tom Tromey  <tromey@cambric>
2299         * automake.in: "--help" option now prints auto-recognized file names.
2300         Allow AM_ overriding of more variables.
2302         * texinfos.am (install-info):
2303         Don't cd to srcdir to avoid breaking install-sh
2304         Other bug fixes
2306         * Makefile.am: Handle automake.texi
2308 Thu Nov 16 18:43:43 1995  Tom Tromey  <tromey@cambric>
2310         * subdirs.am (all): Separated out due to AIX 3.2.5 bug.
2312         * tags.am (TAGS): bug fix
2314         * automake.in: Use am_dir, not AM_DIR.
2315         Use version, not VERSION.
2316         Bug fix in TAGS code.
2318         * Makefile.am (am_DATA): Include tags.am and tags-subd.am
2320         * subdirs.am: TAGS target now in tags.am
2322         * footer.am: TAGS and ID targets now in tags-subd.am
2324         * tags-subd.am, tags.am: Initial revision
2326         * automake.in: Cleaned up AM_PROGRAM code.
2327         Handle TAGS target better
2329         * remake.am, remake-subd.am (Makefile.in): Bug fix.
2331         * automake.in (usage): Updated
2333         * remake-subd.am, remake.am:
2334         Added rule where Makefile.in depends on Makefile.am
2336         * automake.in: Entire body of 'for' loop now in subshell
2338         * automake.in (common): config.guess and config.sub are common files.
2340         * dist-subd-top.am, dist.am (dist): Bug fix.
2342         * Makefile.am (DIST_OTHER): Don't include TODO
2344         * automake.in: Auto-include TODO and THANKS files.
2346         * dist-subd-top.am, dist.am (dist): Don't depend on DIST_DIRS
2348         * automake.in: More bug fixes in "look for Makefile.am" code.
2350         * automake.in: Bug fix in "look for Makefile.am" code.
2352         * automake.in:
2353         If no arguments given, look for all Makefile.am's in this
2354         directory and in immediate subdirs
2356         * automake.in: Bug fixes for LDADD-override feature.
2358         * program.am: Use @PROGRAM@_LDADD, and put after LDFLAGS
2360         * automake.in: Allow `prog_LDADD', if specified, to override LDADD.
2362         * automake.in: Use AM_PROGRAMS, not ALLPROGRAMS, and invert sense.
2364         * header-vars.am (ALL): Use PROGRAMS, not ALLPROGRAMS.
2366 Wed Nov 15 01:54:43 1995  Tom Tromey  <tromey@cambric>
2368         * automake.in: No longer look for _SOURCES or _OBJECTS
2370         * header-vars.am:
2371         Remove "automatically created" header (now in automake).
2372         Updated copyright.
2374         * automake.in: Put version info in Makefile header
2376 Tue Nov 14 23:38:17 1995  Tom Tromey  <tromey@cambric>
2378         * automake.in: Minor cleanups
2380         * dist-subd-top.am, dist.am (dist):
2381         Don't link or copy file if it already exists.
2383         * automake.in:
2384         Look for _SOURCES (common sources) and generate _OBJECTS.
2386         * footer.am (ID, TAGS): Include HEADERS
2388         * dist-vars.am, dist-subd-vars.am (DIST_FILES): Include HEADERS
2390 Mon Nov 13 22:20:02 1995  Tom Tromey  <tromey@cambric>
2392         * dist-subd.am (distdir): Is relative to ".."
2394         * dist-subd-vars.am (PACKAGE, VERSION): Define
2396         * dist-subd.am (dist): Don't handle DIST_DIRS.
2398         * mans.am (uninstall-man): Another bug fix.
2400         * mans.am (uninstall-man): Bug fix.
2402         * dist.am, dist-subd-top.am (dist): Bug fix
2404         * Makefile.am (DIST_SUBDIRS): New macro
2406         * dist-subd-top.am, dist.am (dist): Handle DIST_SUBDIRS
2408         * Makefile.am (DIST_OTHER): Include automake.in
2410         * Makefile.am (DISTCLEANFILES): New macro.
2412         * automake.in (common): Include COPYING.LIB
2414         * Makefile.am (automake): New rule.
2416         * texinfos.am (install-info): Changed per GNU standards
2418         * remake-hdr.am (stamp-h.in):
2419         Use "touch", not "date", per GNU standards.
2421         * automake.in (common): Include texinfo.tex
2423 Sun Nov 12 23:59:08 1995  Tom Tromey  <tromey@cambric>
2425         * automake.in: More fixes when finding common files.
2427         * Makefile.am (DIST_OTHER): Another removal.
2429         * automake.in: Special-case when amdir=.
2431         * Makefile.am (DIST_OTHER): Removed auto-detected files.
2433         * automake.in:
2434         Search for commonly-used files and auto-include them in distribution
2436         * dist-vars.am (DIST_FILES): Include DIST_COMMON.
2437         (DIST_CONF): Removed files searched for by automake.
2439         * automake.in: More arg-parsing bug fixes.
2441         * Makefile.am (DIST_OTHER): Include install-sh
2443         * Makefile.am (DIST_OTHER): Don't include auto-included files.
2445         * automake.in: Bug fixes to argument parsing code.
2447         * automake.in: Handle --version and --help.
2448         NLS stuff from autoconf.
2450         * Makefile.am (amdatadir): Fixed typo.
2451         (install): Make install directories
2453         * Makefile.am: Use "install::", not "install:"
2455         * install-sh, mkinstalldirs: Initial revision
2457         * configure.in: Use AC_PROG_INSTALL
2459         * automake.in: Set AM_DIR based on configure results.
2461         * Makefile.am (install): New target.
2462         (amdatadir): New variable.
2464         * automake.in: Use "#! /", not "#!/".
2466         * Makefile.am, configure.in: Initial revision
2468         * automake.in: Renamed from "automake".
2469         Set VERSION.
2471         * dist.am (PACKAGE, VERSION): Now in dist-vars.am
2473         * automake.in: Insert remake-subd.am if appropriate.
2475         * subdirs.am (TAGS): Include $(CONFIG_HEADER) when making tags.
2477         * automake.in: Handle ALLPROGRAMS variable.
2479         * header-vars.am (ALL): Use ALLPROGRAMS, not PROGRAMS.
2481         * automake.in: Fixlet when printing "subdir=DIR"
2483         * automake.in: Put "subdir=DIR" into subdir Makefile
2485         * automake.in: Don't refer to distname.am.
2486         Only put footer.am in subdir Makefiles.
2488         * subdirs.am (id, ID): New target.
2489         (.NOEXPORT): Copied from footers.am.
2491         * subdirs.am (TAGS): Bug fixes.
2493         * subdirs.am (TAGS): Don't fail if a subdir doesn't have TAGS target.
2495         * subdirs.am (maintainer-clean-local): Remove TAGS
2497         * subdirs.am (TAGS): Make tags file that includes all subdir tags files
2499         * subdirs.am: Use maintainer-clean, per GNU standards
2501         * dist-subd-top.am: Some variables defined in dist-vars.am
2503         * dist-vars.am (PACKAGE, VERSION):
2504         New variables, initialized by configure
2506         * footer.am (id, ID): New targets
2507         (TAGS): Put TAGS file in build, not source, directory
2509         * remake-subd.am (Makefile): Don't assume subdir is 'src'
2511         * dist.am: Changed to assume PACKAGE and VERSION are set by configure.
2513         * dist-subd.am: Changed to conform to new top-level dist target.
2515         * dist-subd-top.am:
2516         Changed to assume PACKAGE and VERSION are set by configure.
2518         * clean-kr.am, clean.am (maintainer-clean):
2519         Updated rules per GNU standards.
2521         * clean.am, clean-kr.am (maintainer-clean): Renamed from realclean.
2523 Sat Nov  5 14:39:50 1994  djm  <djm@cambric>
2525         * automake.in, texinfos.am: kludge for multiple-part info files
2527 Thu Nov  3 13:33:44 1994  djm  <djm@cambric>
2529         * clean.am, clean-kr.am: remove INFOS
2531 Wed Nov  2 06:15:42 1994  djm  <djm@cambric>
2533         * texinfos.am: add path
2535         * remake.am, remake-hdr.am: account for VPATH limitations
2537 Mon Oct 24 23:01:59 1994  djm  <djm@cambric>
2539         * automake.in, dist-subd-top.am, dist-subd.am, dist.am, header-vars.am, libprograms.am, programs.am:
2540         handle SCRIPTS and LIBSCRIPTS similar to PROGRAMS
2542 Sun Oct 23 01:50:41 1994  djm  <djm@cambric>
2544         * texinfos.am: install-info depends on info files
2546         * dist-subd-vars.am, dist-vars.am: distrib info files
2548 Sun Oct  2 02:03:06 1994  djm  <djm@cambric>
2550         * clean-kr.am, clean.am: fix up distclean
2552         * subdirs.am: fix typo
2554         * clean.am: do more in distclean
2556 Sat Oct  1 23:52:51 1994  djm  <djm@cambric>
2558         * libraries.am: make install depend on all
2560         * automake.in: fix typo
2562 Wed Sep 28 21:15:26 1994  djm  <djm@cambric>
2564         * dist-subd-vars.am, dist-vars.am, header-vars.am: fix doc bugs
2566         * automake.in, compile-vars.am, dist.am: fix dist for no subdirs
2568         * dist-subd-top.am: Initial revision
2570         * automake.in, header-vars.am, libraries-vars.am, mans-vars.am, texinfos-vars.am:
2571         centralize prefix var setting
2573         * header-vars.am: set all the std vars based on prefix
2575 Tue Sep 27 01:32:22 1994  djm  <djm@cambric>
2577         * automake.in: don't add kr stuff if not needed
2579         * dist-vars.am: add config vars to dist
2581 Mon Sep 26 23:09:09 1994  djm  <djm@cambric>
2583         * program.am: add LDADD
2585         * compile-vars.am: remove LDADD from LDFLAGS
2587         * clean.am: move knr stuff to another file
2589         * automake.in: use different clean file for ansi2knr
2591         * clean-kr.am: Initial revision
2593 Thu Sep 22 03:45:02 1994  djm  <djm@cambric>
2595         * automake.in, dist-subd.am, dist.am: fix rules and dist
2597 Tue Sep 20 21:29:40 1994  djm  <djm@cambric>
2599         * compile.am, automake.in: split out knr
2601         * compile-kr.am: Initial revision
2603         * libprograms.am: fix typo
2605         * automake.in, clean.am, compile-vars.am, header-vars.am, libprograms.am:
2606         make libprograms work
2608         * libprograms.am: Initial revision
2610         * automake.in, compile.am, header-vars.am: fix little bugs
2612         * compile.am: allow parallel K&R
2614         * clean.am: remove kerb temps
2616         * automake.in: fix recognizing start of rules
2618         * dist-subd.am, dist.am: fix dist
2620         * automake.in, compile.am, footer.am, texinfos.am: fix ansi2knr
2622 Mon Sep 19 23:39:21 1994  djm  <djm@cambric>
2624         * automake.in: works on m4 too
2626         * automake.in, mans.am: works on fileutils
2628         * 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:
2629         works on fileutils except for all
2631         * automake.in: vars thing
2633         * header-vars.am: Initial revision
2635         * texinfos-vars.am, mans-vars.am, libraries-vars.am, dist-vars.am, dist-subd-vars.am:
2636         entered into RCS
2638         * compile-vars.am: Initial revision
2640         * automake.in: many improvements
2642         * footer.am: Initial revision
2644         * dist.am: remove distname
2646         * automake.in: namespace cleanup
2648         * distname.am: Initial revision
2650         * 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:
2651         might work
2653         * 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:
2654         Initial revision