better grammar in missing
[automake.git] / ChangeLog
blobea5c6e75f0fed3c64e30adabfcafdd01f995dbbb
1 Sun May 11 13:59:14 1997  Tom Tromey  <tromey@cygnus.com>
3         * missing: Regularized grammar.  From François Pinard.
5 Sat May 10 16:48:47 1997  Tom Tromey  <tromey@cygnus.com>
7         * Released 1.1p.
9         * m4/init.m4: Error if source directory already configured.
11         * automake.in (scan_dependency_file): Always use srcdir name as
12         passed in on command line.
14 Thu May  1 12:53:46 1997  Ian Lance Taylor  <ian@cygnus.com>
16         * automake.in (value_to_list): Don't fail when a variable
17         substitution is not a complete word.
19 Tue May  6 15:22:41 1997  Ian Lance Taylor  <ian@cygnus.com>
21         * subdirs.am: Fix check for make -k to use $(MAKEFLAGS) and to not
22         get fooled by command line arguments.
24 Sat May 10 15:48:46 1997  Tom Tromey  <tromey@cygnus.com>
26         * m4/ccstdc.m4: Print "none needed" if compiler accepts ANSI C by
27         default.
29 Mon May  5 23:24:09 1997  Tom Tromey  <tromey@cygnus.com>
31         * mkinstalldirs, config.guess, config.sub, COPYING, texinfo.tex:
32         New versions from FSF.
34 Sun May  4 15:21:22 1997  Tom Tromey  <tromey@cygnus.com>
36         * texinfos.am (install-info): Avoid the Debian install-info.
37         (uninstall-info): Likewise.
39         * automake.in (handle_single_transform_list): Strip any directory
40         name before processing name.
42 Thu May  1 19:24:08 1997  Tom Tromey  <tromey@cygnus.com>
44         * depend2.am (.deps/%.P): Don't put $(srcdir)/ into dependency.
46 Wed Apr 30 19:15:47 1997  Tom Tromey  <tromey@cygnus.com>
48         * automake.in (handle_dist_worker): Change how top_distdir is
49         computed.  Based on patch from Ian Taylor.
50         (handle_dist): Define top_distdir.
52         * automake.in (handle_yacc_lex_cxx): Include CXXFLAGS in CXXLINK.
53         (handle_yacc_lex_cxx): Include CFLAGS in LINK.
55 Wed Apr 30 14:46:37 1997  Ian Lance Taylor  <ian@cygnus.com>
57         * automake.in (handle_dist_worker): When building a distribution,
58         if SUBDIRS is defined conditionaly, recur into each possible
59         subdirectory.
61         * clean.am (distclean-generic): Remove stamp-h[0-9]*.
63 Tue Apr 29 19:11:45 1997  Tom Tromey  <tromey@cygnus.com>
65         * INSTALL, mkinstalldirs, install-sh: Update from François
66         Pinard.
68         * aclocal.in (add_macro): If AC_ macro was defined, then mark it
69         as seen.  Report from Janos Farkas.
71         * subdirs.am: Clean targets now run in reverse order.  From Kevin
72         Dalley.
74         * automake.in (handle_texinfo): Put `aminfo', not `info' on
75         @clean.
77         * mdate-sh: New version from Ulrich Drepper.
79 Mon Apr 28 01:18:05 1997  Tom Tromey  <tromey@cygnus.com>
81         * automake.in (handle_configure): Makefile only depends on
82         BUILT_SOURCES when generating dependencies.
84         * Released 1.1o.
86 Sun Apr 27 23:58:20 1997  Tom Tromey  <tromey@cygnus.com>
88         * automake.in (handle_dist): Use variable_value, not
89         variable_contents.
91 Wed Apr 23 14:04:28 1997  Ian Lance Taylor  <ian@cygnus.com>
93         * automake.in (IF_PATTERN): Define.
94         (ELSE_PATTERN, ENDIF_PATTERN): Define.
95         (AM_CONDITIONAL_PATTERN): Define.
96         (%configure_cond): New global hash table.
97         (handle_source_transform): If xx_SOURCES is defined conditionally,
98         define xx_OBJECTS using the same conditions.
99         (handle_lib_objects): If variable is defined conditionally, define
100         xx_DEPENDENCIES conditionally.  Most code moved into subroutine.
101         (handle_lib_objects_cond): New function, broken out of
102         handle_lib_objects.
103         (scan_one_configure_file): Look for $AM_CONDITIONAL_PATTERN.
104         (conditional_true_when): New function.
105         (variable_defined): Add new parameter: cond.  Change some
106         callers.
107         (variable_conditions): New function.
108         (variable_conditionally_defined): New function.
109         (variable_value): New function.  Change most uses of $contents to
110         call variable_value instead.
111         (value_to_list): New function, from variable_value_as_list.
112         (variable_value_as_list): Add new parameter: cond.  Change all
113         callers.  Move some code into subroutine value_to_list.
114         (define_pretty_variable): Add new parameter: cond.  Change call
115         callers.
116         (read_am_file): Handle conditionals.
117         (initialize_per_input): Initialize %conditional and
118         @conditional_stack.
119         * m4/cond.m4: New file.
120         * m4/Makefile.am (m4data_DATA): Add cond.m4.
122 Sun Apr 27 11:03:36 1997  Tom Tromey  <tromey@cygnus.com>
124         * automake.in (handle_dist_worker): Run automake once per
125         directory, instead of once at the top.
126         (handle_dist_worker): Changed interface.
127         (handle_dist): Likewise.
128         (generate_makefile): Better error message if can't write the
129         file.
130         (handle_dist_worker): Pass top_distdir to subdir makes.
132         * automake.in (handle_dist_worker): Use mode 777 on directories in
133         distribution.  GNU Standards compliance.
135         * automake.in (handle_yacc_lex_cxx): Don't use interlock.
136         (output_yacc_build_rule): Don't use interlock; just use new ylwrap
137         instead.  The new ylwrap builds in a subdir; idea from Mark
138         Eichin.
139         (output_lex_build_rule): Likewise.
140         (initialize_global_constants): [common_files] Don't include
141         interlock.
143         * Makefile.am (pkgdata_SCRIPTS): Removed interlock.
144         * interlock: Removed.
145         * ylwrap: Changed interface.  Now runs command in subdir.
147         * remake.am (config.status): Look in srcdir for config header.
148         ($(srcdir)/configure): Likewise.
149         * remake-hdr.am (@STAMP@): Look in srcdir for config header.  From
150         Phil Nelson.
151         ($(srcdir)/@CONFIG_HEADER_IN@): Likewise.
153         * automake.in (handle_aclocal_m4): Make target $(ACLOCAL_M4), not
154         value spelled out.  From Phil Nelson
156         * automake.in (handle_configure): Don't skip Makefiles; instead
157         skip automake inputs.
158         (handle_merge_targets): Changed interface; put $makefile at
159         beginning of @all (rather than Makefile at end).
161         * automake.in (handle_yacc_lex_cxx): Correctly compute
162         de_ansi_sources.
164         * clean-kr.am (distclean-kr): Do nothing; ansi2knr is removed in
165         kr-extra.am.
167         * Makefile.am: Check to make sure there are no accidental
168         configure substitutions.
170         * automake.in (handle_texinfo): Don't allow configure substitution
171         on @MAKEINFO@ here.
173         * automake.in (handle_yacc_lex_cxx): ._c and ._o files both depend
174         on $(ANSI2KNR).
176         * kr-extra.am (ansi2knr): Removed.
177         (ansi2knr.o): Likewise.
179         * automake.in (get_object_extension): Allow ansi2knr to be built
180         from any directory.
182 Fri Apr 25 12:33:23 1997  Tom Tromey  <tromey@cygnus.com>
184         * missing: Changed bison text.  From Ian Taylor.
186         * m4/missing.m4: Redirect stdin of testee.  From Bill Fenner.
188         * automake.in (output_yacc_build_rule): Generate rule to create .h
189         file.
190         (handle_footer): Generate unique, sorted list of suffixes.
192         * automake.in (scan_one_configure_file): Recognize AC_PROG_AWK,
193         _CPP, _CXCPP, _LN_S.  From Ralph Schleicher.
195 Mon Apr 21 12:35:57 1997  Ian Lance Taylor  <ian@cygnus.com>
197         * automake.in (@config_fullnames): New array.
198         (@config_names): New array, replacing $config_name.
199         (@config_headers): New array, replacing $config_header.
200         (get_object_extension): Handle multiple header files.
201         (handle_tags, handle_merge_targets): Likewise.
202         (scan_one_configure_file): Likewise.
203         (handle_configure): Likewise.  Don't check for the configuration
204         header file in AC_OUTPUT; it won't be there.
205         * remake-hdr.am: Handle multiple header files.
206         * clean-hdr.am: New file, broken out of remake-hdr.am.
207         * m4/header.m4: Handle multiple header files.
208         * Makefile.am (pkgdata_DATA): Add clean-hdr.am.
210 Wed Apr 16 00:05:47 1997  Tom Tromey  <tromey@cygnus.com>
212         * texinfos.am (.texi.info, .texi, .texinfo.info, .info): Remove
214         * automake.in (define_program_variable): Added `override' argument.
215         (handle_texinfo): Pass override arg when defining MAKEINFO.
216         (AC_MISSING_PROG): New constant.
217         (scan_one_configure_file): Use it.
219 Tue Apr 15 12:12:28 1997  Tom Tromey  <tromey@cygnus.com>
221         * automake.in (handle_texinfo): In --cygnus mode, reserve
222         clean-info for the user.
224         * automake.in (handle_subdirs): Typo fix.  From Akim Demaille.
226         * automake.in (handle_tags): Only use SUBDIRS if it is actually
227         defined.  Report from Ian Taylor.
229         * tags.am: Added prefix to SUBDIRS rules.
231 Wed Apr  9 17:09:40 1997  Tom Tromey  <tromey@cygnus.com>
233         * automake.in (handle_ltlibraries): Use correct rpath
234         substitution.  Bug from Jim Blandy.
236 Mon Apr  7 17:40:18 1997  Tom Tromey  <tromey@cygnus.com>
238         * automake.in (AM_INIT_AUTOMAKE_PATTERN): Fixed for new 3rd arg.
239         Test version2.test.
241 Thu Apr  3 19:07:59 1997  Tom Tromey  <tromey@cygnus.com>
243         * Released 1.1n.
245         * tags.am (TAGS): Run "cd && etags" in subshell for proper
246         associativity.
248         * texinfos.am (install-info-am): If --cygnus, then info file can
249         be in build dir.  From David Zaroski.
251         * ltlibrary.am (@LTLIBRARY@): use @RPATH@, not explicit -rpath.
253         * automake.in (handle_ltlibraries): Treat EXTRA_ libraries
254         specially.
256 Wed Apr  2 00:03:50 1997  Tom Tromey  <tromey@cygnus.com>
258         * automake.in (handle_source_transform): Don't generate dependency
259         on config.h.
260         (scan_dependency_file): Strip the .P file from the target.
262         * automake.in (handle_tags): Use single, not double, quotes when
263         setting list variable.
265         * data.am, header.am, libs.am, lisp.am, ltlib.am, progs-clean.am,
266         progs.am, scripts.am, tags.am: Use single quotes to fill list
267         variable; otherwise `$' in filename will not work.  From Per
268         Bothner.
270         * mdate-sh: Use "ls -d" so mdate-sh can be run on a directory.
271         From Bruno Haible.
273         * automake.in (handle_programs): Error if LIBADD used where LDADD
274         meant.
275         (handle_libraries): Error if LDADD used where LIBADD meant.
276         (handle_ltlibraries): Likewise.
278 Tue Apr  1 22:46:33 1997  Tom Tromey  <tromey@cygnus.com>
280         * automake.in (check_canonical_spelling): New sub.
281         (handle_programs): Use it.
282         (handle_libraries): Likewise.
283         (handle_ltlibraries): Likewise.
285 Mon Mar 31 12:13:08 1997  Tom Tromey  <tromey@cygnus.com>
287         * depend2.am (.deps/%.P): Make .P file depend on everything the .c
288         file includes.
290 Fri Mar 28 23:34:49 1997  Tom Tromey  <tromey@cygnus.com>
292         * automake.in (handle_configure): Error if stamp-h appears in
293         AC_OUTPUT line.
295 Thu Mar 27 17:28:47 1997  Tom Tromey  <tromey@cygnus.com>
297         * automake.in (handle_dist_worker): Avoid automake rules in
298         generated Makefile when no-dependencies specified.  From Greg
299         Woods.
301         * m4/lispdir.m4: Don't AC_SUBST ELCFILES.  From Greg Woods.
303         * texi-vers.am (stamp-@VTI@): Make commands silent.
305         * Makefile.am (maintainer-check): "true" is ok now.
307         * m4/init.m4: Added optional 3rd argument, which avoids
308         AC_DEFINE.
310         * automake.in (scan_one_configure_file): Explicitly avoid
311         INSTALL_SCRIPT to avoid defining it twice.
313         * header-vars.am: Change _INSTALL variable definitions to `true'.
314         Updated all users to put `@' before invocation.
316 Tue Mar 25 22:09:45 1997  Tom Tromey  <tromey@cygnus.com>
318         Update to follow GNU Standards:
319         * automake.in (handle_man_pages): Use NORMAL_UNINSTALL before
320         uninstall-man.
321         * texinfos.am (uninstall-info): Use two loops, and have
322         PRE_UNINSTALL before running install-info.
323         * data.am, header.am, libs.am, lisp.am, ltlib.am, progs.am,
324         scripts.am, texinfos.am: Use NORMAL_UNINSTALL.
325         * header-vars.am (PRE_UNINSTALL, POST_UNINSTALL,
326         NORMAL_UNINSTALL): Define.
328         * automake.in (scan_one_configure_file): Don't define ANSI2KNR as
329         a configure varriable.
331         * m4/missing.m4: Run test in a subshell.  From Gord Matzigkeit.
333 Mon Mar 24 23:28:59 1997  Tom Tromey  <tromey@cygnus.com>
335         * m4/sanity.m4: Sleep before creating temp file.
337         * header-vars.am (NORMAL_INSTALL, PRE_INSTALL, POST_INSTALL):
338         Define.
340 Sat Mar 22 00:06:00 1997  Tom Tromey  <tromey@cygnus.com>
342         * automake.in (am_install_var): Make sure to delete
343         CYGWIN/NOTCYGWIN tokens as appropriate.
344         (handle_programs): Remove NOTCYGWIN tokens as well.
345         (file_contents_with_transform): A single newline makes an empty
346         line.
348         * program.am: Remove executable before linking.
350         * texinfos.am (.texi.dvi): Look in @TEXINFODIR@ for texinfo.tex.
351         (.texinfo.dvi): Likewise.
353         * automake.in (handle_texinfo): TEXINFO_TEX variable can set
354         location of texinfo.tex.
356 Fri Mar 21 10:22:51 1997  Tom Tromey  <tromey@cygnus.com>
358         * texinfos.am (.texinfo.dvi): Mirror .texi.dvi.
360         * ansi2knr.c, ansi2knr.1: New versions from L. Peter Deutsch.
362         * scripts.am: Add @EXEEXT@ to installed scripts.
364 Wed Jan 22 20:12:31 1997  Jim Meyering  <meyering@na-net.ornl.gov>
366         * m4/mktime.m4 (AM_FUNC_MKTIME): Run tests for each of a few values
367         for the TZ environment variable.  Andre Novaes Cunha provided the
368         hairy TZ setting that exercized the Solaris tzset bug.
370 1997-01-22  Paul Eggert  <eggert@twinsun.com>
372         * m4/mktime.m4: (AM_FUNC_MKTIME): Fix bug in mktime test -- don't
373         test now, test a couple of thousand times.
375 Thu Mar 20 00:16:54 1997  Tom Tromey  <tromey@cygnus.com>
377         * automake.in (handle_programs): Remove CYGWIN lines unless
378         AM_CYGWIN32 seen.
379         (am_install_var): Remove CYGWIN lines from -clean file as well.
381         * progs.am: Put @EXEEXT@ where appropriate.
383         * program.am (@PROGRAM@): If using Cygwin32, then create actual
384         name in addition to ".exe" name.
386         * progs-clean.am (clean-@DIR@PROGRAMS): Conditionalize on CYGWIN.
388         * automake.in (check_cygnus): Require AM_CYGWIN32 in --cygnus mode.
389         (am_install_var): If AM_CYGWIN32 not seen, then remove @EXEEXT@
390         from .am files.
392         * automake.in (seen_cygwin32): New global.
393         (scan_one_configure_file): Check for AM_CYGWIN32.
395         * m4/cygwin.m4: New file.
397         * automake.in (scan_one_configure_file): Explicitly handle
398         AC_CONFIG_HEADER so we can avoid spurious warnings.
399         (obsolete_macros): Removed AC_CONFIG_HEADER.
401         * automake.in (handle_yacc_lex_cxx): Perl 4 fixes.  From Greg
402         A. Woods.
404 Wed Mar 19 00:35:13 1997  Tom Tromey  <tromey@cygnus.com>
406         * Released 1.1m.
408         * m4/missing.m4: Print message saying what is happening.
410         * m4/sanity.m4: sleep before testing.
412 Tue Mar 18 17:20:03 1997  Tom Tromey  <tromey@cygnus.com>
414         * config.guess, config.sub: New from the FSF.
416         * automake.in (initialize_global_constants): [common_files]
417         Include `missing'.
418         (scan_configure): Require `missing'.
420         * header-vars.am (MAKEINFO): Don't define.
422         * m4/init.m4 (missing_dir): Use AM_MISSING_PROG.
423         * m4/missing.m4: New file.
425         `missing' changes from François Pinard:
426         * Everywhere: Use ACLOCAL_M4 to name aclocal.m4 file; ACLOCAL now
427         names aclocal program.
428         * m4/init.m4: Replace programs with `missing' if not found.
429         * automake.in (handle_texinfo): Define MAKEINFO as @MAKEINFO@.
430         (AC_CHECK_PATTERN): Check for alphanumeric names only.
431         (handle_aclocal_m4): Use ACLOCAL, not aclocal.
432         * Makefile.am (pkgdata_SCRIPTS): Include missing.
433         * missing: New file.
435         * automake.in (target_defined): New sub.
436         (handle_footer): Error if target .SUFFIXES used.
438 Sun Mar 16 14:33:41 1997  Tom Tromey  <tromey@cygnus.com>
440         * automake.in (handle_lib_objects): Set seen_c_source to line
441         number.
442         (handle_yacc_lex_cxx): Use seen_c_source as line number.
443         (am_line_error): Line of -1 means skip line-number check.
445         * automake.in (read_am_file): Change to keep perl -w quiet.
446         (check_typos): Removed extra check of EXTRA_ containing config
447         subs.
449 Mon Mar 10 23:17:19 1997  Tom Tromey  <tromey@cygnus.com>
451         * remake-hdr.am (stamp-h): Set CONFIG_HEADERS to
452         $(CONFIG_HEADER_FULL).
453         * automake.in (handle_configure): Define CONFIG_HEADER_FULL.
455         * automake.in (handle_lib_objects): Set seen_c_source as
456         appropriate.  From Alexander V. Lukyanov.  Test cxxlibobj.test.
458 Sat Mar  8 22:54:35 1997  Tom Tromey  <tromey@cygnus.com>
460         * texinfo.tex: New version.
462         * automake.in (handle_emacs_lisp): If EMACS is `no', then we
463         couldn't find an Emacs.  So don't bother running elisp-comp.  From
464         Ulrich Drepper.
466         * automake.in (handle_texinfo): Added .tr and .cv to list of
467         texinfo clean extensions.  From Karl Berry.
469 Fri Feb 28 22:14:53 1997  Tom Tromey  <tromey@cygnus.com>
471         * Makefile.am: Make sure we never use "undef".
473         * automake.in (usage): Changed bug-reporting address.
474         (handle_dist): Use undef, not delete.
476 Wed Feb 26 08:41:11 1997  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
478         * automake.in (%obsolete_macros): Reintroduce, with hints for what
479         to do to upgrade the support.
481         * automake.in, ltlib-clean.am, ltlib.am, ltlibrary.am: Revamped
482         libtool support to use the _LTLIBRARIES primary.
484 Wed Feb 26 00:20:39 1997  Tom Tromey  <tromey@cygnus.com>
486         * automake.in (handle_tags): In default case, add @tags_deps to
487         dependencies of tags target.
489 Tue Feb 25 23:46:29 1997  Tom Tromey  <tromey@cygnus.com>
491         * automake.in (handle_tests): If a test failed, then make should
492         fail.  From Jim Meyering.
494 Mon Feb 24 19:02:21 1997  Tom Tromey  <tromey@cygnus.com>
496         * texi-vers.am (@VTEXI@): Copy stamp file into output.
498 Sun Feb 23 00:10:36 1997  Tom Tromey  <tromey@cygnus.com>
500         * automake.in (handle_programs): Give correct error line for lex
501         error.
502         (am_line_error): Avoid uninitialized value errors from perl -w.
504         * aclocal.in (scan_m4_files): Fixed perl -w warning.
506         * texinfos.am (.texi, .texinfo): New targets.
508         * automake.in (scan_texinfo_file): Renamed.
509         (handle_texinfo): Handle files without ".info" extension.
511         * automake.in (handle_subdirs): Error if directory contains "/".
512         (handle_yacc_lex_cxx): Quoting fix.
513         (handle_single_transform_list): Use transformed (non-ansi) version
514         of $obj instead of explicit ".o".  From Gord Matzigkeit.
516         * m4/sanity.m4: Pass -L to ls if possible.
518 Sat Feb 22 15:22:31 1997  Tom Tromey  <tromey@cygnus.com>
520         * dist-vars.am (DISTFILES): Don't distribute MANS.
522         * automake.in (handle_dist): Use define_variable to define TAR,
523         GZIP.
524         (handle_dist): Pass GZIP in environment to tar.
525         (initialize_global_constants): Likewise.
527         From Kaveh Ghazi:
528         * m4/protos.m4: Don't put any dependencies on AC_C_INLINE or
529         AC_C_CONST.
530         * m4/ccstdc.m4: Force AM_PROG_CC_STDC to come before AC_C_INLINE
531         or AC_C_CONST.
533 Fri Feb 21 00:39:17 1997  Tom Tromey  <tromey@cygnus.com>
535         From The Crimson Binome:
536         * automake.in (handle_yacc_lex_cxx): Handle C++ yacc/lex source.
537         (output_yacc_build_rule): New sub for C++ yacc/lex.
539         * automake.in (my_glob): New sub.
540         (handle_dependencies): Use my_glob.
541         (handle_aclocal_m4): Scan ACLOCAL_AMFLAGS for dependencies.
543         * ltlibs.am, lisp.am, libs.am, header.am, data.am, progs.am,
544         scripts.am, texinfos.am: Add leading space to echo.
546         * automake.in (handle_texinfo): Added .tps and .vrs to list of TeX
547         endings.  From Jim Blandy.
548         (install_man_format): Make rule silent; instead print actual
549         command.
551 Tue Feb  4 18:29:42 1997  Tom Tromey  <tromey@cygnus.com>
553         * dist-vars.am (TAR): Removed.
554         * automake.in (TAR): New variable.
555         (handle_dist): Explicitly define TAR.
556         * configure.in: Compute TAR.
558         * automake.in (handle_lib_objects): Put @ALLOCA@ on @dep_list, not
559         @dep_files.
560         (AC_SUBST_PATTERN): Typo fix.
561         (handle_aclocal_m4): Use ACLOCAL_AMFLAGS.
562         (handle_clean): Put -recursive target before -am target.
563         (handle_merge_targets): Put basename of $config_name on @all.
564         Test confsub.test.  From Ramón García Fernández.
566 Tue Jan 28 22:19:04 1997  Tom Tromey  <tromey@cygnus.com>
568         * automake.in (initialize_global_constants): Put libtoolize files
569         into @common_files, not @common_sometimes.  From Gord Matzigkeit.
571 Sun Jan 26 17:46:08 1997  Tom Tromey  <tromey@cygnus.com>
573         * texinfos.am (.texi.info): If --cygnus, set -I $(srcdir).  From
574         Per Bothner.
576 Sun Jan 12 18:28:16 1997  Fred Fish  (fnf@ninemoons.com)
578         * automake.in: Use 'interlock' and 'ylwrap' from source
579         directory or aux config directory, not build directory.
581 Tue Jan  7 18:35:10 1997  Tom Tromey  <tromey@cygnus.com>
583         * aclocal.in (parse_arguments): Handle -I.
584         (usage): Ditto.
585         (scan_m4_files): Ditto.
587         * automake.in (handle_single_transform_list): Don't give error
588         message if extension unrecognized.
590 Tue Dec 17 11:18:20 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
592         * m4/header.m4 (AM_CONFIG_HEADER): Check for $CONFIG_HEADERS, not
593         $CONFIG_HEADER.
595 Tue Jan  7 17:59:26 1997  Tom Tromey  <tromey@cygnus.com>
597         * automake.in (scan_one_configure_file): AM_INIT_GUILE_MODULE runs
598         AM_PROG_INSTALL, not AC_PROG_INSTALL.  From Jim Blandy.
599         (handle_texinfo): Handle no-texinfo.tex option.
600         (handle_options): Ditto.
602 Thu Jan  2 14:16:17 1997  Tom Tromey  <tromey@cygnus.com>
604         * automake.in (am_install_var): Ignore EXTRA libtool libraries.
605         From Marius Vollmer.
607 Wed Dec 18 15:27:09 1996  Tom Tromey  <tromey@cygnus.com>
609         * automake.in (read_am_file): Sort configure_vars before adding to
610         output_vars.
611         (handle_yacc_lex_cxx): Sort de_ansi_objects.
612         (handle_man_pages): Sort %section keys.
614 Tue Dec 10 00:41:17 1996  Tom Tromey  <tromey@cygnus.com>
616         * automake.in (AC_SUBST_PATTERN): Check for alphanumeric variable
617         names only.  Test subst.test.
618         (scan_one_configure_file): Skip AC_DEFUN lines.  Test
619         defun2.test.
621 Mon Dec  9 08:18:42 1996  Tom Tromey  <tromey@cygnus.com>
623         * automake.in (file_contents_with_transform): Use ne, not !=, to
624         compare strings.  Compare against correct string.  From Jim
625         Meyering.
626         (handle_texinfo): Use rm -f to remove info files.  From Gord
627         Matzigkeit.
629         * Released 1.1l.
631         * automake.in (handle_texinfo): Put .ps on @suffixes.
633 Sun Dec  8 12:29:52 1996  Tom Tromey  <tromey@cygnus.com>
635         * automake.in (am_install_var): Directory with 'exec' in its name
636         is installed by install-exec.
638         * subdirs.am (maintainer-clean-recursive): Make commands quiet.
639         * texinfos.am: Make commands quiet.
640         * scripts.am: Make commands quiet.
641         * progs.am: Make commands quiet.
642         * ltlibs.am: Make comamnds quiet.
643         * lisp.am: Make commands quiet.
644         * libs.am: Make commands quiet.
645         * header.am: Make commands quiet.
646         * data.am: Make commands quiet.
648         * automake.in (variable_value_as_list): Handle := substitution
649         references.
650         (am_conf_line_error): Take file argument.  Changed all callers.
651         (scan_one_configure_file): Skip config header of [$1].
652         (scan_dependency_file): Don't add top_builddir to regex if it is
653         ".".  Don't include top_builddir in output if it is ".".
654         (scan_one_configure_file): Skip version of [$2].
656 Sat Dec  7 11:34:39 1996  Tom Tromey  <tromey@cygnus.com>
658         * automake.in (scan_one_configure_file): New sub.
659         (scan_configure): Scan aclocal.m4 as well as configure.in.
660         (handle_configure): Makefile.in now depends on $(ACLOCAL), because
661         automake scans it.
663         * automake.in (handle_configure): Put full path to file onto
664         @rewritten_inputs.  Test output4.test.
666         * automake.in (handle_configure): Put proper name onto @inputs.
667         Test output3.test.
669         * automake.in (handle_configure): Pass correct args to automake
670         invocations.  Test remake2.test.
672         * automake.in (handle_configure): Check dirname of $file, not of
673         $local.  Test output2.test.
675         * automake.in (handle_dependencies): Added some missing ";"s in
676         transforms.
677         (get_object_extension): Ditto.
678         (handle_tags): Ditto.
679         (handle_tests): Ditto.
680         (read_am_file): Ditto.
681         (am_install_var): Ditto.
682         (file_contents_with_transform): Die if transform missing trailing
683         ";".
685         * automake.in (am_install_var): Quote $ in regexp substitution.
686         From Ulrich Drepper.
688 Fri Dec  6 18:54:10 1996  Tom Tromey  <tromey@cygnus.com>
690         * automake.in (handle_configure): Require actual input files, not
691         rewritten input files.  From Ulrich Drepper.
693 Thu Dec  5 02:52:20 1996  Tom Tromey  <tromey@cygnus.com>
695         Suggestion from Mark Galassi:
696         * texinfos.am (DVIPS): New macro.
697         (.dvi.ps): New rule.
699         * automake.in (handle_dependencies): Check to make sure
700         --build-directory specified before searching for .P files.
701         (handle_configure): Correctly handle ":" syntax when running
702         config.status.
704         * remake.am: Removed rules to regenerate Makefile and Makefile.in;
705         now handled by handle_configure.
707         * remake-subd.am: Removed.
709         * automake.in (scan_configure): Handle multiple ":"s in AC_OUTPUT
710         arg.
711         (parse_arguments): Ditto.
712         (handle_configure): Ditto.
713         (%other_output_files): Removed.
714         (rewrite_inputs_into_dependencies): New sub.
715         (handle_configure): Use it.
716         (handle_configure): Ditto.
718         From Gord Matzigkeit:
719         * automake.in (generate_makefile): Handle ":" in AC_OUTPUT arg.
720         (handle_configure): Ditto.
722         * automake.in (handle_single_transform_list): .S is assembly
723         source.  From Anthony Green.
725         * automake.in (handle_single_transform_list): Correctly rewrite
726         C++ and Fortran source to objects ending in ".o".  Test
727         cxxo.test.
729         * automake.in: Better error message if file missing.
731         * aclocal.in (@obsolete_macros): ud_GNU_GETTEXT is obsolete.
732         * automake.in (handle_gettext): Use AM_GNU_GETTEXT, not
733         ud_GNU_GETTEXT.
734         (scan_configure): Ditto.  ud_GNU_GETTEXT is now obsolete.
736 Wed Dec  4 00:41:23 1996  Tom Tromey  <tromey@cygnus.com>
738         * automake.in (scan_configure): Skip empty elements when adding to
739         libsources.  Perl 4 bug reported by Greg A Woods.
741         * Makefile.am (perl4-check): New target.
742         (cvs-dist): Run perl4-check.
744         Perl 4 fixes.  Reported by Greg A. Woods:
745         * automake.in (file_contents_with_transform): If transform caused
746         all chars to go away, then skip rest of loop.
747         (handle_texinfo): Don't use "next" in arg to
748         file_contents_with_transform.
749         (handle_dependencies): Ditto.
750         (handle_tests): Ditto.
752         * m4/regex.m4 (AM_WITH_REGEX): Check for GNU regex in libc.  From
753         Andreas Schwab.
755         * automake.in (parse_arguments): Removed --strictness.
756         (handle_dist_worker): Don't use --strictness.
757         (handle_configure): Ditto.
758         (initialize_global_constants): Don't mention --strictness.
760         * automake.in (handle_merge_targets): Use all-recursive-am instead
761         of all-recursive-hack.  The latter is ugly, according to Joel
762         Weber.
764         * automake.in (handle_emacs_lisp): Push $(ELCFILES) onto @all.
766         * automake.in (do_one_clean_target): Allow -local version of clean
767         targets.
769 Tue Dec  3 18:58:40 1996  Tom Tromey  <tromey@cygnus.com>
771         * automake.in (handle_dependencies): Skip C-only lines in
772         depend2.am when appropriate.
773         * depend2.am (.deps/%.P): Omit modification of $o if language is
774         not C.
776 Tue Dec  3 11:29:01 1996  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
778         * compile-kr.am: Quote arguments to echo.
780         * progs.am: Fix up problems when LIBTOOL is not defined (by
781         setting shell variable instprog to the installation program).
783         * aclocal.in (scan_file): Allow the acinclude.m4 file to override
784         any other macro files (but still prevent multiple definitions
785         within acinclude.m4).
787 Tue Dec  3 10:40:48 1996  Tom Tromey  <tromey@cygnus.com>
789         From Ulrich Drepper:
790         * automake.in (handle_emacs_lisp): Typo fix.
791         (scan_configure): Only recognize VERSION after whitespace.
793         * texinfos.am: install-info requires path to info file.
795         * progs.am: Use @LIBTOOL@, not $(LIBTOOL).
797         * automake.in (am_install_var): If -ltlibs passed, substitute
798         @LIBTOOL@.
800 Mon Dec  2 13:51:11 1996  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
802         * automake.in (get_object_extension): Unshift ansi2knr onto the
803         all target, so that it builds before any other targets.
804         [de_ansi_objects]: Delete, since unshifting ansi2knr is an easier
805         solution.
807 Mon Dec  2 12:13:27 1996  Tom Tromey  <tromey@cygnus.com>
809         * Released 1.1i.
811         From Janos Farkas:
812         * automake.in (handle_texinfo): Must quote $ for make.
814 Sun Dec  1 15:08:09 1996  Tom Tromey  <tromey@cygnus.com>
816         * automake.in (handle_configure): Correctly handle common case of
817         multiple non-Makefiles in AC_OUTPUT.  Require all input files when
818         using ":" syntax.
820 Sun Nov 24 00:33:50 1996  Tom Tromey  <tromey@cygnus.com>
822         * automake.in (handle_source_transform): Don't define
823         EXTRA_prog_SOURCES unnecessarily.  Test extra2.test.
825         * automake.in (initialize_per_input): New variables
826         included_generic_compile, included_knr_compile,
827         included_libtool_compile.
828         (get_object_extension): Use them.
830         * automake.in (handle_single_transform_list): Removed
831         Objective-C/C++ support (didn't really work anyway).
832         (handle_single_transform_list): Handle assembly specially.
834         * automake.in (handle_yacc_lex_cxx): Set --mode=compile or
835         --mode=link when running libtool.
837         * ltlibs.am: Set --mode=install when running libtool.
838         (uninstall-@DIR@PROGRAMS): Set --mode=uninstall when running
839         libtool.
840         * libtool.am (.c.lo): Set --mode=compile when running libtool.
841         * progs.am: Set --mode=install when running libtool.
843         Fix for bug reported by François Pinard:
844         * automake.in (do_check_merge_target): New sub.
845         (do_one_merge_target): No longer handle `check'.
846         (handle_merge_targets): Use do_check_merge_target.
847         (initialize_per_input): Set @check_tests.
848         (handle_tests): Push onto @check_tests, not @check.
850         * automake.in (am_install_var): Typo fix.
851         (handle_configure): Require $inputs[0].
853 Fri Nov 22 00:01:45 1996  Tom Tromey  <tromey@cygnus.com>
855         * automake.in (handle_lib_objects): Fixed error message
856         processing.
858 Thu Nov 21 22:29:30 1996  Tom Tromey  <tromey@cygnus.com>
860         * automake.in (scan_configure): AC_FUNC_FNMATCH doesn't add to
861         LIBOBJS.
862         (handle_configure): Support multi-":" mode for AC_OUTPUT.
864         * m4/header.m4: New file.
866         * automake.in (scan_configure): Recognize AM_CONFIG_HEADER.
868 Wed Nov 20 00:23:42 1996  Tom Tromey  <tromey@cygnus.com>
870         * acinstall: Allow commentary at end of "serial" line.  From Gord
871         Matzigkeit.
873         * automake.in (handle_yacc_lex_cxx): Only replace output header if
874         it has changed.
876 Tue Nov 19 19:03:30 1996  Tom Tromey  <tromey@cygnus.com>
878         * automake.in (am_primary_prefixes): Allow configure variables to
879         be named after primary.
880         (am_install_var): Ditto.
882         * automake.in (initialize_per_input): Initialize output_header.
883         (generate_makefile): Set up output_header; print it before
884         output_rules.
885         (handle_footer): Put .SUFFIXES into output_header, for AIX.
887 Mon Nov 18 19:11:53 1996  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
889         * automake.in: Added a lot of libtool support.  New variable
890         prog_LDFLAGS to pass linker flags.  Use libtoolize to install
891         libtool support files.
893 Mon Nov 18 13:29:55 1996  Tom Tromey  <tromey@cygnus.com>
895         * automake.in (handle_lib_objects): Push @LIBOBJS@ and @ALLOCA@
896         onto dependency list.
898         * aclocal.in (obsolete_macros): Include AM_SANITY_CHECK_CC; now
899         part of autoconf proper.
900         * m4/ccsanity.m4: Removed.
902 Sun Nov 17 12:25:17 1996  Tom Tromey  <tromey@cygnus.com>
904         * automake.in (check_typos): Check to make sure EXTRA_ variables
905         don't contain configure subs.
906         (handle_dist_worker): Removed EXTRA_DIST_DIRS; not needed.
908 Fri Nov 15 18:58:04 1996  Tom Tromey  <tromey@cygnus.com>
910         * tags-subd.am: Removed.
912         * tags.am (tags-recursive): Removed.
913         (TAGS): Depend on @DIRS@, @CONFIG@.  Use @CONFIG@ in rule.
914         (ID): From tags-subd.am.
915         
916         * aclocal.in (obsolete_macros): Include AM_FUNC_FNMATCH.
917         * automake.in (scan_configure): Recognize AC_FUNC_FNMATCH.
918         * m4/fnmatch.m4: Removed (now in autoconf).
920         * automake.in (initialize_per_input): Init de_ansi_objects.
921         (handle_single_transform_list): Error if extension unrecognized.
922         Set elements of de_ansi_objects.
923         (get_object_extension): Don't push ANSI2KNR onto @all.
924         (handle_yacc_lex_cxx): Put ANSI2KNR into dependency of all ._o
925         files.
926         (pretty_print_internal): Initialize $bol depending on the column.
928 Fri Nov 15 16:22:15 1996  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
930         * library.am: Fixed references to LIBRARY according to new scheme.
932         * libs.am, libs-clean.am: Removed references to LIBFILES.
934         * automake.texi (A Library): doc fix
936         * automake.in (handle_libraries): Deleted references to *LIBFILES,
937         since we now have the full library name in the *LIBRARIES
938         variable.
939         (am_install_var): Removed `-no-all' option, which was only required
940         for the LIBFILES hack.
942 Fri Nov 15 16:39:29 1996  Tom Tromey  <tromey@cygnus.com>
944         * automake.in: Applied libtool-related patches from Gord.
945         (scan_configure): Set CC configure var if AM_PROG_LIBTOOL seen.
946         Also indicate that AC_CANONICAL_HOST was run.
948         * Makefile.am (pkgdata_DATA): Removed aclocal.m4.
950 Thu Nov 14 23:11:09 1996  Tom Tromey  <tromey@cygnus.com>
952         * automake.in (handle_yacc_lex_cxx): Don't auto-define YACC, LEX,
953         CXX, CC.
955         * dejagnu.am: Print warning if runtest missing.
957         From Joerg-Martin Schwarz:
958         * automake.in (handle_aclocal_m4): Find aclocal.m4 in srcdir.
959         (require_file_internal): Unlink file before creating it.
961         * depend2.am (.deps/%.P): Don't print commands when running.
963 Mon Nov 11 10:35:08 1996  Tom Tromey  <tromey@cygnus.com>
965         * automake.in (handle_single_transform_list): Simplified C++
966         matching expression.
968 Fri Nov  8 09:49:09 1996  Tom Tromey  <tromey@cygnus.com>
970         * Released 1.1g.
972         * compile-kr.am ($(OBJECTS)): Removed.
974         * automake.in (get_object_extension): Define ANSI2KNR.  Push onto
975         @all if ansi2knr is in this directory.
977         * configure.in: Don't run AC_ARG_PROGRAM, AC_PROG_MAKE_SET.
979         * m4/init.m4: Run AM_SANITY_CHECK.
981         * m4/sanity.m4: New file.
983         * automake.in (handle_dist_worker): In Cygnus mode, possibly find
984         files to dist in build dir, not srcdir.
985         (%omit_dependencies): New global.
986         (scan_dependency_file): Handle OMIT_DEPENDENCIES.
987         (scan_configure): Put rx.h, regex.h on %omit_dependencies.  Ditto
988         libintl.h.
989         (handle_tests): Remove CYGNUS strings in Cygnus mode.
990         (handle_texinfo): Ditto.
992         * texinfos.am (dist-info): New target.
994         * automake.in (handle_dist_worker): Use DISTFILES, not
995         DEP_DISTFILES.
996         (initialize_per_input): Initialize dist_targets.
997         (handle_texinfo): Don't compute @infos_list; don't define or use
998         INFOS.  Put dist-info onto @dist_targets.
999         (handle_dist_worker): Handle @dist_targets.  Don't use the "echo
1000         trick" for expanding DISTFILES any more.
1002         * dist-vars.am (DEP_DISTFILES): Removed.
1003         (DISTFILES): Don't include INFOS.
1005         * automake.in (handle_texinfo): Handle Cygnus mode.
1006         * texinfos.am (.texi.info, .texinfo.info): Handle Cygnus mode.
1008         * automake.in (handle_single_transform_list): New sub.
1009         (handle_source_transform): Use it.
1010         (handle_built_sources): New sub.
1012 Thu Nov  7 14:49:16 1996  Tom Tromey  <tromey@cygnus.com>
1014         * remake.am ($(srcdir)/Makefile.in): Pass @ARGS@ to automake.
1015         * remake-subd.am ($(srcdir)/Makefile.in): Pass @ARGS@ to
1016         automake.
1017         * automake.in (handle_configure): Pass --cygnus when running
1018         automake again.
1020         * remake-hdr.am ($(srcdir)/stamp-h.in): Depend on @FILES@, not
1021         ACCONFIG, CONFIG_TOP, CONFIG_BOT.
1022         * automake.in (handle_aclocal_m4): Always find aclocal.m4 in
1023         top_srcdir.
1024         (handle_configure): Don't define ACCONFIG, CONFIG_TOP, CONFIG_BOT;
1025         instead substitute files directly.
1027 Wed Nov  6 10:22:26 1996  Tom Tromey  <tromey@cygnus.com>
1029         * remake-hdr.am (stamp-h): Look in top_builddir for
1030         config.status.
1031         ($(srcdir)/stamp-h.in): Look in top_srcdir for configure.in.
1033 Thu Oct 31 10:55:59 1996  Tom Tromey  <tromey@cygnus.com>
1035         * texinfos.am (.texi.dvi): Set MAKEINFO when running texi2dvi.
1036         From Jim Meyering.
1038         * automake.in (handle_texinfo): Push install-info-am, not
1039         install-info.
1040         (handle_merge_targets): Handle no-installinfo option.
1042         * texinfos.am (install-info-am): Renamed from install-info.
1044         * automake.in (handle_subdirs): Include install-info-recursive if
1045         no-installinfo given.
1047         * subdirs.am: Include INSTALLINFO token.
1049         * automake.in (handle_texinfo): Explicitly define MAKEINFO,
1050         TEXI2DVI.
1051         (cygnus_mode): New global.
1052         (handle_dist_worker): Pass --cygnus to automake.
1053         (initialize_global_constants): Document --cygnus.
1054         (check_cygnus): New sub.
1055         (handle_texinfo): Don't require texinfo.tex in Cygnus mode.
1057         * texi-vars.am: Removed.
1059         * dejagnu.am (check-DEJAGNU): Don't define rootme.
1061         * automake.in (handle_tests): Define EXPECT, RUNTEST.
1063         * dejagnu.am (EXPECT): Removed.
1064         (RUNTEST): Removed.
1066         * automake.in (define_program_variable): New sub.
1068 Mon Oct 28 10:43:48 1996  Tom Tromey  <tromey@cygnus.com>
1070         * automake.in (handle_dependencies): Use -M, not -MM, for C++
1071         dependencies.
1073 Thu Oct 24 20:21:50 1996  Tom Tromey  <tromey@cygnus.com>
1075         * automake.in (check_libobjs_sources): New sub.  Test
1076         libobj4.test.
1077         (handle_source_transform): Don't check for auto-discovered source
1078         files here.
1079         (handle_programs): Run check_libobjs_sources here.
1080         (handle_libraries): Ditto.
1082         * automake.in (define_configure_variable): New function.
1083         (get_object_extension): Use define_configure_variable.
1084         (handle_yacc_lex_cxx): Ditto.
1085         (handle_emacs_lisp): Ditto.
1086         (configure_vars): New global.
1087         (AC_CHECK_PATTERN): New global.
1088         (seen_ranlib, seen_prog_cc, seen_prog_cxx, seen_prog_lex):
1089         Removed.
1090         (handle_yacc_lex_cxx): Use configure_vars, not seen_prog_*.
1091         (AC_SUBST_PATTERN): New global.
1092         (scan_configure): Use AC_SUBST_PATTERN; don't set seen_prog_*.
1093         (handle_libraries): Don't use seen_ranlib.
1094         (read_am_file): Run define_configure_variable on each discovered
1095         variable.
1097 Mon Oct 21 23:06:49 1996  Tom Tromey  <tromey@cygnus.com>
1099         * automake.in (scan_configure): Handle AM_INIT_GUILE_MODULE.
1100         (handle_libraries): Pass configure substitutions directly on to
1101         LIBFILES.
1103         * automake.in (AM_PACKAGE_VERSION_PATTERN): New global.
1104         (scan_configure): Use it.  Test version.test.
1106 Sun Oct 20 12:08:46 1996  Tom Tromey  <tromey@cygnus.com>
1108         * automake.in (handle_dist_worker): Explicitly pass distdir to
1109         dist-hook make.  From Tatu Ylonen.
1111         * m4/strtod.m4: Use correct cache variable.
1113 Thu Oct 17 13:45:20 1996  Tom Tromey  <tromey@cygnus.com>
1115         Lisp fixes from Erick Branderhorst:
1116         * m4/lispdir.m4: Define lispdir, not LISPDIR.
1117         * lisp.am: Added missing \.
1119 Fri Oct 11 00:44:49 1996  Tom Tromey  <tromey@cygnus.com>
1121         * automake.in (handle_source_transform): Only rewrite c, yacc, lex
1122         to use de-ansi-fication.
1123         (scan_configure): Handle multi-line AC_REPLACE_FUNCS.  Test
1124         libobj5.test.
1126         * automake.in (handle_lib_objects): Added $lex_seen argument.
1127         Error if lex file used but LEXLIB not seen.
1128         (handle_programs): Ditto.
1129         (handle_yacc_lex_cxx): Define LEXLIB variable.
1130         (handle_lib_objects): Don't allow LEXLIB to end up on dependency
1131         list.
1133 Thu Oct 10 16:12:38 1996  Tom Tromey  <tromey@cygnus.com>
1135         * automake.in (handle_gettext): Moved check for SUBDIRS and
1136         ABOUT-NLS here.
1138         * automake.in (handle_configure): Run mkinstalldirs under
1139         $(SHELL).
1140         (handle_yacc_lex_cxx): Run interlock under $(SHELL).
1142         * remake-subd.am (Makefile): Run config.status under $(SHELL).
1143         * remake-hdr.am (stamp-h): Run config.status under $(SHELL).
1144         * remake.am (Makefile): Run config.status under $(SHELL).
1145         (config.status): Ditto.
1147         * automake.in (read_am_file): Removed UNMAINT code.
1148         (file_contents_with_transform): Ditto.
1149         * m4/maintainer.m4: Removed bogus UNMAINT code.
1151         * automake.in (handle_emacs_lisp): Define EMACS variable.
1152         (handle_emacs_lisp): Make sure EMACS is in environment when
1153         elisp-comp is run.
1155         * elisp-comp: Exit with status 1 if usage bad.
1156         Use "emacs -q".  Use EMACS environment variable if set (unless set
1157         to t).
1159         * m4/lispdir.m4: Unset EMACS if it is set to `t'.
1161         * automake.in (handle_dist_worker): Allow EXTRA_DIST items to be
1162         in subdirs.
1163         (do_one_merge_target): Use all-am, not all, in subdirs case.
1164         (handle_merge_targets): Always generate all-am in subdirs case.
1166         * remake.am (Makefile): Depend on BUILT_SOURCES.
1167         * remake-subd.am (Makefile): Depend on BUILT_SOURCES.
1168         * depend.am (.deps/.P): Don't depend on BUILT_SOURCES.
1170         * automake.in (handle_yacc_lex_cxx): Handle y.tab.h in non-ylwrap
1171         case.
1173         * ylwrap: Bug fix.  From Jim Meyering.
1175 Wed Oct  9 22:51:16 1996  Tom Tromey  <tromey@cygnus.com>
1177         * m4/mktime.m4: Don't define AC_HEADER_SYS_TIME_H; instead just
1178         check directly for header.
1180 Mon Oct  7 13:08:15 1996  Tom Tromey  <tromey@cygnus.com>
1182         * automake.in (scan_configure): fp_WITH_DMALLOC and fp_WITH_REGEX
1183         are obsolete.
1185 Sun Oct  6 00:43:01 1996  Tom Tromey  <tromey@cygnus.com>
1187         * automake.in (AC_CONFIG_AUX_DIR_PATTERN): New global.
1188         (AM_INIT_AUTOMAKE_PATTERN): New global.
1189         (scan_configure): Use them.
1191         * aclocal.in (add_file): Search contents of included files.  Test
1192         req.test.
1193         (scan_m4_files): Don't skip acinclude.m4 when constructing
1194         search.  Test acsilent.test.
1195         (scan_m4_files): Scan acinclude.m4.
1197         * aclocal.in (add_file): Removed debugging print.
1198         (scan_configure): Set $file_contents when scanning acinclude.m4.
1199         Test acinclude.test.
1201         * configure.in: Upped to 1.1g.
1203         * Released 1.1f.
1205         * texinfos.am: Run : after install-info.
1207         * aclocal.in (parse_arguments): Better error message.
1208         * automake.in (parse_arguments): Better error message.
1210         * remake.am (Makefile): Depend on $(srcdir)/Makefile.in, to work
1211         around broken makes.  From David A. Swierczek.
1212         * remake-subd.am (Makefile): Ditto.
1214 Sat Oct  5 11:29:48 1996  Tom Tromey  <tromey@cygnus.com>
1216         * automake.in (generate_makefile): Put BUILT_SOURCES onto @all if
1217         appropriate.
1218         (handle_source_transform): Error if discovered source file is
1219         mentioned.
1220         (do_one_merge_target): Move all-vs-check test here.
1222         * m4/obstack.m4: New file.
1223         * m4/error.m4: New file.
1225         * automake.in (scan_configure): Support AM_FUNC_MKTIME,
1226         AM_FUNC_ERROR_AT_LINE, AM_FUNC_OBSTACK.
1228         * texinfo.tex: New version from texinfo 3.9.
1230         * automake.in (handle_yacc_lex_cxx): Updated for new ylwrap.
1231         Also, handle y.tab.h file when "yacc -d" is used.
1232         (do_one_merge_target): Use pretty_print_rule.
1234         * ylwrap: Changed usage.
1236         * m4/mktime.m4: New file.
1238         * m4: Renamed all .m4 files to fit into 14-char limits.
1240         * m4/Makefile.am (EXTRA_DIST): New macro.
1242         * aclocal.in ($ac_defun_rx, %map, %file_contents): New globals.
1243         (scan_m4_files): Use $ac_defun_rx.
1244         (add_file): Ditto.
1245         Run scan_m4_files.
1246         (scan_configure): Scan acinclude.m4 before anything else.
1247         (scan_file): New sub.
1248         (check_acinclude): New sub.
1249         (add_file): Rewrote.
1251         * progs-clean.am, progs.am: Renamed from programs-clean.am,
1252         programs.am.
1253         * libs-clean.am, libs.am: Renamed from libraries-clean.am,
1254         libraries.am.
1255         * texi-vars: Renamed from texinfos-vars.am.
1256         * comp-vars.am: Renamed from compile-vars.am.
1257         * texi-vers.am: Renamed from texi-version.am.
1259         * automake.in (require_file_internal): Give error if symlink can't
1260         be made.
1261         (require_config_file): Error message references configure.in.
1262         (handle_yacc_lex_cxx): Fix order of arguments to ylwrap; from
1263         Joerg-Martin Schwarz.
1264         (handle_texinfo): Use texi-vers, not texi-version.
1265         (get_object_extension): Use comp-vars, not compile-vars.
1266         (handle_texinfo): Use texi-vars, not texinfos-vars.
1267         (handle_libraries): Use `libs' prefix, not `libraries'.
1268         (handle_programs): Use `progs' prefix, not `programs'.
1270 Fri Oct  4 01:14:08 1996  Tom Tromey  <tromey@cygnus.com>
1272         * aclocal.in (scan_m4_files): New sub.
1274         * m4/AM_FUNC_STRTOD.m4 (am_cv_func_strtod_needs_libm): Set
1275         am_cv_func_strtod_needs_libm, so we can avoid linking with -lm
1276         everywhere.
1278 Thu Oct  3 20:11:16 1996  Tom Tromey  <tromey@cygnus.com>
1280         * texinfos.am (uninstall-info): Run install-info --remove.
1282         * automake.in (read_am_file): Define all variables after reading
1283         .am file.  Test vpath.test.  Reported by Anthony Green.
1285 Mon Sep 30 08:31:51 1996  Tom Tromey  <tromey@cygnus.com>
1287         * texinfos.am: Run install-info.
1289         * automake.in (variable_value_as_list): Just return if comment
1290         seen.  Report from Mark Galassi.
1291         (handle_options): Don't bother with explicit comment checking.
1293 Tue Sep 24 09:15:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
1295         * automake.in (read_am_file): Cleaned up dejagnu variables.
1297 Mon Sep 23 00:04:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
1299         * automake.in (parse_arguments): New usage to conform to GNU
1300         standards.
1302         * aclocal.in (parse_arguments): New usage to conform to GNU
1303         standards.
1305         * automake.in (handle_scripts): Push new target onto @check.
1306         * scripts.am (check-@DIR@SCRIPTS): New target.
1308         * automake.in (initialize_global_constants): Define %dist,
1309         dist_header, dist_trailer.
1310         (handle_dist): Make dist-all target.
1311         (generate_makefile): Run check_typos later.
1312         (examine_variable): New sub.
1313         (handle_tags): Examine TAGS_DEPENDENCIES.  Test spell3.test.
1314         Error if TAGS_DEPENDENCIES but no sources used.
1315         (handle_configure): Examine CONFIGURE_DEPENDENCIES.
1317 Sat Sep 21 13:59:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
1319         * automake.in (am_install_var): More error checking.
1321 Fri Sep 20 09:06:37 1996  Tom Tromey  <tromey@creche.cygnus.com>
1323         * tags.am (TAGS): Minor cleanup.
1325         * clean.am (distclean-generic): Don't remove CONFIG_HEADER.
1327         * remake-hdr.am (mostlyclean-hdr, clean-hdr, distclean-hdr,
1328         maintainer-clean-hdr): New targets.
1330         * automake.in (handle_configure): Define CONFIG_HEADER correctly
1331         when it is in current directory.
1332         (handle_configure): Push "hdr" on @clean.
1334         * remake-hdr.am (stamp-h): Run config.status in top_builddir.
1335         ($(srcdir)/stamp-h.in): Run autoheader in top_srcdir.
1337         * automake.in (scan_configure): Check for install.sh here.
1338         (basename): New sub.
1339         (handle_configure): Handle case where config.h is in subdir.
1340         (handle_configure): Make stamp-in.h for user if it doesn't already
1341         exist.
1342         (touch): New sub.
1344 Tue Sep 17 23:35:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
1346         * Makefile.am (EXTRA_DIST): Include pkgdata_DATA.
1348         * dist-vars.am (DISTFILES): Don't distribute BUILT_SOURCES or
1349         DATA.
1350         (DEP_DISTFILES): Ditto.
1352 Mon Sep 16 22:28:56 1996  Tom Tromey  <tromey@creche.cygnus.com>
1354         * automake.in (check_typos): Renamed.
1355         (check_typos): Check for _LDADD, _LIBADD, and _DEPENDENCIES.
1356         (variable_defined): Note variable as being "seen".
1357         (handle_lib_objects): Don't push configure substitutions onto
1358         _DEPENDENCIES.
1360 Sun Sep 15 22:45:43 1996  Tom Tromey  <tromey@creche.cygnus.com>
1362         * automake.in (initialize_per_input): Init content_seen.
1363         (variable_value_as_list): Set content_seen entry.
1364         (define_variable): Ditto.
1365         (define_pretty_variable): Ditto.
1366         (check_source_typos): New sub.
1367         (generate_makefile): Call it.
1369 Thu Sep 12 15:03:19 1996  Tom Tromey  <tromey@creche.cygnus.com>
1371         * automake.in (handle_source_transform): Removed extraneous
1372         space.  Test implicit.test.
1373         (read_am_file): Make sure "canonical" variables are mentioned in
1374         %contents.
1375         (scan_configure): AC_CHECK_TOOL sets $seen_canonical to
1376         $AC_CANONICAL_HOST conditionally.
1377         (handle_footer): Don't use define_pretty_variable in all cases.
1379 Wed Sep 11 11:54:44 1996  Tom Tromey  <tromey@creche.cygnus.com>
1381         * clean.am (distclean-generic): Remove CONFIG_CLEAN_FILES here,
1382         per GNU/Gnits standards.
1384         * libraries.am (install-@DIR@LIBRARIES): Use two loops, so new
1385         NORMAL_INSTALL and POST_INSTALL variables can work when empty.
1387         * automake.in (handle_options): Rewrote version handling.  Now
1388         returns error indicator.
1389         (MACRO_PATTERN, BOGUS_MACRO_PATTERN): Handle `:=' definitions.
1390         (RULE_PATTERN): Exclude `:=' from being a rule.
1392         * m4/AM_PROG_CC_STDC.m4 (ac_save_CC): Bug fix from Jim Meyering.
1394         * automake.in (variable_value_as_list): Always use am_line_error.
1395         (define_variable): New sub.
1396         (get_object_extension): Use define_variable.
1397         (handle_yacc_lex_cxx): Ditto.
1398         (handle_source_transform): Ditto.
1399         (handle_programs): Ditto.
1400         (handle_libraries): Ditto.
1401         (handle_texinfo): Ditto.
1402         (handle_man_pages): Ditto.
1403         (handle_dependencies): Ditto.
1404         (handle_aclocal_m4): Ditto.
1405         (define_pretty_variable): New sub.
1406         (handle_source_transform): Use define_pretty_variable.
1407         (handle_lib_objects): Ditto.
1408         (handle_libraries): Ditto.
1409         (handle_dist): Ditto.
1410         (handle_dependencies): Ditto.
1411         (handle_configure): Ditto.
1412         (handle_footer): Ditto.
1413         (handle_emacs_lisp): Ditto.
1414         (am_install_var): Ditto.
1416         * Released version 1.1e.
1418         * automake.in ($GNITS_VERSION_PATTERN): Handle non-alpha
1419         releases.
1421         * configure.in: Version 1.1e.
1423         * automake.in (handle_texinfo): Distribute .info file.
1425 Sun Sep  8 09:00:37 1996  Tom Tromey  <tromey@creche.cygnus.com>
1427         * Makefile.am (EXTRA_DIST): New macro.
1428         (maintainer-clean): Don't run "make check".
1429         (pathchk): New target.
1431         * automake.in (check_gnits_standards): Only check version number
1432         syntax at top level.
1433         ($package_version_line): New variable.
1434         (scan_configure): Set it.
1435         (check_gnits_standards): Use am_conf_line_error.
1436         (scan_configure): Remove extraneous whitespace from version
1437         number.
1438         (handle_dist): Handle distcheck-hook.
1440         * m4/AM_PROG_CC_STDC.m4: Applied patch from Jim Meyering.
1442         * automake.in (scan_configure): Handle AM_WITH_REGEX.
1443         (handle_lib_objects): Require .h files in %libsources but don't
1444         generate dependencies for them.
1445         (scan_configure): Also require rx.h and regex.h.
1447         * m4/Makefile.am (m4data_DATA): Don't include AM_PROG_LIBTOOL,
1448         AM_FEATURE_CTYPE, AM_FEATURE_ERRNO, AM_FEATURE_EXIT,
1449         AM_SYSTEM_HEADER.
1451         * texi-version.am: Use "cp; rm" and not "mv", to work around
1452         broken mvs.
1454         * automake.in ($package_version): New global.
1455         (scan_configure): Set it.
1456         (check_gnits_standards): Verify version string; require
1457         README-alpha if alpha version.
1458         (scan_configure): Recognize AM_FUNC_FNMATCH,
1459         AM_REPLACE_GNU_GETOPT.
1461         * Makefile.am (installcheck-local): Check all scripts.
1463 Sat Sep  7 19:22:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
1465         * tags-clean.am: Do deletions here again.
1467 Thu Sep  5 09:06:23 1996  Tom Tromey  <tromey@creche.cygnus.com>
1469         * automake.in (usage): Include bug-reporting information.
1470         (handle_lib_objects): Error if LIBOBJS seen but never set.
1472         * aclocal.in ($acdir): Use @datadir@/aclocal.
1473         (usage): Include bug-reporting information.
1475 Wed Sep  4 11:36:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
1477         * automake.in (handle_source_transform): .deps no longer in
1478         srcdir.
1479         (handle_lib_objects): Ditto.
1480         (handle_dist_worker): Pass --build-dir to automake.
1481         ($build_directory): New global.
1482         (parse_arguments): Handle --build-dir.
1483         (initialize_global_constants): Include --build-dir in help.
1484         (scan_dependency_file): New sub.
1485         (handle_dependencies): Use it.  Also, use $build_directory.
1486         (initialize_global_constants): Added --srcdir-name.
1487         (parse_arguments): Ditto.
1488         (handle_dist_worker): Ditto.
1489         ($srcdir_name): New global.
1490         ($srcdir_rx): New global.
1491         (parse_arguments): Set it.
1493         * depend2.am: Removed all mention of $(srcdir).
1495         * depend.am (MKDEP): Use gcc -M, not gcc -MM.
1496         Removed all mention of $(srcdir); dependencies now put into build
1497         dir.
1499         * depend2.am ($(srcdir)/.deps/%.P): Fixed computation of `top'.
1500         Don't do work silently.
1502         * automake.in (handle_merge_targets): Error if invalid uninstall
1503         targets are given.
1504         (read_am_file): Fix for test block.test.
1506 Tue Sep  3 18:50:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
1508         * texinfos.am (install-info): Added NORMAL_INSTALL.
1509         * scripts.am (install-@DIR@SCRIPTS): Added NORMAL_INSTALL.
1510         * programs.am (install-@DIR@PROGRAMS): Added NORMAL_INSTALL.
1511         * lisp.am (install-@DIR@LISP): Added NORMAL_INSTALL.
1512         * libraries.am (install-@DIR@LIBRARIES): Added NORMAL_INSTALL.
1513         Also, use POST_INSTALL when running ranlib.
1514         * header.am (install-@DIR@HEADERS): Added NORMAL_INSTALL.
1515         * data.am (install-@DIR@DATA): Added NORMAL_INSTALL.
1517         * automake.in (handle_man_pages): Added NORMAL_INSTALL invocation.
1518         (handle_merge_targets): Ditto.
1519         (handle_merge_targets): Error if PRE_INSTALL, POST_INSTALL, or
1520         NORMAL_INSTALL defined.
1522         * m4/AM_PROG_INSTALL.m4: INSTALL_SCRIPT defaults to
1523         ${INSTALL_PROGRAM}.  From François Pinard.
1525 Tue Aug 27 08:25:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
1527         * automake.in (file_contents_with_transform): Correctly remove
1528         @(UN)?MAINT@ from input when maintainer mode not active.
1529         (handle_aclocal_m4): Handle no-maintainer-mode case.
1531         * remake-hdr.am ($(CONFIG_HEADER)): Removed @MAINT@.
1533         * m4/AM_SANITY_CHECK_CC.m4: New file (from Jim Meyering).
1535 Mon Aug 26 21:37:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
1537         * automake.in (handle_lib_objects): Bug fix from Steve M Robbins.
1538         (handle_libraries): Don't include libraries from EXTRA_LIBRARIES
1539         in LIBFILES definition.  Reported by Steve M Robbins.  Test
1540         alllib.test.
1542         * automake.in (variable_value_as_list): New sub.
1543         (handle_source_transform): Use it.
1544         (handle_lib_objects): Ditto.
1545         (handle_libraries): Ditto.
1546         (handle_texinfo): Ditto.
1547         (handle_man_pages): Ditto.
1548         (am_install_var): Ditto.
1549         (handle_options): Ditto.
1551 Sat Aug 24 09:30:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
1553         Reported by Jim Meyering:
1554         * automake.in (get_object_extension): Look in "./" for ansi2knr if
1555         no path found.
1556         (handle_aclocal_m4): Protect aclocal.m4 rule with @MAINT@.
1558         * remake.am (.PHONY): New target.
1560         * m4/AM_MAINTAINER_MODE.m4: Also define UNMAINT.
1562         * automake.in (check_gnu_standards): Disallow no-installman,
1563         no-installinfo.
1564         (read_am_file): Sed out UNMAINT too.
1565         (file_contents_with_transform): Ditto.
1567         * acinstall: New file.
1569         * m4/AM_INIT_AUTOMAKE.m4: Define PACKAGE and VERSION.
1571         * m4/AM_WITH_REGEX.m4: New version from François Pinard.
1573         * m4/AM_TYPE_PTRDIFF_T.m4: Use am_cv, not ac_cv.
1574         * m4/AM_C_PROTOTYPES.m4: Ditto.
1575         * m4/AM_FUNC_STRTOD.m4: Ditto.
1576         * m4/AM_PROG_CC_STDC.m4: Ditto.
1577         * m4/AM_PROG_LIBTOOL.m4: Ditto.
1579 Fri Aug 23 22:23:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
1581         * m4/Makefile.am (m4datadir): New macro
1582         (m4data_DATA): Renamed.
1584         * Makefile.am (cvs-dist): Depend on distcheck target.
1586 Mon Aug 19 15:37:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
1588         * automake.in (initialize_global_constants): [common_files]
1589         Include acinclude.m4.
1591         * m4/AM_PROG_CC_STDC.m4: Patch from Jim Meyering/Kaveh Ghazi.
1593 Sat Aug 17 11:27:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
1595         * automake.in (handle_dependencies): Push `depend'-clean targets
1596         on @clean.
1597         * depend.am (mostlyclean-depend, clean-depend, distclean-depend,
1598         maintainer-clean-depend): New targets.
1600 Tue Aug 13 17:53:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
1602         * texinfos.am (.texinfo.info): New target.
1603         (.texinfo.dvi): New target.
1605         From Jim Meyering:
1606         * automake.in (handle_texinfo): Use `.info[-0-9]*' as pattern to
1607         match info files.
1608         (handle_texinfo): Handle `.texinfo' files.
1610 Mon Aug 12 10:28:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
1612         * automake.in (require_file_internal): Special-case `.' when
1613         finding files to distribute.  Test libobj2.test.
1615         * aclocal.in (add_file): Fixed regexp for matching AC_DEFUN.  Test
1616         order.test.
1618         * m4/AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL.m4: New file.
1619         * m4/AM_SYS_POSIX_TERMIOS.m4: New file.
1621         * compile-kr.am: Removed duplicate ansi2knr rules.
1623 Sun Aug 11 00:20:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
1625         * automake.in (handle_yacc_lex_cxx): Bug fix from Josh MacDonald.
1626         (handle_yacc_lex_cxx): Put C++ extensions on suffix list.
1627         (mkdir): Removed.
1629         * automake.in (initialize_global_constants): [common_files]
1630         Include interlock and ylwrap.
1632         * Released version 1.1c.
1634         * aclocal.in (obsolete_macros): md_TYPE_PTRDIFF_T and
1635         ud_PATH_LISPDIR are obsolete names.
1637         * m4/AM_LC_MESSAGES.m4, m4/AM_WITH_NLS.m4, m4/AM_GNU_GETTEXT.m4:
1638         Removed.
1640         * automake.in (handle_lib_objects): Changed interface.  Now
1641         generates _DEPENDENCIES variable if appropriate.
1642         (handle_emacs_lisp): Use AM_PATH_LISPDIR.
1643         (scan_configure): Ditto.
1645         * Makefile.am (CLEANFILES): Removed.
1647         * automake.in (handle_configure): Define CONFIG_CLEAN_FILES.
1649         * clean.am (clean-generic): Remove $(CONFIG_CLEAN_FILES).
1651         * compile-vars.am (CC, CFLAGS, COMPILE, LINK): Removed.
1653         * automake.in (handle_yacc_lex_cxx): Require ylwrap in
1654         multi-lex/yacc case.
1655         (handle_source_transform): Changed return result.
1656         (handle_programs): Use linker returned by
1657         handle_source_transform.
1658         (seen_prog_cc, seen_prog_cxx): New globals.
1659         (scan_configure): Recognize AC_PROG_CC and AC_PROG_CXX.
1660         (handle_yacc_lex_cxx): Error message if AC_PROG_CXX or
1661         AC_PROG_YACC missing.
1662         (seen_decl_yytext, seen_prog_lex): New globals.
1663         (scan_configure): Set them.
1664         (handle_yacc_lex_cxx): Warn about missing AC_PROG_LEX or
1665         AC_DECL_YYTEXT.
1666         (handle_yacc_lex_cxx): Use $(LEX_OUTPUT_ROOT).
1667         (initialize_per_input): Initialize seen_c_source.
1668         (handle_yacc_lex_cxx): Define CC, CFLAGS, COMPILE, LINK only when
1669         C source seen.
1670         (handle_source_transform): Set seen_c_source.
1672         * interlock: Changed usage.
1674         * ylwrap: New file.
1676         * automake.in (handle_yacc_lex_cxx): Renamed.
1678         * automake.in (handle_dependencies): Handle %cxx_extensions.
1679         Include depend2.am when appropriate.
1681         * depend2.am: New file; contents from depend.am but templatized.
1683         * automake.in (initialize_per_input): Initialize
1684         %cxx_extensions.
1685         (handle_source_transform): Set %cxx_extensions.
1687 Sat Aug 10 10:29:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
1689         * interlock: New file.
1691         * automake.in (handle_yacc_lex): New sub.
1692         (handle_source_transform): Removed most yacc/lex handling.
1693         (initialize_per_input): Init yacc_sources, lex_sources.
1694         (generate_makefile): Run handle_yacc_lex.
1695         (handle_merge_targets): Use `scalar' and not $# to find length of
1696         array.
1698         * m4/AM_FEATURE_EXIT.m4: Wrote.
1699         * m4/AM_FEATURE_CTYPE.m4: Wrote.
1700         * m4/AM_FEATURE_ERRNO.m4: Wrote.
1702         * aclocal.in (macro_seen): New global.
1703         (add_file): Set macro_seen entry.  Only push required macro on
1704         @rlist if not already seen.  Test defun.test.
1706         * automake.in (get_object_extension): Handle directory prefix on
1707         `ansi2knr' option.
1709         * kr-extra.am: New file.
1711         * kr-vars.am: Removed.
1713         * automake.in (handle_options): Handle directory prefix on
1714         `ansi2knr' option.
1716         * automake.in (scan_configure): Recognize AM_FUNC_STRTOD.
1718         * aclocal.in (add_file): Error if macro is duplicated.  Test
1719         dup.test.
1721 Fri Aug  9 09:18:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
1723         * automake.in (handle_programs): Substitute @XLINK@.  Make sure
1724         linker variable is transformed name.
1725         * program.am (@PROGRAM@): Use @XLINK@ to link.
1727         * automake.in (handle_scripts): Fixed call to
1728         am_primary_prefixes.
1729         (handle_libraries): Better error message when AC_PROG_RANLIB
1730         required.
1732         * automake.in (handle_libraries): Canonicalize library name.  Test
1733         canon4.test.
1734         * library.am (lib@LIBRARY@.a): Use @XLIBRARY@ where appropriate.
1735         (lib@LIBRARY@.a): Look at _DEPENDENCIES variable.
1737 Thu Aug  8 10:57:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
1739         * automake.in (handle_scripts): Correctly compute
1740         $scripts_installed.  Test scripts.test.
1742 Wed Aug  7 12:13:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
1744         * ansi2knr.c: New version.
1746 Tue Aug  6 10:58:37 1996  Tom Tromey  <tromey@creche.cygnus.com>
1748         * automake.in (handle_source_transform): Handle more C++ file
1749         extensions.  "Handle" Objective C.  Handle more FORTRAN
1750         extensions.
1752         * compile-vars.am (LEX): Removed.
1753         (YACC): Removed.
1755         * automake.in (handle_source_transform): Correctly handle lex
1756         source.  Test lex.test.
1757         (handle_source_transform): Skip more C++ headers.  Generate macro
1758         definitions for YACC and LEX on first use.
1760         * aclocal.in (parse_arguments): Mention GNU.
1761         * automake.in (parse_arguments): Mention GNU.
1763 Mon Aug  5 00:12:45 1996  Tom Tromey  <tromey@creche.cygnus.com>
1765         * automake.in (handle_programs): Define program_LINK.
1766         * program.am (@PROGRAM@): Use program_LINK to link.
1768         * Released version 1.1b
1770         * automake.in (scan_configure): AM_INIT_AUTOMAKE sets
1771         seen_prog_install to `2'.
1773         * configure.in: Don't run AM_PROG_INSTALL.
1775         * automake.in (parse_arguments): Use $PACKAGE.
1776         ($PACKAGE): New global.
1777         ($am_c_prototypes): Renamed.
1778         (get_object_extension): Use am_c_prototypes.
1779         (scan_configure): Ditto.
1780         (scan_configure): Use AM_MAINTAINER_MODE.
1781         (scan_configure): Warn about obsolete macros.
1783         * aclocal.in (parse_arguments): Use $PACKAGE.
1784         ($PACKAGE): New global.
1786         * Makefile.am (CLEANFILES): Added aclocal.
1787         (ETAGS_ARGS): Added aclocal.in.
1788         (TAGS_DEPENDENCIES): Ditto.
1789         (maintainer-check): Depend on aclocal.
1790         (maintainer-check): Check aclocal.
1791         (bin_SCRIPTS): Include aclocal.
1793         * automake.in (scan_configure): Handle AM_INIT_AUTOMAKE.
1794         (scan_configure): Use AM_PROG_INSTALL.
1796         * configure.in: Use AM_INIT_AUTOMAKE.
1798         * automake.in (keyed_aclocal_warning): Warning tells about
1799         aclocal.
1800         (handle_aclocal_m4): New sub.
1801         (handle_configure): Use it.
1803         * aclocal.in (output_file): New global.
1804         (usage): Handle --output.
1805         (parse_arguments): Handle --output.
1807         * m4/AM_INIT_AUTOMAKE.m4: New file.
1809         * m4/AM_PROG_CC_STDC.m4: Require AC_PROG_CC.
1810         Don't touch CFLAGS.
1812         * automake.in (handle_dist_worker): Reverted erroneous "-chmod".
1813         (handle_texinfo): Don't generate `.info-[0-9]' as a filename.
1815         * texinfos.am (.texi.info): Force .info file to be built in
1816         srcdir.  From Franc,ois Pinard.
1818         From Jim Meyering:
1819         * m4/AM_PROG_CC_STDC.m4: (fp_PROG_CC_STDC): Include sys/stat.h in
1820         test program so that DYNIX/ptx V4.1.3 doesn't use `-Xc
1821         -D__EXTENSIONS__' -- with those options on that system, sys/stat.h
1822         gets compile errors.  With help from Marcus Daniels.
1824         * automake.in (initialize_global_constants): Put elisp-comp into
1825         @common_files.  Bug from Glenn Amerine.
1827 Sun Aug  4 12:52:43 1996  Tom Tromey  <tromey@creche.cygnus.com>
1829         * automake.in (handle_dist_worker): Use fgrep, not grep.
1831         * m4/AM_C_PROTOTYPES.m4: Changes from François Pinard.
1833         * automake.in (handle_emacs_lisp): Include lisp-clean.am in
1834         output.
1835         (initialize_global_constants): [install_man_format] Don't hide
1836         "ugliness" at install time.
1838         * lisp-clean.am: New file.
1840         * tags-clean.am (maintainer-clean-tags): Remove TAGS and ID here.
1842         * automake.in (handle_man_pages): Patch from Janos Farkas to fix
1843         bug when installing man pages.  Test man.test.
1844         (initialize_global_constants): [install_man_format] Make sure man
1845         page can actually be found in either source or build dirs.
1846         (handle_dist_worker): Use "755" permissions on distdir.
1848         * automake.in (handle_dist): Allow chmod's to fail.
1849         (am_primary_prefixes): New function.
1850         (am_install_var): Use it.
1851         (handle_libraries): Use it.  Test libfiles.test.
1852         (handle_dist): For dist-tarZ, assume traditional "tar" and
1853         "compress".
1855         * m4/AM_FUNC_STRTOD.m4: New file.
1857         * automake.in (handle_dist): Only generate `distdir' variable if
1858         it doesn't already exist.
1860         Fix for bug reported by Harlan Stenn.  Test tags.test.
1861         * automake.in (initialize_per_input): Define dir_holds_sources.
1862         (handle_tags): Check dir_holds_headers.
1863         (handle_headers): Set dir_holds_headers.
1865         * automake.in (handle_texinfo): Generate "version.texi" dependency
1866         for .dvi file.  Bug reported by Glenn Amerine.  Test vtexi2.test.
1868         * automake.in (handle_configure): Require file $input, not
1869         "$local.in".  From Nyul Laszlo.  Test colon.test.
1871 Sun Jul 28 11:14:52 1996  Tom Tromey  <tromey@creche.cygnus.com>
1873         * aclocal.in: New file.
1874         * configure.in: Generate m4/Makefile, aclocal.
1875         * Makefile.am (SUBDIRS): Include m4.
1876         * m4/Makefile.am: New file.
1878 Fri Jul 19 10:12:27 1996  Tom Tromey  <tromey@creche.cygnus.com>
1880         * automake.in (initialize_global_constants): Put ansi2knr.c and
1881         ansi2knr.1 into common_files.  Bug report from François Pinard.
1883 Mon Jul 15 10:28:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
1885         * install-sh: Updated copyright notice.
1887 Fri Jul  5 08:23:00 1996  Tom Tromey  <tromey@creche.cygnus.com>
1889         * subdirs.am (maintainer-clean-recursive): Don't be so noisy.
1890         Report from Josh MacDonald.
1892         Bugs from Gord Matzigkeit:
1893         * automake.in (handle_footer): Push contents of $(SUFFIXES), not
1894         `$(SUFFIXES)'.
1895         (handle_dist): Ignore chmod return results.
1897         * programs-clean.am (clean-@DIR@PROGRAMS): Work around failing
1898         Solaris "rm -f".  Bug from Kaveh R. Ghazi.
1899         * libraries-clean.am (clean-@DIR@LIBRARIES): Likewise.
1901 Fri Jun 21 10:42:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
1903         * texinfos.am (install-info): Use "if", not "&&", to avoid
1904         install problem when glob doesn't match.
1906         * automake.in (initialize_global_constants): [USAGE] Added
1907         --no-force.
1908         (force_generation): New global.
1909         (parse_arguments): Handle --no-force.
1910         (generate_makefile): Handle --no-force.
1912         * Makefile.am (maintainer-check): Ensure all invocations of
1913         mkinstalldirs are correct.
1915 Tue Jun 18 10:53:54 1996  Tom Tromey  <tromey@creche.cygnus.com>
1917         * automake.in (handle_tests): Don't directly generate site.exp.
1919 Sun Jun 16 22:21:16 1996  Harlan Stenn  <harlan@brown.pfcs.com>
1920         
1921         * automake.in:  Treat an initial `#' on a word in AUTOMAKE_OPTIONS
1922         as a comment start.  Add support for a dist-tarZ target.
1924 Tue Jun 11 22:14:21 1996  Marcus Daniels  <marcus@sayre.sysc.pdx.edu>
1926         * depend.am ($(srcdir)/.deps/%.P): Convert absolute $(top_srcdir)
1927         paths into relative paths.
1929 Mon Jun 10 21:11:20 1996  Tom Tromey  <tromey@creche.cygnus.com>
1931         * texinfo.tex: New version.
1933         * automake.in: Look for AM_PROG_LIBTOOL.  From Gord Matzigkeit.
1934         (initialize_global_constants): Added libtool to
1935         @common_sometimes.
1936         (handle_source_transform): Pass YFLAGS to yacc and LFLAGS to lex.
1938 Sun Jun  9 17:45:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
1940         * texinfos.am (install-info): Don't install ~ files.  Bug report
1941         from Greg McGary.
1942         * automake.in (handle_texinfo): Don't push '.info*' onto
1943         @infos_list.
1945         * automake.in (handle_gettext): Ensure po and intl in SUBDIRS when
1946         using gettext.
1947         (handle_dist): Pass --with-included-gettext to configure if using
1948         gettext.
1950         * compile-kr.am (._c._o): Pass -c to $(COMPILE).
1951         (.c._o): Ditto.
1952         * compile.am (.c.o): Pass -c to $(COMPILE).
1953         * compile-vars.am (COMPILE): Don't include -c.
1955         * remake.am ($(srcdir)/Makefile.in): Pass --strictness to
1956         automake.
1957         * automake.in (handle_configure): Supply --strictness arg to
1958         automake.
1960 Fri Jun  7 12:31:31 1996  Tom Tromey  <tromey@creche.cygnus.com>
1962         * automake.in (handle_tests): Fix quoting on `pwd`.
1963         (handle_options): Recognize no-installinfo option.
1964         (handle_man_pages): Don't put man directory on @installdirs if
1965         no-installman is specified.
1966         (handle_texinfo): Handle no-installinfo option.
1967         (handle_options): Compare version against $num_version, not
1968         $VERSION.
1969         (handle_source_transform): Generate rules for output of lex,
1970         yacc.  Bug report from Thomas Morgan.  Test yacc.test.
1971         (handle_dist): "distcheck" now runs "make dvi".
1972         (handle_tests): Support $(TESTS_ENVIRONMENT).  Idea from Ulrich
1973         Drepper.
1975         * dejagnu.am (check-DEJAGNU): Depend on site.exp.
1977 Sun Jun  2 10:33:10 1996  Tom Tromey  <tromey@creche.cygnus.com>
1979         * automake.in (handle_emacs_lisp): New function.
1980         (initialize_global_constants): Added elisp-comp to
1981         @common_sometimes.
1982         (seen_lispdir): New global.
1983         (scan_configure): Handle ud_PATH_LISPDIR.
1985         * elisp-comp: New file.
1987         * lisp.am: New file.
1989         * automake.in (generate_makefile): Run handle_emacs_lisp.
1991         * aclocal.m4 (ud_PATH_LISPDIR): New macro, from Ulrich Drepper.
1993         * automake.in (initialize_global_constants): Removed version.texi
1994         from common_sometimes.
1995         (initialize_global_constants): Added texinfo.tex to common_files.
1996         Test texinfo.test.
1997         (handle_tests): Allow dejagnu- and automake-style test suites to
1998         coexist.  Test dejagnu.test.
1999         (initialize_global_constants): New constants AC_CANONICAL_HOST,
2000         AC_CANONICAL_SYSTEM.
2001         (scan_configure): Use new constants.
2002         (handle_tests): Put target specific information into site.exp if
2003         AC_CANONICAL_* used.
2004         (read_am_file): Generate some extra variables when AC_CANONICAL_*
2005         used.
2006         (handle_options): Allow version number to have letters appended.
2007         (handle_tests): Error if RUNTEST, RUNTESTFLAGS defined but dejagnu
2008         option not specd.
2009         (initialize_global_constants): install_man_format changed to
2010         handle built man pages.
2012 Wed May 29 10:35:01 1996  Tom Tromey  <tromey@creche.cygnus.com>
2014         * config.guess, config.sub: New versions.
2016 Tue May 28 19:27:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
2018         * configure.in (VERSION): Upped to 1.0.
2020 Sat May 25 10:19:53 1996  Tom Tromey  <tromey@creche.cygnus.com>
2022         * automake.in (handle_tests): Handle dejagnu.
2023         (handle_options): Recognize dejagnu option.
2025         * dejagnu.am: New file.
2027 Thu May 23 10:01:13 1996  Tom Tromey  <tromey@creche.cygnus.com>
2029         * automake.in (handle_dist): Run installcheck target from
2030         distcheck.
2032         * configure.in (VERSION): Upped to 0.34.
2034         * automake.in (scan_configure): Always allow upgrading to
2035         fp_PROG_INSTALL.  Test fpinstall.test.
2037 Wed May 22 14:45:28 1996  Joshua Cowan  <jcowan@hermit.reslife.okstate.edu>
2039         (handle_dist): Make `distcheck' check `install' target, too.
2041 Wed May 22 09:49:27 1996  Tom Tromey  <tromey@creche.cygnus.com>
2043         * automake.in (initialize_per_input): Don't initialize
2044         $output_directory here; initialize it globally.  From Joshua
2045         Cowan.  Test outdir.test.
2047 Sat May 18 10:57:40 1996  Tom Tromey  <tromey@creche.cygnus.com>
2049         * automake.in (handle_tests): Don't push TESTS onto dist_common.
2050         (initialize_global_constants): Put install-sh and mkinstalldirs
2051         into @common_files.  Test insh2.test.
2053 Fri May 17 09:02:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
2055         * automake.in (handle_source_transform): Don't generate _OBJECTS
2056         when no source files specified.  Test number.test.
2058         From Joerg-Martin Schwarz:
2059         * automake.in (seen_package, seen_version): New globals.
2060         (scan_configure): Look for PACKAGE= and VERSION=.
2062         * automake.in (handle_options): Recognize dist-zip.
2063         (handle_dist): Handle dist-zip.
2064         (handle_options): Use ' ', not \s+, with split.  Test
2065         backsl.test.
2066         (handle_source_transform): Likewise.
2067         (handle_lib_objects): Likewise.
2068         (handle_libraries): Likewise.
2069         (handle_texinfo): Likewise.
2070         (handle_man_pages): Likewise.
2071         (handle_subdirs): Likewise.
2072         (handle_gettext): Likewise.
2073         (handle_footer): Likewise.
2074         (handle_tests): Likewise.
2075         (scan_configure): Likewise.
2076         (am_install_var): Likewise.
2078         * Makefile.am (TAGS_DEPENDENCIES): New macro.
2080         * tags.am (tags-recursive): New target.
2081         (TAGS): Depend on it.
2083         * automake.in (handle_tags): Put tags-recursive on @phony.
2085         * tags-subd.am (TAGS): Depend on HEADERS, SOURCES,
2086         TAGS_DEPENDENCIES.
2087         * tags.am (TAGS): Depend on HEADERS, SOURCES, TAGS_DEPENDENCIES.
2089 Thu May 16 09:21:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
2091         * remake.am (configure): Depend on $(CONFIGURE_DEPENDENCIES).
2093         * automake.in (scan_configure): Look for install-sh and
2094         mkinstalldirs here.
2095         (initialize_global_constants): Moved mdate-sh from
2096         common_sometimes to common_files.  Test mdate2.test.
2098 Tue May 14 21:52:01 1996  Tom Tromey  <tromey@creche.cygnus.com>
2100         * automake.in (seen_maint_mode): New global.
2101         (scan_configure): Handle jm_MAINTAINER_MODE.
2102         (read_am_file): Handle seen_maint_mode.
2103         (file_contents_with_transform): Handle seen_maint_mode.
2104         (handle_source_transform): Changed interface, all callers.
2106         From Jim Meyering:
2107         * remake-hdr.am, remake-subd.am, remake.am, texi-version.am:
2108         Handle @MAINT@.
2109         * aclocal.m4 (jm_MAINTAINER_MODE): New macro.
2111         * automake.in (handle_configure): Check $config_aux_dir against
2112         empty string.  From Markku Rossi.  Test mkinstall.test.
2114 Fri May 10 14:38:47 1996  Gord Matzigkeit  <gord@gnu.ai.mit.edu>
2116         * automake.in (distcheck): Added new rule to top level
2117         Makefile.in.
2119 Wed May  8 21:57:21 1996  Gord Matzigkeit  <gord@gnu.ai.mit.edu>
2121         * automake.in (scan_configure): Make sure that gm_PROG_LIBTOOL
2122         sets seen_ranlib.
2123         (generate_makefile): libtool, config.sub, and config.guess should
2124         only ever appear in the top directory of a package.
2126 Tue May 14 10:24:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
2128         * automake.in (initialize_global_constants): Added libversion.in
2129         to @common_files.
2131         * configure.in (VERSION): Upped to 0.33.
2133         * automake.in (am_install_var): Fixed problem in EXTRA_ handling.
2134         Test extra.test.
2136 Mon May 13 10:41:41 1996  Tom Tromey  <tromey@creche.cygnus.com>
2138         * install-sh (transformbasename): Correct misspelling of
2139         transformbasename.  From Ian Lance Taylor.
2141 Sat Apr 27 11:39:10 1996  Tom Tromey  <tromey@creche.cygnus.com>
2143         * automake.in (handle_configure): Set mkinstalldirs variable
2144         here.
2145         (handle_dist_worker): Explicitly set distdir in subdir makes.
2146         (handle_dist): Handle separate distdir target.
2147         (handle_dist_worker): Only generate distdir target.
2149         * texinfos.am (install-info): Use $(mkinstalldirs).
2150         * scripts.am (install-@DIR@SCRIPTS): Use $(mkinstalldirs).
2151         * programs.am (install-@DIR@PROGRAMS): Use $(mkinstalldirs).
2152         * libraries.am (install-@DIR@LIBRARIES): Use $(mkinstalldirs).
2153         * header.am (install-@DIR@HEADERS): Use $(mkinstalldirs).
2154         * data.am (install-@DIR@DATA): Use $(mkinstalldirs).
2156         * automake.in (read_am_file): Set mkinstalldirs variable.
2157         (handle_man_pages): Use it.
2158         (handle_installdirs): Ditto.
2160 Fri Apr 26 15:10:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
2162         * automake.in (handle_man_pages): Fix mkinstalldirs invocation.
2164 Thu Apr 25 18:40:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
2166         * automake.in (handle_dist_worker): Use $(TAR), not tar.
2167         (handle_merge_targets): Make sure config header is built before
2168         recursing into subdirs.
2169         (handle_libraries): Generate LIBFILES for check_LIBRARIES.
2170         (handle_merge_targets): Handle case where nothing is installed but
2171         something must be built -- "make install" must still work.
2173         * dist-vars.am (TAR): New macro.
2175         * automake.in (scan_configure): Support AC_REPLACE_GNU_GETOPT.
2176         (handle_configure): Require stamp-h.in when config header used.
2178 Tue Apr 23 17:57:13 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2180         * doc/mdate-sh: Extract the last field from the date output, not
2181         the sixth, which will fail when the timezone name has more than
2182         one word or is missing.
2184 Wed Apr 24 20:29:26 1996  Tom Tromey  <tromey@creche.cygnus.com>
2186         * automake.in (am_install_var): Use delete, not undef, to remove
2187         EXTRA entry.  From Gord Matzigkeit.
2189 Mon Apr 22 17:48:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
2191         * automake.in (read_am_file): Handle case where last line doesn't
2192         end in newline.
2194 Tue Apr  9 22:53:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
2196         * automake.in (variable_defined): New function.
2197         (read_am_file): Ensure a blank line comes before starting comments
2198         from Makefile.am.
2199         (initialize_per_input): Initialize %targets.
2200         (read_am_file): Set appropriate entry in %targets.
2201         Many changes to use variable_defined.
2202         (check_gnu_standards): Only require ChangeLog at top level.  From
2203         Gord Matzigkeit.
2204         (handle_tests): check-TESTS depends on $(TESTS).  From Gord
2205         Matzigkeit.
2207 Mon Apr  8 22:51:41 1996  Tom Tromey  <tromey@creche.cygnus.com>
2209         * automake.in (parse_arguments): Added short options.
2210         (initialize_global_constants): Ditto.
2212 Fri Apr  5 00:22:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
2214         * mkinstalldirs (errstatus): Don't necessarily die if mkdir
2215         fails.
2217         * automake.in (handle_source_transform): Typo fix.
2219 Thu Apr  4 15:10:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
2221         * automake.in (handle_dist_worker): Renamed dist-local to
2222         dist-hook.
2223         (handle_merge_targets): Added install-data-hook and
2224         install-exec-hook.
2225         (handle_source_transform): Handle EXTRA_prog_SOURCES form.
2227         * automake.in (handle_scripts): Never allow scripts_installed to
2228         become 0.
2230         * scripts.am (install-@DIR@SCRIPTS): Scripts can be found in
2231         srcdir.
2233         * automake.in (generate_makefile): Derived file names from given
2234         input; don't assume Makefile.in and Makefile.am.
2235         (am_file_name, in_file_name): New globals.
2236         (read_am_file): Use them.
2238         * program.am (@PROGRAM@): Use transformed program name.
2240         * remake-hdr.am (stamp-h): Actually touch stamp-h.
2242 Wed Apr  3 15:16:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
2244         * automake.in (require_file_internal): Use correct file for error
2245         messages.  Test insh.test.
2247 Mon Apr  1 09:47:44 1996  Tom Tromey  <tromey@creche.cygnus.com>
2249         * texinfos.am (.texi.info): Build output file in srcdir.
2251         * automake.in (require_file_internal): If $dir is ".",then look in
2252         relative directory.
2253         (handle_texinfo): Canonicalize name of texi file before looking
2254         for dependency variable.
2256 Thu Mar 28 08:33:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
2258         * automake.in (require_conf_file_with_conf_line): Yet another
2259         function of this form.
2260         (libtool_line): New variable.
2261         (handle_libraries): Handle libtool.
2263         * libraries-vars.am: Removed.
2265         * automake.in (seen_libtool): New variable.
2266         (scan_configure): Look for gm_PROG_LIBTOOL or AC_PROG_LIBTOOL.
2268         * automake.in (handle_dist_worker): Handle dist-local.
2270         * Makefile.am (maintainer-check): Do "make check" after all syntax
2271         checks.
2273         * texi-version.am (stamp-@VTI@): Look for mdate-sh in appropriate
2274         directory.
2276         * automake.in ($seen_arg_prog): New global.
2277         (handle_programs): Error if AC_ARG_PROGRAM not seen.
2278         (handle_scripts): Ditto.
2279         (handle_configure): mkinstalldirs now a config file.
2280         (handle_installdirs): Find mkinstalldirs in config_aux_dir.
2281         (handle_dist_worker): Removed DIST_SUBDIRS.
2282         (require_file_path): New variable.
2283         (require_file_with_conf_line): Set it.
2284         (require_file_with_line): Ditto.
2285         (require_file): Ditto.
2286         (require_file_internal): Incorporated code from
2287         require_config_file.
2288         (require_config_file): Rewrote.
2289         (require_conf_file_with_line): New function.
2290         (handle_texinfo): Use it for mdate-sh.
2291         (handle_texinfo): Look for mdate-sh in appropriate directory.
2293 Tue Mar 26 13:47:54 1996  Tom Tromey  <tromey@creche.cygnus.com>
2295         * Makefile.am (cvs-dist): Find NEWS in srcdir.
2296         * automake.in (handle_dist_worker): Find NEWS in srcdir.
2297         ($RULE_PATTERN): Include chars "$(){}/" in allowable patterns in a
2298         rule.
2299         (require_config_file): Set config_aux_path when file found.
2300         ($config_aux_dir): New variable.
2301         (require_config_file): Set it.
2302         (handle_man_pages): Find mkinstalldirs in config_aux_dir.
2304 Mon Mar 25 15:32:57 1996  Tom Tromey  <tromey@creche.cygnus.com>
2306         * data.am (install-@DIR@DATA): Also allow data to be in build
2307         directory.
2309 Sun Mar 24 19:56:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
2311         * automake.in (am_install_var): Don't look in EXTRA_primary
2312         variable any more; it is handled in the main loop.
2314 Wed Mar 20 16:22:35 1996  Tom Tromey  <tromey@creche.cygnus.com>
2316         * data.am (install-@DIR@DATA): Find data in srcdir.
2318 Fri Mar 15 18:30:31 1996  Tom Tromey  <tromey@creche.cygnus.com>
2320         * automake.in (require_config_file): Use correct filename when
2321         looking for errors.  Also, install file in `.' if not found.  Bug
2322         reported by Gord Matzigkeit.  Test installsh.test.
2324 Thu Mar 14 09:28:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
2326         * Makefile.am (cvs-diff): New target.
2328         Fix for bug when install var substitutes empty.  Test empty.test.
2329         * header.am (install-@DIR@HEADERS): Allow empty list of headers.
2330         (uninstall-@DIR@HEADERS): Ditto.
2331         * scripts.am (install-@DIR@SCRIPTS): Allow empty list of scripts.
2332         (uninstall-@DIR@SCRIPTS): Ditto.
2333         * libraries.am (install-@DIR@LIBRARIES): Allow empty list of
2334         libraries.
2335         (uninstall-@DIR@LIBRARIES): Ditto.
2336         * data.am (install-@DIR@DATA): Allow empty list of data.
2337         (uninstall-@DIR@DATA): Ditto.
2338         * programs.am (install-@DIR@PROGRAMS): Added missing semicolon.
2339         From François Pinard.
2340         (install-@DIR@PROGRAMS): Fixed bug when list of programs empty.
2341         (uninstall-@DIR@PROGRAMS): Ditto.
2343 Wed Mar 13 19:50:23 1996  Tom Tromey  <tromey@creche.cygnus.com>
2345         * tags-subd.am (ID): Name of ID file must be flush against -f.
2347         * configure.in (VERSION): Version 0.32.
2349 Mon Mar 11 17:50:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
2351         * automake.in (seen_linguas, all_linguas_line): New variables.
2352         (handle_gettext): New function.
2353         (generate_makefile): Run it.
2354         (scan_configure): Recognize ALL_LINGUAS.
2356 Mon Mar 11 14:34:36 1996  Gord Matzigkeit  <gord@enci.ucalgary.ca>
2358         * automake.texi: doc fix.
2360         * automake.in (am_install_var): Added support for check and
2361         installcheck special prefixes.
2363 Sun Mar 10 10:44:42 1996  Tom Tromey  <tromey@creche.cygnus.com>
2365         * automake.in (handle_subdirs): Don't do SUBDIRS check for
2366         gettext.
2368 Tue Mar  5 18:12:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
2370         * automake.in (OBJECT_PATTERN): Removed.
2371         (am_install_var): No error if name is invalid.
2372         (handle_programs): Canonicalize program names.
2373         (BOGUS_MACRO_PATTERN): New variable.
2374         (read_am_file): Error if bad macro name given.
2375         (require_file_internal): Use am_line_error, not am_conf_error.
2377         * program.am (@PROGRAM@): Recognize @PROGRAM@_DEPENDENCIES.
2379 Mon Mar  4 19:30:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
2381         * automake.in (handle_lib_objects): New function.
2382         (handle_libraries): Use it.
2383         (handle_programs): Ditto.
2384         (handle_dist_worker): Deprecate DIST_SUBDIRS.
2385         (am_install_var): Allow extended directory mechanism to work.
2386         Test exdir.test.
2388         * dist-vars.am (DISTFILES): Use EXTRA_DIST.
2389         (DEP_DISTFILES): Ditto.
2391         * automake.in (OBJECT_PATTERN): New variable.
2392         (am_install_var): Use it.
2393         (handle_dist): DIST_OTHER is an anachronism.
2395 Sat Mar  2 17:04:38 1996  Tom Tromey  <tromey@creche.cygnus.com>
2397         * automake.in (handle_dist_worker): Only cause Automake to be
2398         re-run if not making a distribution.  Fixes bug reported by
2399         Joerg-Martin Schwarz.
2400         (require_file_with_line): New function.
2401         (require_file): Use it.
2402         (am_line_error): Don't print line number if $symbol is empty.
2403         (get_object_extension): Use require_file_with_line.
2404         (handle_libraries): Use require_file_with_line.
2405         (handle_texinfo): Use require_file_with_line.
2406         (handle_configure): Use am_conf_line_error and
2407         require_file_with_conf_line.
2408         (handle_subdirs): Use require_file_with_conf_line.
2409         (handle_configure): Use require_file_with_conf_line.
2410         (handle_tests): Push check-TESTS on @phony.
2411         (am_conf_line_error): New function.
2412         (require_file_with_conf_line): New function.
2413         (require_file_internal): New function.
2414         (require_file_with_line): Use it.
2415         (require_file): Ditto.
2416         (am_conf_line_error): Handle empty line number.
2417         (ac_gettext_line, ac_output_line): New variables.
2418         (scan_configure): Set them.
2420 Fri Mar  1 00:13:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
2422         * automake.in (parse_arguments): Default strictness is gnu.
2423         Changed `normal' to `foreign' everywhere.
2424         (parse_arguments): Handle --foreign.
2425         (initialize_global_constants): Document --foreign.
2426         (handle_dependencies): Better error message.
2427         (handle_texinfo): Don't push $vtexi on @texis.
2428         (handle_texinfo): Only push $vtexi on @texi_deps if not null.
2429         (handle_configure): install-sh is a config file; require it as
2430         such.
2431         (parse_arguments): Renamed --install-missing to --add-missing.
2432         (add_missing): Renamed from install_missing.
2433         (am_install_var): Check to make sure contents of install variable
2434         are correct if primary requires it.  Test badprog.test.
2435         (initialize_global_constants): Initialize
2436         %primary_uses_subobjects.
2437         (handle_source_transform): Skip configure substitutions.  Test
2438         depend.test.  Also, skip empty elements.
2440 Thu Feb 29 22:00:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
2442         * texinfo.tex: New version.
2444         * automake.in (am_install_var): Allow extended range of
2445         installation directories.
2447         * automake.in (get_object_extension): Don't allow
2448         @CONFIG_INCLUDE_SPEC@ in the Makefile.in when config.h not used.
2449         From Gord Matzigkeit.  Test confincl.test.
2451         * texinfos.am (install-info): Changed usage of install-info (in
2452         comment).  Per Feb 25 GNU Standards document.
2454 Wed Feb 28 07:40:55 1996  Tom Tromey  <tromey@creche.cygnus.com>
2456         * automake.in (handle_tests): New function.
2457         (generate_makefile): Call it.
2458         (handle_subdirs): Skip directories whose names look like configure
2459         substitutions.
2460         (handle_subdirs): Require intl and po, not @INTLSUB@ and @POSUB@,
2461         when using gettext.
2462         (scan_configure): Clear in_ac_output if "]" found.  Test
2463         acoutqnl.test.
2464         (require_config_file): New function.
2465         (generate_makefile): Use require_config_file.
2466         (config_aux_path): New variable.
2467         (scan_configure): Check for AC_CONFIG_AUX_DIR.
2468         (handle_merge_targets): Add install-strip rule.
2470 Tue Feb 27 20:00:36 1996  Tom Tromey  <tromey@creche.cygnus.com>
2472         * mdate-sh: New version from Ulrich Drepper.
2474         * automake.in (handle_source_transform): Changed fill back to
2475         empty string.
2476         (handle_libraries): Ditto.
2477         (handle_dist): Ditto.
2478         (handle_dependencies): Ditto.
2479         (handle_footer): Ditto.
2480         (handle_phony): Ditto.
2482         * Makefile.am (DIST_SUBDIRS): Removed.
2483         (installcheck-local): Use Perl, not test -x.
2484         (PERL): New macro.
2485         (maintainer-check): Use $(PERL), not @PERL@.
2487         * configure.in (VERSION): Upped to 0.31.
2489 Sat Feb 24 18:02:19 1996  Tom Tromey  <tromey@creche.cygnus.com>
2491         * automake.in (scan_configure): AC_CHECK_TOOL requires config.sub
2492         and config.guess.
2494         * automake.in: Use keyed_aclocal_warning when warning about
2495         fp_PROG_INSTALL.
2496         (get_object_extension): Use keyed_aclocal_warning when warning
2497         about fp_C_PROTOTYPES.
2498         (keyed_aclocal_warning): New function.
2500         * Makefile.am (pkgdata_DATA): Install aclocal.m4.
2501         * aclocal.m4: Include fp_C_PROTOTYPES, fp_PROG_CC_STDC.
2503         * automake.in (get_object_extension): Only give error about
2504         fp_C_PROTOTYPES once.
2506         * automake.in (seen_ranlib): New variable.
2507         (scan_configure): Recognized AC_PROG_RANLIB.
2508         (handle_libraries): Error if ranlib not checked for.
2510         * automake.in (default_strictness): Default to GNU.
2511         (default_strictness_name): Ditto.
2513 Wed Feb 21 18:15:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
2515         * automake.in (read_am_file): Removed @kr@ support.
2516         (get_object_extension): Ditto.
2518         * Makefile.am (pkgdata_DATA): Include ansi2knr.c and ansi2knr.1.
2520 Tue Feb 20 17:25:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
2522         * depend.am ($(srcdir)/.deps/%.P): Regexp fix.
2524 Mon Feb 19 19:53:09 1996  Tom Tromey  <tromey@creche.cygnus.com>
2526         * remake.am ($(srcdir)/Makefile.in): Depend on configure.in.
2527         * remake-subd.am ($(srcdir)/Makefile.in): Depend on configure.in.
2529         * automake.in (handle_scripts): Ensure $scripts_installed set to
2530         boolean value.  Test proginst.test.
2532         * Makefile.am (installcheck-local): New target.
2534         * automake.in (require_file): No error if missing file is
2535         installed.
2537 Sun Feb 18 17:10:00 1996  Tom Tromey  <tromey@creche.cygnus.com>
2539         * automake.in (handle_scripts): SCRIPTS no longer automatically
2540         cleaned.  Now possible to install scripts in pkgdatadir.
2541         ($seen_canonical): New variable.
2542         (generate_makefile): Check for config.guess and config.sub here;
2543         fixes bug reported by Gord Matzigkeit.
2545         * Makefile.am (pkgdata_SCRIPTS): New variable.
2546         (CLEANFILES): New macro.
2548         * scripts-clean.am: Removed.
2550 Sat Feb 17 00:15:20 1996  Tom Tromey  <tromey@creche.cygnus.com>
2552         * automake.in (am_install_var): Error if primary variable actually
2553         defined.
2554         (am_install_var): Skip elements that look like configure
2555         substitutions.
2556         (am_install_var): "EXTRA" is a valid prefix.
2557         (am_install_var): Push contents EXTRA_PRIMARY onto @result.
2558         (handle_merge_targets): Treat "all" target like "install".
2559         (handle_subdirs): Don't push all-recursive.
2561         * header.am (install-@DIR@HEADERS): Don't depend on all.
2562         * data.am (install-@DIR@DATA): Don't depend on all.
2563         * libraries.am (install-@DIR@LIBRARIES): Don't depend on all.
2564         * programs.am (install-@DIR@PROGRAMS): Don't depend on all.
2565         * scripts.am (install-@DIR@SCRIPTS): Don't depend on all.
2567         * automake.in (am_install_var): Push generated install targets
2568         onto @phony.
2570         * subdirs.am: No longer depend on Makefile and $(CONFIG_HEADER).
2571         * automake.in (handle_merge_targets): Correctly handle recursive
2572         calls of uninstall, install-exec, and install-data.
2573         (handle_merge_targets): Put Makefile, and possibly $config_name,
2574         onto @all.
2575         (handle_merge_targets): Push 'all' onto @install as appropriate.
2577 Fri Feb 16 18:27:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
2579         * automake.in (handle_configure): config.status is in
2580         $(top_builddir), not $(top_srcdir).  Reported by Anthony Green.
2582         * automake.in (scan_configure): Recognize (AC|fp)_FUNC_FNMATCH.
2584 Thu Feb 15 19:12:45 1996  Tom Tromey  <tromey@creche.cygnus.com>
2586         * automake.in: (seen_prog_yacc): New variable.
2587         (scan_configure): Look for yacc.
2588         (handle_source_transform): Skipp C++ header files.
2589         (handle_source_transform): .cxx is a C++ source file.
2591 Wed Feb 14 08:36:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
2593         * depend.am ($(srcdir)/.deps/.P): Use "echo", not ":".
2595         Implemented --verbose feature; idea from Greg Woods:
2596         * automake.in (verbose): New global.
2597         (generate_makefile): Print creating message if verbose.
2598         (grep_for_vers_texi): Print message if verbose.
2599         (handle_dependencies): Ditto.
2600         (scan_configure): Ditto.
2601         (read_am_file): Ditto.
2602         (parse_arguments): Added --verbose.
2603         (initialize_global_constants): Ditto.
2605         * automake.in (get_object_extension): Use am_line_error.
2606         (handle_source_transform): Ditto.
2607         (handle_libraries): Ditto.
2608         (handle_texinfo): Ditto.
2609         (handle_man_pages): Ditto.
2610         (handle_dist): Ditto.
2611         (handle_dist): Ditto.
2612         (handle_subdirs): Ditto.
2613         (handle_configure): Ditto.
2614         (handle_merge_targets): Ditto.
2615         (am_install_var): Ditto.
2616         (am_line_error): Allow actual line number as argument.
2617         (handle_configure): Use am_line_error.
2618         (scan_configure): Set config_header_line.
2619         (config_header_line): New global.
2620         Use @PERL@ to find perl during exec.  From Greg Woods.
2622 Tue Feb 13 22:06:51 1996  Tom Tromey  <tromey@creche.cygnus.com>
2624         * automake.in (initialize_per_input): Init %content_lines.
2625         (read_am_file): Set appropriate content_lines elements while
2626         reading.
2627         (am_line_error): New function.
2628         (read_am_file): Use it.
2629         (handle_options): Ditto.
2631         * automake.in (scan_configure): Handle case where more than one .o
2632         is put into LIBOBJS at once.  Test libobj.test.
2634 Mon Feb 12 20:39:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
2636         * automake.in (scan_configure): Ignore "\" in AC_OUTPUT line.
2637         Test acouttbs.test.
2638         (handle_subdirs): Restored intl, po warnings.
2640         * automake.in (scan_configure): Delete everything after "," or
2641         ")".  Test acoutnoq.test.
2642         (handle_dist): Use $relative_dir, not nonexistent $subdir.
2643         (handle_subdirs): 'po' and 'intl' are sometimes substituted into
2644         SUBDIRS; don't warn about their absence.
2646 Sun Feb 11 16:55:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
2648         * automake.in (handle_texinfo): Removed bogus error message.
2650         * automake.in (handle_texinfo): Push $(INFO_DEPS), not 'info',
2651         onto @all.
2652         (handle_options): Handle version number.
2654         * automake.in ($maint_charset, $dist_charset): New variables.
2655         (initialize_per_input): Init $local_maint_charset.
2656         (handle_dist): Handle DIST_CHARSET and MAINT_CHARSET.
2657         (generate_makefile): Don't print "creating...".
2659 Sat Feb 10 16:45:07 1996  Tom Tromey  <tromey@creche.cygnus.com>
2661         * automake.in (get_object_extension): Substitute
2662         @CONFIG_INCLUDE_SPEC@ if CONFIG_HEADER defined.
2663         (handle_source_transform): Use $1, not \1.
2664         (pretty_print_internal): Handle Tabs in fill when computing indent
2665         on new line.
2666         (handle_merge_targets): Always generate install-exec and
2667         install-data targets.  Test instexec.test.
2668         Fixed error message if fp_PROG_INSTALL missing.
2670         * compile-vars.am (DEFS): Include -I., -I$(srcdir), and
2671         @CONFIG_INCLUDE_SPEC@.
2673         * automake.in (scan_configure): Delete everything after "]".  Test
2674         acoutput.test.
2676         * configure.in (AC_OUTPUT): Create tests/Makefile.
2677         * Makefile.am (SUBDIRS): New macro.
2679         * automake.in (handle_texinfo): Put $vtexi on texi_deps.  From Jim
2680         Meyering.
2682         * configure.in (AC_OUTPUT): Ensure automake is executable.
2684 Thu Feb  8 17:30:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
2686         * automake.in (handle_subdirs): Error if directory in SUBDIRS does
2687         not exist.
2689         * automake.in (handle_configure): Handle AC_OUTPUT ":" syntax.
2691         From Jim Meyering:
2692         * libraries.am (install-@DIR@LIBRARIES): Depend on all, not
2693         (@DIR@_LIBFILES).
2694         * header.am (install-@DIR@HEADERS): Depend on all, not
2695         $(@DIR@_HEADERS).
2696         * data.am (install-@DIR@DATA): Depend on all, not $(@DIR@_DATA).
2697         * scripts.am (install-@DIR@SCRIPTS): Depend on all, not
2698         $(@DIR@_SCRIPTS).
2699         * programs.am (install-@DIR@PROGRAMS): Depend on all, not
2700         $(@DIR@_PROGRAMS).
2702         * automake.in (initialize_per_input): Initialize
2703         $use_dependencies.
2704         ($seen_path_xtra): New variable.
2705         (scan_configure): Look for AC_PATH_XTRA.
2706         (get_object_extension): Add variables to output if X seen.
2708 Thu Feb  8 10:02:45 1996  Greg A. Woods  <woods@most.weird.com>
2710         * automake.in (handle_programs): add pkglib to list of
2711         directories for C
2712         (various): include a tab as fill for continuation lines
2713         printed with pretty_print*, esp. for macro variable assignments.
2714         [ changed to 4 spaced by me ]
2716 Wed Feb  7 18:00:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
2718         * configure.in (VERSION): Upped to 0.30.
2720         * Makefile.am (automake): Removed.
2721         (DIST_OTHER): Removed.
2723         * automake.in (handle_source_transform): All dep_files are
2724         relative to $(srcdir).
2725         (handle_libraries): Ditto.
2726         (scan_configure): Test for AC_PROG_INSTALL as well as
2727         fp_PROG_INSTALL.  Don't error here.
2728         (seen_prog_install): Now global.
2729         (scripts_installed): New global.
2730         (handle_scripts): Set it.
2731         Give error if appropriate install macro not seen.
2732         (handle_subdirs): Ensure $seen_gettext before requiring
2733         gettext-specific files.
2734         (handle_configure): Automatically rebuild 
2736         From Jim Meyering:
2737         * automake.in (handle_source_transform): Use \W when quoting
2738         regexp.  When blah_SOURCES not explicitly defined, still create
2739         entry in %deps.
2740         * depend.am ($(srcdir)/.deps/%.P): Don't use \< in regexp.
2741         * subdirs.am (maintainer-clean-recursive): Now depends on
2742         $(CONFIG_HEADER) and Makefile.
2744         * automake.in (handle_source_transform): Skip macro references.
2746 Mon Feb  5 14:58:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
2748         * automake.in (handle_texinfo): Include "rm" when deleting files.
2750         * Makefile.am (maintainer-check): Expect only one ${...}.
2751         * texinfos.am (install-info): Remove unneeded ${...}.  From Jim
2752         Meyering.
2754         * automake.in (handle_configure): Only define CONFIG_HEADER if
2755         $config_name.
2756         ($seen_gettext): New variable.
2757         (handle_subdirs): Do all gettext-related checking here.
2758         (scan_configure): Just set $seen_gettext.
2759         (handle_man_pages): Properly quote $(MANS).
2761 Wed Jan 31 09:51:30 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
2763         * depend.am: Don't use srcdir anywhere.
2764         * automake.in (handle_libraries): Don't make .deps relative to
2765         srcdir.
2766         (handle_options): Recognize no-dependencies.
2768         * depend.am (MKDEP): From Jim Meyering: Do nothing if srcdir is
2769         ".".  Properly quote regexp.
2771 Tue Jan 30 12:19:09 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
2773         * automake.in (handle_configure): Only defined CONFIG_HEADER if
2774         $config_name.
2775         (read_am_file): Quote regexp when substituting top_builddir.
2776         (handle_source_transform, handle_libraries): Look in
2777         $(srcdir)/.deps for .P files.
2779 Fri Jan 26 00:15:25 1996  Tom Tromey  <tromey@creche.cygnus.com>
2781         * automake.in (am_conf_error): New function.
2782         (scan_configure): Use it.
2783         (scan_configure): A comma also ends AC_OUTPUT macro.
2785         * automake.in (read_am_file): Compute top_builddir when including
2786         header-vars.am.
2787         (handle_configure): Use $top_builddir, not $top_reldir.
2788         (other_input_files): New variable.
2789         (dirname): Fixed bug where dirname of 'a/b/c' was 'a', not 'a/b'.
2791         Changes from Gord Matzigkeit to enabled hierarchies deeper than 2:
2792         * automake.in (input_files, seen_make_set): Declare globally.
2793         (parse_arguments): Use input_files, not make_list.
2794         Only scan configure.in once.
2795         (handle_dist): Use SUBDIRS to determine when to make
2796         subdirectories and recurisvely dist.  Use $(topdir), not "..", to
2797         find top of dist tree.
2798         (handle_configure): Check for AC_PROG_MAKE_SET here.  Don't require
2799         configure.in (done elsewhere).
2800         (scan_configure): seen_make_set is global.  Allow arbitrary space
2801         in LIBOBJS assignment.
2802         (top_builddir): New variable.
2803         * header-vars.am (top_builddir): New variable.
2804         * remake-subd.am (Makefile): Look in top_builddir, not .., when
2805         remaking.
2806         * automake.in (handle_merge_targets): Run 'all' before
2807         check-recursive.
2809         * automake.in (file_contents_with_transform): Changed error
2810         message.
2811         (handle_configure): Define $contents{'CONFIG_HEADER'}.
2813         * texi-version.am: Many changes to support multiple .texi files.
2814         Replaced "version.texi" with "@VTEXI@".  Replaced "vti" with
2815         "@VTI@".
2816         * automake.in (handle_configure): install.sh is an anachronism.
2817         (handle_texinfo): Generalized for multiple .texi files.  Handle
2818         'clean-info' internally.
2819         * texi-clean.am: Removed.
2820         * Makefile.am: Updated for removal.
2822 Wed Jan 24 22:55:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
2824         * automake.in (grep_for_vers_texi): New function.
2825         (handle_texinfo): Use grep_for_vers_texi, not system("grep").
2826         (handle_texinfo): Changes to generalize to multiple .texi files.
2828 Tue Jan 23 14:22:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
2830         Fixes from Gord Matzigkeit:
2831         * libraries.am (install-@DIR@LIBRARIES): Use top_srcdir, not
2832         topsrcdir.
2833         * header.am: New file.
2834         * Makefile.am (pkgdata_DATA): Install header.am.
2835         * automake.in (handle_headers): Use header.am, not data.am.
2836         (am_install_var): Allow pattern to be compiled multiple times.
2838         * config.guess, config.sub: New files.
2839         * Makefile.am (pkgdata_DATA): Install config.guess and
2840         config.sub.
2841         * automake.in (scan_configure): Recognize AC_CANONICAL_HOST and
2842         AC_CANONICAL_SYSTEM.
2844 Sun Jan 21 15:51:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
2846         * automake.in (handle_texinfo): Use info_TEXINFOS, not TEXINFOS.
2847         (handle_man_pages): Use man_MANS, not MANS.
2849         * Makefile.am (info_TEXINFOS): Renamed.
2851         * automake.in (scan_configure): Remove comments from input line.
2852         (am_variable): Removed.
2854         * remake-hdr.am (stamp-h): Use new macro CONFIG_HEADER_IN.
2856         * automake.in (config_name, config_header): New globals.
2857         (scan_configure): Look for AC_CONFIG_HEADER.
2858         (handle_configure): Handle more uses of AC_CONFIG_HEADER.
2860 Sat Jan 20 15:54:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
2862         * automake.in (handle_dist_worker): Bug fix.
2864 Fri Jan 19 00:50:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
2866         * automake.in (require_file): Install missing files only according
2867         to desired strictness.
2868         (initialize_per_input): Don't init libsources.
2869         (scan_configure): Reinit libsources.
2870         (handle_libraries): Search _LIBADD for @LIBOBJS@ and @ALLOCA@.
2871         (fp_c_prototypes): New global.
2872         (scan_configure): Set it.
2873         (get_object_extension): Error if fp_C_PROTOTYPES not in
2874         configure.in when using ansi2knr.
2875         (handle_source_transform): Skip header files.
2877         * automake.in (handle_dist_worker): Explicitly make 'dist' in
2878         subdirs.
2880 Thu Jan 18 00:25:56 1996  Tom Tromey  <tromey@creche.cygnus.com>
2882         From François Pinard:
2883         * automake.in (handle_source_transform): Transform $o file into .P
2884         file.
2885         (handle_dist_worker): Handle case where DISTFILES includes
2886         wildcard.  Bug fix in subdir case.
2888         * automake.in (parse_arguments): Initialize strictness to
2889         'normal'.
2891 Sun Jan 14 13:54:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
2893         * automake.in (scan_configure): Look for NLS support.
2895         Changes from François Pinard:
2896         * texinfos.am (install-info): Correctly install when build dir is
2897         not srcdir.
2898         * tags-subd.am (ID): Indentation change.
2899         * kr-vars.am (o): Use ".@U@o", not "@U@o".
2900         * depend.am ($(srcdir)/.deps/%.P): Remove temporary file.
2901         * automake.in (handle_dist_worker): Fixlets.
2902         (handle_dist): Sort keys going into dist_common.
2904 Sat Jan 13 00:18:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
2906         * automake.in (handle_dist_worker): If Gnits, don't allow release
2907         until NEWS is updated.
2909         * configure.in (VERSION): Version 0.29.
2911         * Makefile.am (maintainer-check): Look for perl4.036 in path.
2913         * dist-vars.am (DISTFILES):  Include BUILT_SOURCES.
2914         (DEP_DISTFILES): Ditto.
2916         * automake.in (handle_dist_worker): Depend on DEP_DISTFILES.
2917         * dist-vars.am (DEP_DISTFILES): New variable.
2919         * automake.in (handle_options): Support dist-shar option.
2920         (handle_dist_worker): New function.
2921         (handle_dist): Use it.
2923         * texi-version.am (mostlyclean-vti): Remove version.tmp, not
2924         *.tmp.
2926         * automake.in (handle_dist): Chmod distdir 777.  From François
2927         Pinard.
2929         * automake.in (scan_configure): New function.
2930         (initialize_per_input): Init libsources.
2931         (generate_makefile): Run handle_configure first.
2932         (handle_configure): Run scan_configure.
2933         (handle_configure): Don't look for AC_PROG_MAKE_SET here.
2935 Thu Jan 11 23:14:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
2937         * Makefile.am (AUTOMAKE_OPTIONS): New variable.
2939         * automake.in (strictness, strictness_name): Renamed.
2940         (initialize_per_input): Set strictness, strictness_name.
2941         Initialize %options.
2942         (generate_makefile): Run handle_options.
2943         (handle_options): New function.
2944         (handle_man_pages): Make install-man depend on $(MANS).  Turn off
2945         man page install if no-installman option given.
2946         (read_am_file): Deprecate @kr@.
2947         (get_object_extension): Look at ansi2knr option.
2948         (parse_arguments): Take global strictness from command-line
2949         options.
2951 Tue Jan  9 11:24:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
2953         Fixes from François Pinard:
2954         * depend.am ($(srcdir)/.deps/%.P): Handle deansification.
2955         * automake.in (get_object_extension): Use $o, not $(kr)o.
2956         (handle_source_transform): Don't look for $(kr)c files.
2957         * kr-vars.am (o): New macro.
2958         (kr): Removed.
2960         * depend.am (DEP_FILES): Removed.
2961         * automake.in (handle_source_transform): Push .P file onto
2962         dep_files.
2963         (initialize_per_input): New variable %dep_files.
2964         (handle_dependencies): Generate DEP_FILES here.
2966 Mon Jan  8 22:27:33 1996  Tom Tromey  <tromey@creche.cygnus.com>
2968         * automake.in (do_one_clean_target): Only remove config.status in
2969         top-level directory.
2970         (handle_tags): Removed 'id' from .PHONY list.  From Jim Meyering.
2972         * clean.am (maintainer-clean-generic): Remove BUILT_SOURCES.
2974         * automake.in (handle_dist): Make "ln" quiet.
2976         * tags-subd.am (ID): Depend on HEADERS and SOURCES.
2978 Sat Jan  6 10:58:23 1996  Tom Tromey  <tromey@cambric.colorado.edu>
2980         * automake.in (handle_merge_targets): 'check' shouldn't depend on
2981         'all' at top level.
2982         (file_contents_with_transform): New function.
2983         (am_install_var): Use file_contents_with_transform.
2984         (handle_programs): Ditto.
2985         (handle_libraries): Ditto.
2986         (handle_texinfo): Ditto.
2987         (handle_merge_targets): Let 'install' depend on 'all' if no other
2988         dependencies exist.  From Jim Meyering.
2989         (check_gnu_standards): GNU requires AUTHORS file.  (See
2990         maintain.text).
2991         (require_file): Put body in loop.
2992         (get_object_extension): Only call require_file once.
2993         (handle_configure): Ditto.
2995         From Jim Meyering:
2996         * depend.am ($(srcdir)/.deps/.P): Depend on $(BUILT_SOURCES).
2997         * tags-subd.am (id): Removed.
2999 Fri Jan  5 10:31:19 1996  Tom Tromey  <tromey@cambric.colorado.edu>
3001         * Added copyright notice to each .am file.
3003         * automake.in: Cleanups from François Pinard to avoid $#.
3004         (require_argument): Fixed sense of test.
3005         (set_strictness): Bug fix.
3007 Thu Jan  4 21:21:29 1996  Tom Tromey  <tromey@cambric.colorado.edu>
3009         * Makefile.am (pkgdata_DATA): Removed old dist files.
3011         * dist-subd-top.am, dist-subd.am, dist.am: Removed.
3013         * automake.in (set_strictness): Set $strictness_name.
3014         (strictness_name): New variable.
3015         (handle_dist): Substantially rewrote.
3017         * configure.in: Point AC_INIT at automake.in.
3019         * automake.in (generate_makefile): Report errors against
3020         Makefile.in, not Makefile.am.
3022 Wed Jan  3 00:05:40 1996  Tom Tromey  <tromey@cambric.colorado.edu>
3024         * mdate-sh: Bug fix from Jim Meyering.
3026         * dist.am (dist): Changed in parallel with dist-subd-top.am.
3028         * mkinstalldirs: Reverted.
3030         * automake.in (initialize_global_constants): Allow COPYING.LIB
3031         again.
3032         (check_gnits_standards): Disallow COPYING.LIB.
3034         * texinfos.am (install-info): Only look in $(srcdir) for info
3035         files.
3037         * automake.in (initialize_global_constants): New variable
3038         gen_copyright.
3039         (read_am_file): Put a copyright in each Makefile.in.
3041         * dist-vars.am (DISTFILES): Put DIST_COMMON first.
3043         * automake.in (am_install_var): Put space before "=".
3044         (handle_dist): Put README first in DIST_COMMON.
3046         * Makefile.am (pkgdata_DATA): Include COPYING.
3048         * COPYING: New file.
3050         * automake.in (parse_arguments): Added --gnu and --gnits as
3051         synonyms.
3052         (initialize_global_constants): Ditto.
3053         (initialize_global_constants): Don't auto-distribute COPYING.LIB.
3054         (initialize_global_constants): Look for README first.
3055         (initialize_global_constants): Auto-distribute AUTHORS, BACKLOG,
3056         ABOUT-GNU.
3057         (check_gnu_standards): Require file COPYING.
3059         From François Pinard:
3060         * automake.in (file_contents): Comment out "warn"s.
3061         (usage): Use 4 columns.
3062         (USAGE_FORMAT): Ditto.
3064         * texinfos.am (install-info): Look for info file relative to $$d.
3066         * Makefile.am (cvs-dist): Suppress output of "grep".
3068         * configure.in (VERSION): Version 0.28.
3070         * automake.in (pretty_print_internal): Fix for Perl 4
3071         compatibility.
3073         * configure.in (VERSION): Version 0.27.
3075         * depend.am ($(srcdir)/.deps/%.P): Must regexp-quote srcdir in sed
3076         invocation.
3078         * automake.in (initialize_global_constants): Don't quote "@" in
3079         $install_man_format.
3080         (handle_merge_targets): use "@:" as empty command, not ":".
3082 Tue Jan  2 23:33:24 1996  Tom Tromey  <tromey@cambric.colorado.edu>
3084         * texinfos.am (install-info): Look in $d for info files.  From
3085         François Pinard.
3087         * depend.am ($(srcdir)/.deps/%.P): Fixed regexp.
3089         * automake.in (read_am_file): Correctly deal with continued
3090         variable definitions.
3092 Mon Jan  1 15:43:25 1996  Tom Tromey  <tromey@cambric.colorado.edu>
3094         * automake.in (handle_merge_targets): 'check' target depends on
3095         'all'.
3096         (file_contents): Don't be so verbose.
3097         (read_am_file): Ditto.
3098         (read_am_file): Must use substr to check for trailing \.
3099         (am_install_var): Use push_phony_cleaners.
3100         (file_contents): Set $was_rule when assuming a rule is seen.
3101         (read_am_file): Ditto.
3102         (do_one_clean_target): Removed spurious newline.
3104         Some changes from François Pinard:
3105         * Removed trailing whitespace from all '.am' files.
3106         * tags-subd.am (ID): Use &&, not ;.
3107         (TAGS): Ditto.
3108         * automake.in (parse_arguments): Removed useless message.
3109         (parse_arguments): Don't explicitly referenced STDERR.
3110         (require_argument): Ditto.
3111         (am_error): Ditto.
3112         (set_strictness): Ditto.
3113         (file_contents): Ditto.
3114         (read_am_file): Ditto.
3115         (generate_makefile): Style tweaks.
3116         (handle_programs): Ditto.
3117         (handle_libraries): Ditto.
3118         (handle_texinfo): Ditto.
3119         (handle_man_pages): Ditto.
3120         (handle_tags): Ditto.
3121         (handle_dist): Ditto.
3122         (handle_subdirs): Ditto.
3123         (handle_configure): Ditto.
3124         (handle_footer): Don't put newline before footer.am contents.
3125         (handle_merge_targets): Style tweaks.
3126         (do_one_clean_target): Ditto.
3127         (dirname): Ditto.
3128         (am_variable): Ditto.
3129         Defined some new constants.
3130         (generate_makefile): Don't call generate_header.
3131         (generate_header): Removed.
3132         (file_contents): Rewrote.
3133         (read_am_file): Rewrote.
3135         * automake.in (generate_makefile): Handle phony target.
3136         (do_one_clean_target): Pretty-print dependencies.
3137         (handle_installdirs): Pretty-print rule.
3139         * Makefile.am (maintainer-check): Made some commands silent.
3141         * automake.in (initialize_global_constants): Don't install or
3142         uninstall cat'd man pages.
3143         (initialize_per_input): Added phony target.
3144         (push_phony_cleaners): New function.
3145         (get_object_extension): Handle phony targets.
3146         (handle_texinfo): Ditto.
3147         (handle_man_pages): Ditto.
3148         (handle_tags): Ditto.
3149         (handle_dist): Ditto.
3150         (handle_subdirs): Ditto.
3151         (handle_installdirs): Ditto.
3152         (handle_merge_targets): Ditto.
3153         (handle_clean): Ditto.
3154         (do_one_merge_target): Ditto.
3155         (am_install_var): Ditto.
3156         (handle_phony): New function.
3157         (generate_makefile): Call it.
3158         (pretty_print_internal): New function.
3159         (pretty_print_rule): Ditto.
3161 Sun Dec 31 13:04:59 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3163         * automake.in (initialize_global_constants): Don't print body of
3164         loop at make time.
3166         Changes from François Pinard:
3167         * depend.am (MKDEP): Include DEFS, INCLUDES, CPPFLAGS, CFLAGS.
3168         (DEP_FILES): Put dependency files in $(srcdir).
3169         Look in $(srcdir) when including dependency files.
3170         ($(srcdir)/.deps/.P): .deps/.P is in $(srcdir).
3171         (.deps/%.P): MKDEP includes all macro expansions.
3172         * dist-subd-top.am (dist): Get absolute path for distdir.  Don't
3173         be so verbose.
3174         * dist-subd.am (dist): Don't be so verbose.
3175         * dist.am (dist): Don't be so verbose.
3177         * automake.in (do_one_clean_target): Remove config.status in
3178         maintainer-clean.  From Jim Meyering.
3180         * programs-clean.am (clean-@DIR@PROGRAMS): Bug fix.  From Jim
3181         Meyering.
3183         * automake.in (handle_merge_targets): Add dummy command for empty
3184         install target.  From Jim Meyering.
3186 Tue Dec 12 10:06:28 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3188         * texinfos.am (uninstall-info): Bug fix.
3190         * Makefile.am (maintainer-check): Error if ${...} used.
3191         * depend.am (DEP_FILES): Prefer $(...).
3193         * scripts.am (install-@DIR@SCRIPTS): Only install script if it
3194         exists.
3195         * libraries.am (install-@DIR@LIBRARIES): Only install library if
3196         it exists.
3197         * programs.am (install-@DIR@PROGRAMS): Only install program if it
3198         exists.
3200         * texinfos-vars.am (TEXFILES): Removed.
3202         * Makefile.am (pkgdata_DATA): Removed libprograms.am.
3204         * automake.in (do_one_merge_target): Never generate trailing
3205         whitespace.
3206         (pretty_print): New function.
3207         (handle_footer): Prettyprint definitions.
3208         (am_install_var): Ditto.
3209         (handle_source_transform): Ditto.
3210         (handle_dist): Ditto.
3211         (handle_libraries): Ditto.
3212         (read_am_file): Put comments nearer appropriate code.
3214         * texi-clean.am (mostlyclean-info): Use continued lines, not
3215         multiple rm's.  From Jim Meyering.
3217 Sun Dec 10 11:59:33 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3219         * Makefile.am (pkgdata_DATA): Cause INSTALL, install-sh, mdate-sh,
3220         mkinstalldirs, texinfo.tex to be installed.
3221         * automake.in (symlink_exists): New global.
3222         (install_missing): Ditto.
3223         (require_file): Install missing files if possible.
3224         (parse_arguments): Handle --install-missing option.
3225         (initialize_global_constants): Document --install-missing.
3227         * Makefile.am (cvs-dist): Don't release unless NEWS updated.
3228         Ensure 'checks' pass before release.
3229         (maintainer-check): Renamed.  Look in $(srcdir) for sources.  From
3230         Franc,ois Pinard.
3231         (cvs-dist): Depend on maintainer-check instead of explicitly
3232         running check.
3234         * configure.in (VERSION): Version 0.26.
3236         * Makefile.am (check-local): Only look at [a-z]*.am.  Fixed sense
3237         of 'if' test.
3239         * depend.am (DEP_FILES): Bug fix.
3241         * automake.in (do_one_clean_target): Typo.
3243         * Makefile.am (check-local): Run syntax check under Perl 4.
3245         * automake.in: Fixes for Perl 4, from Gord Matzigkeit.
3246         (handle_source_transform): Loop variable is now $_.  From Gor
3248         * Makefile.am (check-local): Check for 'true' in source.
3249         * texinfos.am (install-info): Can't use "true" in any rule.
3251 Sat Dec  9 10:16:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3253         * Makefile.am (cvs-dist): New target.
3255         * tags.am (TAGS): Use "test -z ... ||" to avoid spurious
3256         failures.
3258         * texinfos.am (install-info): Don't do install-info for now.
3260         * clean.am (distclean-generic): Don't remove config.status here.
3261         * automake.in (do_one_clean_target): Remove config.status later,
3262         for 'make -j2'.  From Jim Meyering.
3264 Fri Dec  8 16:30:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3266         * configure.in (VERSION): Version 0.25.
3268         * automake.in (handle_texinfo): Use "$? >> 8", not "$?".
3269         (handle_configure): Check for AC_PROG_MAKE_SET.
3271         * depend.am (DEP_FILES): Handle deANSIfication case.  From Jim
3272         Meyering.
3274         * automake.in (am_install_var): Changed how 'clean' handled for
3275         uniform name targets.
3276         * Makefile.am (pkgdata_DATA): Added new files.
3277         * data-clean.am: New file.
3278         * scripts-clean.am: New file.
3279         * libraries-clean.am: New file.
3280         * programs-clean.am: New file.
3282 Wed Dec  6 00:06:11 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3284         * automake.in (am_install_var): Error if variable name
3285         "misspelled".
3286         (handle_source_transform): Automatically include .c file
3287         corresponding to .y or .l.
3289 Tue Dec  5 00:46:14 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3291         * programs.am: Changed for uniform naming scheme.
3293         * automake.in (read_am_file): Allow '-' and '.' in target names.
3294         (generate_makefile): Don't pass arguments to handle_libraries.
3295         (initialize_per_input): Define @sources, @objects.
3296         (generate_makefile): Init @sources, @objects if needed.
3297         (handle_source_transform): Push onto @sources, @objects here.
3298         (am_install_var): Push primary onto @all, for configure-time
3299         customization.
3300         (handle_programs): Use new uniform naming scheme.
3302         * Makefile.am (check-local): New target.
3304         * automake.in (handle_libraries): Use uniform naming scheme.
3306         * libraries.am: Rewrote for uniform naming scheme.
3308         * scripts.am: Updated names of all clean targets.
3310         * automake.in (handle_programs): Split on all whitespace.
3311         (handle_libraries): Ditto.
3312         (handle_texinfo): Ditto.
3313         (handle_man_pages): Ditto.
3314         (am_install_var): Changed return result.
3315         (am_install_var): Changed interface.
3316         (am_install_var): Push onto @clean@ if requested.
3317         (handle_scripts): Pass -clean to am_install_var.
3319 Mon Dec  4 11:55:36 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3321         * automake.in (am_install_var): Push target onto @all.
3322         (get_object_extension): Use $(...).
3323         (handle_source_transform): Ditto.
3324         (handle_programs): Ditto.
3326         * automake.in (require_argument): New function.
3327         (parse_arguments): Use it.
3328         (push_dist_common): New function.
3329         (generate_makefile): Use it.
3330         (handle_texinfo): Ditto.
3331         (handle_dist): Ditto.
3332         (handle_configure): Ditto.
3333         (require_file): Ditto.
3334         (generate_makefile): Don't pass arguments to handle_scripts.
3335         (handle_configure): Require configure.in.
3336         (check_gnu_standards): New function.
3337         (check_gnits_standards): Ditto.
3338         (generate_makefile): Check standards.
3340         * Makefile.am (bin_SCRIPTS): Changed name from SCRIPTS.
3342         * automake.in (LENIENT, GNU, GNITS): New constants.
3343         (initialize_per_input): New function.
3344         (generate_makefile): Use it.
3345         (initialize_global_constants): Renamed from init_globals.
3346         (require_file): Added strictness argument.
3347         (parse_arguments): Added --strict option.
3348         (set_strictness): New function.
3349         (parse_arguments): use it.
3350         (initialize_global_constants): Document --strictness.
3352         * automake.in: Use ${1+"$@"} to preserve quoting when running
3353         under sh.
3355         * texinfos.am (install-info): Don't use "true".
3356         * tags.am (TAGS): Don't use "true".
3358         * dist.am, dist-subd-top.am, remake-hdr.am, remake-subd.am,
3359         remake.am, subdirs.am, texinfos.am: Use "&&" after cd.
3361         * program.am (@PROGRAM@): Use LINK macro.
3362         * compile.am (.c.o): Use COMPILE macro.
3364         * clean.am, remake-hdr.am, remake.am, texinfos.am: Use $(...), not
3365         ${...}.
3367         * subdirs.am (RECURSIVE): Removed macro.
3369         * clean.am: Changed to not be so verbose.
3371         * Makefile.am (pkgdata_DATA): Include texi-clean.am.
3372         * automake.in (handle_texinfo): Transform texi-clean and put into
3373         output rules.
3374         * texinfos-vars.am (TEXFILES): Removed.
3375         * texinfos.am: Removed 'clean' targets.
3376         * texi-clean.am: New file.
3378         * Makefile.am (ETAGS_ARGS): Just use 'automake.in'.
3380         * texinfos-vars.am (TEXFILES): Added *.op.
3382         * dist-vars.am (DISTFILES): Renamed from DIST_FILES, per GNU
3383         standards.
3384         * dist.am (dist): Use DISTFILES.
3385         * dist-subd.am (dist): Use DISTFILES.
3386         * dist-subd-top.am (dist): Use DISTFILES.
3388 Sun Dec  3 00:24:08 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3390         * Makefile.am (ETAGS_ARGS): Define.
3392         * depend.am (.deps/.P): Use ":", not "echo timestamp".  From Jim
3393         Meyering.
3395         * dist-vars.am (DIST_FILES): Removed PACKAGEDATA.
3397         * automake.in (handle_scripts): Use am_install_var.
3399         * scripts.am: Rewrote for new uniform naming scheme.
3401         * Makefile.am (pkgdata_DATA): Removed libscripts.am.
3403         * libscripts.am: Removed.
3405         * packagedata.am: Removed.
3407         * Makefile.am (PACKAGEDATA): Removed packagedata.am.
3408         (pkgdata_DATA): Renamed from PACKAGEDATA.
3410         * automake.in (handle_data): Use am_install_var.
3411         (init_globals): Init %exec_dir_p.
3413         * data.am: Rewrote for new uniform naming scheme.
3415         * automake.in (get_object_extension): New function.
3416         (handle_programs): Use it.
3417         (dir_holds_sources): Changed interpretation.
3418         (handle_headers): New function.
3419         (am_install_var): New function.
3420         (generate_makefile): Call handle_headers.
3422         * header-vars.am (pkgdatadir): New macro.
3423         (pkglibdir): Ditto.
3424         (pkgincludedir): Ditto.
3426         * automake.in (handle_source_transform): New function.
3427         (am_error): New function.
3428         (generate_makefile): Use it.
3429         (handle_source_transform): Ditto.
3430         (handle_texinfo): Ditto.
3431         (handle_dependencies): Ditto.
3432         (handle_merge_targets): Ditto.
3433         (require_file): Ditto.
3435 Sat Dec  2 21:39:56 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3437         * automake.in: Updated FSF address.  From Jim Meyering.
3438         * header-vars.am: Updated FSF address.
3440         * distname.am: Removed.
3442         * automake.in (file_contents): Strip "##" comments.
3443         * Various files: Added "##" comments for strange things.
3445         * automake.in (handle_tags): Generate TAGS rule for every
3446         directory.
3448         * subdirs.am (RECURSIVE): Include installcheck-recursive.
3449         * automake.in (installcheck): New variable.
3450         (generate_makefile): Initialize it.
3451         (handle_subdirs): Push 'installcheck-recursive'.
3452         (handle_merge_targets): Handle installcheck target.
3454 Thu Nov 30 20:13:16 1995  Tom Tromey  <tromey@cambric>
3456         * automake.in ($PACKAGE): Removed.
3458         * header-vars.am (ALL): Removed.
3460         * automake.in: Reworked 'all' target handling.
3462         * automake.in (generate_makefile):
3463         Don't use AM_ forms in call to am_variable.
3465         * automake.in: Changes for Perl 5, from Gord Matzigkeit
3467         * clean.am (MOSTLYCLEANFILES, MAINTAINERCLEANFILES): New variables.
3469         * automake.in (handle_footer): Allow SUFFIXES variable.
3471         * automake.in (am_variable): New function.
3472         (handle_texinfo): Use it.
3473         (generate_makefile): Use it.
3475         * configure.in: Version 0.24.
3477 Wed Nov 29 23:50:14 1995  Tom Tromey  <tromey@cambric>
3479         * automake.in (handle_libraries):
3480         Generate blah_LIBADD defines if required.
3482         * library.am (lib@LIBRARY@.a): Look at $(@LIBRARY@_LIBADD)
3484         * libraries-vars.am (LIBOBJS, ALLOCA): Removed.
3486         * compile-kr.am: ($(OBJECTS)): Depend on $(ANSI2KNR), not ansi2knr.
3488         * configure.in: Version 0.23
3490         * dist-subd-top.am (dist): Don't die if a subdirectory already exists.
3492         * dist-subd-top.am, dist.am (dist): Give automake --output-dir option.
3494         * automake.in: New option --output-dir
3496         * automake.in (handle_configure): Fixed typo.
3498         * automake.in (handle_installdirs): Always make installdirs target.
3500         * subdirs.am (RECURSIVE): Removed uninstall-data-recursive and
3501         uninstall-exec-recursive.  Added installdirs-recursive.
3503         * automake.in (handle_installdirs): Handle installdirs-recursive.
3504         (handle_man_pages): 'all' depends on $(MANS)
3506         * Makefile.am: Removed mans.am.
3508         * automake.in: More man-related fixes
3510         * automake.in: Bug fixes
3512         * automake.in: Rewrote man page handling.
3514         * texi-version.am, remake-hdr.am, depend.am: Don't use touch.
3516         * automake.in (handle_installdirs): New function.
3517         (@installdirs): New global.
3518         Many changes to deal with installdirs.
3520         * clean.am (clean-generic): Always supply 'else' clause to 'if'
3522         * automake.in (generate_header): Don't use header.am.
3523         (handle_dist): Don't use dist-subd-vars.am.
3525         * Makefile.am (PACKAGEDATA): Removed dist-subd-vars.am, header.am.
3527         * Makefile.am (DISTCLEANFILES): Removed.
3529         * clean.am (clean-generic): Bug fix.
3531         * clean.am (clean-generic): Only remove CLEANFILES if nonempty
3533         * texi-version.am (clean-vti): No such macro as VTI
3535 Tue Nov 28 19:56:07 1995  Tom Tromey  <tromey@cambric>
3537         * automake.in: Bug fix for maintainer-clean
3539         * automake.in (do_one_clean_target):
3540         Print special text in maintainer-clean.
3541         (handle_clean): Always include clean.am
3543         * clean.am: Use -generic clean targets.
3545         * compile.am: Added clean targets.
3547         * configure.in: Version 0.22.
3549         * automake.in (handle_dependencies):
3550         Put trailing newline after all deps.
3552         * automake.in (handle_dependencies): Another dependency bug fix.
3554         * automake.in (handle_dependencies):
3555         Bug fix when including dependencies.
3557         * automake.in (handle_configure):
3558         Verify existence of install-sh, mkinstalldirs
3560         * automake.in (handle_texinfo): Include stamp-vti in distribution
3562         * dist-subd-vars.am, dist-vars.am (DIST_FILES):
3563         Include DATA, PACKAGEDATA.
3565         * Makefile.am: Nothing
3567         * Makefile.am (DIST_OTHER): Don't distribute gettext-sh
3569         * automake.in (handle_texinfo): Typo
3571         * automake.in: If script ends up in shell, feed to perl
3573         * automake.in: Rewrote 'clean' rules.
3574         Documentation made and installed first.
3575         'all' depends on 'info'
3577 Mon Nov 27 23:57:29 1995  Tom Tromey  <tromey@cambric>
3579         * configure.in, Makefile.am: Turned off internationalization.
3581         * clean-kr.am: Rewrote for new clean scheme.
3583         * tags-clean.am: Remove TAGS in distclean, not maintainer-clean
3585         * Makefile.am (PACKAGEDATA): Include tags-clean.am
3587         * subdirs.am: Removed bogus local clean targets
3589         * tags-clean.am: Initial revision
3591         * texi-version.am: Added clean targets
3593         * texinfos.am: Fixes to clean targets.
3595         * texinfos.am, libscripts.am, scripts.am, libraries.am, libprograms.am, programs.am:
3596         Added clean targets
3598         * compile-kr.am (ansi2knr.o): Depend on CONFIG_HEADER
3600         * automake.in: Completely revamped automatic de-ANSI-fication
3602         * compile-kr.am: (ansi2knr, $(OBJECTS)): New targets
3604         * compile-vars.am (LINK): New macro
3606         * kr-vars.am: Trailing blank line
3608         * compile-kr.am: Rewrote
3610         * compile-vars.am (COMPILE): New macro
3612         * compile-vars.am (ANSI2KNR): Removed
3614         * Makefile.am (PACKAGEDATA): Removed all sed scripts.  Added kr-vars.am
3616         * kr-vars.am: Initial revision
3618         * automake.in (require_file): New function.
3619         (handle_texinfo): Require 'mdate-sh'
3620         (common_sometimes): New variable
3621         (usage): Use it.
3623         * texi-version.am (stamp-vti): Use Ulrich's mdate-sh script
3625         * mdate-sh: Initial revision
3627         * automake.in (handle_footer): Don't define SOURCES or OBJECTS if empty
3629         * automake.in (generate_makefile):
3630         Put Makefile.in, Makefile.am in @dist_common
3631         (handle_configure): Use @dist_common as appropriate
3633         * dist-subd-vars.am, dist-vars.am (DIST_CONF): Removed
3635         * configure.in: Abort if perl not found
3637         * configure.in: Look for perl
3639         * automake.in: Reimplemented in Perl
3641         * automake.in: Fixlet
3643 Sun Nov 26 08:09:30 1995  Tom Tromey  <tromey@cambric>
3645         * automake.in: Always print ".SUFFIXES:" rule.
3647         * automake.in: Distribution config.h.in if required
3649         * automake.in: Bug fix when including texi-version.am
3651         * automake.in: Bug fix when looking for .texi file in $am_reldir
3653         * depend.am: Comment fix
3655         * automake.in: Look for .texi file in $am_reldir
3657         * automake.in: Fixlet
3659         * automake.in: Blank line after targets from user's Makefile.am
3661         * automake.in: Move footer items to actual footer
3663         * automake.in: Include stamp-h.in in DIST_COMMON if necessary
3665         * automake.in (common):
3666         Don't include acconfig.h, config.h.top, config.h.bot
3668         * Makefile.am (CONFIG_HEADER): Renamed from CONFIG_H
3670         * Makefile.am (CONFIG_H): Define
3672         * acconfig.h: Initial revision
3674         * configure.in: Use AC_CONFIG_HEADER.
3676         * automake.in: Put blah_TEXINFOS into DIST_COMMON
3678         * automake.in: .info file explicitly depends on primary .texi file
3680         * texinfos.am (install-info): Always supply 'else' clause to 'if'
3682         * tags.am (TAGS): Always supply 'else' clause to 'if'
3684         * subdirs.am (.NOEXPORT): Removed (now in footer.am)
3686         * automake.in: Always include footer.am in output
3688         * mans.am (install-man): Always supply 'else' clause to 'if'
3690         * automake.in: More version.texi fixes
3692         * automake.in: Only do version.texi processing if requested.
3694         * automake.in: Minor internationalization fixes.
3695         Subshell can now exit with nonzero status.
3696         Fixed up .texi handling; now uses texi-version.am
3697         Make sure '.c' and '.o' are in .SUFFIXES if required.
3699         * Makefile.am (PACKAGEDATA): Include texi-version.am
3700         (stamp-vti, version.texi): Removed
3701         (TEXINFOS): Don't reference version.texi
3703         * texi-version.am: Initial revision
3705         * dist.am, dist-subd-top.am (dist):
3706         [DIST_SUBDIRS] Follow symlinks when copying.
3708         * dist-subd-top.am (dist): Removed unneeded subdir= option to make
3710 Sat Nov 25 23:23:39 1995  Tom Tromey  <tromey@cambric>
3712         * automake.in: Added --amdir option
3714         * Makefile.am, configure.in: Turned on internationalization
3716         * Makefile.am: Set EDITION
3718         * configure.in: Version 0.21
3720         * tags.am, tags-subd.am: Don't use double-colon rules
3722         * automake.in: Redid install-data, install-exec, uninstall handling
3724         * configure.in: Turn off i18n
3726 Fri Nov 24 23:51:37 1995  Tom Tromey  <tromey@cambric>
3728         * automake.in (common): Remove NLS
3730         * automake.in (common): Include ABOUT-NLS.
3732         * automake.in: Test for install-sh and mkinstalldirs
3734         * automake.in: Blank line after OBJECTS= line
3736         * automake.in: Start subshell in loop after check for Makefile.am
3738         * automake.in: --use-deps now the default
3740         * automake.in (am_dir): Don't apply transform to install directory name
3742         * packagedata.am: Don't apply transform to install directory name
3744         * Makefile.am (SUBDIRS): Hold off on internationalization
3746 Thu Nov 23 18:02:38 1995  Tom Tromey  <tromey@cambric>
3748         * automake.in:
3749         Write 'SOURCES =' line after copying Makefile.am variables
3751         * automake.in: Fixed bug in "--" option processing
3753         * subdirs.am: ($(RECURSIVE)): Removed trailing \ from last line
3755         * Makefile.am (DIST_OTHER): Include gettext-sh
3757         * Makefile.am (SUBDIRS): Define
3759         * configure.in: Include internationalization bits
3761         * automake.in: Many changes to avoid double-colon rules.
3763         * subdirs.am: ($(RECURSIVE)): Print name of target actually used
3765         * subdirs.am: Removed "::" rules
3767         * header.am: Removed install, uninstall
3769         * header.am: Added install, uninstall targets
3771         * hack-make.sed: Rewrite targets like "all-local" to "all_local"
3773         * header.am, libraries.am, mans.am, texinfos.am, footer.am:
3774         Removed "::" rules
3776         * Makefile.am (PACKAGEDATA): Include libscripts.am
3778         * libprograms.am: Don't install libscripts here
3780         * libscripts.am: Initial revision
3782         * scripts.am, programs.am, libprograms.am: Removed "::" rules
3784         * automake.in (am_dir): Run package name through name transform.
3786         * automake.in: Don't use packagedata.sed or data.sed
3788         * Makefile.am (PACKAGEDATA): Removed data.sed, packagedata.sed.  Added
3789         packagedata.am
3791         * data.am: No longer run through sed
3793         * packagedata.am: Initial revision
3795 Wed Nov 22 22:31:02 1995  Tom Tromey  <tromey@cambric>
3797         * automake.in: No blank line after Usage
3799         * automake.in: Removed "NLS nuisances" section.
3800         Now uniformly uses $echo for user-visible messages (in advance of
3801         internationalization)
3803         * subdirs.am (maintainer-clean): Don't use realclean-local
3805         * Makefile.am: Use PACKAGEDATA, not custom code
3807         * data.am: Use @LONG@, not $(@LONG@)
3809         * automake.in: Handle DATA and PACKAGEDATA
3811         * packagedata.sed: Initial revision
3813         * data.am: Use @DIR@, not $(@DIR@)
3815         * data.sed: Use $(datadir), not datadir
3817         * data.sed: Initial revision
3819         * data.am: Wrote uninstall targets
3821         * data.am: Initial revision
3823         * dist-subd.am (dist): Don't link a file that has already been linked
3825         * dist-subd-top.am, dist.am (dist):
3826         Run `automake --include-deps' before making distribution
3828         * automake.in: More dependency-tracking bug fixes
3830         * dist-vars.am (DIST_FILES): Rearranged to be like dist-vars-subd.am
3832         * dist-subd-vars.am (DIST_FILES): Include DIST_COMMON
3834         * tags-subd.am, tags.am: Added trailing blank line
3836         * depend.am: Use ".P", not "empty.P", as placeholder.
3838         * automake.in: Only include depend.am if SOURCES not empty
3840         * automake.in: Added --use-deps and --include-deps options.
3841         Handle auto-generating dependencies.
3843         * Makefile.am (am_DATA): Include depend.am
3845         * depend.am: Initial revision
3847         * automake.in: Look for acconfig.h, config.h.top, and config.h.bot
3849         * automake.in: Put blank line after .SUFFIXES
3851         * scripts.am: Added blank line at end
3853         * scripts.am: Removed unnecessary comment
3855         * scripts.am: Removed unnecessary workarounds
3857         * automake.in: Don't include programs.am if PROGRAMS empty
3859         * header-vars.am (INSTALL_SCRIPT): Typo
3861         * texinfos.am, compile-kr.am: Don't include .SUFFIXES
3863         * automake.in: Handle .SUFFIXES here.
3865         * configure.in: Use fp_PROG_INSTALL
3867         * header-vars.am: Changes for autoconf 2.5.
3868         Now includes INSTALL_SCRIPTS.
3870         * texinfos.am (install-info): Bug fix
3872         * automake.in:
3873         Include scripts.am or libscripts.am in output if appropriate
3875         * programs.am (install-programs, uninstall-programs):
3876         Don't install SCRIPTS
3878         * Makefile.am (am_DATA): Include scripts.am
3880         * scripts.am: Initial revision
3882 Tue Nov 21 09:11:38 1995  Tom Tromey  <tromey@cambric>
3884         * automake.in:
3885         Cleaned up how "prog_SOURCES" variable is found in input.
3886         Ditto prog_OBJECTS.
3887         Put static sed scripts into separate, installed files.
3889         * Makefile.am (am_DATA): Include hack-make.sed and nl-remove.sed
3891         * hack-make.sed, nl-remove.sed: Initial revision
3893         * texinfos.am (install-info): Rewrote
3895         * subdirs.am (all-recursive): Put with other -recursive rules
3897         * configure.in: Version 0.20
3899         * automake.in: Another bug fix
3901         * automake.in: Bug fix when looking for texinfo.tex
3903         * texinfo.tex: Initial revision
3905         * automake.in:
3906         If TEXINFOS defined but texinfo.tex does not exist, give warning.
3908         * subdirs.am (all): Renamed from _all.  Now uses all-recursive
3909         (all-recursive): Don't fail immediately if -k specified.
3911 Mon Nov 20 22:48:03 1995  Tom Tromey  <tromey@cambric>
3913         * subdirs.am (_all):
3914         New target.  Now use Jim Meyering's formulation of AIX
3915         workaround.
3916         (install-exec, install-data): New targets
3918 Sat Nov 18 19:07:30 1995  Tom Tromey  <tromey@cambric>
3920         * remake.am (Makefile.in): automake "Makefile", not "Makefile.am"
3922         * automake.in: Use @datadir@
3924         * automake.in: Added @configure_input@ line
3926 Fri Nov 17 23:32:43 1995  Tom Tromey  <tromey@cambric>
3928         * automake.in: "--help" option now prints auto-recognized file names.
3929         Allow AM_ overriding of more variables.
3931         * texinfos.am (install-info):
3932         Don't cd to srcdir to avoid breaking install-sh
3933         Other bug fixes
3935         * Makefile.am: Handle automake.texi
3937 Thu Nov 16 18:43:43 1995  Tom Tromey  <tromey@cambric>
3939         * subdirs.am (all): Separated out due to AIX 3.2.5 bug.
3941         * tags.am (TAGS): bug fix
3943         * automake.in: Use am_dir, not AM_DIR.
3944         Use version, not VERSION.
3945         Bug fix in TAGS code.
3947         * Makefile.am (am_DATA): Include tags.am and tags-subd.am
3949         * subdirs.am: TAGS target now in tags.am
3951         * footer.am: TAGS and ID targets now in tags-subd.am
3953         * tags-subd.am, tags.am: Initial revision
3955         * automake.in: Cleaned up AM_PROGRAM code.
3956         Handle TAGS target better
3958         * remake.am, remake-subd.am (Makefile.in): Bug fix.
3960         * automake.in (usage): Updated
3962         * remake-subd.am, remake.am:
3963         Added rule where Makefile.in depends on Makefile.am
3965         * automake.in: Entire body of 'for' loop now in subshell
3967         * automake.in (common): config.guess and config.sub are common files.
3969         * dist-subd-top.am, dist.am (dist): Bug fix.
3971         * Makefile.am (DIST_OTHER): Don't include TODO
3973         * automake.in: Auto-include TODO and THANKS files.
3975         * dist-subd-top.am, dist.am (dist): Don't depend on DIST_DIRS
3977         * automake.in: More bug fixes in "look for Makefile.am" code.
3979         * automake.in: Bug fix in "look for Makefile.am" code.
3981         * automake.in:
3982         If no arguments given, look for all Makefile.am's in this
3983         directory and in immediate subdirs
3985         * automake.in: Bug fixes for LDADD-override feature.
3987         * program.am: Use @PROGRAM@_LDADD, and put after LDFLAGS
3989         * automake.in: Allow `prog_LDADD', if specified, to override LDADD.
3991         * automake.in: Use AM_PROGRAMS, not ALLPROGRAMS, and invert sense.
3993         * header-vars.am (ALL): Use PROGRAMS, not ALLPROGRAMS.
3995 Wed Nov 15 01:54:43 1995  Tom Tromey  <tromey@cambric>
3997         * automake.in: No longer look for _SOURCES or _OBJECTS
3999         * header-vars.am:
4000         Remove "automatically created" header (now in automake).
4001         Updated copyright.
4003         * automake.in: Put version info in Makefile header
4005 Tue Nov 14 23:38:17 1995  Tom Tromey  <tromey@cambric>
4007         * automake.in: Minor cleanups
4009         * dist-subd-top.am, dist.am (dist):
4010         Don't link or copy file if it already exists.
4012         * automake.in:
4013         Look for _SOURCES (common sources) and generate _OBJECTS.
4015         * footer.am (ID, TAGS): Include HEADERS
4017         * dist-vars.am, dist-subd-vars.am (DIST_FILES): Include HEADERS
4019 Mon Nov 13 22:20:02 1995  Tom Tromey  <tromey@cambric>
4021         * dist-subd.am (distdir): Is relative to ".."
4023         * dist-subd-vars.am (PACKAGE, VERSION): Define
4025         * dist-subd.am (dist): Don't handle DIST_DIRS.
4027         * mans.am (uninstall-man): Another bug fix.
4029         * mans.am (uninstall-man): Bug fix.
4031         * dist.am, dist-subd-top.am (dist): Bug fix
4033         * Makefile.am (DIST_SUBDIRS): New macro
4035         * dist-subd-top.am, dist.am (dist): Handle DIST_SUBDIRS
4037         * Makefile.am (DIST_OTHER): Include automake.in
4039         * Makefile.am (DISTCLEANFILES): New macro.
4041         * automake.in (common): Include COPYING.LIB
4043         * Makefile.am (automake): New rule.
4045         * texinfos.am (install-info): Changed per GNU standards
4047         * remake-hdr.am (stamp-h.in):
4048         Use "touch", not "date", per GNU standards.
4050         * automake.in (common): Include texinfo.tex
4052 Sun Nov 12 23:59:08 1995  Tom Tromey  <tromey@cambric>
4054         * automake.in: More fixes when finding common files.
4056         * Makefile.am (DIST_OTHER): Another removal.
4058         * automake.in: Special-case when amdir=.
4060         * Makefile.am (DIST_OTHER): Removed auto-detected files.
4062         * automake.in:
4063         Search for commonly-used files and auto-include them in distribution
4065         * dist-vars.am (DIST_FILES): Include DIST_COMMON.
4066         (DIST_CONF): Removed files searched for by automake.
4068         * automake.in: More arg-parsing bug fixes.
4070         * Makefile.am (DIST_OTHER): Include install-sh
4072         * Makefile.am (DIST_OTHER): Don't include auto-included files.
4074         * automake.in: Bug fixes to argument parsing code.
4076         * automake.in: Handle --version and --help.
4077         NLS stuff from autoconf.
4079         * Makefile.am (amdatadir): Fixed typo.
4080         (install): Make install directories
4082         * Makefile.am: Use "install::", not "install:"
4084         * install-sh, mkinstalldirs: Initial revision
4086         * configure.in: Use AC_PROG_INSTALL
4088         * automake.in: Set AM_DIR based on configure results.
4090         * Makefile.am (install): New target.
4091         (amdatadir): New variable.
4093         * automake.in: Use "#! /", not "#!/".
4095         * Makefile.am, configure.in: Initial revision
4097         * automake.in: Renamed from "automake".
4098         Set VERSION.
4100         * dist.am (PACKAGE, VERSION): Now in dist-vars.am
4102         * automake.in: Insert remake-subd.am if appropriate.
4104         * subdirs.am (TAGS): Include $(CONFIG_HEADER) when making tags.
4106         * automake.in: Handle ALLPROGRAMS variable.
4108         * header-vars.am (ALL): Use ALLPROGRAMS, not PROGRAMS.
4110         * automake.in: Fixlet when printing "subdir=DIR"
4112         * automake.in: Put "subdir=DIR" into subdir Makefile
4114         * automake.in: Don't refer to distname.am.
4115         Only put footer.am in subdir Makefiles.
4117         * subdirs.am (id, ID): New target.
4118         (.NOEXPORT): Copied from footers.am.
4120         * subdirs.am (TAGS): Bug fixes.
4122         * subdirs.am (TAGS): Don't fail if a subdir doesn't have TAGS target.
4124         * subdirs.am (maintainer-clean-local): Remove TAGS
4126         * subdirs.am (TAGS): Make tags file that includes all subdir tags files
4128         * subdirs.am: Use maintainer-clean, per GNU standards
4130         * dist-subd-top.am: Some variables defined in dist-vars.am
4132         * dist-vars.am (PACKAGE, VERSION):
4133         New variables, initialized by configure
4135         * footer.am (id, ID): New targets
4136         (TAGS): Put TAGS file in build, not source, directory
4138         * remake-subd.am (Makefile): Don't assume subdir is 'src'
4140         * dist.am: Changed to assume PACKAGE and VERSION are set by configure.
4142         * dist-subd.am: Changed to conform to new top-level dist target.
4144         * dist-subd-top.am:
4145         Changed to assume PACKAGE and VERSION are set by configure.
4147         * clean-kr.am, clean.am (maintainer-clean):
4148         Updated rules per GNU standards.
4150         * clean.am, clean-kr.am (maintainer-clean): Renamed from realclean.
4152 Sat Nov  5 14:39:50 1994  djm  <djm@cambric>
4154         * automake.in, texinfos.am: kludge for multiple-part info files
4156 Thu Nov  3 13:33:44 1994  djm  <djm@cambric>
4158         * clean.am, clean-kr.am: remove INFOS
4160 Wed Nov  2 06:15:42 1994  djm  <djm@cambric>
4162         * texinfos.am: add path
4164         * remake.am, remake-hdr.am: account for VPATH limitations
4166 Mon Oct 24 23:01:59 1994  djm  <djm@cambric>
4168         * automake.in, dist-subd-top.am, dist-subd.am, dist.am, header-vars.am, libprograms.am, programs.am:
4169         handle SCRIPTS and LIBSCRIPTS similar to PROGRAMS
4171 Sun Oct 23 01:50:41 1994  djm  <djm@cambric>
4173         * texinfos.am: install-info depends on info files
4175         * dist-subd-vars.am, dist-vars.am: distrib info files
4177 Sun Oct  2 02:03:06 1994  djm  <djm@cambric>
4179         * clean-kr.am, clean.am: fix up distclean
4181         * subdirs.am: fix typo
4183         * clean.am: do more in distclean
4185 Sat Oct  1 23:52:51 1994  djm  <djm@cambric>
4187         * libraries.am: make install depend on all
4189         * automake.in: fix typo
4191 Wed Sep 28 21:15:26 1994  djm  <djm@cambric>
4193         * dist-subd-vars.am, dist-vars.am, header-vars.am: fix doc bugs
4195         * automake.in, compile-vars.am, dist.am: fix dist for no subdirs
4197         * dist-subd-top.am: Initial revision
4199         * automake.in, header-vars.am, libraries-vars.am, mans-vars.am, texinfos-vars.am:
4200         centralize prefix var setting
4202         * header-vars.am: set all the std vars based on prefix
4204 Tue Sep 27 01:32:22 1994  djm  <djm@cambric>
4206         * automake.in: don't add kr stuff if not needed
4208         * dist-vars.am: add config vars to dist
4210 Mon Sep 26 23:09:09 1994  djm  <djm@cambric>
4212         * program.am: add LDADD
4214         * compile-vars.am: remove LDADD from LDFLAGS
4216         * clean.am: move knr stuff to another file
4218         * automake.in: use different clean file for ansi2knr
4220         * clean-kr.am: Initial revision
4222 Thu Sep 22 03:45:02 1994  djm  <djm@cambric>
4224         * automake.in, dist-subd.am, dist.am: fix rules and dist
4226 Tue Sep 20 21:29:40 1994  djm  <djm@cambric>
4228         * compile.am, automake.in: split out knr
4230         * compile-kr.am: Initial revision
4232         * libprograms.am: fix typo
4234         * automake.in, clean.am, compile-vars.am, header-vars.am, libprograms.am:
4235         make libprograms work
4237         * libprograms.am: Initial revision
4239         * automake.in, compile.am, header-vars.am: fix little bugs
4241         * compile.am: allow parallel K&R
4243         * clean.am: remove kerb temps
4245         * automake.in: fix recognizing start of rules
4247         * dist-subd.am, dist.am: fix dist
4249         * automake.in, compile.am, footer.am, texinfos.am: fix ansi2knr
4251 Mon Sep 19 23:39:21 1994  djm  <djm@cambric>
4253         * automake.in: works on m4 too
4255         * automake.in, mans.am: works on fileutils
4257         * 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:
4258         works on fileutils except for all
4260         * automake.in: vars thing
4262         * header-vars.am: Initial revision
4264         * texinfos-vars.am, mans-vars.am, libraries-vars.am, dist-vars.am, dist-subd-vars.am:
4265         entered into RCS
4267         * compile-vars.am: Initial revision
4269         * automake.in: many improvements
4271         * footer.am: Initial revision
4273         * dist.am: remove distname
4275         * automake.in: namespace cleanup
4277         * distname.am: Initial revision
4279         * 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:
4280         might work
4282         * 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:
4283         Initial revision