doc update
[automake.git] / ChangeLog
blobd42aca995253bc3d21ae19d7f2b30c212cfec17a
1 Sun Jun  1 13:16:05 1997  Tom Tromey  <tromey@cygnus.com>
3         * automake.in (handle_built_sources): Handle PRE_BUILT_SOURCES.
4         (handle_configure): Likewise.
6         * depend2.am (.deps/%.P): Don't generate file if MKDEP fails.
7         From Alexandre Oliva.
9         * depend.am (.deps/.P): Depend on PRE_BUILT_SOURCES, not
10         BUILT_SOURCES.
12         * automake.in (initialize_global_constants): Added 1997 to
13         copyright info.
15         * automake.in (output_yacc_build_rule): Never move y.tab.c over
16         the .h file.  From Jim Meyering.
18 Thu May 29 23:16:02 1997  Tom Tromey  <tromey@cygnus.com>
20         * automake.in (scan_one_configure_file): Avoid defining ACLOCAL,
21         AUTOCONF, AUTOMAKE, AUTOHEADER.  From David Zaroski.
23 Sat Feb 22 16:05:24 1997  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
25         * Makefile.am (pkgdata_DATA): Under this new scheme, we no longer
26         need compile-kr.am.  Delete it.
28         * automake.in (handle_yacc_lex_cxx, get_object_extension): Use
29         _.c, _.o, _.lo instead of ._c, ._o, .l_o for de-ansification.
31         * ansi2knr.c (main): Parse our arguments a little differently so
32         that we don't create null output files when we can't read the
33         input file.
35 Wed May 28 23:40:33 1997  Tom Tromey  <tromey@cygnus.com>
37         * depend.am (.deps/.P): Depend on $(BUILT_SOURCES) again.  From
38         Gord Matzigkeit.
40 Mon May 26 22:50:49 1997  Tom Tromey  <tromey@cygnus.com>
42         * remake-hdr.am ($(srcdir)/@STAMP@.in): Make echo silent.  Report
43         from Alexandre Oliva.
45         * automake.in (generate_makefile): If --no-force, check
46         Makefile.in against configure.in and aclocal.m4.  Report from
47         Alexandre Oliva.
49         * automake.in (handle_dist_worker): Put --include-deps on command
50         line if specified originally.
51         (handle_configure): Likewise.
53         * configure.in: Error if Perl 5.001 is used.
55         * ylwrap: Don't quote $prog when executing it.  From Jim
56         Meyering.
58 Thu May 15 12:05:20 1997  Tom Tromey  <tromey@cygnus.com>
60         * automake.in (handle_merge_targets): Set INSTALL_SCRIPT in
61         install-strip target.
63 Tue May 13 08:20:02 1997  Tom Tromey  <tromey@cygnus.com>
65         * automake.in (handle_dependencies): Don't generate dependencies
66         if DEP_FILES would be empty.
68 Sun May 11 13:59:14 1997  Tom Tromey  <tromey@cygnus.com>
70         * config.guess: New version from FSF.
72         * automake.in (get_object_extension): If ansi2knr in another
73         directory, always define ANSI2KNR to full path.  From Akim
74         Demaille.
76         * kr-extra.am (clean-krextra): Remove ansi2knr here, not in
77         distclean-krextra.
79         * missing: Regularized grammar.  From François Pinard.
81 Sat May 10 16:48:47 1997  Tom Tromey  <tromey@cygnus.com>
83         * Released 1.1p.
85         * m4/init.m4: Error if source directory already configured.
87         * automake.in (scan_dependency_file): Always use srcdir name as
88         passed in on command line.
90 Thu May  1 12:53:46 1997  Ian Lance Taylor  <ian@cygnus.com>
92         * automake.in (value_to_list): Don't fail when a variable
93         substitution is not a complete word.
95 Tue May  6 15:22:41 1997  Ian Lance Taylor  <ian@cygnus.com>
97         * subdirs.am: Fix check for make -k to use $(MAKEFLAGS) and to not
98         get fooled by command line arguments.
100 Sat May 10 15:48:46 1997  Tom Tromey  <tromey@cygnus.com>
102         * m4/ccstdc.m4: Print "none needed" if compiler accepts ANSI C by
103         default.
105 Mon May  5 23:24:09 1997  Tom Tromey  <tromey@cygnus.com>
107         * mkinstalldirs, config.guess, config.sub, COPYING, texinfo.tex:
108         New versions from FSF.
110 Sun May  4 15:21:22 1997  Tom Tromey  <tromey@cygnus.com>
112         * texinfos.am (install-info): Avoid the Debian install-info.
113         (uninstall-info): Likewise.
115         * automake.in (handle_single_transform_list): Strip any directory
116         name before processing name.
118 Thu May  1 19:24:08 1997  Tom Tromey  <tromey@cygnus.com>
120         * depend2.am (.deps/%.P): Don't put $(srcdir)/ into dependency.
122 Wed Apr 30 19:15:47 1997  Tom Tromey  <tromey@cygnus.com>
124         * automake.in (handle_dist_worker): Change how top_distdir is
125         computed.  Based on patch from Ian Taylor.
126         (handle_dist): Define top_distdir.
128         * automake.in (handle_yacc_lex_cxx): Include CXXFLAGS in CXXLINK.
129         (handle_yacc_lex_cxx): Include CFLAGS in LINK.
131 Wed Apr 30 14:46:37 1997  Ian Lance Taylor  <ian@cygnus.com>
133         * automake.in (handle_dist_worker): When building a distribution,
134         if SUBDIRS is defined conditionaly, recur into each possible
135         subdirectory.
137         * clean.am (distclean-generic): Remove stamp-h[0-9]*.
139 Tue Apr 29 19:11:45 1997  Tom Tromey  <tromey@cygnus.com>
141         * INSTALL, mkinstalldirs, install-sh: Update from François
142         Pinard.
144         * aclocal.in (add_macro): If AC_ macro was defined, then mark it
145         as seen.  Report from Janos Farkas.
147         * subdirs.am: Clean targets now run in reverse order.  From Kevin
148         Dalley.
150         * automake.in (handle_texinfo): Put `aminfo', not `info' on
151         @clean.
153         * mdate-sh: New version from Ulrich Drepper.
155 Mon Apr 28 01:18:05 1997  Tom Tromey  <tromey@cygnus.com>
157         * automake.in (handle_configure): Makefile only depends on
158         BUILT_SOURCES when generating dependencies.
160         * Released 1.1o.
162 Sun Apr 27 23:58:20 1997  Tom Tromey  <tromey@cygnus.com>
164         * automake.in (handle_dist): Use variable_value, not
165         variable_contents.
167 Wed Apr 23 14:04:28 1997  Ian Lance Taylor  <ian@cygnus.com>
169         * automake.in (IF_PATTERN): Define.
170         (ELSE_PATTERN, ENDIF_PATTERN): Define.
171         (AM_CONDITIONAL_PATTERN): Define.
172         (%configure_cond): New global hash table.
173         (handle_source_transform): If xx_SOURCES is defined conditionally,
174         define xx_OBJECTS using the same conditions.
175         (handle_lib_objects): If variable is defined conditionally, define
176         xx_DEPENDENCIES conditionally.  Most code moved into subroutine.
177         (handle_lib_objects_cond): New function, broken out of
178         handle_lib_objects.
179         (scan_one_configure_file): Look for $AM_CONDITIONAL_PATTERN.
180         (conditional_true_when): New function.
181         (variable_defined): Add new parameter: cond.  Change some
182         callers.
183         (variable_conditions): New function.
184         (variable_conditionally_defined): New function.
185         (variable_value): New function.  Change most uses of $contents to
186         call variable_value instead.
187         (value_to_list): New function, from variable_value_as_list.
188         (variable_value_as_list): Add new parameter: cond.  Change all
189         callers.  Move some code into subroutine value_to_list.
190         (define_pretty_variable): Add new parameter: cond.  Change call
191         callers.
192         (read_am_file): Handle conditionals.
193         (initialize_per_input): Initialize %conditional and
194         @conditional_stack.
195         * m4/cond.m4: New file.
196         * m4/Makefile.am (m4data_DATA): Add cond.m4.
198 Sun Apr 27 11:03:36 1997  Tom Tromey  <tromey@cygnus.com>
200         * automake.in (handle_dist_worker): Run automake once per
201         directory, instead of once at the top.
202         (handle_dist_worker): Changed interface.
203         (handle_dist): Likewise.
204         (generate_makefile): Better error message if can't write the
205         file.
206         (handle_dist_worker): Pass top_distdir to subdir makes.
208         * automake.in (handle_dist_worker): Use mode 777 on directories in
209         distribution.  GNU Standards compliance.
211         * automake.in (handle_yacc_lex_cxx): Don't use interlock.
212         (output_yacc_build_rule): Don't use interlock; just use new ylwrap
213         instead.  The new ylwrap builds in a subdir; idea from Mark
214         Eichin.
215         (output_lex_build_rule): Likewise.
216         (initialize_global_constants): [common_files] Don't include
217         interlock.
219         * Makefile.am (pkgdata_SCRIPTS): Removed interlock.
220         * interlock: Removed.
221         * ylwrap: Changed interface.  Now runs command in subdir.
223         * remake.am (config.status): Look in srcdir for config header.
224         ($(srcdir)/configure): Likewise.
225         * remake-hdr.am (@STAMP@): Look in srcdir for config header.  From
226         Phil Nelson.
227         ($(srcdir)/@CONFIG_HEADER_IN@): Likewise.
229         * automake.in (handle_aclocal_m4): Make target $(ACLOCAL_M4), not
230         value spelled out.  From Phil Nelson
232         * automake.in (handle_configure): Don't skip Makefiles; instead
233         skip automake inputs.
234         (handle_merge_targets): Changed interface; put $makefile at
235         beginning of @all (rather than Makefile at end).
237         * automake.in (handle_yacc_lex_cxx): Correctly compute
238         de_ansi_sources.
240         * clean-kr.am (distclean-kr): Do nothing; ansi2knr is removed in
241         kr-extra.am.
243         * Makefile.am: Check to make sure there are no accidental
244         configure substitutions.
246         * automake.in (handle_texinfo): Don't allow configure substitution
247         on @MAKEINFO@ here.
249         * automake.in (handle_yacc_lex_cxx): ._c and ._o files both depend
250         on $(ANSI2KNR).
252         * kr-extra.am (ansi2knr): Removed.
253         (ansi2knr.o): Likewise.
255         * automake.in (get_object_extension): Allow ansi2knr to be built
256         from any directory.
258 Fri Apr 25 12:33:23 1997  Tom Tromey  <tromey@cygnus.com>
260         * missing: Changed bison text.  From Ian Taylor.
262         * m4/missing.m4: Redirect stdin of testee.  From Bill Fenner.
264         * automake.in (output_yacc_build_rule): Generate rule to create .h
265         file.
266         (handle_footer): Generate unique, sorted list of suffixes.
268         * automake.in (scan_one_configure_file): Recognize AC_PROG_AWK,
269         _CPP, _CXCPP, _LN_S.  From Ralph Schleicher.
271 Mon Apr 21 12:35:57 1997  Ian Lance Taylor  <ian@cygnus.com>
273         * automake.in (@config_fullnames): New array.
274         (@config_names): New array, replacing $config_name.
275         (@config_headers): New array, replacing $config_header.
276         (get_object_extension): Handle multiple header files.
277         (handle_tags, handle_merge_targets): Likewise.
278         (scan_one_configure_file): Likewise.
279         (handle_configure): Likewise.  Don't check for the configuration
280         header file in AC_OUTPUT; it won't be there.
281         * remake-hdr.am: Handle multiple header files.
282         * clean-hdr.am: New file, broken out of remake-hdr.am.
283         * m4/header.m4: Handle multiple header files.
284         * Makefile.am (pkgdata_DATA): Add clean-hdr.am.
286 Wed Apr 16 00:05:47 1997  Tom Tromey  <tromey@cygnus.com>
288         * texinfos.am (.texi.info, .texi, .texinfo.info, .info): Remove
290         * automake.in (define_program_variable): Added `override' argument.
291         (handle_texinfo): Pass override arg when defining MAKEINFO.
292         (AC_MISSING_PROG): New constant.
293         (scan_one_configure_file): Use it.
295 Tue Apr 15 12:12:28 1997  Tom Tromey  <tromey@cygnus.com>
297         * automake.in (handle_texinfo): In --cygnus mode, reserve
298         clean-info for the user.
300         * automake.in (handle_subdirs): Typo fix.  From Akim Demaille.
302         * automake.in (handle_tags): Only use SUBDIRS if it is actually
303         defined.  Report from Ian Taylor.
305         * tags.am: Added prefix to SUBDIRS rules.
307 Wed Apr  9 17:09:40 1997  Tom Tromey  <tromey@cygnus.com>
309         * automake.in (handle_ltlibraries): Use correct rpath
310         substitution.  Bug from Jim Blandy.
312 Mon Apr  7 17:40:18 1997  Tom Tromey  <tromey@cygnus.com>
314         * automake.in (AM_INIT_AUTOMAKE_PATTERN): Fixed for new 3rd arg.
315         Test version2.test.
317 Thu Apr  3 19:07:59 1997  Tom Tromey  <tromey@cygnus.com>
319         * Released 1.1n.
321         * tags.am (TAGS): Run "cd && etags" in subshell for proper
322         associativity.
324         * texinfos.am (install-info-am): If --cygnus, then info file can
325         be in build dir.  From David Zaroski.
327         * ltlibrary.am (@LTLIBRARY@): use @RPATH@, not explicit -rpath.
329         * automake.in (handle_ltlibraries): Treat EXTRA_ libraries
330         specially.
332 Wed Apr  2 00:03:50 1997  Tom Tromey  <tromey@cygnus.com>
334         * automake.in (handle_source_transform): Don't generate dependency
335         on config.h.
336         (scan_dependency_file): Strip the .P file from the target.
338         * automake.in (handle_tags): Use single, not double, quotes when
339         setting list variable.
341         * data.am, header.am, libs.am, lisp.am, ltlib.am, progs-clean.am,
342         progs.am, scripts.am, tags.am: Use single quotes to fill list
343         variable; otherwise `$' in filename will not work.  From Per
344         Bothner.
346         * mdate-sh: Use "ls -d" so mdate-sh can be run on a directory.
347         From Bruno Haible.
349         * automake.in (handle_programs): Error if LIBADD used where LDADD
350         meant.
351         (handle_libraries): Error if LDADD used where LIBADD meant.
352         (handle_ltlibraries): Likewise.
354 Tue Apr  1 22:46:33 1997  Tom Tromey  <tromey@cygnus.com>
356         * automake.in (check_canonical_spelling): New sub.
357         (handle_programs): Use it.
358         (handle_libraries): Likewise.
359         (handle_ltlibraries): Likewise.
361 Mon Mar 31 12:13:08 1997  Tom Tromey  <tromey@cygnus.com>
363         * depend2.am (.deps/%.P): Make .P file depend on everything the .c
364         file includes.
366 Fri Mar 28 23:34:49 1997  Tom Tromey  <tromey@cygnus.com>
368         * automake.in (handle_configure): Error if stamp-h appears in
369         AC_OUTPUT line.
371 Thu Mar 27 17:28:47 1997  Tom Tromey  <tromey@cygnus.com>
373         * automake.in (handle_dist_worker): Avoid automake rules in
374         generated Makefile when no-dependencies specified.  From Greg
375         Woods.
377         * m4/lispdir.m4: Don't AC_SUBST ELCFILES.  From Greg Woods.
379         * texi-vers.am (stamp-@VTI@): Make commands silent.
381         * Makefile.am (maintainer-check): "true" is ok now.
383         * m4/init.m4: Added optional 3rd argument, which avoids
384         AC_DEFINE.
386         * automake.in (scan_one_configure_file): Explicitly avoid
387         INSTALL_SCRIPT to avoid defining it twice.
389         * header-vars.am: Change _INSTALL variable definitions to `true'.
390         Updated all users to put `@' before invocation.
392 Tue Mar 25 22:09:45 1997  Tom Tromey  <tromey@cygnus.com>
394         Update to follow GNU Standards:
395         * automake.in (handle_man_pages): Use NORMAL_UNINSTALL before
396         uninstall-man.
397         * texinfos.am (uninstall-info): Use two loops, and have
398         PRE_UNINSTALL before running install-info.
399         * data.am, header.am, libs.am, lisp.am, ltlib.am, progs.am,
400         scripts.am, texinfos.am: Use NORMAL_UNINSTALL.
401         * header-vars.am (PRE_UNINSTALL, POST_UNINSTALL,
402         NORMAL_UNINSTALL): Define.
404         * automake.in (scan_one_configure_file): Don't define ANSI2KNR as
405         a configure varriable.
407         * m4/missing.m4: Run test in a subshell.  From Gord Matzigkeit.
409 Mon Mar 24 23:28:59 1997  Tom Tromey  <tromey@cygnus.com>
411         * m4/sanity.m4: Sleep before creating temp file.
413         * header-vars.am (NORMAL_INSTALL, PRE_INSTALL, POST_INSTALL):
414         Define.
416 Sat Mar 22 00:06:00 1997  Tom Tromey  <tromey@cygnus.com>
418         * automake.in (am_install_var): Make sure to delete
419         CYGWIN/NOTCYGWIN tokens as appropriate.
420         (handle_programs): Remove NOTCYGWIN tokens as well.
421         (file_contents_with_transform): A single newline makes an empty
422         line.
424         * program.am: Remove executable before linking.
426         * texinfos.am (.texi.dvi): Look in @TEXINFODIR@ for texinfo.tex.
427         (.texinfo.dvi): Likewise.
429         * automake.in (handle_texinfo): TEXINFO_TEX variable can set
430         location of texinfo.tex.
432 Fri Mar 21 10:22:51 1997  Tom Tromey  <tromey@cygnus.com>
434         * texinfos.am (.texinfo.dvi): Mirror .texi.dvi.
436         * ansi2knr.c, ansi2knr.1: New versions from L. Peter Deutsch.
438         * scripts.am: Add @EXEEXT@ to installed scripts.
440 Wed Jan 22 20:12:31 1997  Jim Meyering  <meyering@na-net.ornl.gov>
442         * m4/mktime.m4 (AM_FUNC_MKTIME): Run tests for each of a few values
443         for the TZ environment variable.  Andre Novaes Cunha provided the
444         hairy TZ setting that exercized the Solaris tzset bug.
446 1997-01-22  Paul Eggert  <eggert@twinsun.com>
448         * m4/mktime.m4: (AM_FUNC_MKTIME): Fix bug in mktime test -- don't
449         test now, test a couple of thousand times.
451 Thu Mar 20 00:16:54 1997  Tom Tromey  <tromey@cygnus.com>
453         * automake.in (handle_programs): Remove CYGWIN lines unless
454         AM_CYGWIN32 seen.
455         (am_install_var): Remove CYGWIN lines from -clean file as well.
457         * progs.am: Put @EXEEXT@ where appropriate.
459         * program.am (@PROGRAM@): If using Cygwin32, then create actual
460         name in addition to ".exe" name.
462         * progs-clean.am (clean-@DIR@PROGRAMS): Conditionalize on CYGWIN.
464         * automake.in (check_cygnus): Require AM_CYGWIN32 in --cygnus mode.
465         (am_install_var): If AM_CYGWIN32 not seen, then remove @EXEEXT@
466         from .am files.
468         * automake.in (seen_cygwin32): New global.
469         (scan_one_configure_file): Check for AM_CYGWIN32.
471         * m4/cygwin.m4: New file.
473         * automake.in (scan_one_configure_file): Explicitly handle
474         AC_CONFIG_HEADER so we can avoid spurious warnings.
475         (obsolete_macros): Removed AC_CONFIG_HEADER.
477         * automake.in (handle_yacc_lex_cxx): Perl 4 fixes.  From Greg
478         A. Woods.
480 Wed Mar 19 00:35:13 1997  Tom Tromey  <tromey@cygnus.com>
482         * Released 1.1m.
484         * m4/missing.m4: Print message saying what is happening.
486         * m4/sanity.m4: sleep before testing.
488 Tue Mar 18 17:20:03 1997  Tom Tromey  <tromey@cygnus.com>
490         * config.guess, config.sub: New from the FSF.
492         * automake.in (initialize_global_constants): [common_files]
493         Include `missing'.
494         (scan_configure): Require `missing'.
496         * header-vars.am (MAKEINFO): Don't define.
498         * m4/init.m4 (missing_dir): Use AM_MISSING_PROG.
499         * m4/missing.m4: New file.
501         `missing' changes from François Pinard:
502         * Everywhere: Use ACLOCAL_M4 to name aclocal.m4 file; ACLOCAL now
503         names aclocal program.
504         * m4/init.m4: Replace programs with `missing' if not found.
505         * automake.in (handle_texinfo): Define MAKEINFO as @MAKEINFO@.
506         (AC_CHECK_PATTERN): Check for alphanumeric names only.
507         (handle_aclocal_m4): Use ACLOCAL, not aclocal.
508         * Makefile.am (pkgdata_SCRIPTS): Include missing.
509         * missing: New file.
511         * automake.in (target_defined): New sub.
512         (handle_footer): Error if target .SUFFIXES used.
514 Sun Mar 16 14:33:41 1997  Tom Tromey  <tromey@cygnus.com>
516         * automake.in (handle_lib_objects): Set seen_c_source to line
517         number.
518         (handle_yacc_lex_cxx): Use seen_c_source as line number.
519         (am_line_error): Line of -1 means skip line-number check.
521         * automake.in (read_am_file): Change to keep perl -w quiet.
522         (check_typos): Removed extra check of EXTRA_ containing config
523         subs.
525 Mon Mar 10 23:17:19 1997  Tom Tromey  <tromey@cygnus.com>
527         * remake-hdr.am (stamp-h): Set CONFIG_HEADERS to
528         $(CONFIG_HEADER_FULL).
529         * automake.in (handle_configure): Define CONFIG_HEADER_FULL.
531         * automake.in (handle_lib_objects): Set seen_c_source as
532         appropriate.  From Alexander V. Lukyanov.  Test cxxlibobj.test.
534 Sat Mar  8 22:54:35 1997  Tom Tromey  <tromey@cygnus.com>
536         * texinfo.tex: New version.
538         * automake.in (handle_emacs_lisp): If EMACS is `no', then we
539         couldn't find an Emacs.  So don't bother running elisp-comp.  From
540         Ulrich Drepper.
542         * automake.in (handle_texinfo): Added .tr and .cv to list of
543         texinfo clean extensions.  From Karl Berry.
545 Fri Feb 28 22:14:53 1997  Tom Tromey  <tromey@cygnus.com>
547         * Makefile.am: Make sure we never use "undef".
549         * automake.in (usage): Changed bug-reporting address.
550         (handle_dist): Use undef, not delete.
552 Wed Feb 26 08:41:11 1997  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
554         * automake.in (%obsolete_macros): Reintroduce, with hints for what
555         to do to upgrade the support.
557         * automake.in, ltlib-clean.am, ltlib.am, ltlibrary.am: Revamped
558         libtool support to use the _LTLIBRARIES primary.
560 Wed Feb 26 00:20:39 1997  Tom Tromey  <tromey@cygnus.com>
562         * automake.in (handle_tags): In default case, add @tags_deps to
563         dependencies of tags target.
565 Tue Feb 25 23:46:29 1997  Tom Tromey  <tromey@cygnus.com>
567         * automake.in (handle_tests): If a test failed, then make should
568         fail.  From Jim Meyering.
570 Mon Feb 24 19:02:21 1997  Tom Tromey  <tromey@cygnus.com>
572         * texi-vers.am (@VTEXI@): Copy stamp file into output.
574 Sun Feb 23 00:10:36 1997  Tom Tromey  <tromey@cygnus.com>
576         * automake.in (handle_programs): Give correct error line for lex
577         error.
578         (am_line_error): Avoid uninitialized value errors from perl -w.
580         * aclocal.in (scan_m4_files): Fixed perl -w warning.
582         * texinfos.am (.texi, .texinfo): New targets.
584         * automake.in (scan_texinfo_file): Renamed.
585         (handle_texinfo): Handle files without ".info" extension.
587         * automake.in (handle_subdirs): Error if directory contains "/".
588         (handle_yacc_lex_cxx): Quoting fix.
589         (handle_single_transform_list): Use transformed (non-ansi) version
590         of $obj instead of explicit ".o".  From Gord Matzigkeit.
592         * m4/sanity.m4: Pass -L to ls if possible.
594 Sat Feb 22 15:22:31 1997  Tom Tromey  <tromey@cygnus.com>
596         * dist-vars.am (DISTFILES): Don't distribute MANS.
598         * automake.in (handle_dist): Use define_variable to define TAR,
599         GZIP.
600         (handle_dist): Pass GZIP in environment to tar.
601         (initialize_global_constants): Likewise.
603         From Kaveh Ghazi:
604         * m4/protos.m4: Don't put any dependencies on AC_C_INLINE or
605         AC_C_CONST.
606         * m4/ccstdc.m4: Force AM_PROG_CC_STDC to come before AC_C_INLINE
607         or AC_C_CONST.
609 Fri Feb 21 00:39:17 1997  Tom Tromey  <tromey@cygnus.com>
611         From The Crimson Binome:
612         * automake.in (handle_yacc_lex_cxx): Handle C++ yacc/lex source.
613         (output_yacc_build_rule): New sub for C++ yacc/lex.
615         * automake.in (my_glob): New sub.
616         (handle_dependencies): Use my_glob.
617         (handle_aclocal_m4): Scan ACLOCAL_AMFLAGS for dependencies.
619         * ltlibs.am, lisp.am, libs.am, header.am, data.am, progs.am,
620         scripts.am, texinfos.am: Add leading space to echo.
622         * automake.in (handle_texinfo): Added .tps and .vrs to list of TeX
623         endings.  From Jim Blandy.
624         (install_man_format): Make rule silent; instead print actual
625         command.
627 Tue Feb  4 18:29:42 1997  Tom Tromey  <tromey@cygnus.com>
629         * dist-vars.am (TAR): Removed.
630         * automake.in (TAR): New variable.
631         (handle_dist): Explicitly define TAR.
632         * configure.in: Compute TAR.
634         * automake.in (handle_lib_objects): Put @ALLOCA@ on @dep_list, not
635         @dep_files.
636         (AC_SUBST_PATTERN): Typo fix.
637         (handle_aclocal_m4): Use ACLOCAL_AMFLAGS.
638         (handle_clean): Put -recursive target before -am target.
639         (handle_merge_targets): Put basename of $config_name on @all.
640         Test confsub.test.  From Ramón García Fernández.
642 Tue Jan 28 22:19:04 1997  Tom Tromey  <tromey@cygnus.com>
644         * automake.in (initialize_global_constants): Put libtoolize files
645         into @common_files, not @common_sometimes.  From Gord Matzigkeit.
647 Sun Jan 26 17:46:08 1997  Tom Tromey  <tromey@cygnus.com>
649         * texinfos.am (.texi.info): If --cygnus, set -I $(srcdir).  From
650         Per Bothner.
652 Sun Jan 12 18:28:16 1997  Fred Fish  (fnf@ninemoons.com)
654         * automake.in: Use 'interlock' and 'ylwrap' from source
655         directory or aux config directory, not build directory.
657 Tue Jan  7 18:35:10 1997  Tom Tromey  <tromey@cygnus.com>
659         * aclocal.in (parse_arguments): Handle -I.
660         (usage): Ditto.
661         (scan_m4_files): Ditto.
663         * automake.in (handle_single_transform_list): Don't give error
664         message if extension unrecognized.
666 Tue Dec 17 11:18:20 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
668         * m4/header.m4 (AM_CONFIG_HEADER): Check for $CONFIG_HEADERS, not
669         $CONFIG_HEADER.
671 Tue Jan  7 17:59:26 1997  Tom Tromey  <tromey@cygnus.com>
673         * automake.in (scan_one_configure_file): AM_INIT_GUILE_MODULE runs
674         AM_PROG_INSTALL, not AC_PROG_INSTALL.  From Jim Blandy.
675         (handle_texinfo): Handle no-texinfo.tex option.
676         (handle_options): Ditto.
678 Thu Jan  2 14:16:17 1997  Tom Tromey  <tromey@cygnus.com>
680         * automake.in (am_install_var): Ignore EXTRA libtool libraries.
681         From Marius Vollmer.
683 Wed Dec 18 15:27:09 1996  Tom Tromey  <tromey@cygnus.com>
685         * automake.in (read_am_file): Sort configure_vars before adding to
686         output_vars.
687         (handle_yacc_lex_cxx): Sort de_ansi_objects.
688         (handle_man_pages): Sort %section keys.
690 Tue Dec 10 00:41:17 1996  Tom Tromey  <tromey@cygnus.com>
692         * automake.in (AC_SUBST_PATTERN): Check for alphanumeric variable
693         names only.  Test subst.test.
694         (scan_one_configure_file): Skip AC_DEFUN lines.  Test
695         defun2.test.
697 Mon Dec  9 08:18:42 1996  Tom Tromey  <tromey@cygnus.com>
699         * automake.in (file_contents_with_transform): Use ne, not !=, to
700         compare strings.  Compare against correct string.  From Jim
701         Meyering.
702         (handle_texinfo): Use rm -f to remove info files.  From Gord
703         Matzigkeit.
705         * Released 1.1l.
707         * automake.in (handle_texinfo): Put .ps on @suffixes.
709 Sun Dec  8 12:29:52 1996  Tom Tromey  <tromey@cygnus.com>
711         * automake.in (am_install_var): Directory with 'exec' in its name
712         is installed by install-exec.
714         * subdirs.am (maintainer-clean-recursive): Make commands quiet.
715         * texinfos.am: Make commands quiet.
716         * scripts.am: Make commands quiet.
717         * progs.am: Make commands quiet.
718         * ltlibs.am: Make comamnds quiet.
719         * lisp.am: Make commands quiet.
720         * libs.am: Make commands quiet.
721         * header.am: Make commands quiet.
722         * data.am: Make commands quiet.
724         * automake.in (variable_value_as_list): Handle := substitution
725         references.
726         (am_conf_line_error): Take file argument.  Changed all callers.
727         (scan_one_configure_file): Skip config header of [$1].
728         (scan_dependency_file): Don't add top_builddir to regex if it is
729         ".".  Don't include top_builddir in output if it is ".".
730         (scan_one_configure_file): Skip version of [$2].
732 Sat Dec  7 11:34:39 1996  Tom Tromey  <tromey@cygnus.com>
734         * automake.in (scan_one_configure_file): New sub.
735         (scan_configure): Scan aclocal.m4 as well as configure.in.
736         (handle_configure): Makefile.in now depends on $(ACLOCAL), because
737         automake scans it.
739         * automake.in (handle_configure): Put full path to file onto
740         @rewritten_inputs.  Test output4.test.
742         * automake.in (handle_configure): Put proper name onto @inputs.
743         Test output3.test.
745         * automake.in (handle_configure): Pass correct args to automake
746         invocations.  Test remake2.test.
748         * automake.in (handle_configure): Check dirname of $file, not of
749         $local.  Test output2.test.
751         * automake.in (handle_dependencies): Added some missing ";"s in
752         transforms.
753         (get_object_extension): Ditto.
754         (handle_tags): Ditto.
755         (handle_tests): Ditto.
756         (read_am_file): Ditto.
757         (am_install_var): Ditto.
758         (file_contents_with_transform): Die if transform missing trailing
759         ";".
761         * automake.in (am_install_var): Quote $ in regexp substitution.
762         From Ulrich Drepper.
764 Fri Dec  6 18:54:10 1996  Tom Tromey  <tromey@cygnus.com>
766         * automake.in (handle_configure): Require actual input files, not
767         rewritten input files.  From Ulrich Drepper.
769 Thu Dec  5 02:52:20 1996  Tom Tromey  <tromey@cygnus.com>
771         Suggestion from Mark Galassi:
772         * texinfos.am (DVIPS): New macro.
773         (.dvi.ps): New rule.
775         * automake.in (handle_dependencies): Check to make sure
776         --build-directory specified before searching for .P files.
777         (handle_configure): Correctly handle ":" syntax when running
778         config.status.
780         * remake.am: Removed rules to regenerate Makefile and Makefile.in;
781         now handled by handle_configure.
783         * remake-subd.am: Removed.
785         * automake.in (scan_configure): Handle multiple ":"s in AC_OUTPUT
786         arg.
787         (parse_arguments): Ditto.
788         (handle_configure): Ditto.
789         (%other_output_files): Removed.
790         (rewrite_inputs_into_dependencies): New sub.
791         (handle_configure): Use it.
792         (handle_configure): Ditto.
794         From Gord Matzigkeit:
795         * automake.in (generate_makefile): Handle ":" in AC_OUTPUT arg.
796         (handle_configure): Ditto.
798         * automake.in (handle_single_transform_list): .S is assembly
799         source.  From Anthony Green.
801         * automake.in (handle_single_transform_list): Correctly rewrite
802         C++ and Fortran source to objects ending in ".o".  Test
803         cxxo.test.
805         * automake.in: Better error message if file missing.
807         * aclocal.in (@obsolete_macros): ud_GNU_GETTEXT is obsolete.
808         * automake.in (handle_gettext): Use AM_GNU_GETTEXT, not
809         ud_GNU_GETTEXT.
810         (scan_configure): Ditto.  ud_GNU_GETTEXT is now obsolete.
812 Wed Dec  4 00:41:23 1996  Tom Tromey  <tromey@cygnus.com>
814         * automake.in (scan_configure): Skip empty elements when adding to
815         libsources.  Perl 4 bug reported by Greg A Woods.
817         * Makefile.am (perl4-check): New target.
818         (cvs-dist): Run perl4-check.
820         Perl 4 fixes.  Reported by Greg A. Woods:
821         * automake.in (file_contents_with_transform): If transform caused
822         all chars to go away, then skip rest of loop.
823         (handle_texinfo): Don't use "next" in arg to
824         file_contents_with_transform.
825         (handle_dependencies): Ditto.
826         (handle_tests): Ditto.
828         * m4/regex.m4 (AM_WITH_REGEX): Check for GNU regex in libc.  From
829         Andreas Schwab.
831         * automake.in (parse_arguments): Removed --strictness.
832         (handle_dist_worker): Don't use --strictness.
833         (handle_configure): Ditto.
834         (initialize_global_constants): Don't mention --strictness.
836         * automake.in (handle_merge_targets): Use all-recursive-am instead
837         of all-recursive-hack.  The latter is ugly, according to Joel
838         Weber.
840         * automake.in (handle_emacs_lisp): Push $(ELCFILES) onto @all.
842         * automake.in (do_one_clean_target): Allow -local version of clean
843         targets.
845 Tue Dec  3 18:58:40 1996  Tom Tromey  <tromey@cygnus.com>
847         * automake.in (handle_dependencies): Skip C-only lines in
848         depend2.am when appropriate.
849         * depend2.am (.deps/%.P): Omit modification of $o if language is
850         not C.
852 Tue Dec  3 11:29:01 1996  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
854         * compile-kr.am: Quote arguments to echo.
856         * progs.am: Fix up problems when LIBTOOL is not defined (by
857         setting shell variable instprog to the installation program).
859         * aclocal.in (scan_file): Allow the acinclude.m4 file to override
860         any other macro files (but still prevent multiple definitions
861         within acinclude.m4).
863 Tue Dec  3 10:40:48 1996  Tom Tromey  <tromey@cygnus.com>
865         From Ulrich Drepper:
866         * automake.in (handle_emacs_lisp): Typo fix.
867         (scan_configure): Only recognize VERSION after whitespace.
869         * texinfos.am: install-info requires path to info file.
871         * progs.am: Use @LIBTOOL@, not $(LIBTOOL).
873         * automake.in (am_install_var): If -ltlibs passed, substitute
874         @LIBTOOL@.
876 Mon Dec  2 13:51:11 1996  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
878         * automake.in (get_object_extension): Unshift ansi2knr onto the
879         all target, so that it builds before any other targets.
880         [de_ansi_objects]: Delete, since unshifting ansi2knr is an easier
881         solution.
883 Mon Dec  2 12:13:27 1996  Tom Tromey  <tromey@cygnus.com>
885         * Released 1.1i.
887         From Janos Farkas:
888         * automake.in (handle_texinfo): Must quote $ for make.
890 Sun Dec  1 15:08:09 1996  Tom Tromey  <tromey@cygnus.com>
892         * automake.in (handle_configure): Correctly handle common case of
893         multiple non-Makefiles in AC_OUTPUT.  Require all input files when
894         using ":" syntax.
896 Sun Nov 24 00:33:50 1996  Tom Tromey  <tromey@cygnus.com>
898         * automake.in (handle_source_transform): Don't define
899         EXTRA_prog_SOURCES unnecessarily.  Test extra2.test.
901         * automake.in (initialize_per_input): New variables
902         included_generic_compile, included_knr_compile,
903         included_libtool_compile.
904         (get_object_extension): Use them.
906         * automake.in (handle_single_transform_list): Removed
907         Objective-C/C++ support (didn't really work anyway).
908         (handle_single_transform_list): Handle assembly specially.
910         * automake.in (handle_yacc_lex_cxx): Set --mode=compile or
911         --mode=link when running libtool.
913         * ltlibs.am: Set --mode=install when running libtool.
914         (uninstall-@DIR@PROGRAMS): Set --mode=uninstall when running
915         libtool.
916         * libtool.am (.c.lo): Set --mode=compile when running libtool.
917         * progs.am: Set --mode=install when running libtool.
919         Fix for bug reported by François Pinard:
920         * automake.in (do_check_merge_target): New sub.
921         (do_one_merge_target): No longer handle `check'.
922         (handle_merge_targets): Use do_check_merge_target.
923         (initialize_per_input): Set @check_tests.
924         (handle_tests): Push onto @check_tests, not @check.
926         * automake.in (am_install_var): Typo fix.
927         (handle_configure): Require $inputs[0].
929 Fri Nov 22 00:01:45 1996  Tom Tromey  <tromey@cygnus.com>
931         * automake.in (handle_lib_objects): Fixed error message
932         processing.
934 Thu Nov 21 22:29:30 1996  Tom Tromey  <tromey@cygnus.com>
936         * automake.in (scan_configure): AC_FUNC_FNMATCH doesn't add to
937         LIBOBJS.
938         (handle_configure): Support multi-":" mode for AC_OUTPUT.
940         * m4/header.m4: New file.
942         * automake.in (scan_configure): Recognize AM_CONFIG_HEADER.
944 Wed Nov 20 00:23:42 1996  Tom Tromey  <tromey@cygnus.com>
946         * acinstall: Allow commentary at end of "serial" line.  From Gord
947         Matzigkeit.
949         * automake.in (handle_yacc_lex_cxx): Only replace output header if
950         it has changed.
952 Tue Nov 19 19:03:30 1996  Tom Tromey  <tromey@cygnus.com>
954         * automake.in (am_primary_prefixes): Allow configure variables to
955         be named after primary.
956         (am_install_var): Ditto.
958         * automake.in (initialize_per_input): Initialize output_header.
959         (generate_makefile): Set up output_header; print it before
960         output_rules.
961         (handle_footer): Put .SUFFIXES into output_header, for AIX.
963 Mon Nov 18 19:11:53 1996  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
965         * automake.in: Added a lot of libtool support.  New variable
966         prog_LDFLAGS to pass linker flags.  Use libtoolize to install
967         libtool support files.
969 Mon Nov 18 13:29:55 1996  Tom Tromey  <tromey@cygnus.com>
971         * automake.in (handle_lib_objects): Push @LIBOBJS@ and @ALLOCA@
972         onto dependency list.
974         * aclocal.in (obsolete_macros): Include AM_SANITY_CHECK_CC; now
975         part of autoconf proper.
976         * m4/ccsanity.m4: Removed.
978 Sun Nov 17 12:25:17 1996  Tom Tromey  <tromey@cygnus.com>
980         * automake.in (check_typos): Check to make sure EXTRA_ variables
981         don't contain configure subs.
982         (handle_dist_worker): Removed EXTRA_DIST_DIRS; not needed.
984 Fri Nov 15 18:58:04 1996  Tom Tromey  <tromey@cygnus.com>
986         * tags-subd.am: Removed.
988         * tags.am (tags-recursive): Removed.
989         (TAGS): Depend on @DIRS@, @CONFIG@.  Use @CONFIG@ in rule.
990         (ID): From tags-subd.am.
991         
992         * aclocal.in (obsolete_macros): Include AM_FUNC_FNMATCH.
993         * automake.in (scan_configure): Recognize AC_FUNC_FNMATCH.
994         * m4/fnmatch.m4: Removed (now in autoconf).
996         * automake.in (initialize_per_input): Init de_ansi_objects.
997         (handle_single_transform_list): Error if extension unrecognized.
998         Set elements of de_ansi_objects.
999         (get_object_extension): Don't push ANSI2KNR onto @all.
1000         (handle_yacc_lex_cxx): Put ANSI2KNR into dependency of all ._o
1001         files.
1002         (pretty_print_internal): Initialize $bol depending on the column.
1004 Fri Nov 15 16:22:15 1996  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
1006         * library.am: Fixed references to LIBRARY according to new scheme.
1008         * libs.am, libs-clean.am: Removed references to LIBFILES.
1010         * automake.texi (A Library): doc fix
1012         * automake.in (handle_libraries): Deleted references to *LIBFILES,
1013         since we now have the full library name in the *LIBRARIES
1014         variable.
1015         (am_install_var): Removed `-no-all' option, which was only required
1016         for the LIBFILES hack.
1018 Fri Nov 15 16:39:29 1996  Tom Tromey  <tromey@cygnus.com>
1020         * automake.in: Applied libtool-related patches from Gord.
1021         (scan_configure): Set CC configure var if AM_PROG_LIBTOOL seen.
1022         Also indicate that AC_CANONICAL_HOST was run.
1024         * Makefile.am (pkgdata_DATA): Removed aclocal.m4.
1026 Thu Nov 14 23:11:09 1996  Tom Tromey  <tromey@cygnus.com>
1028         * automake.in (handle_yacc_lex_cxx): Don't auto-define YACC, LEX,
1029         CXX, CC.
1031         * dejagnu.am: Print warning if runtest missing.
1033         From Joerg-Martin Schwarz:
1034         * automake.in (handle_aclocal_m4): Find aclocal.m4 in srcdir.
1035         (require_file_internal): Unlink file before creating it.
1037         * depend2.am (.deps/%.P): Don't print commands when running.
1039 Mon Nov 11 10:35:08 1996  Tom Tromey  <tromey@cygnus.com>
1041         * automake.in (handle_single_transform_list): Simplified C++
1042         matching expression.
1044 Fri Nov  8 09:49:09 1996  Tom Tromey  <tromey@cygnus.com>
1046         * Released 1.1g.
1048         * compile-kr.am ($(OBJECTS)): Removed.
1050         * automake.in (get_object_extension): Define ANSI2KNR.  Push onto
1051         @all if ansi2knr is in this directory.
1053         * configure.in: Don't run AC_ARG_PROGRAM, AC_PROG_MAKE_SET.
1055         * m4/init.m4: Run AM_SANITY_CHECK.
1057         * m4/sanity.m4: New file.
1059         * automake.in (handle_dist_worker): In Cygnus mode, possibly find
1060         files to dist in build dir, not srcdir.
1061         (%omit_dependencies): New global.
1062         (scan_dependency_file): Handle OMIT_DEPENDENCIES.
1063         (scan_configure): Put rx.h, regex.h on %omit_dependencies.  Ditto
1064         libintl.h.
1065         (handle_tests): Remove CYGNUS strings in Cygnus mode.
1066         (handle_texinfo): Ditto.
1068         * texinfos.am (dist-info): New target.
1070         * automake.in (handle_dist_worker): Use DISTFILES, not
1071         DEP_DISTFILES.
1072         (initialize_per_input): Initialize dist_targets.
1073         (handle_texinfo): Don't compute @infos_list; don't define or use
1074         INFOS.  Put dist-info onto @dist_targets.
1075         (handle_dist_worker): Handle @dist_targets.  Don't use the "echo
1076         trick" for expanding DISTFILES any more.
1078         * dist-vars.am (DEP_DISTFILES): Removed.
1079         (DISTFILES): Don't include INFOS.
1081         * automake.in (handle_texinfo): Handle Cygnus mode.
1082         * texinfos.am (.texi.info, .texinfo.info): Handle Cygnus mode.
1084         * automake.in (handle_single_transform_list): New sub.
1085         (handle_source_transform): Use it.
1086         (handle_built_sources): New sub.
1088 Thu Nov  7 14:49:16 1996  Tom Tromey  <tromey@cygnus.com>
1090         * remake.am ($(srcdir)/Makefile.in): Pass @ARGS@ to automake.
1091         * remake-subd.am ($(srcdir)/Makefile.in): Pass @ARGS@ to
1092         automake.
1093         * automake.in (handle_configure): Pass --cygnus when running
1094         automake again.
1096         * remake-hdr.am ($(srcdir)/stamp-h.in): Depend on @FILES@, not
1097         ACCONFIG, CONFIG_TOP, CONFIG_BOT.
1098         * automake.in (handle_aclocal_m4): Always find aclocal.m4 in
1099         top_srcdir.
1100         (handle_configure): Don't define ACCONFIG, CONFIG_TOP, CONFIG_BOT;
1101         instead substitute files directly.
1103 Wed Nov  6 10:22:26 1996  Tom Tromey  <tromey@cygnus.com>
1105         * remake-hdr.am (stamp-h): Look in top_builddir for
1106         config.status.
1107         ($(srcdir)/stamp-h.in): Look in top_srcdir for configure.in.
1109 Thu Oct 31 10:55:59 1996  Tom Tromey  <tromey@cygnus.com>
1111         * texinfos.am (.texi.dvi): Set MAKEINFO when running texi2dvi.
1112         From Jim Meyering.
1114         * automake.in (handle_texinfo): Push install-info-am, not
1115         install-info.
1116         (handle_merge_targets): Handle no-installinfo option.
1118         * texinfos.am (install-info-am): Renamed from install-info.
1120         * automake.in (handle_subdirs): Include install-info-recursive if
1121         no-installinfo given.
1123         * subdirs.am: Include INSTALLINFO token.
1125         * automake.in (handle_texinfo): Explicitly define MAKEINFO,
1126         TEXI2DVI.
1127         (cygnus_mode): New global.
1128         (handle_dist_worker): Pass --cygnus to automake.
1129         (initialize_global_constants): Document --cygnus.
1130         (check_cygnus): New sub.
1131         (handle_texinfo): Don't require texinfo.tex in Cygnus mode.
1133         * texi-vars.am: Removed.
1135         * dejagnu.am (check-DEJAGNU): Don't define rootme.
1137         * automake.in (handle_tests): Define EXPECT, RUNTEST.
1139         * dejagnu.am (EXPECT): Removed.
1140         (RUNTEST): Removed.
1142         * automake.in (define_program_variable): New sub.
1144 Mon Oct 28 10:43:48 1996  Tom Tromey  <tromey@cygnus.com>
1146         * automake.in (handle_dependencies): Use -M, not -MM, for C++
1147         dependencies.
1149 Thu Oct 24 20:21:50 1996  Tom Tromey  <tromey@cygnus.com>
1151         * automake.in (check_libobjs_sources): New sub.  Test
1152         libobj4.test.
1153         (handle_source_transform): Don't check for auto-discovered source
1154         files here.
1155         (handle_programs): Run check_libobjs_sources here.
1156         (handle_libraries): Ditto.
1158         * automake.in (define_configure_variable): New function.
1159         (get_object_extension): Use define_configure_variable.
1160         (handle_yacc_lex_cxx): Ditto.
1161         (handle_emacs_lisp): Ditto.
1162         (configure_vars): New global.
1163         (AC_CHECK_PATTERN): New global.
1164         (seen_ranlib, seen_prog_cc, seen_prog_cxx, seen_prog_lex):
1165         Removed.
1166         (handle_yacc_lex_cxx): Use configure_vars, not seen_prog_*.
1167         (AC_SUBST_PATTERN): New global.
1168         (scan_configure): Use AC_SUBST_PATTERN; don't set seen_prog_*.
1169         (handle_libraries): Don't use seen_ranlib.
1170         (read_am_file): Run define_configure_variable on each discovered
1171         variable.
1173 Mon Oct 21 23:06:49 1996  Tom Tromey  <tromey@cygnus.com>
1175         * automake.in (scan_configure): Handle AM_INIT_GUILE_MODULE.
1176         (handle_libraries): Pass configure substitutions directly on to
1177         LIBFILES.
1179         * automake.in (AM_PACKAGE_VERSION_PATTERN): New global.
1180         (scan_configure): Use it.  Test version.test.
1182 Sun Oct 20 12:08:46 1996  Tom Tromey  <tromey@cygnus.com>
1184         * automake.in (handle_dist_worker): Explicitly pass distdir to
1185         dist-hook make.  From Tatu Ylonen.
1187         * m4/strtod.m4: Use correct cache variable.
1189 Thu Oct 17 13:45:20 1996  Tom Tromey  <tromey@cygnus.com>
1191         Lisp fixes from Erick Branderhorst:
1192         * m4/lispdir.m4: Define lispdir, not LISPDIR.
1193         * lisp.am: Added missing \.
1195 Fri Oct 11 00:44:49 1996  Tom Tromey  <tromey@cygnus.com>
1197         * automake.in (handle_source_transform): Only rewrite c, yacc, lex
1198         to use de-ansi-fication.
1199         (scan_configure): Handle multi-line AC_REPLACE_FUNCS.  Test
1200         libobj5.test.
1202         * automake.in (handle_lib_objects): Added $lex_seen argument.
1203         Error if lex file used but LEXLIB not seen.
1204         (handle_programs): Ditto.
1205         (handle_yacc_lex_cxx): Define LEXLIB variable.
1206         (handle_lib_objects): Don't allow LEXLIB to end up on dependency
1207         list.
1209 Thu Oct 10 16:12:38 1996  Tom Tromey  <tromey@cygnus.com>
1211         * automake.in (handle_gettext): Moved check for SUBDIRS and
1212         ABOUT-NLS here.
1214         * automake.in (handle_configure): Run mkinstalldirs under
1215         $(SHELL).
1216         (handle_yacc_lex_cxx): Run interlock under $(SHELL).
1218         * remake-subd.am (Makefile): Run config.status under $(SHELL).
1219         * remake-hdr.am (stamp-h): Run config.status under $(SHELL).
1220         * remake.am (Makefile): Run config.status under $(SHELL).
1221         (config.status): Ditto.
1223         * automake.in (read_am_file): Removed UNMAINT code.
1224         (file_contents_with_transform): Ditto.
1225         * m4/maintainer.m4: Removed bogus UNMAINT code.
1227         * automake.in (handle_emacs_lisp): Define EMACS variable.
1228         (handle_emacs_lisp): Make sure EMACS is in environment when
1229         elisp-comp is run.
1231         * elisp-comp: Exit with status 1 if usage bad.
1232         Use "emacs -q".  Use EMACS environment variable if set (unless set
1233         to t).
1235         * m4/lispdir.m4: Unset EMACS if it is set to `t'.
1237         * automake.in (handle_dist_worker): Allow EXTRA_DIST items to be
1238         in subdirs.
1239         (do_one_merge_target): Use all-am, not all, in subdirs case.
1240         (handle_merge_targets): Always generate all-am in subdirs case.
1242         * remake.am (Makefile): Depend on BUILT_SOURCES.
1243         * remake-subd.am (Makefile): Depend on BUILT_SOURCES.
1244         * depend.am (.deps/.P): Don't depend on BUILT_SOURCES.
1246         * automake.in (handle_yacc_lex_cxx): Handle y.tab.h in non-ylwrap
1247         case.
1249         * ylwrap: Bug fix.  From Jim Meyering.
1251 Wed Oct  9 22:51:16 1996  Tom Tromey  <tromey@cygnus.com>
1253         * m4/mktime.m4: Don't define AC_HEADER_SYS_TIME_H; instead just
1254         check directly for header.
1256 Mon Oct  7 13:08:15 1996  Tom Tromey  <tromey@cygnus.com>
1258         * automake.in (scan_configure): fp_WITH_DMALLOC and fp_WITH_REGEX
1259         are obsolete.
1261 Sun Oct  6 00:43:01 1996  Tom Tromey  <tromey@cygnus.com>
1263         * automake.in (AC_CONFIG_AUX_DIR_PATTERN): New global.
1264         (AM_INIT_AUTOMAKE_PATTERN): New global.
1265         (scan_configure): Use them.
1267         * aclocal.in (add_file): Search contents of included files.  Test
1268         req.test.
1269         (scan_m4_files): Don't skip acinclude.m4 when constructing
1270         search.  Test acsilent.test.
1271         (scan_m4_files): Scan acinclude.m4.
1273         * aclocal.in (add_file): Removed debugging print.
1274         (scan_configure): Set $file_contents when scanning acinclude.m4.
1275         Test acinclude.test.
1277         * configure.in: Upped to 1.1g.
1279         * Released 1.1f.
1281         * texinfos.am: Run : after install-info.
1283         * aclocal.in (parse_arguments): Better error message.
1284         * automake.in (parse_arguments): Better error message.
1286         * remake.am (Makefile): Depend on $(srcdir)/Makefile.in, to work
1287         around broken makes.  From David A. Swierczek.
1288         * remake-subd.am (Makefile): Ditto.
1290 Sat Oct  5 11:29:48 1996  Tom Tromey  <tromey@cygnus.com>
1292         * automake.in (generate_makefile): Put BUILT_SOURCES onto @all if
1293         appropriate.
1294         (handle_source_transform): Error if discovered source file is
1295         mentioned.
1296         (do_one_merge_target): Move all-vs-check test here.
1298         * m4/obstack.m4: New file.
1299         * m4/error.m4: New file.
1301         * automake.in (scan_configure): Support AM_FUNC_MKTIME,
1302         AM_FUNC_ERROR_AT_LINE, AM_FUNC_OBSTACK.
1304         * texinfo.tex: New version from texinfo 3.9.
1306         * automake.in (handle_yacc_lex_cxx): Updated for new ylwrap.
1307         Also, handle y.tab.h file when "yacc -d" is used.
1308         (do_one_merge_target): Use pretty_print_rule.
1310         * ylwrap: Changed usage.
1312         * m4/mktime.m4: New file.
1314         * m4: Renamed all .m4 files to fit into 14-char limits.
1316         * m4/Makefile.am (EXTRA_DIST): New macro.
1318         * aclocal.in ($ac_defun_rx, %map, %file_contents): New globals.
1319         (scan_m4_files): Use $ac_defun_rx.
1320         (add_file): Ditto.
1321         Run scan_m4_files.
1322         (scan_configure): Scan acinclude.m4 before anything else.
1323         (scan_file): New sub.
1324         (check_acinclude): New sub.
1325         (add_file): Rewrote.
1327         * progs-clean.am, progs.am: Renamed from programs-clean.am,
1328         programs.am.
1329         * libs-clean.am, libs.am: Renamed from libraries-clean.am,
1330         libraries.am.
1331         * texi-vars: Renamed from texinfos-vars.am.
1332         * comp-vars.am: Renamed from compile-vars.am.
1333         * texi-vers.am: Renamed from texi-version.am.
1335         * automake.in (require_file_internal): Give error if symlink can't
1336         be made.
1337         (require_config_file): Error message references configure.in.
1338         (handle_yacc_lex_cxx): Fix order of arguments to ylwrap; from
1339         Joerg-Martin Schwarz.
1340         (handle_texinfo): Use texi-vers, not texi-version.
1341         (get_object_extension): Use comp-vars, not compile-vars.
1342         (handle_texinfo): Use texi-vars, not texinfos-vars.
1343         (handle_libraries): Use `libs' prefix, not `libraries'.
1344         (handle_programs): Use `progs' prefix, not `programs'.
1346 Fri Oct  4 01:14:08 1996  Tom Tromey  <tromey@cygnus.com>
1348         * aclocal.in (scan_m4_files): New sub.
1350         * m4/AM_FUNC_STRTOD.m4 (am_cv_func_strtod_needs_libm): Set
1351         am_cv_func_strtod_needs_libm, so we can avoid linking with -lm
1352         everywhere.
1354 Thu Oct  3 20:11:16 1996  Tom Tromey  <tromey@cygnus.com>
1356         * texinfos.am (uninstall-info): Run install-info --remove.
1358         * automake.in (read_am_file): Define all variables after reading
1359         .am file.  Test vpath.test.  Reported by Anthony Green.
1361 Mon Sep 30 08:31:51 1996  Tom Tromey  <tromey@cygnus.com>
1363         * texinfos.am: Run install-info.
1365         * automake.in (variable_value_as_list): Just return if comment
1366         seen.  Report from Mark Galassi.
1367         (handle_options): Don't bother with explicit comment checking.
1369 Tue Sep 24 09:15:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
1371         * automake.in (read_am_file): Cleaned up dejagnu variables.
1373 Mon Sep 23 00:04:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
1375         * automake.in (parse_arguments): New usage to conform to GNU
1376         standards.
1378         * aclocal.in (parse_arguments): New usage to conform to GNU
1379         standards.
1381         * automake.in (handle_scripts): Push new target onto @check.
1382         * scripts.am (check-@DIR@SCRIPTS): New target.
1384         * automake.in (initialize_global_constants): Define %dist,
1385         dist_header, dist_trailer.
1386         (handle_dist): Make dist-all target.
1387         (generate_makefile): Run check_typos later.
1388         (examine_variable): New sub.
1389         (handle_tags): Examine TAGS_DEPENDENCIES.  Test spell3.test.
1390         Error if TAGS_DEPENDENCIES but no sources used.
1391         (handle_configure): Examine CONFIGURE_DEPENDENCIES.
1393 Sat Sep 21 13:59:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
1395         * automake.in (am_install_var): More error checking.
1397 Fri Sep 20 09:06:37 1996  Tom Tromey  <tromey@creche.cygnus.com>
1399         * tags.am (TAGS): Minor cleanup.
1401         * clean.am (distclean-generic): Don't remove CONFIG_HEADER.
1403         * remake-hdr.am (mostlyclean-hdr, clean-hdr, distclean-hdr,
1404         maintainer-clean-hdr): New targets.
1406         * automake.in (handle_configure): Define CONFIG_HEADER correctly
1407         when it is in current directory.
1408         (handle_configure): Push "hdr" on @clean.
1410         * remake-hdr.am (stamp-h): Run config.status in top_builddir.
1411         ($(srcdir)/stamp-h.in): Run autoheader in top_srcdir.
1413         * automake.in (scan_configure): Check for install.sh here.
1414         (basename): New sub.
1415         (handle_configure): Handle case where config.h is in subdir.
1416         (handle_configure): Make stamp-in.h for user if it doesn't already
1417         exist.
1418         (touch): New sub.
1420 Tue Sep 17 23:35:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
1422         * Makefile.am (EXTRA_DIST): Include pkgdata_DATA.
1424         * dist-vars.am (DISTFILES): Don't distribute BUILT_SOURCES or
1425         DATA.
1426         (DEP_DISTFILES): Ditto.
1428 Mon Sep 16 22:28:56 1996  Tom Tromey  <tromey@creche.cygnus.com>
1430         * automake.in (check_typos): Renamed.
1431         (check_typos): Check for _LDADD, _LIBADD, and _DEPENDENCIES.
1432         (variable_defined): Note variable as being "seen".
1433         (handle_lib_objects): Don't push configure substitutions onto
1434         _DEPENDENCIES.
1436 Sun Sep 15 22:45:43 1996  Tom Tromey  <tromey@creche.cygnus.com>
1438         * automake.in (initialize_per_input): Init content_seen.
1439         (variable_value_as_list): Set content_seen entry.
1440         (define_variable): Ditto.
1441         (define_pretty_variable): Ditto.
1442         (check_source_typos): New sub.
1443         (generate_makefile): Call it.
1445 Thu Sep 12 15:03:19 1996  Tom Tromey  <tromey@creche.cygnus.com>
1447         * automake.in (handle_source_transform): Removed extraneous
1448         space.  Test implicit.test.
1449         (read_am_file): Make sure "canonical" variables are mentioned in
1450         %contents.
1451         (scan_configure): AC_CHECK_TOOL sets $seen_canonical to
1452         $AC_CANONICAL_HOST conditionally.
1453         (handle_footer): Don't use define_pretty_variable in all cases.
1455 Wed Sep 11 11:54:44 1996  Tom Tromey  <tromey@creche.cygnus.com>
1457         * clean.am (distclean-generic): Remove CONFIG_CLEAN_FILES here,
1458         per GNU/Gnits standards.
1460         * libraries.am (install-@DIR@LIBRARIES): Use two loops, so new
1461         NORMAL_INSTALL and POST_INSTALL variables can work when empty.
1463         * automake.in (handle_options): Rewrote version handling.  Now
1464         returns error indicator.
1465         (MACRO_PATTERN, BOGUS_MACRO_PATTERN): Handle `:=' definitions.
1466         (RULE_PATTERN): Exclude `:=' from being a rule.
1468         * m4/AM_PROG_CC_STDC.m4 (ac_save_CC): Bug fix from Jim Meyering.
1470         * automake.in (variable_value_as_list): Always use am_line_error.
1471         (define_variable): New sub.
1472         (get_object_extension): Use define_variable.
1473         (handle_yacc_lex_cxx): Ditto.
1474         (handle_source_transform): Ditto.
1475         (handle_programs): Ditto.
1476         (handle_libraries): Ditto.
1477         (handle_texinfo): Ditto.
1478         (handle_man_pages): Ditto.
1479         (handle_dependencies): Ditto.
1480         (handle_aclocal_m4): Ditto.
1481         (define_pretty_variable): New sub.
1482         (handle_source_transform): Use define_pretty_variable.
1483         (handle_lib_objects): Ditto.
1484         (handle_libraries): Ditto.
1485         (handle_dist): Ditto.
1486         (handle_dependencies): Ditto.
1487         (handle_configure): Ditto.
1488         (handle_footer): Ditto.
1489         (handle_emacs_lisp): Ditto.
1490         (am_install_var): Ditto.
1492         * Released version 1.1e.
1494         * automake.in ($GNITS_VERSION_PATTERN): Handle non-alpha
1495         releases.
1497         * configure.in: Version 1.1e.
1499         * automake.in (handle_texinfo): Distribute .info file.
1501 Sun Sep  8 09:00:37 1996  Tom Tromey  <tromey@creche.cygnus.com>
1503         * Makefile.am (EXTRA_DIST): New macro.
1504         (maintainer-clean): Don't run "make check".
1505         (pathchk): New target.
1507         * automake.in (check_gnits_standards): Only check version number
1508         syntax at top level.
1509         ($package_version_line): New variable.
1510         (scan_configure): Set it.
1511         (check_gnits_standards): Use am_conf_line_error.
1512         (scan_configure): Remove extraneous whitespace from version
1513         number.
1514         (handle_dist): Handle distcheck-hook.
1516         * m4/AM_PROG_CC_STDC.m4: Applied patch from Jim Meyering.
1518         * automake.in (scan_configure): Handle AM_WITH_REGEX.
1519         (handle_lib_objects): Require .h files in %libsources but don't
1520         generate dependencies for them.
1521         (scan_configure): Also require rx.h and regex.h.
1523         * m4/Makefile.am (m4data_DATA): Don't include AM_PROG_LIBTOOL,
1524         AM_FEATURE_CTYPE, AM_FEATURE_ERRNO, AM_FEATURE_EXIT,
1525         AM_SYSTEM_HEADER.
1527         * texi-version.am: Use "cp; rm" and not "mv", to work around
1528         broken mvs.
1530         * automake.in ($package_version): New global.
1531         (scan_configure): Set it.
1532         (check_gnits_standards): Verify version string; require
1533         README-alpha if alpha version.
1534         (scan_configure): Recognize AM_FUNC_FNMATCH,
1535         AM_REPLACE_GNU_GETOPT.
1537         * Makefile.am (installcheck-local): Check all scripts.
1539 Sat Sep  7 19:22:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
1541         * tags-clean.am: Do deletions here again.
1543 Thu Sep  5 09:06:23 1996  Tom Tromey  <tromey@creche.cygnus.com>
1545         * automake.in (usage): Include bug-reporting information.
1546         (handle_lib_objects): Error if LIBOBJS seen but never set.
1548         * aclocal.in ($acdir): Use @datadir@/aclocal.
1549         (usage): Include bug-reporting information.
1551 Wed Sep  4 11:36:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
1553         * automake.in (handle_source_transform): .deps no longer in
1554         srcdir.
1555         (handle_lib_objects): Ditto.
1556         (handle_dist_worker): Pass --build-dir to automake.
1557         ($build_directory): New global.
1558         (parse_arguments): Handle --build-dir.
1559         (initialize_global_constants): Include --build-dir in help.
1560         (scan_dependency_file): New sub.
1561         (handle_dependencies): Use it.  Also, use $build_directory.
1562         (initialize_global_constants): Added --srcdir-name.
1563         (parse_arguments): Ditto.
1564         (handle_dist_worker): Ditto.
1565         ($srcdir_name): New global.
1566         ($srcdir_rx): New global.
1567         (parse_arguments): Set it.
1569         * depend2.am: Removed all mention of $(srcdir).
1571         * depend.am (MKDEP): Use gcc -M, not gcc -MM.
1572         Removed all mention of $(srcdir); dependencies now put into build
1573         dir.
1575         * depend2.am ($(srcdir)/.deps/%.P): Fixed computation of `top'.
1576         Don't do work silently.
1578         * automake.in (handle_merge_targets): Error if invalid uninstall
1579         targets are given.
1580         (read_am_file): Fix for test block.test.
1582 Tue Sep  3 18:50:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
1584         * texinfos.am (install-info): Added NORMAL_INSTALL.
1585         * scripts.am (install-@DIR@SCRIPTS): Added NORMAL_INSTALL.
1586         * programs.am (install-@DIR@PROGRAMS): Added NORMAL_INSTALL.
1587         * lisp.am (install-@DIR@LISP): Added NORMAL_INSTALL.
1588         * libraries.am (install-@DIR@LIBRARIES): Added NORMAL_INSTALL.
1589         Also, use POST_INSTALL when running ranlib.
1590         * header.am (install-@DIR@HEADERS): Added NORMAL_INSTALL.
1591         * data.am (install-@DIR@DATA): Added NORMAL_INSTALL.
1593         * automake.in (handle_man_pages): Added NORMAL_INSTALL invocation.
1594         (handle_merge_targets): Ditto.
1595         (handle_merge_targets): Error if PRE_INSTALL, POST_INSTALL, or
1596         NORMAL_INSTALL defined.
1598         * m4/AM_PROG_INSTALL.m4: INSTALL_SCRIPT defaults to
1599         ${INSTALL_PROGRAM}.  From François Pinard.
1601 Tue Aug 27 08:25:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
1603         * automake.in (file_contents_with_transform): Correctly remove
1604         @(UN)?MAINT@ from input when maintainer mode not active.
1605         (handle_aclocal_m4): Handle no-maintainer-mode case.
1607         * remake-hdr.am ($(CONFIG_HEADER)): Removed @MAINT@.
1609         * m4/AM_SANITY_CHECK_CC.m4: New file (from Jim Meyering).
1611 Mon Aug 26 21:37:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
1613         * automake.in (handle_lib_objects): Bug fix from Steve M Robbins.
1614         (handle_libraries): Don't include libraries from EXTRA_LIBRARIES
1615         in LIBFILES definition.  Reported by Steve M Robbins.  Test
1616         alllib.test.
1618         * automake.in (variable_value_as_list): New sub.
1619         (handle_source_transform): Use it.
1620         (handle_lib_objects): Ditto.
1621         (handle_libraries): Ditto.
1622         (handle_texinfo): Ditto.
1623         (handle_man_pages): Ditto.
1624         (am_install_var): Ditto.
1625         (handle_options): Ditto.
1627 Sat Aug 24 09:30:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
1629         Reported by Jim Meyering:
1630         * automake.in (get_object_extension): Look in "./" for ansi2knr if
1631         no path found.
1632         (handle_aclocal_m4): Protect aclocal.m4 rule with @MAINT@.
1634         * remake.am (.PHONY): New target.
1636         * m4/AM_MAINTAINER_MODE.m4: Also define UNMAINT.
1638         * automake.in (check_gnu_standards): Disallow no-installman,
1639         no-installinfo.
1640         (read_am_file): Sed out UNMAINT too.
1641         (file_contents_with_transform): Ditto.
1643         * acinstall: New file.
1645         * m4/AM_INIT_AUTOMAKE.m4: Define PACKAGE and VERSION.
1647         * m4/AM_WITH_REGEX.m4: New version from François Pinard.
1649         * m4/AM_TYPE_PTRDIFF_T.m4: Use am_cv, not ac_cv.
1650         * m4/AM_C_PROTOTYPES.m4: Ditto.
1651         * m4/AM_FUNC_STRTOD.m4: Ditto.
1652         * m4/AM_PROG_CC_STDC.m4: Ditto.
1653         * m4/AM_PROG_LIBTOOL.m4: Ditto.
1655 Fri Aug 23 22:23:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
1657         * m4/Makefile.am (m4datadir): New macro
1658         (m4data_DATA): Renamed.
1660         * Makefile.am (cvs-dist): Depend on distcheck target.
1662 Mon Aug 19 15:37:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
1664         * automake.in (initialize_global_constants): [common_files]
1665         Include acinclude.m4.
1667         * m4/AM_PROG_CC_STDC.m4: Patch from Jim Meyering/Kaveh Ghazi.
1669 Sat Aug 17 11:27:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
1671         * automake.in (handle_dependencies): Push `depend'-clean targets
1672         on @clean.
1673         * depend.am (mostlyclean-depend, clean-depend, distclean-depend,
1674         maintainer-clean-depend): New targets.
1676 Tue Aug 13 17:53:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
1678         * texinfos.am (.texinfo.info): New target.
1679         (.texinfo.dvi): New target.
1681         From Jim Meyering:
1682         * automake.in (handle_texinfo): Use `.info[-0-9]*' as pattern to
1683         match info files.
1684         (handle_texinfo): Handle `.texinfo' files.
1686 Mon Aug 12 10:28:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
1688         * automake.in (require_file_internal): Special-case `.' when
1689         finding files to distribute.  Test libobj2.test.
1691         * aclocal.in (add_file): Fixed regexp for matching AC_DEFUN.  Test
1692         order.test.
1694         * m4/AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL.m4: New file.
1695         * m4/AM_SYS_POSIX_TERMIOS.m4: New file.
1697         * compile-kr.am: Removed duplicate ansi2knr rules.
1699 Sun Aug 11 00:20:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
1701         * automake.in (handle_yacc_lex_cxx): Bug fix from Josh MacDonald.
1702         (handle_yacc_lex_cxx): Put C++ extensions on suffix list.
1703         (mkdir): Removed.
1705         * automake.in (initialize_global_constants): [common_files]
1706         Include interlock and ylwrap.
1708         * Released version 1.1c.
1710         * aclocal.in (obsolete_macros): md_TYPE_PTRDIFF_T and
1711         ud_PATH_LISPDIR are obsolete names.
1713         * m4/AM_LC_MESSAGES.m4, m4/AM_WITH_NLS.m4, m4/AM_GNU_GETTEXT.m4:
1714         Removed.
1716         * automake.in (handle_lib_objects): Changed interface.  Now
1717         generates _DEPENDENCIES variable if appropriate.
1718         (handle_emacs_lisp): Use AM_PATH_LISPDIR.
1719         (scan_configure): Ditto.
1721         * Makefile.am (CLEANFILES): Removed.
1723         * automake.in (handle_configure): Define CONFIG_CLEAN_FILES.
1725         * clean.am (clean-generic): Remove $(CONFIG_CLEAN_FILES).
1727         * compile-vars.am (CC, CFLAGS, COMPILE, LINK): Removed.
1729         * automake.in (handle_yacc_lex_cxx): Require ylwrap in
1730         multi-lex/yacc case.
1731         (handle_source_transform): Changed return result.
1732         (handle_programs): Use linker returned by
1733         handle_source_transform.
1734         (seen_prog_cc, seen_prog_cxx): New globals.
1735         (scan_configure): Recognize AC_PROG_CC and AC_PROG_CXX.
1736         (handle_yacc_lex_cxx): Error message if AC_PROG_CXX or
1737         AC_PROG_YACC missing.
1738         (seen_decl_yytext, seen_prog_lex): New globals.
1739         (scan_configure): Set them.
1740         (handle_yacc_lex_cxx): Warn about missing AC_PROG_LEX or
1741         AC_DECL_YYTEXT.
1742         (handle_yacc_lex_cxx): Use $(LEX_OUTPUT_ROOT).
1743         (initialize_per_input): Initialize seen_c_source.
1744         (handle_yacc_lex_cxx): Define CC, CFLAGS, COMPILE, LINK only when
1745         C source seen.
1746         (handle_source_transform): Set seen_c_source.
1748         * interlock: Changed usage.
1750         * ylwrap: New file.
1752         * automake.in (handle_yacc_lex_cxx): Renamed.
1754         * automake.in (handle_dependencies): Handle %cxx_extensions.
1755         Include depend2.am when appropriate.
1757         * depend2.am: New file; contents from depend.am but templatized.
1759         * automake.in (initialize_per_input): Initialize
1760         %cxx_extensions.
1761         (handle_source_transform): Set %cxx_extensions.
1763 Sat Aug 10 10:29:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
1765         * interlock: New file.
1767         * automake.in (handle_yacc_lex): New sub.
1768         (handle_source_transform): Removed most yacc/lex handling.
1769         (initialize_per_input): Init yacc_sources, lex_sources.
1770         (generate_makefile): Run handle_yacc_lex.
1771         (handle_merge_targets): Use `scalar' and not $# to find length of
1772         array.
1774         * m4/AM_FEATURE_EXIT.m4: Wrote.
1775         * m4/AM_FEATURE_CTYPE.m4: Wrote.
1776         * m4/AM_FEATURE_ERRNO.m4: Wrote.
1778         * aclocal.in (macro_seen): New global.
1779         (add_file): Set macro_seen entry.  Only push required macro on
1780         @rlist if not already seen.  Test defun.test.
1782         * automake.in (get_object_extension): Handle directory prefix on
1783         `ansi2knr' option.
1785         * kr-extra.am: New file.
1787         * kr-vars.am: Removed.
1789         * automake.in (handle_options): Handle directory prefix on
1790         `ansi2knr' option.
1792         * automake.in (scan_configure): Recognize AM_FUNC_STRTOD.
1794         * aclocal.in (add_file): Error if macro is duplicated.  Test
1795         dup.test.
1797 Fri Aug  9 09:18:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
1799         * automake.in (handle_programs): Substitute @XLINK@.  Make sure
1800         linker variable is transformed name.
1801         * program.am (@PROGRAM@): Use @XLINK@ to link.
1803         * automake.in (handle_scripts): Fixed call to
1804         am_primary_prefixes.
1805         (handle_libraries): Better error message when AC_PROG_RANLIB
1806         required.
1808         * automake.in (handle_libraries): Canonicalize library name.  Test
1809         canon4.test.
1810         * library.am (lib@LIBRARY@.a): Use @XLIBRARY@ where appropriate.
1811         (lib@LIBRARY@.a): Look at _DEPENDENCIES variable.
1813 Thu Aug  8 10:57:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
1815         * automake.in (handle_scripts): Correctly compute
1816         $scripts_installed.  Test scripts.test.
1818 Wed Aug  7 12:13:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
1820         * ansi2knr.c: New version.
1822 Tue Aug  6 10:58:37 1996  Tom Tromey  <tromey@creche.cygnus.com>
1824         * automake.in (handle_source_transform): Handle more C++ file
1825         extensions.  "Handle" Objective C.  Handle more FORTRAN
1826         extensions.
1828         * compile-vars.am (LEX): Removed.
1829         (YACC): Removed.
1831         * automake.in (handle_source_transform): Correctly handle lex
1832         source.  Test lex.test.
1833         (handle_source_transform): Skip more C++ headers.  Generate macro
1834         definitions for YACC and LEX on first use.
1836         * aclocal.in (parse_arguments): Mention GNU.
1837         * automake.in (parse_arguments): Mention GNU.
1839 Mon Aug  5 00:12:45 1996  Tom Tromey  <tromey@creche.cygnus.com>
1841         * automake.in (handle_programs): Define program_LINK.
1842         * program.am (@PROGRAM@): Use program_LINK to link.
1844         * Released version 1.1b
1846         * automake.in (scan_configure): AM_INIT_AUTOMAKE sets
1847         seen_prog_install to `2'.
1849         * configure.in: Don't run AM_PROG_INSTALL.
1851         * automake.in (parse_arguments): Use $PACKAGE.
1852         ($PACKAGE): New global.
1853         ($am_c_prototypes): Renamed.
1854         (get_object_extension): Use am_c_prototypes.
1855         (scan_configure): Ditto.
1856         (scan_configure): Use AM_MAINTAINER_MODE.
1857         (scan_configure): Warn about obsolete macros.
1859         * aclocal.in (parse_arguments): Use $PACKAGE.
1860         ($PACKAGE): New global.
1862         * Makefile.am (CLEANFILES): Added aclocal.
1863         (ETAGS_ARGS): Added aclocal.in.
1864         (TAGS_DEPENDENCIES): Ditto.
1865         (maintainer-check): Depend on aclocal.
1866         (maintainer-check): Check aclocal.
1867         (bin_SCRIPTS): Include aclocal.
1869         * automake.in (scan_configure): Handle AM_INIT_AUTOMAKE.
1870         (scan_configure): Use AM_PROG_INSTALL.
1872         * configure.in: Use AM_INIT_AUTOMAKE.
1874         * automake.in (keyed_aclocal_warning): Warning tells about
1875         aclocal.
1876         (handle_aclocal_m4): New sub.
1877         (handle_configure): Use it.
1879         * aclocal.in (output_file): New global.
1880         (usage): Handle --output.
1881         (parse_arguments): Handle --output.
1883         * m4/AM_INIT_AUTOMAKE.m4: New file.
1885         * m4/AM_PROG_CC_STDC.m4: Require AC_PROG_CC.
1886         Don't touch CFLAGS.
1888         * automake.in (handle_dist_worker): Reverted erroneous "-chmod".
1889         (handle_texinfo): Don't generate `.info-[0-9]' as a filename.
1891         * texinfos.am (.texi.info): Force .info file to be built in
1892         srcdir.  From Franc,ois Pinard.
1894         From Jim Meyering:
1895         * m4/AM_PROG_CC_STDC.m4: (fp_PROG_CC_STDC): Include sys/stat.h in
1896         test program so that DYNIX/ptx V4.1.3 doesn't use `-Xc
1897         -D__EXTENSIONS__' -- with those options on that system, sys/stat.h
1898         gets compile errors.  With help from Marcus Daniels.
1900         * automake.in (initialize_global_constants): Put elisp-comp into
1901         @common_files.  Bug from Glenn Amerine.
1903 Sun Aug  4 12:52:43 1996  Tom Tromey  <tromey@creche.cygnus.com>
1905         * automake.in (handle_dist_worker): Use fgrep, not grep.
1907         * m4/AM_C_PROTOTYPES.m4: Changes from François Pinard.
1909         * automake.in (handle_emacs_lisp): Include lisp-clean.am in
1910         output.
1911         (initialize_global_constants): [install_man_format] Don't hide
1912         "ugliness" at install time.
1914         * lisp-clean.am: New file.
1916         * tags-clean.am (maintainer-clean-tags): Remove TAGS and ID here.
1918         * automake.in (handle_man_pages): Patch from Janos Farkas to fix
1919         bug when installing man pages.  Test man.test.
1920         (initialize_global_constants): [install_man_format] Make sure man
1921         page can actually be found in either source or build dirs.
1922         (handle_dist_worker): Use "755" permissions on distdir.
1924         * automake.in (handle_dist): Allow chmod's to fail.
1925         (am_primary_prefixes): New function.
1926         (am_install_var): Use it.
1927         (handle_libraries): Use it.  Test libfiles.test.
1928         (handle_dist): For dist-tarZ, assume traditional "tar" and
1929         "compress".
1931         * m4/AM_FUNC_STRTOD.m4: New file.
1933         * automake.in (handle_dist): Only generate `distdir' variable if
1934         it doesn't already exist.
1936         Fix for bug reported by Harlan Stenn.  Test tags.test.
1937         * automake.in (initialize_per_input): Define dir_holds_sources.
1938         (handle_tags): Check dir_holds_headers.
1939         (handle_headers): Set dir_holds_headers.
1941         * automake.in (handle_texinfo): Generate "version.texi" dependency
1942         for .dvi file.  Bug reported by Glenn Amerine.  Test vtexi2.test.
1944         * automake.in (handle_configure): Require file $input, not
1945         "$local.in".  From Nyul Laszlo.  Test colon.test.
1947 Sun Jul 28 11:14:52 1996  Tom Tromey  <tromey@creche.cygnus.com>
1949         * aclocal.in: New file.
1950         * configure.in: Generate m4/Makefile, aclocal.
1951         * Makefile.am (SUBDIRS): Include m4.
1952         * m4/Makefile.am: New file.
1954 Fri Jul 19 10:12:27 1996  Tom Tromey  <tromey@creche.cygnus.com>
1956         * automake.in (initialize_global_constants): Put ansi2knr.c and
1957         ansi2knr.1 into common_files.  Bug report from François Pinard.
1959 Mon Jul 15 10:28:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
1961         * install-sh: Updated copyright notice.
1963 Fri Jul  5 08:23:00 1996  Tom Tromey  <tromey@creche.cygnus.com>
1965         * subdirs.am (maintainer-clean-recursive): Don't be so noisy.
1966         Report from Josh MacDonald.
1968         Bugs from Gord Matzigkeit:
1969         * automake.in (handle_footer): Push contents of $(SUFFIXES), not
1970         `$(SUFFIXES)'.
1971         (handle_dist): Ignore chmod return results.
1973         * programs-clean.am (clean-@DIR@PROGRAMS): Work around failing
1974         Solaris "rm -f".  Bug from Kaveh R. Ghazi.
1975         * libraries-clean.am (clean-@DIR@LIBRARIES): Likewise.
1977 Fri Jun 21 10:42:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
1979         * texinfos.am (install-info): Use "if", not "&&", to avoid
1980         install problem when glob doesn't match.
1982         * automake.in (initialize_global_constants): [USAGE] Added
1983         --no-force.
1984         (force_generation): New global.
1985         (parse_arguments): Handle --no-force.
1986         (generate_makefile): Handle --no-force.
1988         * Makefile.am (maintainer-check): Ensure all invocations of
1989         mkinstalldirs are correct.
1991 Tue Jun 18 10:53:54 1996  Tom Tromey  <tromey@creche.cygnus.com>
1993         * automake.in (handle_tests): Don't directly generate site.exp.
1995 Sun Jun 16 22:21:16 1996  Harlan Stenn  <harlan@brown.pfcs.com>
1996         
1997         * automake.in:  Treat an initial `#' on a word in AUTOMAKE_OPTIONS
1998         as a comment start.  Add support for a dist-tarZ target.
2000 Tue Jun 11 22:14:21 1996  Marcus Daniels  <marcus@sayre.sysc.pdx.edu>
2002         * depend.am ($(srcdir)/.deps/%.P): Convert absolute $(top_srcdir)
2003         paths into relative paths.
2005 Mon Jun 10 21:11:20 1996  Tom Tromey  <tromey@creche.cygnus.com>
2007         * texinfo.tex: New version.
2009         * automake.in: Look for AM_PROG_LIBTOOL.  From Gord Matzigkeit.
2010         (initialize_global_constants): Added libtool to
2011         @common_sometimes.
2012         (handle_source_transform): Pass YFLAGS to yacc and LFLAGS to lex.
2014 Sun Jun  9 17:45:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
2016         * texinfos.am (install-info): Don't install ~ files.  Bug report
2017         from Greg McGary.
2018         * automake.in (handle_texinfo): Don't push '.info*' onto
2019         @infos_list.
2021         * automake.in (handle_gettext): Ensure po and intl in SUBDIRS when
2022         using gettext.
2023         (handle_dist): Pass --with-included-gettext to configure if using
2024         gettext.
2026         * compile-kr.am (._c._o): Pass -c to $(COMPILE).
2027         (.c._o): Ditto.
2028         * compile.am (.c.o): Pass -c to $(COMPILE).
2029         * compile-vars.am (COMPILE): Don't include -c.
2031         * remake.am ($(srcdir)/Makefile.in): Pass --strictness to
2032         automake.
2033         * automake.in (handle_configure): Supply --strictness arg to
2034         automake.
2036 Fri Jun  7 12:31:31 1996  Tom Tromey  <tromey@creche.cygnus.com>
2038         * automake.in (handle_tests): Fix quoting on `pwd`.
2039         (handle_options): Recognize no-installinfo option.
2040         (handle_man_pages): Don't put man directory on @installdirs if
2041         no-installman is specified.
2042         (handle_texinfo): Handle no-installinfo option.
2043         (handle_options): Compare version against $num_version, not
2044         $VERSION.
2045         (handle_source_transform): Generate rules for output of lex,
2046         yacc.  Bug report from Thomas Morgan.  Test yacc.test.
2047         (handle_dist): "distcheck" now runs "make dvi".
2048         (handle_tests): Support $(TESTS_ENVIRONMENT).  Idea from Ulrich
2049         Drepper.
2051         * dejagnu.am (check-DEJAGNU): Depend on site.exp.
2053 Sun Jun  2 10:33:10 1996  Tom Tromey  <tromey@creche.cygnus.com>
2055         * automake.in (handle_emacs_lisp): New function.
2056         (initialize_global_constants): Added elisp-comp to
2057         @common_sometimes.
2058         (seen_lispdir): New global.
2059         (scan_configure): Handle ud_PATH_LISPDIR.
2061         * elisp-comp: New file.
2063         * lisp.am: New file.
2065         * automake.in (generate_makefile): Run handle_emacs_lisp.
2067         * aclocal.m4 (ud_PATH_LISPDIR): New macro, from Ulrich Drepper.
2069         * automake.in (initialize_global_constants): Removed version.texi
2070         from common_sometimes.
2071         (initialize_global_constants): Added texinfo.tex to common_files.
2072         Test texinfo.test.
2073         (handle_tests): Allow dejagnu- and automake-style test suites to
2074         coexist.  Test dejagnu.test.
2075         (initialize_global_constants): New constants AC_CANONICAL_HOST,
2076         AC_CANONICAL_SYSTEM.
2077         (scan_configure): Use new constants.
2078         (handle_tests): Put target specific information into site.exp if
2079         AC_CANONICAL_* used.
2080         (read_am_file): Generate some extra variables when AC_CANONICAL_*
2081         used.
2082         (handle_options): Allow version number to have letters appended.
2083         (handle_tests): Error if RUNTEST, RUNTESTFLAGS defined but dejagnu
2084         option not specd.
2085         (initialize_global_constants): install_man_format changed to
2086         handle built man pages.
2088 Wed May 29 10:35:01 1996  Tom Tromey  <tromey@creche.cygnus.com>
2090         * config.guess, config.sub: New versions.
2092 Tue May 28 19:27:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
2094         * configure.in (VERSION): Upped to 1.0.
2096 Sat May 25 10:19:53 1996  Tom Tromey  <tromey@creche.cygnus.com>
2098         * automake.in (handle_tests): Handle dejagnu.
2099         (handle_options): Recognize dejagnu option.
2101         * dejagnu.am: New file.
2103 Thu May 23 10:01:13 1996  Tom Tromey  <tromey@creche.cygnus.com>
2105         * automake.in (handle_dist): Run installcheck target from
2106         distcheck.
2108         * configure.in (VERSION): Upped to 0.34.
2110         * automake.in (scan_configure): Always allow upgrading to
2111         fp_PROG_INSTALL.  Test fpinstall.test.
2113 Wed May 22 14:45:28 1996  Joshua Cowan  <jcowan@hermit.reslife.okstate.edu>
2115         (handle_dist): Make `distcheck' check `install' target, too.
2117 Wed May 22 09:49:27 1996  Tom Tromey  <tromey@creche.cygnus.com>
2119         * automake.in (initialize_per_input): Don't initialize
2120         $output_directory here; initialize it globally.  From Joshua
2121         Cowan.  Test outdir.test.
2123 Sat May 18 10:57:40 1996  Tom Tromey  <tromey@creche.cygnus.com>
2125         * automake.in (handle_tests): Don't push TESTS onto dist_common.
2126         (initialize_global_constants): Put install-sh and mkinstalldirs
2127         into @common_files.  Test insh2.test.
2129 Fri May 17 09:02:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
2131         * automake.in (handle_source_transform): Don't generate _OBJECTS
2132         when no source files specified.  Test number.test.
2134         From Joerg-Martin Schwarz:
2135         * automake.in (seen_package, seen_version): New globals.
2136         (scan_configure): Look for PACKAGE= and VERSION=.
2138         * automake.in (handle_options): Recognize dist-zip.
2139         (handle_dist): Handle dist-zip.
2140         (handle_options): Use ' ', not \s+, with split.  Test
2141         backsl.test.
2142         (handle_source_transform): Likewise.
2143         (handle_lib_objects): Likewise.
2144         (handle_libraries): Likewise.
2145         (handle_texinfo): Likewise.
2146         (handle_man_pages): Likewise.
2147         (handle_subdirs): Likewise.
2148         (handle_gettext): Likewise.
2149         (handle_footer): Likewise.
2150         (handle_tests): Likewise.
2151         (scan_configure): Likewise.
2152         (am_install_var): Likewise.
2154         * Makefile.am (TAGS_DEPENDENCIES): New macro.
2156         * tags.am (tags-recursive): New target.
2157         (TAGS): Depend on it.
2159         * automake.in (handle_tags): Put tags-recursive on @phony.
2161         * tags-subd.am (TAGS): Depend on HEADERS, SOURCES,
2162         TAGS_DEPENDENCIES.
2163         * tags.am (TAGS): Depend on HEADERS, SOURCES, TAGS_DEPENDENCIES.
2165 Thu May 16 09:21:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
2167         * remake.am (configure): Depend on $(CONFIGURE_DEPENDENCIES).
2169         * automake.in (scan_configure): Look for install-sh and
2170         mkinstalldirs here.
2171         (initialize_global_constants): Moved mdate-sh from
2172         common_sometimes to common_files.  Test mdate2.test.
2174 Tue May 14 21:52:01 1996  Tom Tromey  <tromey@creche.cygnus.com>
2176         * automake.in (seen_maint_mode): New global.
2177         (scan_configure): Handle jm_MAINTAINER_MODE.
2178         (read_am_file): Handle seen_maint_mode.
2179         (file_contents_with_transform): Handle seen_maint_mode.
2180         (handle_source_transform): Changed interface, all callers.
2182         From Jim Meyering:
2183         * remake-hdr.am, remake-subd.am, remake.am, texi-version.am:
2184         Handle @MAINT@.
2185         * aclocal.m4 (jm_MAINTAINER_MODE): New macro.
2187         * automake.in (handle_configure): Check $config_aux_dir against
2188         empty string.  From Markku Rossi.  Test mkinstall.test.
2190 Fri May 10 14:38:47 1996  Gord Matzigkeit  <gord@gnu.ai.mit.edu>
2192         * automake.in (distcheck): Added new rule to top level
2193         Makefile.in.
2195 Wed May  8 21:57:21 1996  Gord Matzigkeit  <gord@gnu.ai.mit.edu>
2197         * automake.in (scan_configure): Make sure that gm_PROG_LIBTOOL
2198         sets seen_ranlib.
2199         (generate_makefile): libtool, config.sub, and config.guess should
2200         only ever appear in the top directory of a package.
2202 Tue May 14 10:24:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
2204         * automake.in (initialize_global_constants): Added libversion.in
2205         to @common_files.
2207         * configure.in (VERSION): Upped to 0.33.
2209         * automake.in (am_install_var): Fixed problem in EXTRA_ handling.
2210         Test extra.test.
2212 Mon May 13 10:41:41 1996  Tom Tromey  <tromey@creche.cygnus.com>
2214         * install-sh (transformbasename): Correct misspelling of
2215         transformbasename.  From Ian Lance Taylor.
2217 Sat Apr 27 11:39:10 1996  Tom Tromey  <tromey@creche.cygnus.com>
2219         * automake.in (handle_configure): Set mkinstalldirs variable
2220         here.
2221         (handle_dist_worker): Explicitly set distdir in subdir makes.
2222         (handle_dist): Handle separate distdir target.
2223         (handle_dist_worker): Only generate distdir target.
2225         * texinfos.am (install-info): Use $(mkinstalldirs).
2226         * scripts.am (install-@DIR@SCRIPTS): Use $(mkinstalldirs).
2227         * programs.am (install-@DIR@PROGRAMS): Use $(mkinstalldirs).
2228         * libraries.am (install-@DIR@LIBRARIES): Use $(mkinstalldirs).
2229         * header.am (install-@DIR@HEADERS): Use $(mkinstalldirs).
2230         * data.am (install-@DIR@DATA): Use $(mkinstalldirs).
2232         * automake.in (read_am_file): Set mkinstalldirs variable.
2233         (handle_man_pages): Use it.
2234         (handle_installdirs): Ditto.
2236 Fri Apr 26 15:10:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
2238         * automake.in (handle_man_pages): Fix mkinstalldirs invocation.
2240 Thu Apr 25 18:40:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
2242         * automake.in (handle_dist_worker): Use $(TAR), not tar.
2243         (handle_merge_targets): Make sure config header is built before
2244         recursing into subdirs.
2245         (handle_libraries): Generate LIBFILES for check_LIBRARIES.
2246         (handle_merge_targets): Handle case where nothing is installed but
2247         something must be built -- "make install" must still work.
2249         * dist-vars.am (TAR): New macro.
2251         * automake.in (scan_configure): Support AC_REPLACE_GNU_GETOPT.
2252         (handle_configure): Require stamp-h.in when config header used.
2254 Tue Apr 23 17:57:13 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2256         * doc/mdate-sh: Extract the last field from the date output, not
2257         the sixth, which will fail when the timezone name has more than
2258         one word or is missing.
2260 Wed Apr 24 20:29:26 1996  Tom Tromey  <tromey@creche.cygnus.com>
2262         * automake.in (am_install_var): Use delete, not undef, to remove
2263         EXTRA entry.  From Gord Matzigkeit.
2265 Mon Apr 22 17:48:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
2267         * automake.in (read_am_file): Handle case where last line doesn't
2268         end in newline.
2270 Tue Apr  9 22:53:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
2272         * automake.in (variable_defined): New function.
2273         (read_am_file): Ensure a blank line comes before starting comments
2274         from Makefile.am.
2275         (initialize_per_input): Initialize %targets.
2276         (read_am_file): Set appropriate entry in %targets.
2277         Many changes to use variable_defined.
2278         (check_gnu_standards): Only require ChangeLog at top level.  From
2279         Gord Matzigkeit.
2280         (handle_tests): check-TESTS depends on $(TESTS).  From Gord
2281         Matzigkeit.
2283 Mon Apr  8 22:51:41 1996  Tom Tromey  <tromey@creche.cygnus.com>
2285         * automake.in (parse_arguments): Added short options.
2286         (initialize_global_constants): Ditto.
2288 Fri Apr  5 00:22:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
2290         * mkinstalldirs (errstatus): Don't necessarily die if mkdir
2291         fails.
2293         * automake.in (handle_source_transform): Typo fix.
2295 Thu Apr  4 15:10:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
2297         * automake.in (handle_dist_worker): Renamed dist-local to
2298         dist-hook.
2299         (handle_merge_targets): Added install-data-hook and
2300         install-exec-hook.
2301         (handle_source_transform): Handle EXTRA_prog_SOURCES form.
2303         * automake.in (handle_scripts): Never allow scripts_installed to
2304         become 0.
2306         * scripts.am (install-@DIR@SCRIPTS): Scripts can be found in
2307         srcdir.
2309         * automake.in (generate_makefile): Derived file names from given
2310         input; don't assume Makefile.in and Makefile.am.
2311         (am_file_name, in_file_name): New globals.
2312         (read_am_file): Use them.
2314         * program.am (@PROGRAM@): Use transformed program name.
2316         * remake-hdr.am (stamp-h): Actually touch stamp-h.
2318 Wed Apr  3 15:16:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
2320         * automake.in (require_file_internal): Use correct file for error
2321         messages.  Test insh.test.
2323 Mon Apr  1 09:47:44 1996  Tom Tromey  <tromey@creche.cygnus.com>
2325         * texinfos.am (.texi.info): Build output file in srcdir.
2327         * automake.in (require_file_internal): If $dir is ".",then look in
2328         relative directory.
2329         (handle_texinfo): Canonicalize name of texi file before looking
2330         for dependency variable.
2332 Thu Mar 28 08:33:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
2334         * automake.in (require_conf_file_with_conf_line): Yet another
2335         function of this form.
2336         (libtool_line): New variable.
2337         (handle_libraries): Handle libtool.
2339         * libraries-vars.am: Removed.
2341         * automake.in (seen_libtool): New variable.
2342         (scan_configure): Look for gm_PROG_LIBTOOL or AC_PROG_LIBTOOL.
2344         * automake.in (handle_dist_worker): Handle dist-local.
2346         * Makefile.am (maintainer-check): Do "make check" after all syntax
2347         checks.
2349         * texi-version.am (stamp-@VTI@): Look for mdate-sh in appropriate
2350         directory.
2352         * automake.in ($seen_arg_prog): New global.
2353         (handle_programs): Error if AC_ARG_PROGRAM not seen.
2354         (handle_scripts): Ditto.
2355         (handle_configure): mkinstalldirs now a config file.
2356         (handle_installdirs): Find mkinstalldirs in config_aux_dir.
2357         (handle_dist_worker): Removed DIST_SUBDIRS.
2358         (require_file_path): New variable.
2359         (require_file_with_conf_line): Set it.
2360         (require_file_with_line): Ditto.
2361         (require_file): Ditto.
2362         (require_file_internal): Incorporated code from
2363         require_config_file.
2364         (require_config_file): Rewrote.
2365         (require_conf_file_with_line): New function.
2366         (handle_texinfo): Use it for mdate-sh.
2367         (handle_texinfo): Look for mdate-sh in appropriate directory.
2369 Tue Mar 26 13:47:54 1996  Tom Tromey  <tromey@creche.cygnus.com>
2371         * Makefile.am (cvs-dist): Find NEWS in srcdir.
2372         * automake.in (handle_dist_worker): Find NEWS in srcdir.
2373         ($RULE_PATTERN): Include chars "$(){}/" in allowable patterns in a
2374         rule.
2375         (require_config_file): Set config_aux_path when file found.
2376         ($config_aux_dir): New variable.
2377         (require_config_file): Set it.
2378         (handle_man_pages): Find mkinstalldirs in config_aux_dir.
2380 Mon Mar 25 15:32:57 1996  Tom Tromey  <tromey@creche.cygnus.com>
2382         * data.am (install-@DIR@DATA): Also allow data to be in build
2383         directory.
2385 Sun Mar 24 19:56:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
2387         * automake.in (am_install_var): Don't look in EXTRA_primary
2388         variable any more; it is handled in the main loop.
2390 Wed Mar 20 16:22:35 1996  Tom Tromey  <tromey@creche.cygnus.com>
2392         * data.am (install-@DIR@DATA): Find data in srcdir.
2394 Fri Mar 15 18:30:31 1996  Tom Tromey  <tromey@creche.cygnus.com>
2396         * automake.in (require_config_file): Use correct filename when
2397         looking for errors.  Also, install file in `.' if not found.  Bug
2398         reported by Gord Matzigkeit.  Test installsh.test.
2400 Thu Mar 14 09:28:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
2402         * Makefile.am (cvs-diff): New target.
2404         Fix for bug when install var substitutes empty.  Test empty.test.
2405         * header.am (install-@DIR@HEADERS): Allow empty list of headers.
2406         (uninstall-@DIR@HEADERS): Ditto.
2407         * scripts.am (install-@DIR@SCRIPTS): Allow empty list of scripts.
2408         (uninstall-@DIR@SCRIPTS): Ditto.
2409         * libraries.am (install-@DIR@LIBRARIES): Allow empty list of
2410         libraries.
2411         (uninstall-@DIR@LIBRARIES): Ditto.
2412         * data.am (install-@DIR@DATA): Allow empty list of data.
2413         (uninstall-@DIR@DATA): Ditto.
2414         * programs.am (install-@DIR@PROGRAMS): Added missing semicolon.
2415         From François Pinard.
2416         (install-@DIR@PROGRAMS): Fixed bug when list of programs empty.
2417         (uninstall-@DIR@PROGRAMS): Ditto.
2419 Wed Mar 13 19:50:23 1996  Tom Tromey  <tromey@creche.cygnus.com>
2421         * tags-subd.am (ID): Name of ID file must be flush against -f.
2423         * configure.in (VERSION): Version 0.32.
2425 Mon Mar 11 17:50:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
2427         * automake.in (seen_linguas, all_linguas_line): New variables.
2428         (handle_gettext): New function.
2429         (generate_makefile): Run it.
2430         (scan_configure): Recognize ALL_LINGUAS.
2432 Mon Mar 11 14:34:36 1996  Gord Matzigkeit  <gord@enci.ucalgary.ca>
2434         * automake.texi: doc fix.
2436         * automake.in (am_install_var): Added support for check and
2437         installcheck special prefixes.
2439 Sun Mar 10 10:44:42 1996  Tom Tromey  <tromey@creche.cygnus.com>
2441         * automake.in (handle_subdirs): Don't do SUBDIRS check for
2442         gettext.
2444 Tue Mar  5 18:12:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
2446         * automake.in (OBJECT_PATTERN): Removed.
2447         (am_install_var): No error if name is invalid.
2448         (handle_programs): Canonicalize program names.
2449         (BOGUS_MACRO_PATTERN): New variable.
2450         (read_am_file): Error if bad macro name given.
2451         (require_file_internal): Use am_line_error, not am_conf_error.
2453         * program.am (@PROGRAM@): Recognize @PROGRAM@_DEPENDENCIES.
2455 Mon Mar  4 19:30:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
2457         * automake.in (handle_lib_objects): New function.
2458         (handle_libraries): Use it.
2459         (handle_programs): Ditto.
2460         (handle_dist_worker): Deprecate DIST_SUBDIRS.
2461         (am_install_var): Allow extended directory mechanism to work.
2462         Test exdir.test.
2464         * dist-vars.am (DISTFILES): Use EXTRA_DIST.
2465         (DEP_DISTFILES): Ditto.
2467         * automake.in (OBJECT_PATTERN): New variable.
2468         (am_install_var): Use it.
2469         (handle_dist): DIST_OTHER is an anachronism.
2471 Sat Mar  2 17:04:38 1996  Tom Tromey  <tromey@creche.cygnus.com>
2473         * automake.in (handle_dist_worker): Only cause Automake to be
2474         re-run if not making a distribution.  Fixes bug reported by
2475         Joerg-Martin Schwarz.
2476         (require_file_with_line): New function.
2477         (require_file): Use it.
2478         (am_line_error): Don't print line number if $symbol is empty.
2479         (get_object_extension): Use require_file_with_line.
2480         (handle_libraries): Use require_file_with_line.
2481         (handle_texinfo): Use require_file_with_line.
2482         (handle_configure): Use am_conf_line_error and
2483         require_file_with_conf_line.
2484         (handle_subdirs): Use require_file_with_conf_line.
2485         (handle_configure): Use require_file_with_conf_line.
2486         (handle_tests): Push check-TESTS on @phony.
2487         (am_conf_line_error): New function.
2488         (require_file_with_conf_line): New function.
2489         (require_file_internal): New function.
2490         (require_file_with_line): Use it.
2491         (require_file): Ditto.
2492         (am_conf_line_error): Handle empty line number.
2493         (ac_gettext_line, ac_output_line): New variables.
2494         (scan_configure): Set them.
2496 Fri Mar  1 00:13:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
2498         * automake.in (parse_arguments): Default strictness is gnu.
2499         Changed `normal' to `foreign' everywhere.
2500         (parse_arguments): Handle --foreign.
2501         (initialize_global_constants): Document --foreign.
2502         (handle_dependencies): Better error message.
2503         (handle_texinfo): Don't push $vtexi on @texis.
2504         (handle_texinfo): Only push $vtexi on @texi_deps if not null.
2505         (handle_configure): install-sh is a config file; require it as
2506         such.
2507         (parse_arguments): Renamed --install-missing to --add-missing.
2508         (add_missing): Renamed from install_missing.
2509         (am_install_var): Check to make sure contents of install variable
2510         are correct if primary requires it.  Test badprog.test.
2511         (initialize_global_constants): Initialize
2512         %primary_uses_subobjects.
2513         (handle_source_transform): Skip configure substitutions.  Test
2514         depend.test.  Also, skip empty elements.
2516 Thu Feb 29 22:00:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
2518         * texinfo.tex: New version.
2520         * automake.in (am_install_var): Allow extended range of
2521         installation directories.
2523         * automake.in (get_object_extension): Don't allow
2524         @CONFIG_INCLUDE_SPEC@ in the Makefile.in when config.h not used.
2525         From Gord Matzigkeit.  Test confincl.test.
2527         * texinfos.am (install-info): Changed usage of install-info (in
2528         comment).  Per Feb 25 GNU Standards document.
2530 Wed Feb 28 07:40:55 1996  Tom Tromey  <tromey@creche.cygnus.com>
2532         * automake.in (handle_tests): New function.
2533         (generate_makefile): Call it.
2534         (handle_subdirs): Skip directories whose names look like configure
2535         substitutions.
2536         (handle_subdirs): Require intl and po, not @INTLSUB@ and @POSUB@,
2537         when using gettext.
2538         (scan_configure): Clear in_ac_output if "]" found.  Test
2539         acoutqnl.test.
2540         (require_config_file): New function.
2541         (generate_makefile): Use require_config_file.
2542         (config_aux_path): New variable.
2543         (scan_configure): Check for AC_CONFIG_AUX_DIR.
2544         (handle_merge_targets): Add install-strip rule.
2546 Tue Feb 27 20:00:36 1996  Tom Tromey  <tromey@creche.cygnus.com>
2548         * mdate-sh: New version from Ulrich Drepper.
2550         * automake.in (handle_source_transform): Changed fill back to
2551         empty string.
2552         (handle_libraries): Ditto.
2553         (handle_dist): Ditto.
2554         (handle_dependencies): Ditto.
2555         (handle_footer): Ditto.
2556         (handle_phony): Ditto.
2558         * Makefile.am (DIST_SUBDIRS): Removed.
2559         (installcheck-local): Use Perl, not test -x.
2560         (PERL): New macro.
2561         (maintainer-check): Use $(PERL), not @PERL@.
2563         * configure.in (VERSION): Upped to 0.31.
2565 Sat Feb 24 18:02:19 1996  Tom Tromey  <tromey@creche.cygnus.com>
2567         * automake.in (scan_configure): AC_CHECK_TOOL requires config.sub
2568         and config.guess.
2570         * automake.in: Use keyed_aclocal_warning when warning about
2571         fp_PROG_INSTALL.
2572         (get_object_extension): Use keyed_aclocal_warning when warning
2573         about fp_C_PROTOTYPES.
2574         (keyed_aclocal_warning): New function.
2576         * Makefile.am (pkgdata_DATA): Install aclocal.m4.
2577         * aclocal.m4: Include fp_C_PROTOTYPES, fp_PROG_CC_STDC.
2579         * automake.in (get_object_extension): Only give error about
2580         fp_C_PROTOTYPES once.
2582         * automake.in (seen_ranlib): New variable.
2583         (scan_configure): Recognized AC_PROG_RANLIB.
2584         (handle_libraries): Error if ranlib not checked for.
2586         * automake.in (default_strictness): Default to GNU.
2587         (default_strictness_name): Ditto.
2589 Wed Feb 21 18:15:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
2591         * automake.in (read_am_file): Removed @kr@ support.
2592         (get_object_extension): Ditto.
2594         * Makefile.am (pkgdata_DATA): Include ansi2knr.c and ansi2knr.1.
2596 Tue Feb 20 17:25:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
2598         * depend.am ($(srcdir)/.deps/%.P): Regexp fix.
2600 Mon Feb 19 19:53:09 1996  Tom Tromey  <tromey@creche.cygnus.com>
2602         * remake.am ($(srcdir)/Makefile.in): Depend on configure.in.
2603         * remake-subd.am ($(srcdir)/Makefile.in): Depend on configure.in.
2605         * automake.in (handle_scripts): Ensure $scripts_installed set to
2606         boolean value.  Test proginst.test.
2608         * Makefile.am (installcheck-local): New target.
2610         * automake.in (require_file): No error if missing file is
2611         installed.
2613 Sun Feb 18 17:10:00 1996  Tom Tromey  <tromey@creche.cygnus.com>
2615         * automake.in (handle_scripts): SCRIPTS no longer automatically
2616         cleaned.  Now possible to install scripts in pkgdatadir.
2617         ($seen_canonical): New variable.
2618         (generate_makefile): Check for config.guess and config.sub here;
2619         fixes bug reported by Gord Matzigkeit.
2621         * Makefile.am (pkgdata_SCRIPTS): New variable.
2622         (CLEANFILES): New macro.
2624         * scripts-clean.am: Removed.
2626 Sat Feb 17 00:15:20 1996  Tom Tromey  <tromey@creche.cygnus.com>
2628         * automake.in (am_install_var): Error if primary variable actually
2629         defined.
2630         (am_install_var): Skip elements that look like configure
2631         substitutions.
2632         (am_install_var): "EXTRA" is a valid prefix.
2633         (am_install_var): Push contents EXTRA_PRIMARY onto @result.
2634         (handle_merge_targets): Treat "all" target like "install".
2635         (handle_subdirs): Don't push all-recursive.
2637         * header.am (install-@DIR@HEADERS): Don't depend on all.
2638         * data.am (install-@DIR@DATA): Don't depend on all.
2639         * libraries.am (install-@DIR@LIBRARIES): Don't depend on all.
2640         * programs.am (install-@DIR@PROGRAMS): Don't depend on all.
2641         * scripts.am (install-@DIR@SCRIPTS): Don't depend on all.
2643         * automake.in (am_install_var): Push generated install targets
2644         onto @phony.
2646         * subdirs.am: No longer depend on Makefile and $(CONFIG_HEADER).
2647         * automake.in (handle_merge_targets): Correctly handle recursive
2648         calls of uninstall, install-exec, and install-data.
2649         (handle_merge_targets): Put Makefile, and possibly $config_name,
2650         onto @all.
2651         (handle_merge_targets): Push 'all' onto @install as appropriate.
2653 Fri Feb 16 18:27:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
2655         * automake.in (handle_configure): config.status is in
2656         $(top_builddir), not $(top_srcdir).  Reported by Anthony Green.
2658         * automake.in (scan_configure): Recognize (AC|fp)_FUNC_FNMATCH.
2660 Thu Feb 15 19:12:45 1996  Tom Tromey  <tromey@creche.cygnus.com>
2662         * automake.in: (seen_prog_yacc): New variable.
2663         (scan_configure): Look for yacc.
2664         (handle_source_transform): Skipp C++ header files.
2665         (handle_source_transform): .cxx is a C++ source file.
2667 Wed Feb 14 08:36:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
2669         * depend.am ($(srcdir)/.deps/.P): Use "echo", not ":".
2671         Implemented --verbose feature; idea from Greg Woods:
2672         * automake.in (verbose): New global.
2673         (generate_makefile): Print creating message if verbose.
2674         (grep_for_vers_texi): Print message if verbose.
2675         (handle_dependencies): Ditto.
2676         (scan_configure): Ditto.
2677         (read_am_file): Ditto.
2678         (parse_arguments): Added --verbose.
2679         (initialize_global_constants): Ditto.
2681         * automake.in (get_object_extension): Use am_line_error.
2682         (handle_source_transform): Ditto.
2683         (handle_libraries): Ditto.
2684         (handle_texinfo): Ditto.
2685         (handle_man_pages): Ditto.
2686         (handle_dist): Ditto.
2687         (handle_dist): Ditto.
2688         (handle_subdirs): Ditto.
2689         (handle_configure): Ditto.
2690         (handle_merge_targets): Ditto.
2691         (am_install_var): Ditto.
2692         (am_line_error): Allow actual line number as argument.
2693         (handle_configure): Use am_line_error.
2694         (scan_configure): Set config_header_line.
2695         (config_header_line): New global.
2696         Use @PERL@ to find perl during exec.  From Greg Woods.
2698 Tue Feb 13 22:06:51 1996  Tom Tromey  <tromey@creche.cygnus.com>
2700         * automake.in (initialize_per_input): Init %content_lines.
2701         (read_am_file): Set appropriate content_lines elements while
2702         reading.
2703         (am_line_error): New function.
2704         (read_am_file): Use it.
2705         (handle_options): Ditto.
2707         * automake.in (scan_configure): Handle case where more than one .o
2708         is put into LIBOBJS at once.  Test libobj.test.
2710 Mon Feb 12 20:39:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
2712         * automake.in (scan_configure): Ignore "\" in AC_OUTPUT line.
2713         Test acouttbs.test.
2714         (handle_subdirs): Restored intl, po warnings.
2716         * automake.in (scan_configure): Delete everything after "," or
2717         ")".  Test acoutnoq.test.
2718         (handle_dist): Use $relative_dir, not nonexistent $subdir.
2719         (handle_subdirs): 'po' and 'intl' are sometimes substituted into
2720         SUBDIRS; don't warn about their absence.
2722 Sun Feb 11 16:55:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
2724         * automake.in (handle_texinfo): Removed bogus error message.
2726         * automake.in (handle_texinfo): Push $(INFO_DEPS), not 'info',
2727         onto @all.
2728         (handle_options): Handle version number.
2730         * automake.in ($maint_charset, $dist_charset): New variables.
2731         (initialize_per_input): Init $local_maint_charset.
2732         (handle_dist): Handle DIST_CHARSET and MAINT_CHARSET.
2733         (generate_makefile): Don't print "creating...".
2735 Sat Feb 10 16:45:07 1996  Tom Tromey  <tromey@creche.cygnus.com>
2737         * automake.in (get_object_extension): Substitute
2738         @CONFIG_INCLUDE_SPEC@ if CONFIG_HEADER defined.
2739         (handle_source_transform): Use $1, not \1.
2740         (pretty_print_internal): Handle Tabs in fill when computing indent
2741         on new line.
2742         (handle_merge_targets): Always generate install-exec and
2743         install-data targets.  Test instexec.test.
2744         Fixed error message if fp_PROG_INSTALL missing.
2746         * compile-vars.am (DEFS): Include -I., -I$(srcdir), and
2747         @CONFIG_INCLUDE_SPEC@.
2749         * automake.in (scan_configure): Delete everything after "]".  Test
2750         acoutput.test.
2752         * configure.in (AC_OUTPUT): Create tests/Makefile.
2753         * Makefile.am (SUBDIRS): New macro.
2755         * automake.in (handle_texinfo): Put $vtexi on texi_deps.  From Jim
2756         Meyering.
2758         * configure.in (AC_OUTPUT): Ensure automake is executable.
2760 Thu Feb  8 17:30:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
2762         * automake.in (handle_subdirs): Error if directory in SUBDIRS does
2763         not exist.
2765         * automake.in (handle_configure): Handle AC_OUTPUT ":" syntax.
2767         From Jim Meyering:
2768         * libraries.am (install-@DIR@LIBRARIES): Depend on all, not
2769         (@DIR@_LIBFILES).
2770         * header.am (install-@DIR@HEADERS): Depend on all, not
2771         $(@DIR@_HEADERS).
2772         * data.am (install-@DIR@DATA): Depend on all, not $(@DIR@_DATA).
2773         * scripts.am (install-@DIR@SCRIPTS): Depend on all, not
2774         $(@DIR@_SCRIPTS).
2775         * programs.am (install-@DIR@PROGRAMS): Depend on all, not
2776         $(@DIR@_PROGRAMS).
2778         * automake.in (initialize_per_input): Initialize
2779         $use_dependencies.
2780         ($seen_path_xtra): New variable.
2781         (scan_configure): Look for AC_PATH_XTRA.
2782         (get_object_extension): Add variables to output if X seen.
2784 Thu Feb  8 10:02:45 1996  Greg A. Woods  <woods@most.weird.com>
2786         * automake.in (handle_programs): add pkglib to list of
2787         directories for C
2788         (various): include a tab as fill for continuation lines
2789         printed with pretty_print*, esp. for macro variable assignments.
2790         [ changed to 4 spaced by me ]
2792 Wed Feb  7 18:00:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
2794         * configure.in (VERSION): Upped to 0.30.
2796         * Makefile.am (automake): Removed.
2797         (DIST_OTHER): Removed.
2799         * automake.in (handle_source_transform): All dep_files are
2800         relative to $(srcdir).
2801         (handle_libraries): Ditto.
2802         (scan_configure): Test for AC_PROG_INSTALL as well as
2803         fp_PROG_INSTALL.  Don't error here.
2804         (seen_prog_install): Now global.
2805         (scripts_installed): New global.
2806         (handle_scripts): Set it.
2807         Give error if appropriate install macro not seen.
2808         (handle_subdirs): Ensure $seen_gettext before requiring
2809         gettext-specific files.
2810         (handle_configure): Automatically rebuild 
2812         From Jim Meyering:
2813         * automake.in (handle_source_transform): Use \W when quoting
2814         regexp.  When blah_SOURCES not explicitly defined, still create
2815         entry in %deps.
2816         * depend.am ($(srcdir)/.deps/%.P): Don't use \< in regexp.
2817         * subdirs.am (maintainer-clean-recursive): Now depends on
2818         $(CONFIG_HEADER) and Makefile.
2820         * automake.in (handle_source_transform): Skip macro references.
2822 Mon Feb  5 14:58:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
2824         * automake.in (handle_texinfo): Include "rm" when deleting files.
2826         * Makefile.am (maintainer-check): Expect only one ${...}.
2827         * texinfos.am (install-info): Remove unneeded ${...}.  From Jim
2828         Meyering.
2830         * automake.in (handle_configure): Only define CONFIG_HEADER if
2831         $config_name.
2832         ($seen_gettext): New variable.
2833         (handle_subdirs): Do all gettext-related checking here.
2834         (scan_configure): Just set $seen_gettext.
2835         (handle_man_pages): Properly quote $(MANS).
2837 Wed Jan 31 09:51:30 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
2839         * depend.am: Don't use srcdir anywhere.
2840         * automake.in (handle_libraries): Don't make .deps relative to
2841         srcdir.
2842         (handle_options): Recognize no-dependencies.
2844         * depend.am (MKDEP): From Jim Meyering: Do nothing if srcdir is
2845         ".".  Properly quote regexp.
2847 Tue Jan 30 12:19:09 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
2849         * automake.in (handle_configure): Only defined CONFIG_HEADER if
2850         $config_name.
2851         (read_am_file): Quote regexp when substituting top_builddir.
2852         (handle_source_transform, handle_libraries): Look in
2853         $(srcdir)/.deps for .P files.
2855 Fri Jan 26 00:15:25 1996  Tom Tromey  <tromey@creche.cygnus.com>
2857         * automake.in (am_conf_error): New function.
2858         (scan_configure): Use it.
2859         (scan_configure): A comma also ends AC_OUTPUT macro.
2861         * automake.in (read_am_file): Compute top_builddir when including
2862         header-vars.am.
2863         (handle_configure): Use $top_builddir, not $top_reldir.
2864         (other_input_files): New variable.
2865         (dirname): Fixed bug where dirname of 'a/b/c' was 'a', not 'a/b'.
2867         Changes from Gord Matzigkeit to enabled hierarchies deeper than 2:
2868         * automake.in (input_files, seen_make_set): Declare globally.
2869         (parse_arguments): Use input_files, not make_list.
2870         Only scan configure.in once.
2871         (handle_dist): Use SUBDIRS to determine when to make
2872         subdirectories and recurisvely dist.  Use $(topdir), not "..", to
2873         find top of dist tree.
2874         (handle_configure): Check for AC_PROG_MAKE_SET here.  Don't require
2875         configure.in (done elsewhere).
2876         (scan_configure): seen_make_set is global.  Allow arbitrary space
2877         in LIBOBJS assignment.
2878         (top_builddir): New variable.
2879         * header-vars.am (top_builddir): New variable.
2880         * remake-subd.am (Makefile): Look in top_builddir, not .., when
2881         remaking.
2882         * automake.in (handle_merge_targets): Run 'all' before
2883         check-recursive.
2885         * automake.in (file_contents_with_transform): Changed error
2886         message.
2887         (handle_configure): Define $contents{'CONFIG_HEADER'}.
2889         * texi-version.am: Many changes to support multiple .texi files.
2890         Replaced "version.texi" with "@VTEXI@".  Replaced "vti" with
2891         "@VTI@".
2892         * automake.in (handle_configure): install.sh is an anachronism.
2893         (handle_texinfo): Generalized for multiple .texi files.  Handle
2894         'clean-info' internally.
2895         * texi-clean.am: Removed.
2896         * Makefile.am: Updated for removal.
2898 Wed Jan 24 22:55:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
2900         * automake.in (grep_for_vers_texi): New function.
2901         (handle_texinfo): Use grep_for_vers_texi, not system("grep").
2902         (handle_texinfo): Changes to generalize to multiple .texi files.
2904 Tue Jan 23 14:22:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
2906         Fixes from Gord Matzigkeit:
2907         * libraries.am (install-@DIR@LIBRARIES): Use top_srcdir, not
2908         topsrcdir.
2909         * header.am: New file.
2910         * Makefile.am (pkgdata_DATA): Install header.am.
2911         * automake.in (handle_headers): Use header.am, not data.am.
2912         (am_install_var): Allow pattern to be compiled multiple times.
2914         * config.guess, config.sub: New files.
2915         * Makefile.am (pkgdata_DATA): Install config.guess and
2916         config.sub.
2917         * automake.in (scan_configure): Recognize AC_CANONICAL_HOST and
2918         AC_CANONICAL_SYSTEM.
2920 Sun Jan 21 15:51:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
2922         * automake.in (handle_texinfo): Use info_TEXINFOS, not TEXINFOS.
2923         (handle_man_pages): Use man_MANS, not MANS.
2925         * Makefile.am (info_TEXINFOS): Renamed.
2927         * automake.in (scan_configure): Remove comments from input line.
2928         (am_variable): Removed.
2930         * remake-hdr.am (stamp-h): Use new macro CONFIG_HEADER_IN.
2932         * automake.in (config_name, config_header): New globals.
2933         (scan_configure): Look for AC_CONFIG_HEADER.
2934         (handle_configure): Handle more uses of AC_CONFIG_HEADER.
2936 Sat Jan 20 15:54:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
2938         * automake.in (handle_dist_worker): Bug fix.
2940 Fri Jan 19 00:50:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
2942         * automake.in (require_file): Install missing files only according
2943         to desired strictness.
2944         (initialize_per_input): Don't init libsources.
2945         (scan_configure): Reinit libsources.
2946         (handle_libraries): Search _LIBADD for @LIBOBJS@ and @ALLOCA@.
2947         (fp_c_prototypes): New global.
2948         (scan_configure): Set it.
2949         (get_object_extension): Error if fp_C_PROTOTYPES not in
2950         configure.in when using ansi2knr.
2951         (handle_source_transform): Skip header files.
2953         * automake.in (handle_dist_worker): Explicitly make 'dist' in
2954         subdirs.
2956 Thu Jan 18 00:25:56 1996  Tom Tromey  <tromey@creche.cygnus.com>
2958         From François Pinard:
2959         * automake.in (handle_source_transform): Transform $o file into .P
2960         file.
2961         (handle_dist_worker): Handle case where DISTFILES includes
2962         wildcard.  Bug fix in subdir case.
2964         * automake.in (parse_arguments): Initialize strictness to
2965         'normal'.
2967 Sun Jan 14 13:54:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
2969         * automake.in (scan_configure): Look for NLS support.
2971         Changes from François Pinard:
2972         * texinfos.am (install-info): Correctly install when build dir is
2973         not srcdir.
2974         * tags-subd.am (ID): Indentation change.
2975         * kr-vars.am (o): Use ".@U@o", not "@U@o".
2976         * depend.am ($(srcdir)/.deps/%.P): Remove temporary file.
2977         * automake.in (handle_dist_worker): Fixlets.
2978         (handle_dist): Sort keys going into dist_common.
2980 Sat Jan 13 00:18:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
2982         * automake.in (handle_dist_worker): If Gnits, don't allow release
2983         until NEWS is updated.
2985         * configure.in (VERSION): Version 0.29.
2987         * Makefile.am (maintainer-check): Look for perl4.036 in path.
2989         * dist-vars.am (DISTFILES):  Include BUILT_SOURCES.
2990         (DEP_DISTFILES): Ditto.
2992         * automake.in (handle_dist_worker): Depend on DEP_DISTFILES.
2993         * dist-vars.am (DEP_DISTFILES): New variable.
2995         * automake.in (handle_options): Support dist-shar option.
2996         (handle_dist_worker): New function.
2997         (handle_dist): Use it.
2999         * texi-version.am (mostlyclean-vti): Remove version.tmp, not
3000         *.tmp.
3002         * automake.in (handle_dist): Chmod distdir 777.  From François
3003         Pinard.
3005         * automake.in (scan_configure): New function.
3006         (initialize_per_input): Init libsources.
3007         (generate_makefile): Run handle_configure first.
3008         (handle_configure): Run scan_configure.
3009         (handle_configure): Don't look for AC_PROG_MAKE_SET here.
3011 Thu Jan 11 23:14:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
3013         * Makefile.am (AUTOMAKE_OPTIONS): New variable.
3015         * automake.in (strictness, strictness_name): Renamed.
3016         (initialize_per_input): Set strictness, strictness_name.
3017         Initialize %options.
3018         (generate_makefile): Run handle_options.
3019         (handle_options): New function.
3020         (handle_man_pages): Make install-man depend on $(MANS).  Turn off
3021         man page install if no-installman option given.
3022         (read_am_file): Deprecate @kr@.
3023         (get_object_extension): Look at ansi2knr option.
3024         (parse_arguments): Take global strictness from command-line
3025         options.
3027 Tue Jan  9 11:24:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
3029         Fixes from François Pinard:
3030         * depend.am ($(srcdir)/.deps/%.P): Handle deansification.
3031         * automake.in (get_object_extension): Use $o, not $(kr)o.
3032         (handle_source_transform): Don't look for $(kr)c files.
3033         * kr-vars.am (o): New macro.
3034         (kr): Removed.
3036         * depend.am (DEP_FILES): Removed.
3037         * automake.in (handle_source_transform): Push .P file onto
3038         dep_files.
3039         (initialize_per_input): New variable %dep_files.
3040         (handle_dependencies): Generate DEP_FILES here.
3042 Mon Jan  8 22:27:33 1996  Tom Tromey  <tromey@creche.cygnus.com>
3044         * automake.in (do_one_clean_target): Only remove config.status in
3045         top-level directory.
3046         (handle_tags): Removed 'id' from .PHONY list.  From Jim Meyering.
3048         * clean.am (maintainer-clean-generic): Remove BUILT_SOURCES.
3050         * automake.in (handle_dist): Make "ln" quiet.
3052         * tags-subd.am (ID): Depend on HEADERS and SOURCES.
3054 Sat Jan  6 10:58:23 1996  Tom Tromey  <tromey@cambric.colorado.edu>
3056         * automake.in (handle_merge_targets): 'check' shouldn't depend on
3057         'all' at top level.
3058         (file_contents_with_transform): New function.
3059         (am_install_var): Use file_contents_with_transform.
3060         (handle_programs): Ditto.
3061         (handle_libraries): Ditto.
3062         (handle_texinfo): Ditto.
3063         (handle_merge_targets): Let 'install' depend on 'all' if no other
3064         dependencies exist.  From Jim Meyering.
3065         (check_gnu_standards): GNU requires AUTHORS file.  (See
3066         maintain.text).
3067         (require_file): Put body in loop.
3068         (get_object_extension): Only call require_file once.
3069         (handle_configure): Ditto.
3071         From Jim Meyering:
3072         * depend.am ($(srcdir)/.deps/.P): Depend on $(BUILT_SOURCES).
3073         * tags-subd.am (id): Removed.
3075 Fri Jan  5 10:31:19 1996  Tom Tromey  <tromey@cambric.colorado.edu>
3077         * Added copyright notice to each .am file.
3079         * automake.in: Cleanups from François Pinard to avoid $#.
3080         (require_argument): Fixed sense of test.
3081         (set_strictness): Bug fix.
3083 Thu Jan  4 21:21:29 1996  Tom Tromey  <tromey@cambric.colorado.edu>
3085         * Makefile.am (pkgdata_DATA): Removed old dist files.
3087         * dist-subd-top.am, dist-subd.am, dist.am: Removed.
3089         * automake.in (set_strictness): Set $strictness_name.
3090         (strictness_name): New variable.
3091         (handle_dist): Substantially rewrote.
3093         * configure.in: Point AC_INIT at automake.in.
3095         * automake.in (generate_makefile): Report errors against
3096         Makefile.in, not Makefile.am.
3098 Wed Jan  3 00:05:40 1996  Tom Tromey  <tromey@cambric.colorado.edu>
3100         * mdate-sh: Bug fix from Jim Meyering.
3102         * dist.am (dist): Changed in parallel with dist-subd-top.am.
3104         * mkinstalldirs: Reverted.
3106         * automake.in (initialize_global_constants): Allow COPYING.LIB
3107         again.
3108         (check_gnits_standards): Disallow COPYING.LIB.
3110         * texinfos.am (install-info): Only look in $(srcdir) for info
3111         files.
3113         * automake.in (initialize_global_constants): New variable
3114         gen_copyright.
3115         (read_am_file): Put a copyright in each Makefile.in.
3117         * dist-vars.am (DISTFILES): Put DIST_COMMON first.
3119         * automake.in (am_install_var): Put space before "=".
3120         (handle_dist): Put README first in DIST_COMMON.
3122         * Makefile.am (pkgdata_DATA): Include COPYING.
3124         * COPYING: New file.
3126         * automake.in (parse_arguments): Added --gnu and --gnits as
3127         synonyms.
3128         (initialize_global_constants): Ditto.
3129         (initialize_global_constants): Don't auto-distribute COPYING.LIB.
3130         (initialize_global_constants): Look for README first.
3131         (initialize_global_constants): Auto-distribute AUTHORS, BACKLOG,
3132         ABOUT-GNU.
3133         (check_gnu_standards): Require file COPYING.
3135         From François Pinard:
3136         * automake.in (file_contents): Comment out "warn"s.
3137         (usage): Use 4 columns.
3138         (USAGE_FORMAT): Ditto.
3140         * texinfos.am (install-info): Look for info file relative to $$d.
3142         * Makefile.am (cvs-dist): Suppress output of "grep".
3144         * configure.in (VERSION): Version 0.28.
3146         * automake.in (pretty_print_internal): Fix for Perl 4
3147         compatibility.
3149         * configure.in (VERSION): Version 0.27.
3151         * depend.am ($(srcdir)/.deps/%.P): Must regexp-quote srcdir in sed
3152         invocation.
3154         * automake.in (initialize_global_constants): Don't quote "@" in
3155         $install_man_format.
3156         (handle_merge_targets): use "@:" as empty command, not ":".
3158 Tue Jan  2 23:33:24 1996  Tom Tromey  <tromey@cambric.colorado.edu>
3160         * texinfos.am (install-info): Look in $d for info files.  From
3161         François Pinard.
3163         * depend.am ($(srcdir)/.deps/%.P): Fixed regexp.
3165         * automake.in (read_am_file): Correctly deal with continued
3166         variable definitions.
3168 Mon Jan  1 15:43:25 1996  Tom Tromey  <tromey@cambric.colorado.edu>
3170         * automake.in (handle_merge_targets): 'check' target depends on
3171         'all'.
3172         (file_contents): Don't be so verbose.
3173         (read_am_file): Ditto.
3174         (read_am_file): Must use substr to check for trailing \.
3175         (am_install_var): Use push_phony_cleaners.
3176         (file_contents): Set $was_rule when assuming a rule is seen.
3177         (read_am_file): Ditto.
3178         (do_one_clean_target): Removed spurious newline.
3180         Some changes from François Pinard:
3181         * Removed trailing whitespace from all '.am' files.
3182         * tags-subd.am (ID): Use &&, not ;.
3183         (TAGS): Ditto.
3184         * automake.in (parse_arguments): Removed useless message.
3185         (parse_arguments): Don't explicitly referenced STDERR.
3186         (require_argument): Ditto.
3187         (am_error): Ditto.
3188         (set_strictness): Ditto.
3189         (file_contents): Ditto.
3190         (read_am_file): Ditto.
3191         (generate_makefile): Style tweaks.
3192         (handle_programs): Ditto.
3193         (handle_libraries): Ditto.
3194         (handle_texinfo): Ditto.
3195         (handle_man_pages): Ditto.
3196         (handle_tags): Ditto.
3197         (handle_dist): Ditto.
3198         (handle_subdirs): Ditto.
3199         (handle_configure): Ditto.
3200         (handle_footer): Don't put newline before footer.am contents.
3201         (handle_merge_targets): Style tweaks.
3202         (do_one_clean_target): Ditto.
3203         (dirname): Ditto.
3204         (am_variable): Ditto.
3205         Defined some new constants.
3206         (generate_makefile): Don't call generate_header.
3207         (generate_header): Removed.
3208         (file_contents): Rewrote.
3209         (read_am_file): Rewrote.
3211         * automake.in (generate_makefile): Handle phony target.
3212         (do_one_clean_target): Pretty-print dependencies.
3213         (handle_installdirs): Pretty-print rule.
3215         * Makefile.am (maintainer-check): Made some commands silent.
3217         * automake.in (initialize_global_constants): Don't install or
3218         uninstall cat'd man pages.
3219         (initialize_per_input): Added phony target.
3220         (push_phony_cleaners): New function.
3221         (get_object_extension): Handle phony targets.
3222         (handle_texinfo): Ditto.
3223         (handle_man_pages): Ditto.
3224         (handle_tags): Ditto.
3225         (handle_dist): Ditto.
3226         (handle_subdirs): Ditto.
3227         (handle_installdirs): Ditto.
3228         (handle_merge_targets): Ditto.
3229         (handle_clean): Ditto.
3230         (do_one_merge_target): Ditto.
3231         (am_install_var): Ditto.
3232         (handle_phony): New function.
3233         (generate_makefile): Call it.
3234         (pretty_print_internal): New function.
3235         (pretty_print_rule): Ditto.
3237 Sun Dec 31 13:04:59 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3239         * automake.in (initialize_global_constants): Don't print body of
3240         loop at make time.
3242         Changes from François Pinard:
3243         * depend.am (MKDEP): Include DEFS, INCLUDES, CPPFLAGS, CFLAGS.
3244         (DEP_FILES): Put dependency files in $(srcdir).
3245         Look in $(srcdir) when including dependency files.
3246         ($(srcdir)/.deps/.P): .deps/.P is in $(srcdir).
3247         (.deps/%.P): MKDEP includes all macro expansions.
3248         * dist-subd-top.am (dist): Get absolute path for distdir.  Don't
3249         be so verbose.
3250         * dist-subd.am (dist): Don't be so verbose.
3251         * dist.am (dist): Don't be so verbose.
3253         * automake.in (do_one_clean_target): Remove config.status in
3254         maintainer-clean.  From Jim Meyering.
3256         * programs-clean.am (clean-@DIR@PROGRAMS): Bug fix.  From Jim
3257         Meyering.
3259         * automake.in (handle_merge_targets): Add dummy command for empty
3260         install target.  From Jim Meyering.
3262 Tue Dec 12 10:06:28 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3264         * texinfos.am (uninstall-info): Bug fix.
3266         * Makefile.am (maintainer-check): Error if ${...} used.
3267         * depend.am (DEP_FILES): Prefer $(...).
3269         * scripts.am (install-@DIR@SCRIPTS): Only install script if it
3270         exists.
3271         * libraries.am (install-@DIR@LIBRARIES): Only install library if
3272         it exists.
3273         * programs.am (install-@DIR@PROGRAMS): Only install program if it
3274         exists.
3276         * texinfos-vars.am (TEXFILES): Removed.
3278         * Makefile.am (pkgdata_DATA): Removed libprograms.am.
3280         * automake.in (do_one_merge_target): Never generate trailing
3281         whitespace.
3282         (pretty_print): New function.
3283         (handle_footer): Prettyprint definitions.
3284         (am_install_var): Ditto.
3285         (handle_source_transform): Ditto.
3286         (handle_dist): Ditto.
3287         (handle_libraries): Ditto.
3288         (read_am_file): Put comments nearer appropriate code.
3290         * texi-clean.am (mostlyclean-info): Use continued lines, not
3291         multiple rm's.  From Jim Meyering.
3293 Sun Dec 10 11:59:33 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3295         * Makefile.am (pkgdata_DATA): Cause INSTALL, install-sh, mdate-sh,
3296         mkinstalldirs, texinfo.tex to be installed.
3297         * automake.in (symlink_exists): New global.
3298         (install_missing): Ditto.
3299         (require_file): Install missing files if possible.
3300         (parse_arguments): Handle --install-missing option.
3301         (initialize_global_constants): Document --install-missing.
3303         * Makefile.am (cvs-dist): Don't release unless NEWS updated.
3304         Ensure 'checks' pass before release.
3305         (maintainer-check): Renamed.  Look in $(srcdir) for sources.  From
3306         Franc,ois Pinard.
3307         (cvs-dist): Depend on maintainer-check instead of explicitly
3308         running check.
3310         * configure.in (VERSION): Version 0.26.
3312         * Makefile.am (check-local): Only look at [a-z]*.am.  Fixed sense
3313         of 'if' test.
3315         * depend.am (DEP_FILES): Bug fix.
3317         * automake.in (do_one_clean_target): Typo.
3319         * Makefile.am (check-local): Run syntax check under Perl 4.
3321         * automake.in: Fixes for Perl 4, from Gord Matzigkeit.
3322         (handle_source_transform): Loop variable is now $_.  From Gor
3324         * Makefile.am (check-local): Check for 'true' in source.
3325         * texinfos.am (install-info): Can't use "true" in any rule.
3327 Sat Dec  9 10:16:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3329         * Makefile.am (cvs-dist): New target.
3331         * tags.am (TAGS): Use "test -z ... ||" to avoid spurious
3332         failures.
3334         * texinfos.am (install-info): Don't do install-info for now.
3336         * clean.am (distclean-generic): Don't remove config.status here.
3337         * automake.in (do_one_clean_target): Remove config.status later,
3338         for 'make -j2'.  From Jim Meyering.
3340 Fri Dec  8 16:30:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3342         * configure.in (VERSION): Version 0.25.
3344         * automake.in (handle_texinfo): Use "$? >> 8", not "$?".
3345         (handle_configure): Check for AC_PROG_MAKE_SET.
3347         * depend.am (DEP_FILES): Handle deANSIfication case.  From Jim
3348         Meyering.
3350         * automake.in (am_install_var): Changed how 'clean' handled for
3351         uniform name targets.
3352         * Makefile.am (pkgdata_DATA): Added new files.
3353         * data-clean.am: New file.
3354         * scripts-clean.am: New file.
3355         * libraries-clean.am: New file.
3356         * programs-clean.am: New file.
3358 Wed Dec  6 00:06:11 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3360         * automake.in (am_install_var): Error if variable name
3361         "misspelled".
3362         (handle_source_transform): Automatically include .c file
3363         corresponding to .y or .l.
3365 Tue Dec  5 00:46:14 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3367         * programs.am: Changed for uniform naming scheme.
3369         * automake.in (read_am_file): Allow '-' and '.' in target names.
3370         (generate_makefile): Don't pass arguments to handle_libraries.
3371         (initialize_per_input): Define @sources, @objects.
3372         (generate_makefile): Init @sources, @objects if needed.
3373         (handle_source_transform): Push onto @sources, @objects here.
3374         (am_install_var): Push primary onto @all, for configure-time
3375         customization.
3376         (handle_programs): Use new uniform naming scheme.
3378         * Makefile.am (check-local): New target.
3380         * automake.in (handle_libraries): Use uniform naming scheme.
3382         * libraries.am: Rewrote for uniform naming scheme.
3384         * scripts.am: Updated names of all clean targets.
3386         * automake.in (handle_programs): Split on all whitespace.
3387         (handle_libraries): Ditto.
3388         (handle_texinfo): Ditto.
3389         (handle_man_pages): Ditto.
3390         (am_install_var): Changed return result.
3391         (am_install_var): Changed interface.
3392         (am_install_var): Push onto @clean@ if requested.
3393         (handle_scripts): Pass -clean to am_install_var.
3395 Mon Dec  4 11:55:36 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3397         * automake.in (am_install_var): Push target onto @all.
3398         (get_object_extension): Use $(...).
3399         (handle_source_transform): Ditto.
3400         (handle_programs): Ditto.
3402         * automake.in (require_argument): New function.
3403         (parse_arguments): Use it.
3404         (push_dist_common): New function.
3405         (generate_makefile): Use it.
3406         (handle_texinfo): Ditto.
3407         (handle_dist): Ditto.
3408         (handle_configure): Ditto.
3409         (require_file): Ditto.
3410         (generate_makefile): Don't pass arguments to handle_scripts.
3411         (handle_configure): Require configure.in.
3412         (check_gnu_standards): New function.
3413         (check_gnits_standards): Ditto.
3414         (generate_makefile): Check standards.
3416         * Makefile.am (bin_SCRIPTS): Changed name from SCRIPTS.
3418         * automake.in (LENIENT, GNU, GNITS): New constants.
3419         (initialize_per_input): New function.
3420         (generate_makefile): Use it.
3421         (initialize_global_constants): Renamed from init_globals.
3422         (require_file): Added strictness argument.
3423         (parse_arguments): Added --strict option.
3424         (set_strictness): New function.
3425         (parse_arguments): use it.
3426         (initialize_global_constants): Document --strictness.
3428         * automake.in: Use ${1+"$@"} to preserve quoting when running
3429         under sh.
3431         * texinfos.am (install-info): Don't use "true".
3432         * tags.am (TAGS): Don't use "true".
3434         * dist.am, dist-subd-top.am, remake-hdr.am, remake-subd.am,
3435         remake.am, subdirs.am, texinfos.am: Use "&&" after cd.
3437         * program.am (@PROGRAM@): Use LINK macro.
3438         * compile.am (.c.o): Use COMPILE macro.
3440         * clean.am, remake-hdr.am, remake.am, texinfos.am: Use $(...), not
3441         ${...}.
3443         * subdirs.am (RECURSIVE): Removed macro.
3445         * clean.am: Changed to not be so verbose.
3447         * Makefile.am (pkgdata_DATA): Include texi-clean.am.
3448         * automake.in (handle_texinfo): Transform texi-clean and put into
3449         output rules.
3450         * texinfos-vars.am (TEXFILES): Removed.
3451         * texinfos.am: Removed 'clean' targets.
3452         * texi-clean.am: New file.
3454         * Makefile.am (ETAGS_ARGS): Just use 'automake.in'.
3456         * texinfos-vars.am (TEXFILES): Added *.op.
3458         * dist-vars.am (DISTFILES): Renamed from DIST_FILES, per GNU
3459         standards.
3460         * dist.am (dist): Use DISTFILES.
3461         * dist-subd.am (dist): Use DISTFILES.
3462         * dist-subd-top.am (dist): Use DISTFILES.
3464 Sun Dec  3 00:24:08 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3466         * Makefile.am (ETAGS_ARGS): Define.
3468         * depend.am (.deps/.P): Use ":", not "echo timestamp".  From Jim
3469         Meyering.
3471         * dist-vars.am (DIST_FILES): Removed PACKAGEDATA.
3473         * automake.in (handle_scripts): Use am_install_var.
3475         * scripts.am: Rewrote for new uniform naming scheme.
3477         * Makefile.am (pkgdata_DATA): Removed libscripts.am.
3479         * libscripts.am: Removed.
3481         * packagedata.am: Removed.
3483         * Makefile.am (PACKAGEDATA): Removed packagedata.am.
3484         (pkgdata_DATA): Renamed from PACKAGEDATA.
3486         * automake.in (handle_data): Use am_install_var.
3487         (init_globals): Init %exec_dir_p.
3489         * data.am: Rewrote for new uniform naming scheme.
3491         * automake.in (get_object_extension): New function.
3492         (handle_programs): Use it.
3493         (dir_holds_sources): Changed interpretation.
3494         (handle_headers): New function.
3495         (am_install_var): New function.
3496         (generate_makefile): Call handle_headers.
3498         * header-vars.am (pkgdatadir): New macro.
3499         (pkglibdir): Ditto.
3500         (pkgincludedir): Ditto.
3502         * automake.in (handle_source_transform): New function.
3503         (am_error): New function.
3504         (generate_makefile): Use it.
3505         (handle_source_transform): Ditto.
3506         (handle_texinfo): Ditto.
3507         (handle_dependencies): Ditto.
3508         (handle_merge_targets): Ditto.
3509         (require_file): Ditto.
3511 Sat Dec  2 21:39:56 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3513         * automake.in: Updated FSF address.  From Jim Meyering.
3514         * header-vars.am: Updated FSF address.
3516         * distname.am: Removed.
3518         * automake.in (file_contents): Strip "##" comments.
3519         * Various files: Added "##" comments for strange things.
3521         * automake.in (handle_tags): Generate TAGS rule for every
3522         directory.
3524         * subdirs.am (RECURSIVE): Include installcheck-recursive.
3525         * automake.in (installcheck): New variable.
3526         (generate_makefile): Initialize it.
3527         (handle_subdirs): Push 'installcheck-recursive'.
3528         (handle_merge_targets): Handle installcheck target.
3530 Thu Nov 30 20:13:16 1995  Tom Tromey  <tromey@cambric>
3532         * automake.in ($PACKAGE): Removed.
3534         * header-vars.am (ALL): Removed.
3536         * automake.in: Reworked 'all' target handling.
3538         * automake.in (generate_makefile):
3539         Don't use AM_ forms in call to am_variable.
3541         * automake.in: Changes for Perl 5, from Gord Matzigkeit
3543         * clean.am (MOSTLYCLEANFILES, MAINTAINERCLEANFILES): New variables.
3545         * automake.in (handle_footer): Allow SUFFIXES variable.
3547         * automake.in (am_variable): New function.
3548         (handle_texinfo): Use it.
3549         (generate_makefile): Use it.
3551         * configure.in: Version 0.24.
3553 Wed Nov 29 23:50:14 1995  Tom Tromey  <tromey@cambric>
3555         * automake.in (handle_libraries):
3556         Generate blah_LIBADD defines if required.
3558         * library.am (lib@LIBRARY@.a): Look at $(@LIBRARY@_LIBADD)
3560         * libraries-vars.am (LIBOBJS, ALLOCA): Removed.
3562         * compile-kr.am: ($(OBJECTS)): Depend on $(ANSI2KNR), not ansi2knr.
3564         * configure.in: Version 0.23
3566         * dist-subd-top.am (dist): Don't die if a subdirectory already exists.
3568         * dist-subd-top.am, dist.am (dist): Give automake --output-dir option.
3570         * automake.in: New option --output-dir
3572         * automake.in (handle_configure): Fixed typo.
3574         * automake.in (handle_installdirs): Always make installdirs target.
3576         * subdirs.am (RECURSIVE): Removed uninstall-data-recursive and
3577         uninstall-exec-recursive.  Added installdirs-recursive.
3579         * automake.in (handle_installdirs): Handle installdirs-recursive.
3580         (handle_man_pages): 'all' depends on $(MANS)
3582         * Makefile.am: Removed mans.am.
3584         * automake.in: More man-related fixes
3586         * automake.in: Bug fixes
3588         * automake.in: Rewrote man page handling.
3590         * texi-version.am, remake-hdr.am, depend.am: Don't use touch.
3592         * automake.in (handle_installdirs): New function.
3593         (@installdirs): New global.
3594         Many changes to deal with installdirs.
3596         * clean.am (clean-generic): Always supply 'else' clause to 'if'
3598         * automake.in (generate_header): Don't use header.am.
3599         (handle_dist): Don't use dist-subd-vars.am.
3601         * Makefile.am (PACKAGEDATA): Removed dist-subd-vars.am, header.am.
3603         * Makefile.am (DISTCLEANFILES): Removed.
3605         * clean.am (clean-generic): Bug fix.
3607         * clean.am (clean-generic): Only remove CLEANFILES if nonempty
3609         * texi-version.am (clean-vti): No such macro as VTI
3611 Tue Nov 28 19:56:07 1995  Tom Tromey  <tromey@cambric>
3613         * automake.in: Bug fix for maintainer-clean
3615         * automake.in (do_one_clean_target):
3616         Print special text in maintainer-clean.
3617         (handle_clean): Always include clean.am
3619         * clean.am: Use -generic clean targets.
3621         * compile.am: Added clean targets.
3623         * configure.in: Version 0.22.
3625         * automake.in (handle_dependencies):
3626         Put trailing newline after all deps.
3628         * automake.in (handle_dependencies): Another dependency bug fix.
3630         * automake.in (handle_dependencies):
3631         Bug fix when including dependencies.
3633         * automake.in (handle_configure):
3634         Verify existence of install-sh, mkinstalldirs
3636         * automake.in (handle_texinfo): Include stamp-vti in distribution
3638         * dist-subd-vars.am, dist-vars.am (DIST_FILES):
3639         Include DATA, PACKAGEDATA.
3641         * Makefile.am: Nothing
3643         * Makefile.am (DIST_OTHER): Don't distribute gettext-sh
3645         * automake.in (handle_texinfo): Typo
3647         * automake.in: If script ends up in shell, feed to perl
3649         * automake.in: Rewrote 'clean' rules.
3650         Documentation made and installed first.
3651         'all' depends on 'info'
3653 Mon Nov 27 23:57:29 1995  Tom Tromey  <tromey@cambric>
3655         * configure.in, Makefile.am: Turned off internationalization.
3657         * clean-kr.am: Rewrote for new clean scheme.
3659         * tags-clean.am: Remove TAGS in distclean, not maintainer-clean
3661         * Makefile.am (PACKAGEDATA): Include tags-clean.am
3663         * subdirs.am: Removed bogus local clean targets
3665         * tags-clean.am: Initial revision
3667         * texi-version.am: Added clean targets
3669         * texinfos.am: Fixes to clean targets.
3671         * texinfos.am, libscripts.am, scripts.am, libraries.am, libprograms.am, programs.am:
3672         Added clean targets
3674         * compile-kr.am (ansi2knr.o): Depend on CONFIG_HEADER
3676         * automake.in: Completely revamped automatic de-ANSI-fication
3678         * compile-kr.am: (ansi2knr, $(OBJECTS)): New targets
3680         * compile-vars.am (LINK): New macro
3682         * kr-vars.am: Trailing blank line
3684         * compile-kr.am: Rewrote
3686         * compile-vars.am (COMPILE): New macro
3688         * compile-vars.am (ANSI2KNR): Removed
3690         * Makefile.am (PACKAGEDATA): Removed all sed scripts.  Added kr-vars.am
3692         * kr-vars.am: Initial revision
3694         * automake.in (require_file): New function.
3695         (handle_texinfo): Require 'mdate-sh'
3696         (common_sometimes): New variable
3697         (usage): Use it.
3699         * texi-version.am (stamp-vti): Use Ulrich's mdate-sh script
3701         * mdate-sh: Initial revision
3703         * automake.in (handle_footer): Don't define SOURCES or OBJECTS if empty
3705         * automake.in (generate_makefile):
3706         Put Makefile.in, Makefile.am in @dist_common
3707         (handle_configure): Use @dist_common as appropriate
3709         * dist-subd-vars.am, dist-vars.am (DIST_CONF): Removed
3711         * configure.in: Abort if perl not found
3713         * configure.in: Look for perl
3715         * automake.in: Reimplemented in Perl
3717         * automake.in: Fixlet
3719 Sun Nov 26 08:09:30 1995  Tom Tromey  <tromey@cambric>
3721         * automake.in: Always print ".SUFFIXES:" rule.
3723         * automake.in: Distribution config.h.in if required
3725         * automake.in: Bug fix when including texi-version.am
3727         * automake.in: Bug fix when looking for .texi file in $am_reldir
3729         * depend.am: Comment fix
3731         * automake.in: Look for .texi file in $am_reldir
3733         * automake.in: Fixlet
3735         * automake.in: Blank line after targets from user's Makefile.am
3737         * automake.in: Move footer items to actual footer
3739         * automake.in: Include stamp-h.in in DIST_COMMON if necessary
3741         * automake.in (common):
3742         Don't include acconfig.h, config.h.top, config.h.bot
3744         * Makefile.am (CONFIG_HEADER): Renamed from CONFIG_H
3746         * Makefile.am (CONFIG_H): Define
3748         * acconfig.h: Initial revision
3750         * configure.in: Use AC_CONFIG_HEADER.
3752         * automake.in: Put blah_TEXINFOS into DIST_COMMON
3754         * automake.in: .info file explicitly depends on primary .texi file
3756         * texinfos.am (install-info): Always supply 'else' clause to 'if'
3758         * tags.am (TAGS): Always supply 'else' clause to 'if'
3760         * subdirs.am (.NOEXPORT): Removed (now in footer.am)
3762         * automake.in: Always include footer.am in output
3764         * mans.am (install-man): Always supply 'else' clause to 'if'
3766         * automake.in: More version.texi fixes
3768         * automake.in: Only do version.texi processing if requested.
3770         * automake.in: Minor internationalization fixes.
3771         Subshell can now exit with nonzero status.
3772         Fixed up .texi handling; now uses texi-version.am
3773         Make sure '.c' and '.o' are in .SUFFIXES if required.
3775         * Makefile.am (PACKAGEDATA): Include texi-version.am
3776         (stamp-vti, version.texi): Removed
3777         (TEXINFOS): Don't reference version.texi
3779         * texi-version.am: Initial revision
3781         * dist.am, dist-subd-top.am (dist):
3782         [DIST_SUBDIRS] Follow symlinks when copying.
3784         * dist-subd-top.am (dist): Removed unneeded subdir= option to make
3786 Sat Nov 25 23:23:39 1995  Tom Tromey  <tromey@cambric>
3788         * automake.in: Added --amdir option
3790         * Makefile.am, configure.in: Turned on internationalization
3792         * Makefile.am: Set EDITION
3794         * configure.in: Version 0.21
3796         * tags.am, tags-subd.am: Don't use double-colon rules
3798         * automake.in: Redid install-data, install-exec, uninstall handling
3800         * configure.in: Turn off i18n
3802 Fri Nov 24 23:51:37 1995  Tom Tromey  <tromey@cambric>
3804         * automake.in (common): Remove NLS
3806         * automake.in (common): Include ABOUT-NLS.
3808         * automake.in: Test for install-sh and mkinstalldirs
3810         * automake.in: Blank line after OBJECTS= line
3812         * automake.in: Start subshell in loop after check for Makefile.am
3814         * automake.in: --use-deps now the default
3816         * automake.in (am_dir): Don't apply transform to install directory name
3818         * packagedata.am: Don't apply transform to install directory name
3820         * Makefile.am (SUBDIRS): Hold off on internationalization
3822 Thu Nov 23 18:02:38 1995  Tom Tromey  <tromey@cambric>
3824         * automake.in:
3825         Write 'SOURCES =' line after copying Makefile.am variables
3827         * automake.in: Fixed bug in "--" option processing
3829         * subdirs.am: ($(RECURSIVE)): Removed trailing \ from last line
3831         * Makefile.am (DIST_OTHER): Include gettext-sh
3833         * Makefile.am (SUBDIRS): Define
3835         * configure.in: Include internationalization bits
3837         * automake.in: Many changes to avoid double-colon rules.
3839         * subdirs.am: ($(RECURSIVE)): Print name of target actually used
3841         * subdirs.am: Removed "::" rules
3843         * header.am: Removed install, uninstall
3845         * header.am: Added install, uninstall targets
3847         * hack-make.sed: Rewrite targets like "all-local" to "all_local"
3849         * header.am, libraries.am, mans.am, texinfos.am, footer.am:
3850         Removed "::" rules
3852         * Makefile.am (PACKAGEDATA): Include libscripts.am
3854         * libprograms.am: Don't install libscripts here
3856         * libscripts.am: Initial revision
3858         * scripts.am, programs.am, libprograms.am: Removed "::" rules
3860         * automake.in (am_dir): Run package name through name transform.
3862         * automake.in: Don't use packagedata.sed or data.sed
3864         * Makefile.am (PACKAGEDATA): Removed data.sed, packagedata.sed.  Added
3865         packagedata.am
3867         * data.am: No longer run through sed
3869         * packagedata.am: Initial revision
3871 Wed Nov 22 22:31:02 1995  Tom Tromey  <tromey@cambric>
3873         * automake.in: No blank line after Usage
3875         * automake.in: Removed "NLS nuisances" section.
3876         Now uniformly uses $echo for user-visible messages (in advance of
3877         internationalization)
3879         * subdirs.am (maintainer-clean): Don't use realclean-local
3881         * Makefile.am: Use PACKAGEDATA, not custom code
3883         * data.am: Use @LONG@, not $(@LONG@)
3885         * automake.in: Handle DATA and PACKAGEDATA
3887         * packagedata.sed: Initial revision
3889         * data.am: Use @DIR@, not $(@DIR@)
3891         * data.sed: Use $(datadir), not datadir
3893         * data.sed: Initial revision
3895         * data.am: Wrote uninstall targets
3897         * data.am: Initial revision
3899         * dist-subd.am (dist): Don't link a file that has already been linked
3901         * dist-subd-top.am, dist.am (dist):
3902         Run `automake --include-deps' before making distribution
3904         * automake.in: More dependency-tracking bug fixes
3906         * dist-vars.am (DIST_FILES): Rearranged to be like dist-vars-subd.am
3908         * dist-subd-vars.am (DIST_FILES): Include DIST_COMMON
3910         * tags-subd.am, tags.am: Added trailing blank line
3912         * depend.am: Use ".P", not "empty.P", as placeholder.
3914         * automake.in: Only include depend.am if SOURCES not empty
3916         * automake.in: Added --use-deps and --include-deps options.
3917         Handle auto-generating dependencies.
3919         * Makefile.am (am_DATA): Include depend.am
3921         * depend.am: Initial revision
3923         * automake.in: Look for acconfig.h, config.h.top, and config.h.bot
3925         * automake.in: Put blank line after .SUFFIXES
3927         * scripts.am: Added blank line at end
3929         * scripts.am: Removed unnecessary comment
3931         * scripts.am: Removed unnecessary workarounds
3933         * automake.in: Don't include programs.am if PROGRAMS empty
3935         * header-vars.am (INSTALL_SCRIPT): Typo
3937         * texinfos.am, compile-kr.am: Don't include .SUFFIXES
3939         * automake.in: Handle .SUFFIXES here.
3941         * configure.in: Use fp_PROG_INSTALL
3943         * header-vars.am: Changes for autoconf 2.5.
3944         Now includes INSTALL_SCRIPTS.
3946         * texinfos.am (install-info): Bug fix
3948         * automake.in:
3949         Include scripts.am or libscripts.am in output if appropriate
3951         * programs.am (install-programs, uninstall-programs):
3952         Don't install SCRIPTS
3954         * Makefile.am (am_DATA): Include scripts.am
3956         * scripts.am: Initial revision
3958 Tue Nov 21 09:11:38 1995  Tom Tromey  <tromey@cambric>
3960         * automake.in:
3961         Cleaned up how "prog_SOURCES" variable is found in input.
3962         Ditto prog_OBJECTS.
3963         Put static sed scripts into separate, installed files.
3965         * Makefile.am (am_DATA): Include hack-make.sed and nl-remove.sed
3967         * hack-make.sed, nl-remove.sed: Initial revision
3969         * texinfos.am (install-info): Rewrote
3971         * subdirs.am (all-recursive): Put with other -recursive rules
3973         * configure.in: Version 0.20
3975         * automake.in: Another bug fix
3977         * automake.in: Bug fix when looking for texinfo.tex
3979         * texinfo.tex: Initial revision
3981         * automake.in:
3982         If TEXINFOS defined but texinfo.tex does not exist, give warning.
3984         * subdirs.am (all): Renamed from _all.  Now uses all-recursive
3985         (all-recursive): Don't fail immediately if -k specified.
3987 Mon Nov 20 22:48:03 1995  Tom Tromey  <tromey@cambric>
3989         * subdirs.am (_all):
3990         New target.  Now use Jim Meyering's formulation of AIX
3991         workaround.
3992         (install-exec, install-data): New targets
3994 Sat Nov 18 19:07:30 1995  Tom Tromey  <tromey@cambric>
3996         * remake.am (Makefile.in): automake "Makefile", not "Makefile.am"
3998         * automake.in: Use @datadir@
4000         * automake.in: Added @configure_input@ line
4002 Fri Nov 17 23:32:43 1995  Tom Tromey  <tromey@cambric>
4004         * automake.in: "--help" option now prints auto-recognized file names.
4005         Allow AM_ overriding of more variables.
4007         * texinfos.am (install-info):
4008         Don't cd to srcdir to avoid breaking install-sh
4009         Other bug fixes
4011         * Makefile.am: Handle automake.texi
4013 Thu Nov 16 18:43:43 1995  Tom Tromey  <tromey@cambric>
4015         * subdirs.am (all): Separated out due to AIX 3.2.5 bug.
4017         * tags.am (TAGS): bug fix
4019         * automake.in: Use am_dir, not AM_DIR.
4020         Use version, not VERSION.
4021         Bug fix in TAGS code.
4023         * Makefile.am (am_DATA): Include tags.am and tags-subd.am
4025         * subdirs.am: TAGS target now in tags.am
4027         * footer.am: TAGS and ID targets now in tags-subd.am
4029         * tags-subd.am, tags.am: Initial revision
4031         * automake.in: Cleaned up AM_PROGRAM code.
4032         Handle TAGS target better
4034         * remake.am, remake-subd.am (Makefile.in): Bug fix.
4036         * automake.in (usage): Updated
4038         * remake-subd.am, remake.am:
4039         Added rule where Makefile.in depends on Makefile.am
4041         * automake.in: Entire body of 'for' loop now in subshell
4043         * automake.in (common): config.guess and config.sub are common files.
4045         * dist-subd-top.am, dist.am (dist): Bug fix.
4047         * Makefile.am (DIST_OTHER): Don't include TODO
4049         * automake.in: Auto-include TODO and THANKS files.
4051         * dist-subd-top.am, dist.am (dist): Don't depend on DIST_DIRS
4053         * automake.in: More bug fixes in "look for Makefile.am" code.
4055         * automake.in: Bug fix in "look for Makefile.am" code.
4057         * automake.in:
4058         If no arguments given, look for all Makefile.am's in this
4059         directory and in immediate subdirs
4061         * automake.in: Bug fixes for LDADD-override feature.
4063         * program.am: Use @PROGRAM@_LDADD, and put after LDFLAGS
4065         * automake.in: Allow `prog_LDADD', if specified, to override LDADD.
4067         * automake.in: Use AM_PROGRAMS, not ALLPROGRAMS, and invert sense.
4069         * header-vars.am (ALL): Use PROGRAMS, not ALLPROGRAMS.
4071 Wed Nov 15 01:54:43 1995  Tom Tromey  <tromey@cambric>
4073         * automake.in: No longer look for _SOURCES or _OBJECTS
4075         * header-vars.am:
4076         Remove "automatically created" header (now in automake).
4077         Updated copyright.
4079         * automake.in: Put version info in Makefile header
4081 Tue Nov 14 23:38:17 1995  Tom Tromey  <tromey@cambric>
4083         * automake.in: Minor cleanups
4085         * dist-subd-top.am, dist.am (dist):
4086         Don't link or copy file if it already exists.
4088         * automake.in:
4089         Look for _SOURCES (common sources) and generate _OBJECTS.
4091         * footer.am (ID, TAGS): Include HEADERS
4093         * dist-vars.am, dist-subd-vars.am (DIST_FILES): Include HEADERS
4095 Mon Nov 13 22:20:02 1995  Tom Tromey  <tromey@cambric>
4097         * dist-subd.am (distdir): Is relative to ".."
4099         * dist-subd-vars.am (PACKAGE, VERSION): Define
4101         * dist-subd.am (dist): Don't handle DIST_DIRS.
4103         * mans.am (uninstall-man): Another bug fix.
4105         * mans.am (uninstall-man): Bug fix.
4107         * dist.am, dist-subd-top.am (dist): Bug fix
4109         * Makefile.am (DIST_SUBDIRS): New macro
4111         * dist-subd-top.am, dist.am (dist): Handle DIST_SUBDIRS
4113         * Makefile.am (DIST_OTHER): Include automake.in
4115         * Makefile.am (DISTCLEANFILES): New macro.
4117         * automake.in (common): Include COPYING.LIB
4119         * Makefile.am (automake): New rule.
4121         * texinfos.am (install-info): Changed per GNU standards
4123         * remake-hdr.am (stamp-h.in):
4124         Use "touch", not "date", per GNU standards.
4126         * automake.in (common): Include texinfo.tex
4128 Sun Nov 12 23:59:08 1995  Tom Tromey  <tromey@cambric>
4130         * automake.in: More fixes when finding common files.
4132         * Makefile.am (DIST_OTHER): Another removal.
4134         * automake.in: Special-case when amdir=.
4136         * Makefile.am (DIST_OTHER): Removed auto-detected files.
4138         * automake.in:
4139         Search for commonly-used files and auto-include them in distribution
4141         * dist-vars.am (DIST_FILES): Include DIST_COMMON.
4142         (DIST_CONF): Removed files searched for by automake.
4144         * automake.in: More arg-parsing bug fixes.
4146         * Makefile.am (DIST_OTHER): Include install-sh
4148         * Makefile.am (DIST_OTHER): Don't include auto-included files.
4150         * automake.in: Bug fixes to argument parsing code.
4152         * automake.in: Handle --version and --help.
4153         NLS stuff from autoconf.
4155         * Makefile.am (amdatadir): Fixed typo.
4156         (install): Make install directories
4158         * Makefile.am: Use "install::", not "install:"
4160         * install-sh, mkinstalldirs: Initial revision
4162         * configure.in: Use AC_PROG_INSTALL
4164         * automake.in: Set AM_DIR based on configure results.
4166         * Makefile.am (install): New target.
4167         (amdatadir): New variable.
4169         * automake.in: Use "#! /", not "#!/".
4171         * Makefile.am, configure.in: Initial revision
4173         * automake.in: Renamed from "automake".
4174         Set VERSION.
4176         * dist.am (PACKAGE, VERSION): Now in dist-vars.am
4178         * automake.in: Insert remake-subd.am if appropriate.
4180         * subdirs.am (TAGS): Include $(CONFIG_HEADER) when making tags.
4182         * automake.in: Handle ALLPROGRAMS variable.
4184         * header-vars.am (ALL): Use ALLPROGRAMS, not PROGRAMS.
4186         * automake.in: Fixlet when printing "subdir=DIR"
4188         * automake.in: Put "subdir=DIR" into subdir Makefile
4190         * automake.in: Don't refer to distname.am.
4191         Only put footer.am in subdir Makefiles.
4193         * subdirs.am (id, ID): New target.
4194         (.NOEXPORT): Copied from footers.am.
4196         * subdirs.am (TAGS): Bug fixes.
4198         * subdirs.am (TAGS): Don't fail if a subdir doesn't have TAGS target.
4200         * subdirs.am (maintainer-clean-local): Remove TAGS
4202         * subdirs.am (TAGS): Make tags file that includes all subdir tags files
4204         * subdirs.am: Use maintainer-clean, per GNU standards
4206         * dist-subd-top.am: Some variables defined in dist-vars.am
4208         * dist-vars.am (PACKAGE, VERSION):
4209         New variables, initialized by configure
4211         * footer.am (id, ID): New targets
4212         (TAGS): Put TAGS file in build, not source, directory
4214         * remake-subd.am (Makefile): Don't assume subdir is 'src'
4216         * dist.am: Changed to assume PACKAGE and VERSION are set by configure.
4218         * dist-subd.am: Changed to conform to new top-level dist target.
4220         * dist-subd-top.am:
4221         Changed to assume PACKAGE and VERSION are set by configure.
4223         * clean-kr.am, clean.am (maintainer-clean):
4224         Updated rules per GNU standards.
4226         * clean.am, clean-kr.am (maintainer-clean): Renamed from realclean.
4228 Sat Nov  5 14:39:50 1994  djm  <djm@cambric>
4230         * automake.in, texinfos.am: kludge for multiple-part info files
4232 Thu Nov  3 13:33:44 1994  djm  <djm@cambric>
4234         * clean.am, clean-kr.am: remove INFOS
4236 Wed Nov  2 06:15:42 1994  djm  <djm@cambric>
4238         * texinfos.am: add path
4240         * remake.am, remake-hdr.am: account for VPATH limitations
4242 Mon Oct 24 23:01:59 1994  djm  <djm@cambric>
4244         * automake.in, dist-subd-top.am, dist-subd.am, dist.am, header-vars.am, libprograms.am, programs.am:
4245         handle SCRIPTS and LIBSCRIPTS similar to PROGRAMS
4247 Sun Oct 23 01:50:41 1994  djm  <djm@cambric>
4249         * texinfos.am: install-info depends on info files
4251         * dist-subd-vars.am, dist-vars.am: distrib info files
4253 Sun Oct  2 02:03:06 1994  djm  <djm@cambric>
4255         * clean-kr.am, clean.am: fix up distclean
4257         * subdirs.am: fix typo
4259         * clean.am: do more in distclean
4261 Sat Oct  1 23:52:51 1994  djm  <djm@cambric>
4263         * libraries.am: make install depend on all
4265         * automake.in: fix typo
4267 Wed Sep 28 21:15:26 1994  djm  <djm@cambric>
4269         * dist-subd-vars.am, dist-vars.am, header-vars.am: fix doc bugs
4271         * automake.in, compile-vars.am, dist.am: fix dist for no subdirs
4273         * dist-subd-top.am: Initial revision
4275         * automake.in, header-vars.am, libraries-vars.am, mans-vars.am, texinfos-vars.am:
4276         centralize prefix var setting
4278         * header-vars.am: set all the std vars based on prefix
4280 Tue Sep 27 01:32:22 1994  djm  <djm@cambric>
4282         * automake.in: don't add kr stuff if not needed
4284         * dist-vars.am: add config vars to dist
4286 Mon Sep 26 23:09:09 1994  djm  <djm@cambric>
4288         * program.am: add LDADD
4290         * compile-vars.am: remove LDADD from LDFLAGS
4292         * clean.am: move knr stuff to another file
4294         * automake.in: use different clean file for ansi2knr
4296         * clean-kr.am: Initial revision
4298 Thu Sep 22 03:45:02 1994  djm  <djm@cambric>
4300         * automake.in, dist-subd.am, dist.am: fix rules and dist
4302 Tue Sep 20 21:29:40 1994  djm  <djm@cambric>
4304         * compile.am, automake.in: split out knr
4306         * compile-kr.am: Initial revision
4308         * libprograms.am: fix typo
4310         * automake.in, clean.am, compile-vars.am, header-vars.am, libprograms.am:
4311         make libprograms work
4313         * libprograms.am: Initial revision
4315         * automake.in, compile.am, header-vars.am: fix little bugs
4317         * compile.am: allow parallel K&R
4319         * clean.am: remove kerb temps
4321         * automake.in: fix recognizing start of rules
4323         * dist-subd.am, dist.am: fix dist
4325         * automake.in, compile.am, footer.am, texinfos.am: fix ansi2knr
4327 Mon Sep 19 23:39:21 1994  djm  <djm@cambric>
4329         * automake.in: works on m4 too
4331         * automake.in, mans.am: works on fileutils
4333         * 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:
4334         works on fileutils except for all
4336         * automake.in: vars thing
4338         * header-vars.am: Initial revision
4340         * texinfos-vars.am, mans-vars.am, libraries-vars.am, dist-vars.am, dist-subd-vars.am:
4341         entered into RCS
4343         * compile-vars.am: Initial revision
4345         * automake.in: many improvements
4347         * footer.am: Initial revision
4349         * dist.am: remove distname
4351         * automake.in: namespace cleanup
4353         * distname.am: Initial revision
4355         * 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:
4356         might work
4358         * 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:
4359         Initial revision