makeinfo bug fixes
[automake.git] / ChangeLog
blobb7c6444219c169da3bde8c310569a479f4e67df3
1 Wed Apr 16 00:05:47 1997  Tom Tromey  <tromey@cygnus.com>
3         * automake.in (define_program_variable): Added `override' argument.
4         (handle_texinfo): Pass override arg when defining MAKEINFO.
5         (AC_MISSING_PROG): New constant.
6         (scan_one_configure_file): Use it.
8 Tue Apr 15 12:12:28 1997  Tom Tromey  <tromey@cygnus.com>
10         * automake.in (handle_texinfo): In --cygnus mode, reserve
11         clean-info for the user.
13         * automake.in (handle_subdirs): Typo fix.  From Akim Demaille.
15         * automake.in (handle_tags): Only use SUBDIRS if it is actually
16         defined.  Report from Ian Taylor.
18         * tags.am: Added prefix to SUBDIRS rules.
20 Wed Apr  9 17:09:40 1997  Tom Tromey  <tromey@cygnus.com>
22         * automake.in (handle_ltlibraries): Use correct rpath
23         substitution.  Bug from Jim Blandy.
25 Mon Apr  7 17:40:18 1997  Tom Tromey  <tromey@cygnus.com>
27         * automake.in (AM_INIT_AUTOMAKE_PATTERN): Fixed for new 3rd arg.
28         Test version2.test.
30 Thu Apr  3 19:07:59 1997  Tom Tromey  <tromey@cygnus.com>
32         * Released 1.1n.
34         * tags.am (TAGS): Run "cd && etags" in subshell for proper
35         associativity.
37         * texinfos.am (install-info-am): If --cygnus, then info file can
38         be in build dir.  From David Zaroski.
40         * ltlibrary.am (@LTLIBRARY@): use @RPATH@, not explicit -rpath.
42         * automake.in (handle_ltlibraries): Treat EXTRA_ libraries
43         specially.
45 Wed Apr  2 00:03:50 1997  Tom Tromey  <tromey@cygnus.com>
47         * automake.in (handle_source_transform): Don't generate dependency
48         on config.h.
49         (scan_dependency_file): Strip the .P file from the target.
51         * automake.in (handle_tags): Use single, not double, quotes when
52         setting list variable.
54         * data.am, header.am, libs.am, lisp.am, ltlib.am, progs-clean.am,
55         progs.am, scripts.am, tags.am: Use single quotes to fill list
56         variable; otherwise `$' in filename will not work.  From Per
57         Bothner.
59         * mdate-sh: Use "ls -d" so mdate-sh can be run on a directory.
60         From Bruno Haible.
62         * automake.in (handle_programs): Error if LIBADD used where LDADD
63         meant.
64         (handle_libraries): Error if LDADD used where LIBADD meant.
65         (handle_ltlibraries): Likewise.
67 Tue Apr  1 22:46:33 1997  Tom Tromey  <tromey@cygnus.com>
69         * automake.in (check_canonical_spelling): New sub.
70         (handle_programs): Use it.
71         (handle_libraries): Likewise.
72         (handle_ltlibraries): Likewise.
74 Mon Mar 31 12:13:08 1997  Tom Tromey  <tromey@cygnus.com>
76         * depend2.am (.deps/%.P): Make .P file depend on everything the .c
77         file includes.
79 Fri Mar 28 23:34:49 1997  Tom Tromey  <tromey@cygnus.com>
81         * automake.in (handle_configure): Error if stamp-h appears in
82         AC_OUTPUT line.
84 Thu Mar 27 17:28:47 1997  Tom Tromey  <tromey@cygnus.com>
86         * automake.in (handle_dist_worker): Avoid automake rules in
87         generated Makefile when no-dependencies specified.  From Greg
88         Woods.
90         * m4/lispdir.m4: Don't AC_SUBST ELCFILES.  From Greg Woods.
92         * texi-vers.am (stamp-@VTI@): Make commands silent.
94         * Makefile.am (maintainer-check): "true" is ok now.
96         * m4/init.m4: Added optional 3rd argument, which avoids
97         AC_DEFINE.
99         * automake.in (scan_one_configure_file): Explicitly avoid
100         INSTALL_SCRIPT to avoid defining it twice.
102         * header-vars.am: Change _INSTALL variable definitions to `true'.
103         Updated all users to put `@' before invocation.
105 Tue Mar 25 22:09:45 1997  Tom Tromey  <tromey@cygnus.com>
107         Update to follow GNU Standards:
108         * automake.in (handle_man_pages): Use NORMAL_UNINSTALL before
109         uninstall-man.
110         * texinfos.am (uninstall-info): Use two loops, and have
111         PRE_UNINSTALL before running install-info.
112         * data.am, header.am, libs.am, lisp.am, ltlib.am, progs.am,
113         scripts.am, texinfos.am: Use NORMAL_UNINSTALL.
114         * header-vars.am (PRE_UNINSTALL, POST_UNINSTALL,
115         NORMAL_UNINSTALL): Define.
117         * automake.in (scan_one_configure_file): Don't define ANSI2KNR as
118         a configure varriable.
120         * m4/missing.m4: Run test in a subshell.  From Gord Matzigkeit.
122 Mon Mar 24 23:28:59 1997  Tom Tromey  <tromey@cygnus.com>
124         * m4/sanity.m4: Sleep before creating temp file.
126         * header-vars.am (NORMAL_INSTALL, PRE_INSTALL, POST_INSTALL):
127         Define.
129 Sat Mar 22 00:06:00 1997  Tom Tromey  <tromey@cygnus.com>
131         * automake.in (am_install_var): Make sure to delete
132         CYGWIN/NOTCYGWIN tokens as appropriate.
133         (handle_programs): Remove NOTCYGWIN tokens as well.
134         (file_contents_with_transform): A single newline makes an empty
135         line.
137         * program.am: Remove executable before linking.
139         * texinfos.am (.texi.dvi): Look in @TEXINFODIR@ for texinfo.tex.
140         (.texinfo.dvi): Likewise.
142         * automake.in (handle_texinfo): TEXINFO_TEX variable can set
143         location of texinfo.tex.
145 Fri Mar 21 10:22:51 1997  Tom Tromey  <tromey@cygnus.com>
147         * texinfos.am (.texinfo.dvi): Mirror .texi.dvi.
149         * ansi2knr.c, ansi2knr.1: New versions from L. Peter Deutsch.
151         * scripts.am: Add @EXEEXT@ to installed scripts.
153 Wed Jan 22 20:12:31 1997  Jim Meyering  <meyering@na-net.ornl.gov>
155         * m4/mktime.m4 (AM_FUNC_MKTIME): Run tests for each of a few values
156         for the TZ environment variable.  Andre Novaes Cunha provided the
157         hairy TZ setting that exercized the Solaris tzset bug.
159 1997-01-22  Paul Eggert  <eggert@twinsun.com>
161         * m4/mktime.m4: (AM_FUNC_MKTIME): Fix bug in mktime test -- don't
162         test now, test a couple of thousand times.
164 Thu Mar 20 00:16:54 1997  Tom Tromey  <tromey@cygnus.com>
166         * automake.in (handle_programs): Remove CYGWIN lines unless
167         AM_CYGWIN32 seen.
168         (am_install_var): Remove CYGWIN lines from -clean file as well.
170         * progs.am: Put @EXEEXT@ where appropriate.
172         * program.am (@PROGRAM@): If using Cygwin32, then create actual
173         name in addition to ".exe" name.
175         * progs-clean.am (clean-@DIR@PROGRAMS): Conditionalize on CYGWIN.
177         * automake.in (check_cygnus): Require AM_CYGWIN32 in --cygnus mode.
178         (am_install_var): If AM_CYGWIN32 not seen, then remove @EXEEXT@
179         from .am files.
181         * automake.in (seen_cygwin32): New global.
182         (scan_one_configure_file): Check for AM_CYGWIN32.
184         * m4/cygwin.m4: New file.
186         * automake.in (scan_one_configure_file): Explicitly handle
187         AC_CONFIG_HEADER so we can avoid spurious warnings.
188         (obsolete_macros): Removed AC_CONFIG_HEADER.
190         * automake.in (handle_yacc_lex_cxx): Perl 4 fixes.  From Greg
191         A. Woods.
193 Wed Mar 19 00:35:13 1997  Tom Tromey  <tromey@cygnus.com>
195         * Released 1.1m.
197         * m4/missing.m4: Print message saying what is happening.
199         * m4/sanity.m4: sleep before testing.
201 Tue Mar 18 17:20:03 1997  Tom Tromey  <tromey@cygnus.com>
203         * config.guess, config.sub: New from the FSF.
205         * automake.in (initialize_global_constants): [common_files]
206         Include `missing'.
207         (scan_configure): Require `missing'.
209         * header-vars.am (MAKEINFO): Don't define.
211         * m4/init.m4 (missing_dir): Use AM_MISSING_PROG.
212         * m4/missing.m4: New file.
214         `missing' changes from François Pinard:
215         * Everywhere: Use ACLOCAL_M4 to name aclocal.m4 file; ACLOCAL now
216         names aclocal program.
217         * m4/init.m4: Replace programs with `missing' if not found.
218         * automake.in (handle_texinfo): Define MAKEINFO as @MAKEINFO@.
219         (AC_CHECK_PATTERN): Check for alphanumeric names only.
220         (handle_aclocal_m4): Use ACLOCAL, not aclocal.
221         * Makefile.am (pkgdata_SCRIPTS): Include missing.
222         * missing: New file.
224         * automake.in (target_defined): New sub.
225         (handle_footer): Error if target .SUFFIXES used.
227 Sun Mar 16 14:33:41 1997  Tom Tromey  <tromey@cygnus.com>
229         * automake.in (handle_lib_objects): Set seen_c_source to line
230         number.
231         (handle_yacc_lex_cxx): Use seen_c_source as line number.
232         (am_line_error): Line of -1 means skip line-number check.
234         * automake.in (read_am_file): Change to keep perl -w quiet.
235         (check_typos): Removed extra check of EXTRA_ containing config
236         subs.
238 Mon Mar 10 23:17:19 1997  Tom Tromey  <tromey@cygnus.com>
240         * remake-hdr.am (stamp-h): Set CONFIG_HEADERS to
241         $(CONFIG_HEADER_FULL).
242         * automake.in (handle_configure): Define CONFIG_HEADER_FULL.
244         * automake.in (handle_lib_objects): Set seen_c_source as
245         appropriate.  From Alexander V. Lukyanov.  Test cxxlibobj.test.
247 Sat Mar  8 22:54:35 1997  Tom Tromey  <tromey@cygnus.com>
249         * texinfo.tex: New version.
251         * automake.in (handle_emacs_lisp): If EMACS is `no', then we
252         couldn't find an Emacs.  So don't bother running elisp-comp.  From
253         Ulrich Drepper.
255         * automake.in (handle_texinfo): Added .tr and .cv to list of
256         texinfo clean extensions.  From Karl Berry.
258 Fri Feb 28 22:14:53 1997  Tom Tromey  <tromey@cygnus.com>
260         * Makefile.am: Make sure we never use "undef".
262         * automake.in (usage): Changed bug-reporting address.
263         (handle_dist): Use undef, not delete.
265 Wed Feb 26 08:41:11 1997  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
267         * automake.in (%obsolete_macros): Reintroduce, with hints for what
268         to do to upgrade the support.
270         * automake.in, ltlib-clean.am, ltlib.am, ltlibrary.am: Revamped
271         libtool support to use the _LTLIBRARIES primary.
273 Wed Feb 26 00:20:39 1997  Tom Tromey  <tromey@cygnus.com>
275         * automake.in (handle_tags): In default case, add @tags_deps to
276         dependencies of tags target.
278 Tue Feb 25 23:46:29 1997  Tom Tromey  <tromey@cygnus.com>
280         * automake.in (handle_tests): If a test failed, then make should
281         fail.  From Jim Meyering.
283 Mon Feb 24 19:02:21 1997  Tom Tromey  <tromey@cygnus.com>
285         * texi-vers.am (@VTEXI@): Copy stamp file into output.
287 Sun Feb 23 00:10:36 1997  Tom Tromey  <tromey@cygnus.com>
289         * automake.in (handle_programs): Give correct error line for lex
290         error.
291         (am_line_error): Avoid uninitialized value errors from perl -w.
293         * aclocal.in (scan_m4_files): Fixed perl -w warning.
295         * texinfos.am (.texi, .texinfo): New targets.
297         * automake.in (scan_texinfo_file): Renamed.
298         (handle_texinfo): Handle files without ".info" extension.
300         * automake.in (handle_subdirs): Error if directory contains "/".
301         (handle_yacc_lex_cxx): Quoting fix.
302         (handle_single_transform_list): Use transformed (non-ansi) version
303         of $obj instead of explicit ".o".  From Gord Matzigkeit.
305         * m4/sanity.m4: Pass -L to ls if possible.
307 Sat Feb 22 15:22:31 1997  Tom Tromey  <tromey@cygnus.com>
309         * dist-vars.am (DISTFILES): Don't distribute MANS.
311         * automake.in (handle_dist): Use define_variable to define TAR,
312         GZIP.
313         (handle_dist): Pass GZIP in environment to tar.
314         (initialize_global_constants): Likewise.
316         From Kaveh Ghazi:
317         * m4/protos.m4: Don't put any dependencies on AC_C_INLINE or
318         AC_C_CONST.
319         * m4/ccstdc.m4: Force AM_PROG_CC_STDC to come before AC_C_INLINE
320         or AC_C_CONST.
322 Fri Feb 21 00:39:17 1997  Tom Tromey  <tromey@cygnus.com>
324         From The Crimson Binome:
325         * automake.in (handle_yacc_lex_cxx): Handle C++ yacc/lex source.
326         (output_yacc_build_rule): New sub for C++ yacc/lex.
328         * automake.in (my_glob): New sub.
329         (handle_dependencies): Use my_glob.
330         (handle_aclocal_m4): Scan ACLOCAL_AMFLAGS for dependencies.
332         * ltlibs.am, lisp.am, libs.am, header.am, data.am, progs.am,
333         scripts.am, texinfos.am: Add leading space to echo.
335         * automake.in (handle_texinfo): Added .tps and .vrs to list of TeX
336         endings.  From Jim Blandy.
337         (install_man_format): Make rule silent; instead print actual
338         command.
340 Tue Feb  4 18:29:42 1997  Tom Tromey  <tromey@cygnus.com>
342         * dist-vars.am (TAR): Removed.
343         * automake.in (TAR): New variable.
344         (handle_dist): Explicitly define TAR.
345         * configure.in: Compute TAR.
347         * automake.in (handle_lib_objects): Put @ALLOCA@ on @dep_list, not
348         @dep_files.
349         (AC_SUBST_PATTERN): Typo fix.
350         (handle_aclocal_m4): Use ACLOCAL_AMFLAGS.
351         (handle_clean): Put -recursive target before -am target.
352         (handle_merge_targets): Put basename of $config_name on @all.
353         Test confsub.test.  From Ramón García Fernández.
355 Tue Jan 28 22:19:04 1997  Tom Tromey  <tromey@cygnus.com>
357         * automake.in (initialize_global_constants): Put libtoolize files
358         into @common_files, not @common_sometimes.  From Gord Matzigkeit.
360 Sun Jan 26 17:46:08 1997  Tom Tromey  <tromey@cygnus.com>
362         * texinfos.am (.texi.info): If --cygnus, set -I $(srcdir).  From
363         Per Bothner.
365 Sun Jan 12 18:28:16 1997  Fred Fish  (fnf@ninemoons.com)
367         * automake.in: Use 'interlock' and 'ylwrap' from source
368         directory or aux config directory, not build directory.
370 Tue Jan  7 18:35:10 1997  Tom Tromey  <tromey@cygnus.com>
372         * aclocal.in (parse_arguments): Handle -I.
373         (usage): Ditto.
374         (scan_m4_files): Ditto.
376         * automake.in (handle_single_transform_list): Don't give error
377         message if extension unrecognized.
379 Tue Dec 17 11:18:20 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
381         * m4/header.m4 (AM_CONFIG_HEADER): Check for $CONFIG_HEADERS, not
382         $CONFIG_HEADER.
384 Tue Jan  7 17:59:26 1997  Tom Tromey  <tromey@cygnus.com>
386         * automake.in (scan_one_configure_file): AM_INIT_GUILE_MODULE runs
387         AM_PROG_INSTALL, not AC_PROG_INSTALL.  From Jim Blandy.
388         (handle_texinfo): Handle no-texinfo.tex option.
389         (handle_options): Ditto.
391 Thu Jan  2 14:16:17 1997  Tom Tromey  <tromey@cygnus.com>
393         * automake.in (am_install_var): Ignore EXTRA libtool libraries.
394         From Marius Vollmer.
396 Wed Dec 18 15:27:09 1996  Tom Tromey  <tromey@cygnus.com>
398         * automake.in (read_am_file): Sort configure_vars before adding to
399         output_vars.
400         (handle_yacc_lex_cxx): Sort de_ansi_objects.
401         (handle_man_pages): Sort %section keys.
403 Tue Dec 10 00:41:17 1996  Tom Tromey  <tromey@cygnus.com>
405         * automake.in (AC_SUBST_PATTERN): Check for alphanumeric variable
406         names only.  Test subst.test.
407         (scan_one_configure_file): Skip AC_DEFUN lines.  Test
408         defun2.test.
410 Mon Dec  9 08:18:42 1996  Tom Tromey  <tromey@cygnus.com>
412         * automake.in (file_contents_with_transform): Use ne, not !=, to
413         compare strings.  Compare against correct string.  From Jim
414         Meyering.
415         (handle_texinfo): Use rm -f to remove info files.  From Gord
416         Matzigkeit.
418         * Released 1.1l.
420         * automake.in (handle_texinfo): Put .ps on @suffixes.
422 Sun Dec  8 12:29:52 1996  Tom Tromey  <tromey@cygnus.com>
424         * automake.in (am_install_var): Directory with 'exec' in its name
425         is installed by install-exec.
427         * subdirs.am (maintainer-clean-recursive): Make commands quiet.
428         * texinfos.am: Make commands quiet.
429         * scripts.am: Make commands quiet.
430         * progs.am: Make commands quiet.
431         * ltlibs.am: Make comamnds quiet.
432         * lisp.am: Make commands quiet.
433         * libs.am: Make commands quiet.
434         * header.am: Make commands quiet.
435         * data.am: Make commands quiet.
437         * automake.in (variable_value_as_list): Handle := substitution
438         references.
439         (am_conf_line_error): Take file argument.  Changed all callers.
440         (scan_one_configure_file): Skip config header of [$1].
441         (scan_dependency_file): Don't add top_builddir to regex if it is
442         ".".  Don't include top_builddir in output if it is ".".
443         (scan_one_configure_file): Skip version of [$2].
445 Sat Dec  7 11:34:39 1996  Tom Tromey  <tromey@cygnus.com>
447         * automake.in (scan_one_configure_file): New sub.
448         (scan_configure): Scan aclocal.m4 as well as configure.in.
449         (handle_configure): Makefile.in now depends on $(ACLOCAL), because
450         automake scans it.
452         * automake.in (handle_configure): Put full path to file onto
453         @rewritten_inputs.  Test output4.test.
455         * automake.in (handle_configure): Put proper name onto @inputs.
456         Test output3.test.
458         * automake.in (handle_configure): Pass correct args to automake
459         invocations.  Test remake2.test.
461         * automake.in (handle_configure): Check dirname of $file, not of
462         $local.  Test output2.test.
464         * automake.in (handle_dependencies): Added some missing ";"s in
465         transforms.
466         (get_object_extension): Ditto.
467         (handle_tags): Ditto.
468         (handle_tests): Ditto.
469         (read_am_file): Ditto.
470         (am_install_var): Ditto.
471         (file_contents_with_transform): Die if transform missing trailing
472         ";".
474         * automake.in (am_install_var): Quote $ in regexp substitution.
475         From Ulrich Drepper.
477 Fri Dec  6 18:54:10 1996  Tom Tromey  <tromey@cygnus.com>
479         * automake.in (handle_configure): Require actual input files, not
480         rewritten input files.  From Ulrich Drepper.
482 Thu Dec  5 02:52:20 1996  Tom Tromey  <tromey@cygnus.com>
484         Suggestion from Mark Galassi:
485         * texinfos.am (DVIPS): New macro.
486         (.dvi.ps): New rule.
488         * automake.in (handle_dependencies): Check to make sure
489         --build-directory specified before searching for .P files.
490         (handle_configure): Correctly handle ":" syntax when running
491         config.status.
493         * remake.am: Removed rules to regenerate Makefile and Makefile.in;
494         now handled by handle_configure.
496         * remake-subd.am: Removed.
498         * automake.in (scan_configure): Handle multiple ":"s in AC_OUTPUT
499         arg.
500         (parse_arguments): Ditto.
501         (handle_configure): Ditto.
502         (%other_output_files): Removed.
503         (rewrite_inputs_into_dependencies): New sub.
504         (handle_configure): Use it.
505         (handle_configure): Ditto.
507         From Gord Matzigkeit:
508         * automake.in (generate_makefile): Handle ":" in AC_OUTPUT arg.
509         (handle_configure): Ditto.
511         * automake.in (handle_single_transform_list): .S is assembly
512         source.  From Anthony Green.
514         * automake.in (handle_single_transform_list): Correctly rewrite
515         C++ and Fortran source to objects ending in ".o".  Test
516         cxxo.test.
518         * automake.in: Better error message if file missing.
520         * aclocal.in (@obsolete_macros): ud_GNU_GETTEXT is obsolete.
521         * automake.in (handle_gettext): Use AM_GNU_GETTEXT, not
522         ud_GNU_GETTEXT.
523         (scan_configure): Ditto.  ud_GNU_GETTEXT is now obsolete.
525 Wed Dec  4 00:41:23 1996  Tom Tromey  <tromey@cygnus.com>
527         * automake.in (scan_configure): Skip empty elements when adding to
528         libsources.  Perl 4 bug reported by Greg A Woods.
530         * Makefile.am (perl4-check): New target.
531         (cvs-dist): Run perl4-check.
533         Perl 4 fixes.  Reported by Greg A. Woods:
534         * automake.in (file_contents_with_transform): If transform caused
535         all chars to go away, then skip rest of loop.
536         (handle_texinfo): Don't use "next" in arg to
537         file_contents_with_transform.
538         (handle_dependencies): Ditto.
539         (handle_tests): Ditto.
541         * m4/regex.m4 (AM_WITH_REGEX): Check for GNU regex in libc.  From
542         Andreas Schwab.
544         * automake.in (parse_arguments): Removed --strictness.
545         (handle_dist_worker): Don't use --strictness.
546         (handle_configure): Ditto.
547         (initialize_global_constants): Don't mention --strictness.
549         * automake.in (handle_merge_targets): Use all-recursive-am instead
550         of all-recursive-hack.  The latter is ugly, according to Joel
551         Weber.
553         * automake.in (handle_emacs_lisp): Push $(ELCFILES) onto @all.
555         * automake.in (do_one_clean_target): Allow -local version of clean
556         targets.
558 Tue Dec  3 18:58:40 1996  Tom Tromey  <tromey@cygnus.com>
560         * automake.in (handle_dependencies): Skip C-only lines in
561         depend2.am when appropriate.
562         * depend2.am (.deps/%.P): Omit modification of $o if language is
563         not C.
565 Tue Dec  3 11:29:01 1996  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
567         * compile-kr.am: Quote arguments to echo.
569         * progs.am: Fix up problems when LIBTOOL is not defined (by
570         setting shell variable instprog to the installation program).
572         * aclocal.in (scan_file): Allow the acinclude.m4 file to override
573         any other macro files (but still prevent multiple definitions
574         within acinclude.m4).
576 Tue Dec  3 10:40:48 1996  Tom Tromey  <tromey@cygnus.com>
578         From Ulrich Drepper:
579         * automake.in (handle_emacs_lisp): Typo fix.
580         (scan_configure): Only recognize VERSION after whitespace.
582         * texinfos.am: install-info requires path to info file.
584         * progs.am: Use @LIBTOOL@, not $(LIBTOOL).
586         * automake.in (am_install_var): If -ltlibs passed, substitute
587         @LIBTOOL@.
589 Mon Dec  2 13:51:11 1996  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
591         * automake.in (get_object_extension): Unshift ansi2knr onto the
592         all target, so that it builds before any other targets.
593         [de_ansi_objects]: Delete, since unshifting ansi2knr is an easier
594         solution.
596 Mon Dec  2 12:13:27 1996  Tom Tromey  <tromey@cygnus.com>
598         * Released 1.1i.
600         From Janos Farkas:
601         * automake.in (handle_texinfo): Must quote $ for make.
603 Sun Dec  1 15:08:09 1996  Tom Tromey  <tromey@cygnus.com>
605         * automake.in (handle_configure): Correctly handle common case of
606         multiple non-Makefiles in AC_OUTPUT.  Require all input files when
607         using ":" syntax.
609 Sun Nov 24 00:33:50 1996  Tom Tromey  <tromey@cygnus.com>
611         * automake.in (handle_source_transform): Don't define
612         EXTRA_prog_SOURCES unnecessarily.  Test extra2.test.
614         * automake.in (initialize_per_input): New variables
615         included_generic_compile, included_knr_compile,
616         included_libtool_compile.
617         (get_object_extension): Use them.
619         * automake.in (handle_single_transform_list): Removed
620         Objective-C/C++ support (didn't really work anyway).
621         (handle_single_transform_list): Handle assembly specially.
623         * automake.in (handle_yacc_lex_cxx): Set --mode=compile or
624         --mode=link when running libtool.
626         * ltlibs.am: Set --mode=install when running libtool.
627         (uninstall-@DIR@PROGRAMS): Set --mode=uninstall when running
628         libtool.
629         * libtool.am (.c.lo): Set --mode=compile when running libtool.
630         * progs.am: Set --mode=install when running libtool.
632         Fix for bug reported by François Pinard:
633         * automake.in (do_check_merge_target): New sub.
634         (do_one_merge_target): No longer handle `check'.
635         (handle_merge_targets): Use do_check_merge_target.
636         (initialize_per_input): Set @check_tests.
637         (handle_tests): Push onto @check_tests, not @check.
639         * automake.in (am_install_var): Typo fix.
640         (handle_configure): Require $inputs[0].
642 Fri Nov 22 00:01:45 1996  Tom Tromey  <tromey@cygnus.com>
644         * automake.in (handle_lib_objects): Fixed error message
645         processing.
647 Thu Nov 21 22:29:30 1996  Tom Tromey  <tromey@cygnus.com>
649         * automake.in (scan_configure): AC_FUNC_FNMATCH doesn't add to
650         LIBOBJS.
651         (handle_configure): Support multi-":" mode for AC_OUTPUT.
653         * m4/header.m4: New file.
655         * automake.in (scan_configure): Recognize AM_CONFIG_HEADER.
657 Wed Nov 20 00:23:42 1996  Tom Tromey  <tromey@cygnus.com>
659         * acinstall: Allow commentary at end of "serial" line.  From Gord
660         Matzigkeit.
662         * automake.in (handle_yacc_lex_cxx): Only replace output header if
663         it has changed.
665 Tue Nov 19 19:03:30 1996  Tom Tromey  <tromey@cygnus.com>
667         * automake.in (am_primary_prefixes): Allow configure variables to
668         be named after primary.
669         (am_install_var): Ditto.
671         * automake.in (initialize_per_input): Initialize output_header.
672         (generate_makefile): Set up output_header; print it before
673         output_rules.
674         (handle_footer): Put .SUFFIXES into output_header, for AIX.
676 Mon Nov 18 19:11:53 1996  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
678         * automake.in: Added a lot of libtool support.  New variable
679         prog_LDFLAGS to pass linker flags.  Use libtoolize to install
680         libtool support files.
682 Mon Nov 18 13:29:55 1996  Tom Tromey  <tromey@cygnus.com>
684         * automake.in (handle_lib_objects): Push @LIBOBJS@ and @ALLOCA@
685         onto dependency list.
687         * aclocal.in (obsolete_macros): Include AM_SANITY_CHECK_CC; now
688         part of autoconf proper.
689         * m4/ccsanity.m4: Removed.
691 Sun Nov 17 12:25:17 1996  Tom Tromey  <tromey@cygnus.com>
693         * automake.in (check_typos): Check to make sure EXTRA_ variables
694         don't contain configure subs.
695         (handle_dist_worker): Removed EXTRA_DIST_DIRS; not needed.
697 Fri Nov 15 18:58:04 1996  Tom Tromey  <tromey@cygnus.com>
699         * tags-subd.am: Removed.
701         * tags.am (tags-recursive): Removed.
702         (TAGS): Depend on @DIRS@, @CONFIG@.  Use @CONFIG@ in rule.
703         (ID): From tags-subd.am.
704         
705         * aclocal.in (obsolete_macros): Include AM_FUNC_FNMATCH.
706         * automake.in (scan_configure): Recognize AC_FUNC_FNMATCH.
707         * m4/fnmatch.m4: Removed (now in autoconf).
709         * automake.in (initialize_per_input): Init de_ansi_objects.
710         (handle_single_transform_list): Error if extension unrecognized.
711         Set elements of de_ansi_objects.
712         (get_object_extension): Don't push ANSI2KNR onto @all.
713         (handle_yacc_lex_cxx): Put ANSI2KNR into dependency of all ._o
714         files.
715         (pretty_print_internal): Initialize $bol depending on the column.
717 Fri Nov 15 16:22:15 1996  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
719         * library.am: Fixed references to LIBRARY according to new scheme.
721         * libs.am, libs-clean.am: Removed references to LIBFILES.
723         * automake.texi (A Library): doc fix
725         * automake.in (handle_libraries): Deleted references to *LIBFILES,
726         since we now have the full library name in the *LIBRARIES
727         variable.
728         (am_install_var): Removed `-no-all' option, which was only required
729         for the LIBFILES hack.
731 Fri Nov 15 16:39:29 1996  Tom Tromey  <tromey@cygnus.com>
733         * automake.in: Applied libtool-related patches from Gord.
734         (scan_configure): Set CC configure var if AM_PROG_LIBTOOL seen.
735         Also indicate that AC_CANONICAL_HOST was run.
737         * Makefile.am (pkgdata_DATA): Removed aclocal.m4.
739 Thu Nov 14 23:11:09 1996  Tom Tromey  <tromey@cygnus.com>
741         * automake.in (handle_yacc_lex_cxx): Don't auto-define YACC, LEX,
742         CXX, CC.
744         * dejagnu.am: Print warning if runtest missing.
746         From Joerg-Martin Schwarz:
747         * automake.in (handle_aclocal_m4): Find aclocal.m4 in srcdir.
748         (require_file_internal): Unlink file before creating it.
750         * depend2.am (.deps/%.P): Don't print commands when running.
752 Mon Nov 11 10:35:08 1996  Tom Tromey  <tromey@cygnus.com>
754         * automake.in (handle_single_transform_list): Simplified C++
755         matching expression.
757 Fri Nov  8 09:49:09 1996  Tom Tromey  <tromey@cygnus.com>
759         * Released 1.1g.
761         * compile-kr.am ($(OBJECTS)): Removed.
763         * automake.in (get_object_extension): Define ANSI2KNR.  Push onto
764         @all if ansi2knr is in this directory.
766         * configure.in: Don't run AC_ARG_PROGRAM, AC_PROG_MAKE_SET.
768         * m4/init.m4: Run AM_SANITY_CHECK.
770         * m4/sanity.m4: New file.
772         * automake.in (handle_dist_worker): In Cygnus mode, possibly find
773         files to dist in build dir, not srcdir.
774         (%omit_dependencies): New global.
775         (scan_dependency_file): Handle OMIT_DEPENDENCIES.
776         (scan_configure): Put rx.h, regex.h on %omit_dependencies.  Ditto
777         libintl.h.
778         (handle_tests): Remove CYGNUS strings in Cygnus mode.
779         (handle_texinfo): Ditto.
781         * texinfos.am (dist-info): New target.
783         * automake.in (handle_dist_worker): Use DISTFILES, not
784         DEP_DISTFILES.
785         (initialize_per_input): Initialize dist_targets.
786         (handle_texinfo): Don't compute @infos_list; don't define or use
787         INFOS.  Put dist-info onto @dist_targets.
788         (handle_dist_worker): Handle @dist_targets.  Don't use the "echo
789         trick" for expanding DISTFILES any more.
791         * dist-vars.am (DEP_DISTFILES): Removed.
792         (DISTFILES): Don't include INFOS.
794         * automake.in (handle_texinfo): Handle Cygnus mode.
795         * texinfos.am (.texi.info, .texinfo.info): Handle Cygnus mode.
797         * automake.in (handle_single_transform_list): New sub.
798         (handle_source_transform): Use it.
799         (handle_built_sources): New sub.
801 Thu Nov  7 14:49:16 1996  Tom Tromey  <tromey@cygnus.com>
803         * remake.am ($(srcdir)/Makefile.in): Pass @ARGS@ to automake.
804         * remake-subd.am ($(srcdir)/Makefile.in): Pass @ARGS@ to
805         automake.
806         * automake.in (handle_configure): Pass --cygnus when running
807         automake again.
809         * remake-hdr.am ($(srcdir)/stamp-h.in): Depend on @FILES@, not
810         ACCONFIG, CONFIG_TOP, CONFIG_BOT.
811         * automake.in (handle_aclocal_m4): Always find aclocal.m4 in
812         top_srcdir.
813         (handle_configure): Don't define ACCONFIG, CONFIG_TOP, CONFIG_BOT;
814         instead substitute files directly.
816 Wed Nov  6 10:22:26 1996  Tom Tromey  <tromey@cygnus.com>
818         * remake-hdr.am (stamp-h): Look in top_builddir for
819         config.status.
820         ($(srcdir)/stamp-h.in): Look in top_srcdir for configure.in.
822 Thu Oct 31 10:55:59 1996  Tom Tromey  <tromey@cygnus.com>
824         * texinfos.am (.texi.dvi): Set MAKEINFO when running texi2dvi.
825         From Jim Meyering.
827         * automake.in (handle_texinfo): Push install-info-am, not
828         install-info.
829         (handle_merge_targets): Handle no-installinfo option.
831         * texinfos.am (install-info-am): Renamed from install-info.
833         * automake.in (handle_subdirs): Include install-info-recursive if
834         no-installinfo given.
836         * subdirs.am: Include INSTALLINFO token.
838         * automake.in (handle_texinfo): Explicitly define MAKEINFO,
839         TEXI2DVI.
840         (cygnus_mode): New global.
841         (handle_dist_worker): Pass --cygnus to automake.
842         (initialize_global_constants): Document --cygnus.
843         (check_cygnus): New sub.
844         (handle_texinfo): Don't require texinfo.tex in Cygnus mode.
846         * texi-vars.am: Removed.
848         * dejagnu.am (check-DEJAGNU): Don't define rootme.
850         * automake.in (handle_tests): Define EXPECT, RUNTEST.
852         * dejagnu.am (EXPECT): Removed.
853         (RUNTEST): Removed.
855         * automake.in (define_program_variable): New sub.
857 Mon Oct 28 10:43:48 1996  Tom Tromey  <tromey@cygnus.com>
859         * automake.in (handle_dependencies): Use -M, not -MM, for C++
860         dependencies.
862 Thu Oct 24 20:21:50 1996  Tom Tromey  <tromey@cygnus.com>
864         * automake.in (check_libobjs_sources): New sub.  Test
865         libobj4.test.
866         (handle_source_transform): Don't check for auto-discovered source
867         files here.
868         (handle_programs): Run check_libobjs_sources here.
869         (handle_libraries): Ditto.
871         * automake.in (define_configure_variable): New function.
872         (get_object_extension): Use define_configure_variable.
873         (handle_yacc_lex_cxx): Ditto.
874         (handle_emacs_lisp): Ditto.
875         (configure_vars): New global.
876         (AC_CHECK_PATTERN): New global.
877         (seen_ranlib, seen_prog_cc, seen_prog_cxx, seen_prog_lex):
878         Removed.
879         (handle_yacc_lex_cxx): Use configure_vars, not seen_prog_*.
880         (AC_SUBST_PATTERN): New global.
881         (scan_configure): Use AC_SUBST_PATTERN; don't set seen_prog_*.
882         (handle_libraries): Don't use seen_ranlib.
883         (read_am_file): Run define_configure_variable on each discovered
884         variable.
886 Mon Oct 21 23:06:49 1996  Tom Tromey  <tromey@cygnus.com>
888         * automake.in (scan_configure): Handle AM_INIT_GUILE_MODULE.
889         (handle_libraries): Pass configure substitutions directly on to
890         LIBFILES.
892         * automake.in (AM_PACKAGE_VERSION_PATTERN): New global.
893         (scan_configure): Use it.  Test version.test.
895 Sun Oct 20 12:08:46 1996  Tom Tromey  <tromey@cygnus.com>
897         * automake.in (handle_dist_worker): Explicitly pass distdir to
898         dist-hook make.  From Tatu Ylonen.
900         * m4/strtod.m4: Use correct cache variable.
902 Thu Oct 17 13:45:20 1996  Tom Tromey  <tromey@cygnus.com>
904         Lisp fixes from Erick Branderhorst:
905         * m4/lispdir.m4: Define lispdir, not LISPDIR.
906         * lisp.am: Added missing \.
908 Fri Oct 11 00:44:49 1996  Tom Tromey  <tromey@cygnus.com>
910         * automake.in (handle_source_transform): Only rewrite c, yacc, lex
911         to use de-ansi-fication.
912         (scan_configure): Handle multi-line AC_REPLACE_FUNCS.  Test
913         libobj5.test.
915         * automake.in (handle_lib_objects): Added $lex_seen argument.
916         Error if lex file used but LEXLIB not seen.
917         (handle_programs): Ditto.
918         (handle_yacc_lex_cxx): Define LEXLIB variable.
919         (handle_lib_objects): Don't allow LEXLIB to end up on dependency
920         list.
922 Thu Oct 10 16:12:38 1996  Tom Tromey  <tromey@cygnus.com>
924         * automake.in (handle_gettext): Moved check for SUBDIRS and
925         ABOUT-NLS here.
927         * automake.in (handle_configure): Run mkinstalldirs under
928         $(SHELL).
929         (handle_yacc_lex_cxx): Run interlock under $(SHELL).
931         * remake-subd.am (Makefile): Run config.status under $(SHELL).
932         * remake-hdr.am (stamp-h): Run config.status under $(SHELL).
933         * remake.am (Makefile): Run config.status under $(SHELL).
934         (config.status): Ditto.
936         * automake.in (read_am_file): Removed UNMAINT code.
937         (file_contents_with_transform): Ditto.
938         * m4/maintainer.m4: Removed bogus UNMAINT code.
940         * automake.in (handle_emacs_lisp): Define EMACS variable.
941         (handle_emacs_lisp): Make sure EMACS is in environment when
942         elisp-comp is run.
944         * elisp-comp: Exit with status 1 if usage bad.
945         Use "emacs -q".  Use EMACS environment variable if set (unless set
946         to t).
948         * m4/lispdir.m4: Unset EMACS if it is set to `t'.
950         * automake.in (handle_dist_worker): Allow EXTRA_DIST items to be
951         in subdirs.
952         (do_one_merge_target): Use all-am, not all, in subdirs case.
953         (handle_merge_targets): Always generate all-am in subdirs case.
955         * remake.am (Makefile): Depend on BUILT_SOURCES.
956         * remake-subd.am (Makefile): Depend on BUILT_SOURCES.
957         * depend.am (.deps/.P): Don't depend on BUILT_SOURCES.
959         * automake.in (handle_yacc_lex_cxx): Handle y.tab.h in non-ylwrap
960         case.
962         * ylwrap: Bug fix.  From Jim Meyering.
964 Wed Oct  9 22:51:16 1996  Tom Tromey  <tromey@cygnus.com>
966         * m4/mktime.m4: Don't define AC_HEADER_SYS_TIME_H; instead just
967         check directly for header.
969 Mon Oct  7 13:08:15 1996  Tom Tromey  <tromey@cygnus.com>
971         * automake.in (scan_configure): fp_WITH_DMALLOC and fp_WITH_REGEX
972         are obsolete.
974 Sun Oct  6 00:43:01 1996  Tom Tromey  <tromey@cygnus.com>
976         * automake.in (AC_CONFIG_AUX_DIR_PATTERN): New global.
977         (AM_INIT_AUTOMAKE_PATTERN): New global.
978         (scan_configure): Use them.
980         * aclocal.in (add_file): Search contents of included files.  Test
981         req.test.
982         (scan_m4_files): Don't skip acinclude.m4 when constructing
983         search.  Test acsilent.test.
984         (scan_m4_files): Scan acinclude.m4.
986         * aclocal.in (add_file): Removed debugging print.
987         (scan_configure): Set $file_contents when scanning acinclude.m4.
988         Test acinclude.test.
990         * configure.in: Upped to 1.1g.
992         * Released 1.1f.
994         * texinfos.am: Run : after install-info.
996         * aclocal.in (parse_arguments): Better error message.
997         * automake.in (parse_arguments): Better error message.
999         * remake.am (Makefile): Depend on $(srcdir)/Makefile.in, to work
1000         around broken makes.  From David A. Swierczek.
1001         * remake-subd.am (Makefile): Ditto.
1003 Sat Oct  5 11:29:48 1996  Tom Tromey  <tromey@cygnus.com>
1005         * automake.in (generate_makefile): Put BUILT_SOURCES onto @all if
1006         appropriate.
1007         (handle_source_transform): Error if discovered source file is
1008         mentioned.
1009         (do_one_merge_target): Move all-vs-check test here.
1011         * m4/obstack.m4: New file.
1012         * m4/error.m4: New file.
1014         * automake.in (scan_configure): Support AM_FUNC_MKTIME,
1015         AM_FUNC_ERROR_AT_LINE, AM_FUNC_OBSTACK.
1017         * texinfo.tex: New version from texinfo 3.9.
1019         * automake.in (handle_yacc_lex_cxx): Updated for new ylwrap.
1020         Also, handle y.tab.h file when "yacc -d" is used.
1021         (do_one_merge_target): Use pretty_print_rule.
1023         * ylwrap: Changed usage.
1025         * m4/mktime.m4: New file.
1027         * m4: Renamed all .m4 files to fit into 14-char limits.
1029         * m4/Makefile.am (EXTRA_DIST): New macro.
1031         * aclocal.in ($ac_defun_rx, %map, %file_contents): New globals.
1032         (scan_m4_files): Use $ac_defun_rx.
1033         (add_file): Ditto.
1034         Run scan_m4_files.
1035         (scan_configure): Scan acinclude.m4 before anything else.
1036         (scan_file): New sub.
1037         (check_acinclude): New sub.
1038         (add_file): Rewrote.
1040         * progs-clean.am, progs.am: Renamed from programs-clean.am,
1041         programs.am.
1042         * libs-clean.am, libs.am: Renamed from libraries-clean.am,
1043         libraries.am.
1044         * texi-vars: Renamed from texinfos-vars.am.
1045         * comp-vars.am: Renamed from compile-vars.am.
1046         * texi-vers.am: Renamed from texi-version.am.
1048         * automake.in (require_file_internal): Give error if symlink can't
1049         be made.
1050         (require_config_file): Error message references configure.in.
1051         (handle_yacc_lex_cxx): Fix order of arguments to ylwrap; from
1052         Joerg-Martin Schwarz.
1053         (handle_texinfo): Use texi-vers, not texi-version.
1054         (get_object_extension): Use comp-vars, not compile-vars.
1055         (handle_texinfo): Use texi-vars, not texinfos-vars.
1056         (handle_libraries): Use `libs' prefix, not `libraries'.
1057         (handle_programs): Use `progs' prefix, not `programs'.
1059 Fri Oct  4 01:14:08 1996  Tom Tromey  <tromey@cygnus.com>
1061         * aclocal.in (scan_m4_files): New sub.
1063         * m4/AM_FUNC_STRTOD.m4 (am_cv_func_strtod_needs_libm): Set
1064         am_cv_func_strtod_needs_libm, so we can avoid linking with -lm
1065         everywhere.
1067 Thu Oct  3 20:11:16 1996  Tom Tromey  <tromey@cygnus.com>
1069         * texinfos.am (uninstall-info): Run install-info --remove.
1071         * automake.in (read_am_file): Define all variables after reading
1072         .am file.  Test vpath.test.  Reported by Anthony Green.
1074 Mon Sep 30 08:31:51 1996  Tom Tromey  <tromey@cygnus.com>
1076         * texinfos.am: Run install-info.
1078         * automake.in (variable_value_as_list): Just return if comment
1079         seen.  Report from Mark Galassi.
1080         (handle_options): Don't bother with explicit comment checking.
1082 Tue Sep 24 09:15:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
1084         * automake.in (read_am_file): Cleaned up dejagnu variables.
1086 Mon Sep 23 00:04:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
1088         * automake.in (parse_arguments): New usage to conform to GNU
1089         standards.
1091         * aclocal.in (parse_arguments): New usage to conform to GNU
1092         standards.
1094         * automake.in (handle_scripts): Push new target onto @check.
1095         * scripts.am (check-@DIR@SCRIPTS): New target.
1097         * automake.in (initialize_global_constants): Define %dist,
1098         dist_header, dist_trailer.
1099         (handle_dist): Make dist-all target.
1100         (generate_makefile): Run check_typos later.
1101         (examine_variable): New sub.
1102         (handle_tags): Examine TAGS_DEPENDENCIES.  Test spell3.test.
1103         Error if TAGS_DEPENDENCIES but no sources used.
1104         (handle_configure): Examine CONFIGURE_DEPENDENCIES.
1106 Sat Sep 21 13:59:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
1108         * automake.in (am_install_var): More error checking.
1110 Fri Sep 20 09:06:37 1996  Tom Tromey  <tromey@creche.cygnus.com>
1112         * tags.am (TAGS): Minor cleanup.
1114         * clean.am (distclean-generic): Don't remove CONFIG_HEADER.
1116         * remake-hdr.am (mostlyclean-hdr, clean-hdr, distclean-hdr,
1117         maintainer-clean-hdr): New targets.
1119         * automake.in (handle_configure): Define CONFIG_HEADER correctly
1120         when it is in current directory.
1121         (handle_configure): Push "hdr" on @clean.
1123         * remake-hdr.am (stamp-h): Run config.status in top_builddir.
1124         ($(srcdir)/stamp-h.in): Run autoheader in top_srcdir.
1126         * automake.in (scan_configure): Check for install.sh here.
1127         (basename): New sub.
1128         (handle_configure): Handle case where config.h is in subdir.
1129         (handle_configure): Make stamp-in.h for user if it doesn't already
1130         exist.
1131         (touch): New sub.
1133 Tue Sep 17 23:35:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
1135         * Makefile.am (EXTRA_DIST): Include pkgdata_DATA.
1137         * dist-vars.am (DISTFILES): Don't distribute BUILT_SOURCES or
1138         DATA.
1139         (DEP_DISTFILES): Ditto.
1141 Mon Sep 16 22:28:56 1996  Tom Tromey  <tromey@creche.cygnus.com>
1143         * automake.in (check_typos): Renamed.
1144         (check_typos): Check for _LDADD, _LIBADD, and _DEPENDENCIES.
1145         (variable_defined): Note variable as being "seen".
1146         (handle_lib_objects): Don't push configure substitutions onto
1147         _DEPENDENCIES.
1149 Sun Sep 15 22:45:43 1996  Tom Tromey  <tromey@creche.cygnus.com>
1151         * automake.in (initialize_per_input): Init content_seen.
1152         (variable_value_as_list): Set content_seen entry.
1153         (define_variable): Ditto.
1154         (define_pretty_variable): Ditto.
1155         (check_source_typos): New sub.
1156         (generate_makefile): Call it.
1158 Thu Sep 12 15:03:19 1996  Tom Tromey  <tromey@creche.cygnus.com>
1160         * automake.in (handle_source_transform): Removed extraneous
1161         space.  Test implicit.test.
1162         (read_am_file): Make sure "canonical" variables are mentioned in
1163         %contents.
1164         (scan_configure): AC_CHECK_TOOL sets $seen_canonical to
1165         $AC_CANONICAL_HOST conditionally.
1166         (handle_footer): Don't use define_pretty_variable in all cases.
1168 Wed Sep 11 11:54:44 1996  Tom Tromey  <tromey@creche.cygnus.com>
1170         * clean.am (distclean-generic): Remove CONFIG_CLEAN_FILES here,
1171         per GNU/Gnits standards.
1173         * libraries.am (install-@DIR@LIBRARIES): Use two loops, so new
1174         NORMAL_INSTALL and POST_INSTALL variables can work when empty.
1176         * automake.in (handle_options): Rewrote version handling.  Now
1177         returns error indicator.
1178         (MACRO_PATTERN, BOGUS_MACRO_PATTERN): Handle `:=' definitions.
1179         (RULE_PATTERN): Exclude `:=' from being a rule.
1181         * m4/AM_PROG_CC_STDC.m4 (ac_save_CC): Bug fix from Jim Meyering.
1183         * automake.in (variable_value_as_list): Always use am_line_error.
1184         (define_variable): New sub.
1185         (get_object_extension): Use define_variable.
1186         (handle_yacc_lex_cxx): Ditto.
1187         (handle_source_transform): Ditto.
1188         (handle_programs): Ditto.
1189         (handle_libraries): Ditto.
1190         (handle_texinfo): Ditto.
1191         (handle_man_pages): Ditto.
1192         (handle_dependencies): Ditto.
1193         (handle_aclocal_m4): Ditto.
1194         (define_pretty_variable): New sub.
1195         (handle_source_transform): Use define_pretty_variable.
1196         (handle_lib_objects): Ditto.
1197         (handle_libraries): Ditto.
1198         (handle_dist): Ditto.
1199         (handle_dependencies): Ditto.
1200         (handle_configure): Ditto.
1201         (handle_footer): Ditto.
1202         (handle_emacs_lisp): Ditto.
1203         (am_install_var): Ditto.
1205         * Released version 1.1e.
1207         * automake.in ($GNITS_VERSION_PATTERN): Handle non-alpha
1208         releases.
1210         * configure.in: Version 1.1e.
1212         * automake.in (handle_texinfo): Distribute .info file.
1214 Sun Sep  8 09:00:37 1996  Tom Tromey  <tromey@creche.cygnus.com>
1216         * Makefile.am (EXTRA_DIST): New macro.
1217         (maintainer-clean): Don't run "make check".
1218         (pathchk): New target.
1220         * automake.in (check_gnits_standards): Only check version number
1221         syntax at top level.
1222         ($package_version_line): New variable.
1223         (scan_configure): Set it.
1224         (check_gnits_standards): Use am_conf_line_error.
1225         (scan_configure): Remove extraneous whitespace from version
1226         number.
1227         (handle_dist): Handle distcheck-hook.
1229         * m4/AM_PROG_CC_STDC.m4: Applied patch from Jim Meyering.
1231         * automake.in (scan_configure): Handle AM_WITH_REGEX.
1232         (handle_lib_objects): Require .h files in %libsources but don't
1233         generate dependencies for them.
1234         (scan_configure): Also require rx.h and regex.h.
1236         * m4/Makefile.am (m4data_DATA): Don't include AM_PROG_LIBTOOL,
1237         AM_FEATURE_CTYPE, AM_FEATURE_ERRNO, AM_FEATURE_EXIT,
1238         AM_SYSTEM_HEADER.
1240         * texi-version.am: Use "cp; rm" and not "mv", to work around
1241         broken mvs.
1243         * automake.in ($package_version): New global.
1244         (scan_configure): Set it.
1245         (check_gnits_standards): Verify version string; require
1246         README-alpha if alpha version.
1247         (scan_configure): Recognize AM_FUNC_FNMATCH,
1248         AM_REPLACE_GNU_GETOPT.
1250         * Makefile.am (installcheck-local): Check all scripts.
1252 Sat Sep  7 19:22:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
1254         * tags-clean.am: Do deletions here again.
1256 Thu Sep  5 09:06:23 1996  Tom Tromey  <tromey@creche.cygnus.com>
1258         * automake.in (usage): Include bug-reporting information.
1259         (handle_lib_objects): Error if LIBOBJS seen but never set.
1261         * aclocal.in ($acdir): Use @datadir@/aclocal.
1262         (usage): Include bug-reporting information.
1264 Wed Sep  4 11:36:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
1266         * automake.in (handle_source_transform): .deps no longer in
1267         srcdir.
1268         (handle_lib_objects): Ditto.
1269         (handle_dist_worker): Pass --build-dir to automake.
1270         ($build_directory): New global.
1271         (parse_arguments): Handle --build-dir.
1272         (initialize_global_constants): Include --build-dir in help.
1273         (scan_dependency_file): New sub.
1274         (handle_dependencies): Use it.  Also, use $build_directory.
1275         (initialize_global_constants): Added --srcdir-name.
1276         (parse_arguments): Ditto.
1277         (handle_dist_worker): Ditto.
1278         ($srcdir_name): New global.
1279         ($srcdir_rx): New global.
1280         (parse_arguments): Set it.
1282         * depend2.am: Removed all mention of $(srcdir).
1284         * depend.am (MKDEP): Use gcc -M, not gcc -MM.
1285         Removed all mention of $(srcdir); dependencies now put into build
1286         dir.
1288         * depend2.am ($(srcdir)/.deps/%.P): Fixed computation of `top'.
1289         Don't do work silently.
1291         * automake.in (handle_merge_targets): Error if invalid uninstall
1292         targets are given.
1293         (read_am_file): Fix for test block.test.
1295 Tue Sep  3 18:50:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
1297         * texinfos.am (install-info): Added NORMAL_INSTALL.
1298         * scripts.am (install-@DIR@SCRIPTS): Added NORMAL_INSTALL.
1299         * programs.am (install-@DIR@PROGRAMS): Added NORMAL_INSTALL.
1300         * lisp.am (install-@DIR@LISP): Added NORMAL_INSTALL.
1301         * libraries.am (install-@DIR@LIBRARIES): Added NORMAL_INSTALL.
1302         Also, use POST_INSTALL when running ranlib.
1303         * header.am (install-@DIR@HEADERS): Added NORMAL_INSTALL.
1304         * data.am (install-@DIR@DATA): Added NORMAL_INSTALL.
1306         * automake.in (handle_man_pages): Added NORMAL_INSTALL invocation.
1307         (handle_merge_targets): Ditto.
1308         (handle_merge_targets): Error if PRE_INSTALL, POST_INSTALL, or
1309         NORMAL_INSTALL defined.
1311         * m4/AM_PROG_INSTALL.m4: INSTALL_SCRIPT defaults to
1312         ${INSTALL_PROGRAM}.  From François Pinard.
1314 Tue Aug 27 08:25:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
1316         * automake.in (file_contents_with_transform): Correctly remove
1317         @(UN)?MAINT@ from input when maintainer mode not active.
1318         (handle_aclocal_m4): Handle no-maintainer-mode case.
1320         * remake-hdr.am ($(CONFIG_HEADER)): Removed @MAINT@.
1322         * m4/AM_SANITY_CHECK_CC.m4: New file (from Jim Meyering).
1324 Mon Aug 26 21:37:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
1326         * automake.in (handle_lib_objects): Bug fix from Steve M Robbins.
1327         (handle_libraries): Don't include libraries from EXTRA_LIBRARIES
1328         in LIBFILES definition.  Reported by Steve M Robbins.  Test
1329         alllib.test.
1331         * automake.in (variable_value_as_list): New sub.
1332         (handle_source_transform): Use it.
1333         (handle_lib_objects): Ditto.
1334         (handle_libraries): Ditto.
1335         (handle_texinfo): Ditto.
1336         (handle_man_pages): Ditto.
1337         (am_install_var): Ditto.
1338         (handle_options): Ditto.
1340 Sat Aug 24 09:30:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
1342         Reported by Jim Meyering:
1343         * automake.in (get_object_extension): Look in "./" for ansi2knr if
1344         no path found.
1345         (handle_aclocal_m4): Protect aclocal.m4 rule with @MAINT@.
1347         * remake.am (.PHONY): New target.
1349         * m4/AM_MAINTAINER_MODE.m4: Also define UNMAINT.
1351         * automake.in (check_gnu_standards): Disallow no-installman,
1352         no-installinfo.
1353         (read_am_file): Sed out UNMAINT too.
1354         (file_contents_with_transform): Ditto.
1356         * acinstall: New file.
1358         * m4/AM_INIT_AUTOMAKE.m4: Define PACKAGE and VERSION.
1360         * m4/AM_WITH_REGEX.m4: New version from François Pinard.
1362         * m4/AM_TYPE_PTRDIFF_T.m4: Use am_cv, not ac_cv.
1363         * m4/AM_C_PROTOTYPES.m4: Ditto.
1364         * m4/AM_FUNC_STRTOD.m4: Ditto.
1365         * m4/AM_PROG_CC_STDC.m4: Ditto.
1366         * m4/AM_PROG_LIBTOOL.m4: Ditto.
1368 Fri Aug 23 22:23:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
1370         * m4/Makefile.am (m4datadir): New macro
1371         (m4data_DATA): Renamed.
1373         * Makefile.am (cvs-dist): Depend on distcheck target.
1375 Mon Aug 19 15:37:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
1377         * automake.in (initialize_global_constants): [common_files]
1378         Include acinclude.m4.
1380         * m4/AM_PROG_CC_STDC.m4: Patch from Jim Meyering/Kaveh Ghazi.
1382 Sat Aug 17 11:27:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
1384         * automake.in (handle_dependencies): Push `depend'-clean targets
1385         on @clean.
1386         * depend.am (mostlyclean-depend, clean-depend, distclean-depend,
1387         maintainer-clean-depend): New targets.
1389 Tue Aug 13 17:53:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
1391         * texinfos.am (.texinfo.info): New target.
1392         (.texinfo.dvi): New target.
1394         From Jim Meyering:
1395         * automake.in (handle_texinfo): Use `.info[-0-9]*' as pattern to
1396         match info files.
1397         (handle_texinfo): Handle `.texinfo' files.
1399 Mon Aug 12 10:28:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
1401         * automake.in (require_file_internal): Special-case `.' when
1402         finding files to distribute.  Test libobj2.test.
1404         * aclocal.in (add_file): Fixed regexp for matching AC_DEFUN.  Test
1405         order.test.
1407         * m4/AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL.m4: New file.
1408         * m4/AM_SYS_POSIX_TERMIOS.m4: New file.
1410         * compile-kr.am: Removed duplicate ansi2knr rules.
1412 Sun Aug 11 00:20:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
1414         * automake.in (handle_yacc_lex_cxx): Bug fix from Josh MacDonald.
1415         (handle_yacc_lex_cxx): Put C++ extensions on suffix list.
1416         (mkdir): Removed.
1418         * automake.in (initialize_global_constants): [common_files]
1419         Include interlock and ylwrap.
1421         * Released version 1.1c.
1423         * aclocal.in (obsolete_macros): md_TYPE_PTRDIFF_T and
1424         ud_PATH_LISPDIR are obsolete names.
1426         * m4/AM_LC_MESSAGES.m4, m4/AM_WITH_NLS.m4, m4/AM_GNU_GETTEXT.m4:
1427         Removed.
1429         * automake.in (handle_lib_objects): Changed interface.  Now
1430         generates _DEPENDENCIES variable if appropriate.
1431         (handle_emacs_lisp): Use AM_PATH_LISPDIR.
1432         (scan_configure): Ditto.
1434         * Makefile.am (CLEANFILES): Removed.
1436         * automake.in (handle_configure): Define CONFIG_CLEAN_FILES.
1438         * clean.am (clean-generic): Remove $(CONFIG_CLEAN_FILES).
1440         * compile-vars.am (CC, CFLAGS, COMPILE, LINK): Removed.
1442         * automake.in (handle_yacc_lex_cxx): Require ylwrap in
1443         multi-lex/yacc case.
1444         (handle_source_transform): Changed return result.
1445         (handle_programs): Use linker returned by
1446         handle_source_transform.
1447         (seen_prog_cc, seen_prog_cxx): New globals.
1448         (scan_configure): Recognize AC_PROG_CC and AC_PROG_CXX.
1449         (handle_yacc_lex_cxx): Error message if AC_PROG_CXX or
1450         AC_PROG_YACC missing.
1451         (seen_decl_yytext, seen_prog_lex): New globals.
1452         (scan_configure): Set them.
1453         (handle_yacc_lex_cxx): Warn about missing AC_PROG_LEX or
1454         AC_DECL_YYTEXT.
1455         (handle_yacc_lex_cxx): Use $(LEX_OUTPUT_ROOT).
1456         (initialize_per_input): Initialize seen_c_source.
1457         (handle_yacc_lex_cxx): Define CC, CFLAGS, COMPILE, LINK only when
1458         C source seen.
1459         (handle_source_transform): Set seen_c_source.
1461         * interlock: Changed usage.
1463         * ylwrap: New file.
1465         * automake.in (handle_yacc_lex_cxx): Renamed.
1467         * automake.in (handle_dependencies): Handle %cxx_extensions.
1468         Include depend2.am when appropriate.
1470         * depend2.am: New file; contents from depend.am but templatized.
1472         * automake.in (initialize_per_input): Initialize
1473         %cxx_extensions.
1474         (handle_source_transform): Set %cxx_extensions.
1476 Sat Aug 10 10:29:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
1478         * interlock: New file.
1480         * automake.in (handle_yacc_lex): New sub.
1481         (handle_source_transform): Removed most yacc/lex handling.
1482         (initialize_per_input): Init yacc_sources, lex_sources.
1483         (generate_makefile): Run handle_yacc_lex.
1484         (handle_merge_targets): Use `scalar' and not $# to find length of
1485         array.
1487         * m4/AM_FEATURE_EXIT.m4: Wrote.
1488         * m4/AM_FEATURE_CTYPE.m4: Wrote.
1489         * m4/AM_FEATURE_ERRNO.m4: Wrote.
1491         * aclocal.in (macro_seen): New global.
1492         (add_file): Set macro_seen entry.  Only push required macro on
1493         @rlist if not already seen.  Test defun.test.
1495         * automake.in (get_object_extension): Handle directory prefix on
1496         `ansi2knr' option.
1498         * kr-extra.am: New file.
1500         * kr-vars.am: Removed.
1502         * automake.in (handle_options): Handle directory prefix on
1503         `ansi2knr' option.
1505         * automake.in (scan_configure): Recognize AM_FUNC_STRTOD.
1507         * aclocal.in (add_file): Error if macro is duplicated.  Test
1508         dup.test.
1510 Fri Aug  9 09:18:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
1512         * automake.in (handle_programs): Substitute @XLINK@.  Make sure
1513         linker variable is transformed name.
1514         * program.am (@PROGRAM@): Use @XLINK@ to link.
1516         * automake.in (handle_scripts): Fixed call to
1517         am_primary_prefixes.
1518         (handle_libraries): Better error message when AC_PROG_RANLIB
1519         required.
1521         * automake.in (handle_libraries): Canonicalize library name.  Test
1522         canon4.test.
1523         * library.am (lib@LIBRARY@.a): Use @XLIBRARY@ where appropriate.
1524         (lib@LIBRARY@.a): Look at _DEPENDENCIES variable.
1526 Thu Aug  8 10:57:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
1528         * automake.in (handle_scripts): Correctly compute
1529         $scripts_installed.  Test scripts.test.
1531 Wed Aug  7 12:13:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
1533         * ansi2knr.c: New version.
1535 Tue Aug  6 10:58:37 1996  Tom Tromey  <tromey@creche.cygnus.com>
1537         * automake.in (handle_source_transform): Handle more C++ file
1538         extensions.  "Handle" Objective C.  Handle more FORTRAN
1539         extensions.
1541         * compile-vars.am (LEX): Removed.
1542         (YACC): Removed.
1544         * automake.in (handle_source_transform): Correctly handle lex
1545         source.  Test lex.test.
1546         (handle_source_transform): Skip more C++ headers.  Generate macro
1547         definitions for YACC and LEX on first use.
1549         * aclocal.in (parse_arguments): Mention GNU.
1550         * automake.in (parse_arguments): Mention GNU.
1552 Mon Aug  5 00:12:45 1996  Tom Tromey  <tromey@creche.cygnus.com>
1554         * automake.in (handle_programs): Define program_LINK.
1555         * program.am (@PROGRAM@): Use program_LINK to link.
1557         * Released version 1.1b
1559         * automake.in (scan_configure): AM_INIT_AUTOMAKE sets
1560         seen_prog_install to `2'.
1562         * configure.in: Don't run AM_PROG_INSTALL.
1564         * automake.in (parse_arguments): Use $PACKAGE.
1565         ($PACKAGE): New global.
1566         ($am_c_prototypes): Renamed.
1567         (get_object_extension): Use am_c_prototypes.
1568         (scan_configure): Ditto.
1569         (scan_configure): Use AM_MAINTAINER_MODE.
1570         (scan_configure): Warn about obsolete macros.
1572         * aclocal.in (parse_arguments): Use $PACKAGE.
1573         ($PACKAGE): New global.
1575         * Makefile.am (CLEANFILES): Added aclocal.
1576         (ETAGS_ARGS): Added aclocal.in.
1577         (TAGS_DEPENDENCIES): Ditto.
1578         (maintainer-check): Depend on aclocal.
1579         (maintainer-check): Check aclocal.
1580         (bin_SCRIPTS): Include aclocal.
1582         * automake.in (scan_configure): Handle AM_INIT_AUTOMAKE.
1583         (scan_configure): Use AM_PROG_INSTALL.
1585         * configure.in: Use AM_INIT_AUTOMAKE.
1587         * automake.in (keyed_aclocal_warning): Warning tells about
1588         aclocal.
1589         (handle_aclocal_m4): New sub.
1590         (handle_configure): Use it.
1592         * aclocal.in (output_file): New global.
1593         (usage): Handle --output.
1594         (parse_arguments): Handle --output.
1596         * m4/AM_INIT_AUTOMAKE.m4: New file.
1598         * m4/AM_PROG_CC_STDC.m4: Require AC_PROG_CC.
1599         Don't touch CFLAGS.
1601         * automake.in (handle_dist_worker): Reverted erroneous "-chmod".
1602         (handle_texinfo): Don't generate `.info-[0-9]' as a filename.
1604         * texinfos.am (.texi.info): Force .info file to be built in
1605         srcdir.  From Franc,ois Pinard.
1607         From Jim Meyering:
1608         * m4/AM_PROG_CC_STDC.m4: (fp_PROG_CC_STDC): Include sys/stat.h in
1609         test program so that DYNIX/ptx V4.1.3 doesn't use `-Xc
1610         -D__EXTENSIONS__' -- with those options on that system, sys/stat.h
1611         gets compile errors.  With help from Marcus Daniels.
1613         * automake.in (initialize_global_constants): Put elisp-comp into
1614         @common_files.  Bug from Glenn Amerine.
1616 Sun Aug  4 12:52:43 1996  Tom Tromey  <tromey@creche.cygnus.com>
1618         * automake.in (handle_dist_worker): Use fgrep, not grep.
1620         * m4/AM_C_PROTOTYPES.m4: Changes from François Pinard.
1622         * automake.in (handle_emacs_lisp): Include lisp-clean.am in
1623         output.
1624         (initialize_global_constants): [install_man_format] Don't hide
1625         "ugliness" at install time.
1627         * lisp-clean.am: New file.
1629         * tags-clean.am (maintainer-clean-tags): Remove TAGS and ID here.
1631         * automake.in (handle_man_pages): Patch from Janos Farkas to fix
1632         bug when installing man pages.  Test man.test.
1633         (initialize_global_constants): [install_man_format] Make sure man
1634         page can actually be found in either source or build dirs.
1635         (handle_dist_worker): Use "755" permissions on distdir.
1637         * automake.in (handle_dist): Allow chmod's to fail.
1638         (am_primary_prefixes): New function.
1639         (am_install_var): Use it.
1640         (handle_libraries): Use it.  Test libfiles.test.
1641         (handle_dist): For dist-tarZ, assume traditional "tar" and
1642         "compress".
1644         * m4/AM_FUNC_STRTOD.m4: New file.
1646         * automake.in (handle_dist): Only generate `distdir' variable if
1647         it doesn't already exist.
1649         Fix for bug reported by Harlan Stenn.  Test tags.test.
1650         * automake.in (initialize_per_input): Define dir_holds_sources.
1651         (handle_tags): Check dir_holds_headers.
1652         (handle_headers): Set dir_holds_headers.
1654         * automake.in (handle_texinfo): Generate "version.texi" dependency
1655         for .dvi file.  Bug reported by Glenn Amerine.  Test vtexi2.test.
1657         * automake.in (handle_configure): Require file $input, not
1658         "$local.in".  From Nyul Laszlo.  Test colon.test.
1660 Sun Jul 28 11:14:52 1996  Tom Tromey  <tromey@creche.cygnus.com>
1662         * aclocal.in: New file.
1663         * configure.in: Generate m4/Makefile, aclocal.
1664         * Makefile.am (SUBDIRS): Include m4.
1665         * m4/Makefile.am: New file.
1667 Fri Jul 19 10:12:27 1996  Tom Tromey  <tromey@creche.cygnus.com>
1669         * automake.in (initialize_global_constants): Put ansi2knr.c and
1670         ansi2knr.1 into common_files.  Bug report from François Pinard.
1672 Mon Jul 15 10:28:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
1674         * install-sh: Updated copyright notice.
1676 Fri Jul  5 08:23:00 1996  Tom Tromey  <tromey@creche.cygnus.com>
1678         * subdirs.am (maintainer-clean-recursive): Don't be so noisy.
1679         Report from Josh MacDonald.
1681         Bugs from Gord Matzigkeit:
1682         * automake.in (handle_footer): Push contents of $(SUFFIXES), not
1683         `$(SUFFIXES)'.
1684         (handle_dist): Ignore chmod return results.
1686         * programs-clean.am (clean-@DIR@PROGRAMS): Work around failing
1687         Solaris "rm -f".  Bug from Kaveh R. Ghazi.
1688         * libraries-clean.am (clean-@DIR@LIBRARIES): Likewise.
1690 Fri Jun 21 10:42:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
1692         * texinfos.am (install-info): Use "if", not "&&", to avoid
1693         install problem when glob doesn't match.
1695         * automake.in (initialize_global_constants): [USAGE] Added
1696         --no-force.
1697         (force_generation): New global.
1698         (parse_arguments): Handle --no-force.
1699         (generate_makefile): Handle --no-force.
1701         * Makefile.am (maintainer-check): Ensure all invocations of
1702         mkinstalldirs are correct.
1704 Tue Jun 18 10:53:54 1996  Tom Tromey  <tromey@creche.cygnus.com>
1706         * automake.in (handle_tests): Don't directly generate site.exp.
1708 Sun Jun 16 22:21:16 1996  Harlan Stenn  <harlan@brown.pfcs.com>
1709         
1710         * automake.in:  Treat an initial `#' on a word in AUTOMAKE_OPTIONS
1711         as a comment start.  Add support for a dist-tarZ target.
1713 Tue Jun 11 22:14:21 1996  Marcus Daniels  <marcus@sayre.sysc.pdx.edu>
1715         * depend.am ($(srcdir)/.deps/%.P): Convert absolute $(top_srcdir)
1716         paths into relative paths.
1718 Mon Jun 10 21:11:20 1996  Tom Tromey  <tromey@creche.cygnus.com>
1720         * texinfo.tex: New version.
1722         * automake.in: Look for AM_PROG_LIBTOOL.  From Gord Matzigkeit.
1723         (initialize_global_constants): Added libtool to
1724         @common_sometimes.
1725         (handle_source_transform): Pass YFLAGS to yacc and LFLAGS to lex.
1727 Sun Jun  9 17:45:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
1729         * texinfos.am (install-info): Don't install ~ files.  Bug report
1730         from Greg McGary.
1731         * automake.in (handle_texinfo): Don't push '.info*' onto
1732         @infos_list.
1734         * automake.in (handle_gettext): Ensure po and intl in SUBDIRS when
1735         using gettext.
1736         (handle_dist): Pass --with-included-gettext to configure if using
1737         gettext.
1739         * compile-kr.am (._c._o): Pass -c to $(COMPILE).
1740         (.c._o): Ditto.
1741         * compile.am (.c.o): Pass -c to $(COMPILE).
1742         * compile-vars.am (COMPILE): Don't include -c.
1744         * remake.am ($(srcdir)/Makefile.in): Pass --strictness to
1745         automake.
1746         * automake.in (handle_configure): Supply --strictness arg to
1747         automake.
1749 Fri Jun  7 12:31:31 1996  Tom Tromey  <tromey@creche.cygnus.com>
1751         * automake.in (handle_tests): Fix quoting on `pwd`.
1752         (handle_options): Recognize no-installinfo option.
1753         (handle_man_pages): Don't put man directory on @installdirs if
1754         no-installman is specified.
1755         (handle_texinfo): Handle no-installinfo option.
1756         (handle_options): Compare version against $num_version, not
1757         $VERSION.
1758         (handle_source_transform): Generate rules for output of lex,
1759         yacc.  Bug report from Thomas Morgan.  Test yacc.test.
1760         (handle_dist): "distcheck" now runs "make dvi".
1761         (handle_tests): Support $(TESTS_ENVIRONMENT).  Idea from Ulrich
1762         Drepper.
1764         * dejagnu.am (check-DEJAGNU): Depend on site.exp.
1766 Sun Jun  2 10:33:10 1996  Tom Tromey  <tromey@creche.cygnus.com>
1768         * automake.in (handle_emacs_lisp): New function.
1769         (initialize_global_constants): Added elisp-comp to
1770         @common_sometimes.
1771         (seen_lispdir): New global.
1772         (scan_configure): Handle ud_PATH_LISPDIR.
1774         * elisp-comp: New file.
1776         * lisp.am: New file.
1778         * automake.in (generate_makefile): Run handle_emacs_lisp.
1780         * aclocal.m4 (ud_PATH_LISPDIR): New macro, from Ulrich Drepper.
1782         * automake.in (initialize_global_constants): Removed version.texi
1783         from common_sometimes.
1784         (initialize_global_constants): Added texinfo.tex to common_files.
1785         Test texinfo.test.
1786         (handle_tests): Allow dejagnu- and automake-style test suites to
1787         coexist.  Test dejagnu.test.
1788         (initialize_global_constants): New constants AC_CANONICAL_HOST,
1789         AC_CANONICAL_SYSTEM.
1790         (scan_configure): Use new constants.
1791         (handle_tests): Put target specific information into site.exp if
1792         AC_CANONICAL_* used.
1793         (read_am_file): Generate some extra variables when AC_CANONICAL_*
1794         used.
1795         (handle_options): Allow version number to have letters appended.
1796         (handle_tests): Error if RUNTEST, RUNTESTFLAGS defined but dejagnu
1797         option not specd.
1798         (initialize_global_constants): install_man_format changed to
1799         handle built man pages.
1801 Wed May 29 10:35:01 1996  Tom Tromey  <tromey@creche.cygnus.com>
1803         * config.guess, config.sub: New versions.
1805 Tue May 28 19:27:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
1807         * configure.in (VERSION): Upped to 1.0.
1809 Sat May 25 10:19:53 1996  Tom Tromey  <tromey@creche.cygnus.com>
1811         * automake.in (handle_tests): Handle dejagnu.
1812         (handle_options): Recognize dejagnu option.
1814         * dejagnu.am: New file.
1816 Thu May 23 10:01:13 1996  Tom Tromey  <tromey@creche.cygnus.com>
1818         * automake.in (handle_dist): Run installcheck target from
1819         distcheck.
1821         * configure.in (VERSION): Upped to 0.34.
1823         * automake.in (scan_configure): Always allow upgrading to
1824         fp_PROG_INSTALL.  Test fpinstall.test.
1826 Wed May 22 14:45:28 1996  Joshua Cowan  <jcowan@hermit.reslife.okstate.edu>
1828         (handle_dist): Make `distcheck' check `install' target, too.
1830 Wed May 22 09:49:27 1996  Tom Tromey  <tromey@creche.cygnus.com>
1832         * automake.in (initialize_per_input): Don't initialize
1833         $output_directory here; initialize it globally.  From Joshua
1834         Cowan.  Test outdir.test.
1836 Sat May 18 10:57:40 1996  Tom Tromey  <tromey@creche.cygnus.com>
1838         * automake.in (handle_tests): Don't push TESTS onto dist_common.
1839         (initialize_global_constants): Put install-sh and mkinstalldirs
1840         into @common_files.  Test insh2.test.
1842 Fri May 17 09:02:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
1844         * automake.in (handle_source_transform): Don't generate _OBJECTS
1845         when no source files specified.  Test number.test.
1847         From Joerg-Martin Schwarz:
1848         * automake.in (seen_package, seen_version): New globals.
1849         (scan_configure): Look for PACKAGE= and VERSION=.
1851         * automake.in (handle_options): Recognize dist-zip.
1852         (handle_dist): Handle dist-zip.
1853         (handle_options): Use ' ', not \s+, with split.  Test
1854         backsl.test.
1855         (handle_source_transform): Likewise.
1856         (handle_lib_objects): Likewise.
1857         (handle_libraries): Likewise.
1858         (handle_texinfo): Likewise.
1859         (handle_man_pages): Likewise.
1860         (handle_subdirs): Likewise.
1861         (handle_gettext): Likewise.
1862         (handle_footer): Likewise.
1863         (handle_tests): Likewise.
1864         (scan_configure): Likewise.
1865         (am_install_var): Likewise.
1867         * Makefile.am (TAGS_DEPENDENCIES): New macro.
1869         * tags.am (tags-recursive): New target.
1870         (TAGS): Depend on it.
1872         * automake.in (handle_tags): Put tags-recursive on @phony.
1874         * tags-subd.am (TAGS): Depend on HEADERS, SOURCES,
1875         TAGS_DEPENDENCIES.
1876         * tags.am (TAGS): Depend on HEADERS, SOURCES, TAGS_DEPENDENCIES.
1878 Thu May 16 09:21:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
1880         * remake.am (configure): Depend on $(CONFIGURE_DEPENDENCIES).
1882         * automake.in (scan_configure): Look for install-sh and
1883         mkinstalldirs here.
1884         (initialize_global_constants): Moved mdate-sh from
1885         common_sometimes to common_files.  Test mdate2.test.
1887 Tue May 14 21:52:01 1996  Tom Tromey  <tromey@creche.cygnus.com>
1889         * automake.in (seen_maint_mode): New global.
1890         (scan_configure): Handle jm_MAINTAINER_MODE.
1891         (read_am_file): Handle seen_maint_mode.
1892         (file_contents_with_transform): Handle seen_maint_mode.
1893         (handle_source_transform): Changed interface, all callers.
1895         From Jim Meyering:
1896         * remake-hdr.am, remake-subd.am, remake.am, texi-version.am:
1897         Handle @MAINT@.
1898         * aclocal.m4 (jm_MAINTAINER_MODE): New macro.
1900         * automake.in (handle_configure): Check $config_aux_dir against
1901         empty string.  From Markku Rossi.  Test mkinstall.test.
1903 Fri May 10 14:38:47 1996  Gord Matzigkeit  <gord@gnu.ai.mit.edu>
1905         * automake.in (distcheck): Added new rule to top level
1906         Makefile.in.
1908 Wed May  8 21:57:21 1996  Gord Matzigkeit  <gord@gnu.ai.mit.edu>
1910         * automake.in (scan_configure): Make sure that gm_PROG_LIBTOOL
1911         sets seen_ranlib.
1912         (generate_makefile): libtool, config.sub, and config.guess should
1913         only ever appear in the top directory of a package.
1915 Tue May 14 10:24:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
1917         * automake.in (initialize_global_constants): Added libversion.in
1918         to @common_files.
1920         * configure.in (VERSION): Upped to 0.33.
1922         * automake.in (am_install_var): Fixed problem in EXTRA_ handling.
1923         Test extra.test.
1925 Mon May 13 10:41:41 1996  Tom Tromey  <tromey@creche.cygnus.com>
1927         * install-sh (transformbasename): Correct misspelling of
1928         transformbasename.  From Ian Lance Taylor.
1930 Sat Apr 27 11:39:10 1996  Tom Tromey  <tromey@creche.cygnus.com>
1932         * automake.in (handle_configure): Set mkinstalldirs variable
1933         here.
1934         (handle_dist_worker): Explicitly set distdir in subdir makes.
1935         (handle_dist): Handle separate distdir target.
1936         (handle_dist_worker): Only generate distdir target.
1938         * texinfos.am (install-info): Use $(mkinstalldirs).
1939         * scripts.am (install-@DIR@SCRIPTS): Use $(mkinstalldirs).
1940         * programs.am (install-@DIR@PROGRAMS): Use $(mkinstalldirs).
1941         * libraries.am (install-@DIR@LIBRARIES): Use $(mkinstalldirs).
1942         * header.am (install-@DIR@HEADERS): Use $(mkinstalldirs).
1943         * data.am (install-@DIR@DATA): Use $(mkinstalldirs).
1945         * automake.in (read_am_file): Set mkinstalldirs variable.
1946         (handle_man_pages): Use it.
1947         (handle_installdirs): Ditto.
1949 Fri Apr 26 15:10:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
1951         * automake.in (handle_man_pages): Fix mkinstalldirs invocation.
1953 Thu Apr 25 18:40:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
1955         * automake.in (handle_dist_worker): Use $(TAR), not tar.
1956         (handle_merge_targets): Make sure config header is built before
1957         recursing into subdirs.
1958         (handle_libraries): Generate LIBFILES for check_LIBRARIES.
1959         (handle_merge_targets): Handle case where nothing is installed but
1960         something must be built -- "make install" must still work.
1962         * dist-vars.am (TAR): New macro.
1964         * automake.in (scan_configure): Support AC_REPLACE_GNU_GETOPT.
1965         (handle_configure): Require stamp-h.in when config header used.
1967 Tue Apr 23 17:57:13 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1969         * doc/mdate-sh: Extract the last field from the date output, not
1970         the sixth, which will fail when the timezone name has more than
1971         one word or is missing.
1973 Wed Apr 24 20:29:26 1996  Tom Tromey  <tromey@creche.cygnus.com>
1975         * automake.in (am_install_var): Use delete, not undef, to remove
1976         EXTRA entry.  From Gord Matzigkeit.
1978 Mon Apr 22 17:48:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
1980         * automake.in (read_am_file): Handle case where last line doesn't
1981         end in newline.
1983 Tue Apr  9 22:53:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
1985         * automake.in (variable_defined): New function.
1986         (read_am_file): Ensure a blank line comes before starting comments
1987         from Makefile.am.
1988         (initialize_per_input): Initialize %targets.
1989         (read_am_file): Set appropriate entry in %targets.
1990         Many changes to use variable_defined.
1991         (check_gnu_standards): Only require ChangeLog at top level.  From
1992         Gord Matzigkeit.
1993         (handle_tests): check-TESTS depends on $(TESTS).  From Gord
1994         Matzigkeit.
1996 Mon Apr  8 22:51:41 1996  Tom Tromey  <tromey@creche.cygnus.com>
1998         * automake.in (parse_arguments): Added short options.
1999         (initialize_global_constants): Ditto.
2001 Fri Apr  5 00:22:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
2003         * mkinstalldirs (errstatus): Don't necessarily die if mkdir
2004         fails.
2006         * automake.in (handle_source_transform): Typo fix.
2008 Thu Apr  4 15:10:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
2010         * automake.in (handle_dist_worker): Renamed dist-local to
2011         dist-hook.
2012         (handle_merge_targets): Added install-data-hook and
2013         install-exec-hook.
2014         (handle_source_transform): Handle EXTRA_prog_SOURCES form.
2016         * automake.in (handle_scripts): Never allow scripts_installed to
2017         become 0.
2019         * scripts.am (install-@DIR@SCRIPTS): Scripts can be found in
2020         srcdir.
2022         * automake.in (generate_makefile): Derived file names from given
2023         input; don't assume Makefile.in and Makefile.am.
2024         (am_file_name, in_file_name): New globals.
2025         (read_am_file): Use them.
2027         * program.am (@PROGRAM@): Use transformed program name.
2029         * remake-hdr.am (stamp-h): Actually touch stamp-h.
2031 Wed Apr  3 15:16:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
2033         * automake.in (require_file_internal): Use correct file for error
2034         messages.  Test insh.test.
2036 Mon Apr  1 09:47:44 1996  Tom Tromey  <tromey@creche.cygnus.com>
2038         * texinfos.am (.texi.info): Build output file in srcdir.
2040         * automake.in (require_file_internal): If $dir is ".",then look in
2041         relative directory.
2042         (handle_texinfo): Canonicalize name of texi file before looking
2043         for dependency variable.
2045 Thu Mar 28 08:33:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
2047         * automake.in (require_conf_file_with_conf_line): Yet another
2048         function of this form.
2049         (libtool_line): New variable.
2050         (handle_libraries): Handle libtool.
2052         * libraries-vars.am: Removed.
2054         * automake.in (seen_libtool): New variable.
2055         (scan_configure): Look for gm_PROG_LIBTOOL or AC_PROG_LIBTOOL.
2057         * automake.in (handle_dist_worker): Handle dist-local.
2059         * Makefile.am (maintainer-check): Do "make check" after all syntax
2060         checks.
2062         * texi-version.am (stamp-@VTI@): Look for mdate-sh in appropriate
2063         directory.
2065         * automake.in ($seen_arg_prog): New global.
2066         (handle_programs): Error if AC_ARG_PROGRAM not seen.
2067         (handle_scripts): Ditto.
2068         (handle_configure): mkinstalldirs now a config file.
2069         (handle_installdirs): Find mkinstalldirs in config_aux_dir.
2070         (handle_dist_worker): Removed DIST_SUBDIRS.
2071         (require_file_path): New variable.
2072         (require_file_with_conf_line): Set it.
2073         (require_file_with_line): Ditto.
2074         (require_file): Ditto.
2075         (require_file_internal): Incorporated code from
2076         require_config_file.
2077         (require_config_file): Rewrote.
2078         (require_conf_file_with_line): New function.
2079         (handle_texinfo): Use it for mdate-sh.
2080         (handle_texinfo): Look for mdate-sh in appropriate directory.
2082 Tue Mar 26 13:47:54 1996  Tom Tromey  <tromey@creche.cygnus.com>
2084         * Makefile.am (cvs-dist): Find NEWS in srcdir.
2085         * automake.in (handle_dist_worker): Find NEWS in srcdir.
2086         ($RULE_PATTERN): Include chars "$(){}/" in allowable patterns in a
2087         rule.
2088         (require_config_file): Set config_aux_path when file found.
2089         ($config_aux_dir): New variable.
2090         (require_config_file): Set it.
2091         (handle_man_pages): Find mkinstalldirs in config_aux_dir.
2093 Mon Mar 25 15:32:57 1996  Tom Tromey  <tromey@creche.cygnus.com>
2095         * data.am (install-@DIR@DATA): Also allow data to be in build
2096         directory.
2098 Sun Mar 24 19:56:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
2100         * automake.in (am_install_var): Don't look in EXTRA_primary
2101         variable any more; it is handled in the main loop.
2103 Wed Mar 20 16:22:35 1996  Tom Tromey  <tromey@creche.cygnus.com>
2105         * data.am (install-@DIR@DATA): Find data in srcdir.
2107 Fri Mar 15 18:30:31 1996  Tom Tromey  <tromey@creche.cygnus.com>
2109         * automake.in (require_config_file): Use correct filename when
2110         looking for errors.  Also, install file in `.' if not found.  Bug
2111         reported by Gord Matzigkeit.  Test installsh.test.
2113 Thu Mar 14 09:28:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
2115         * Makefile.am (cvs-diff): New target.
2117         Fix for bug when install var substitutes empty.  Test empty.test.
2118         * header.am (install-@DIR@HEADERS): Allow empty list of headers.
2119         (uninstall-@DIR@HEADERS): Ditto.
2120         * scripts.am (install-@DIR@SCRIPTS): Allow empty list of scripts.
2121         (uninstall-@DIR@SCRIPTS): Ditto.
2122         * libraries.am (install-@DIR@LIBRARIES): Allow empty list of
2123         libraries.
2124         (uninstall-@DIR@LIBRARIES): Ditto.
2125         * data.am (install-@DIR@DATA): Allow empty list of data.
2126         (uninstall-@DIR@DATA): Ditto.
2127         * programs.am (install-@DIR@PROGRAMS): Added missing semicolon.
2128         From François Pinard.
2129         (install-@DIR@PROGRAMS): Fixed bug when list of programs empty.
2130         (uninstall-@DIR@PROGRAMS): Ditto.
2132 Wed Mar 13 19:50:23 1996  Tom Tromey  <tromey@creche.cygnus.com>
2134         * tags-subd.am (ID): Name of ID file must be flush against -f.
2136         * configure.in (VERSION): Version 0.32.
2138 Mon Mar 11 17:50:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
2140         * automake.in (seen_linguas, all_linguas_line): New variables.
2141         (handle_gettext): New function.
2142         (generate_makefile): Run it.
2143         (scan_configure): Recognize ALL_LINGUAS.
2145 Mon Mar 11 14:34:36 1996  Gord Matzigkeit  <gord@enci.ucalgary.ca>
2147         * automake.texi: doc fix.
2149         * automake.in (am_install_var): Added support for check and
2150         installcheck special prefixes.
2152 Sun Mar 10 10:44:42 1996  Tom Tromey  <tromey@creche.cygnus.com>
2154         * automake.in (handle_subdirs): Don't do SUBDIRS check for
2155         gettext.
2157 Tue Mar  5 18:12:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
2159         * automake.in (OBJECT_PATTERN): Removed.
2160         (am_install_var): No error if name is invalid.
2161         (handle_programs): Canonicalize program names.
2162         (BOGUS_MACRO_PATTERN): New variable.
2163         (read_am_file): Error if bad macro name given.
2164         (require_file_internal): Use am_line_error, not am_conf_error.
2166         * program.am (@PROGRAM@): Recognize @PROGRAM@_DEPENDENCIES.
2168 Mon Mar  4 19:30:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
2170         * automake.in (handle_lib_objects): New function.
2171         (handle_libraries): Use it.
2172         (handle_programs): Ditto.
2173         (handle_dist_worker): Deprecate DIST_SUBDIRS.
2174         (am_install_var): Allow extended directory mechanism to work.
2175         Test exdir.test.
2177         * dist-vars.am (DISTFILES): Use EXTRA_DIST.
2178         (DEP_DISTFILES): Ditto.
2180         * automake.in (OBJECT_PATTERN): New variable.
2181         (am_install_var): Use it.
2182         (handle_dist): DIST_OTHER is an anachronism.
2184 Sat Mar  2 17:04:38 1996  Tom Tromey  <tromey@creche.cygnus.com>
2186         * automake.in (handle_dist_worker): Only cause Automake to be
2187         re-run if not making a distribution.  Fixes bug reported by
2188         Joerg-Martin Schwarz.
2189         (require_file_with_line): New function.
2190         (require_file): Use it.
2191         (am_line_error): Don't print line number if $symbol is empty.
2192         (get_object_extension): Use require_file_with_line.
2193         (handle_libraries): Use require_file_with_line.
2194         (handle_texinfo): Use require_file_with_line.
2195         (handle_configure): Use am_conf_line_error and
2196         require_file_with_conf_line.
2197         (handle_subdirs): Use require_file_with_conf_line.
2198         (handle_configure): Use require_file_with_conf_line.
2199         (handle_tests): Push check-TESTS on @phony.
2200         (am_conf_line_error): New function.
2201         (require_file_with_conf_line): New function.
2202         (require_file_internal): New function.
2203         (require_file_with_line): Use it.
2204         (require_file): Ditto.
2205         (am_conf_line_error): Handle empty line number.
2206         (ac_gettext_line, ac_output_line): New variables.
2207         (scan_configure): Set them.
2209 Fri Mar  1 00:13:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
2211         * automake.in (parse_arguments): Default strictness is gnu.
2212         Changed `normal' to `foreign' everywhere.
2213         (parse_arguments): Handle --foreign.
2214         (initialize_global_constants): Document --foreign.
2215         (handle_dependencies): Better error message.
2216         (handle_texinfo): Don't push $vtexi on @texis.
2217         (handle_texinfo): Only push $vtexi on @texi_deps if not null.
2218         (handle_configure): install-sh is a config file; require it as
2219         such.
2220         (parse_arguments): Renamed --install-missing to --add-missing.
2221         (add_missing): Renamed from install_missing.
2222         (am_install_var): Check to make sure contents of install variable
2223         are correct if primary requires it.  Test badprog.test.
2224         (initialize_global_constants): Initialize
2225         %primary_uses_subobjects.
2226         (handle_source_transform): Skip configure substitutions.  Test
2227         depend.test.  Also, skip empty elements.
2229 Thu Feb 29 22:00:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
2231         * texinfo.tex: New version.
2233         * automake.in (am_install_var): Allow extended range of
2234         installation directories.
2236         * automake.in (get_object_extension): Don't allow
2237         @CONFIG_INCLUDE_SPEC@ in the Makefile.in when config.h not used.
2238         From Gord Matzigkeit.  Test confincl.test.
2240         * texinfos.am (install-info): Changed usage of install-info (in
2241         comment).  Per Feb 25 GNU Standards document.
2243 Wed Feb 28 07:40:55 1996  Tom Tromey  <tromey@creche.cygnus.com>
2245         * automake.in (handle_tests): New function.
2246         (generate_makefile): Call it.
2247         (handle_subdirs): Skip directories whose names look like configure
2248         substitutions.
2249         (handle_subdirs): Require intl and po, not @INTLSUB@ and @POSUB@,
2250         when using gettext.
2251         (scan_configure): Clear in_ac_output if "]" found.  Test
2252         acoutqnl.test.
2253         (require_config_file): New function.
2254         (generate_makefile): Use require_config_file.
2255         (config_aux_path): New variable.
2256         (scan_configure): Check for AC_CONFIG_AUX_DIR.
2257         (handle_merge_targets): Add install-strip rule.
2259 Tue Feb 27 20:00:36 1996  Tom Tromey  <tromey@creche.cygnus.com>
2261         * mdate-sh: New version from Ulrich Drepper.
2263         * automake.in (handle_source_transform): Changed fill back to
2264         empty string.
2265         (handle_libraries): Ditto.
2266         (handle_dist): Ditto.
2267         (handle_dependencies): Ditto.
2268         (handle_footer): Ditto.
2269         (handle_phony): Ditto.
2271         * Makefile.am (DIST_SUBDIRS): Removed.
2272         (installcheck-local): Use Perl, not test -x.
2273         (PERL): New macro.
2274         (maintainer-check): Use $(PERL), not @PERL@.
2276         * configure.in (VERSION): Upped to 0.31.
2278 Sat Feb 24 18:02:19 1996  Tom Tromey  <tromey@creche.cygnus.com>
2280         * automake.in (scan_configure): AC_CHECK_TOOL requires config.sub
2281         and config.guess.
2283         * automake.in: Use keyed_aclocal_warning when warning about
2284         fp_PROG_INSTALL.
2285         (get_object_extension): Use keyed_aclocal_warning when warning
2286         about fp_C_PROTOTYPES.
2287         (keyed_aclocal_warning): New function.
2289         * Makefile.am (pkgdata_DATA): Install aclocal.m4.
2290         * aclocal.m4: Include fp_C_PROTOTYPES, fp_PROG_CC_STDC.
2292         * automake.in (get_object_extension): Only give error about
2293         fp_C_PROTOTYPES once.
2295         * automake.in (seen_ranlib): New variable.
2296         (scan_configure): Recognized AC_PROG_RANLIB.
2297         (handle_libraries): Error if ranlib not checked for.
2299         * automake.in (default_strictness): Default to GNU.
2300         (default_strictness_name): Ditto.
2302 Wed Feb 21 18:15:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
2304         * automake.in (read_am_file): Removed @kr@ support.
2305         (get_object_extension): Ditto.
2307         * Makefile.am (pkgdata_DATA): Include ansi2knr.c and ansi2knr.1.
2309 Tue Feb 20 17:25:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
2311         * depend.am ($(srcdir)/.deps/%.P): Regexp fix.
2313 Mon Feb 19 19:53:09 1996  Tom Tromey  <tromey@creche.cygnus.com>
2315         * remake.am ($(srcdir)/Makefile.in): Depend on configure.in.
2316         * remake-subd.am ($(srcdir)/Makefile.in): Depend on configure.in.
2318         * automake.in (handle_scripts): Ensure $scripts_installed set to
2319         boolean value.  Test proginst.test.
2321         * Makefile.am (installcheck-local): New target.
2323         * automake.in (require_file): No error if missing file is
2324         installed.
2326 Sun Feb 18 17:10:00 1996  Tom Tromey  <tromey@creche.cygnus.com>
2328         * automake.in (handle_scripts): SCRIPTS no longer automatically
2329         cleaned.  Now possible to install scripts in pkgdatadir.
2330         ($seen_canonical): New variable.
2331         (generate_makefile): Check for config.guess and config.sub here;
2332         fixes bug reported by Gord Matzigkeit.
2334         * Makefile.am (pkgdata_SCRIPTS): New variable.
2335         (CLEANFILES): New macro.
2337         * scripts-clean.am: Removed.
2339 Sat Feb 17 00:15:20 1996  Tom Tromey  <tromey@creche.cygnus.com>
2341         * automake.in (am_install_var): Error if primary variable actually
2342         defined.
2343         (am_install_var): Skip elements that look like configure
2344         substitutions.
2345         (am_install_var): "EXTRA" is a valid prefix.
2346         (am_install_var): Push contents EXTRA_PRIMARY onto @result.
2347         (handle_merge_targets): Treat "all" target like "install".
2348         (handle_subdirs): Don't push all-recursive.
2350         * header.am (install-@DIR@HEADERS): Don't depend on all.
2351         * data.am (install-@DIR@DATA): Don't depend on all.
2352         * libraries.am (install-@DIR@LIBRARIES): Don't depend on all.
2353         * programs.am (install-@DIR@PROGRAMS): Don't depend on all.
2354         * scripts.am (install-@DIR@SCRIPTS): Don't depend on all.
2356         * automake.in (am_install_var): Push generated install targets
2357         onto @phony.
2359         * subdirs.am: No longer depend on Makefile and $(CONFIG_HEADER).
2360         * automake.in (handle_merge_targets): Correctly handle recursive
2361         calls of uninstall, install-exec, and install-data.
2362         (handle_merge_targets): Put Makefile, and possibly $config_name,
2363         onto @all.
2364         (handle_merge_targets): Push 'all' onto @install as appropriate.
2366 Fri Feb 16 18:27:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
2368         * automake.in (handle_configure): config.status is in
2369         $(top_builddir), not $(top_srcdir).  Reported by Anthony Green.
2371         * automake.in (scan_configure): Recognize (AC|fp)_FUNC_FNMATCH.
2373 Thu Feb 15 19:12:45 1996  Tom Tromey  <tromey@creche.cygnus.com>
2375         * automake.in: (seen_prog_yacc): New variable.
2376         (scan_configure): Look for yacc.
2377         (handle_source_transform): Skipp C++ header files.
2378         (handle_source_transform): .cxx is a C++ source file.
2380 Wed Feb 14 08:36:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
2382         * depend.am ($(srcdir)/.deps/.P): Use "echo", not ":".
2384         Implemented --verbose feature; idea from Greg Woods:
2385         * automake.in (verbose): New global.
2386         (generate_makefile): Print creating message if verbose.
2387         (grep_for_vers_texi): Print message if verbose.
2388         (handle_dependencies): Ditto.
2389         (scan_configure): Ditto.
2390         (read_am_file): Ditto.
2391         (parse_arguments): Added --verbose.
2392         (initialize_global_constants): Ditto.
2394         * automake.in (get_object_extension): Use am_line_error.
2395         (handle_source_transform): Ditto.
2396         (handle_libraries): Ditto.
2397         (handle_texinfo): Ditto.
2398         (handle_man_pages): Ditto.
2399         (handle_dist): Ditto.
2400         (handle_dist): Ditto.
2401         (handle_subdirs): Ditto.
2402         (handle_configure): Ditto.
2403         (handle_merge_targets): Ditto.
2404         (am_install_var): Ditto.
2405         (am_line_error): Allow actual line number as argument.
2406         (handle_configure): Use am_line_error.
2407         (scan_configure): Set config_header_line.
2408         (config_header_line): New global.
2409         Use @PERL@ to find perl during exec.  From Greg Woods.
2411 Tue Feb 13 22:06:51 1996  Tom Tromey  <tromey@creche.cygnus.com>
2413         * automake.in (initialize_per_input): Init %content_lines.
2414         (read_am_file): Set appropriate content_lines elements while
2415         reading.
2416         (am_line_error): New function.
2417         (read_am_file): Use it.
2418         (handle_options): Ditto.
2420         * automake.in (scan_configure): Handle case where more than one .o
2421         is put into LIBOBJS at once.  Test libobj.test.
2423 Mon Feb 12 20:39:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
2425         * automake.in (scan_configure): Ignore "\" in AC_OUTPUT line.
2426         Test acouttbs.test.
2427         (handle_subdirs): Restored intl, po warnings.
2429         * automake.in (scan_configure): Delete everything after "," or
2430         ")".  Test acoutnoq.test.
2431         (handle_dist): Use $relative_dir, not nonexistent $subdir.
2432         (handle_subdirs): 'po' and 'intl' are sometimes substituted into
2433         SUBDIRS; don't warn about their absence.
2435 Sun Feb 11 16:55:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
2437         * automake.in (handle_texinfo): Removed bogus error message.
2439         * automake.in (handle_texinfo): Push $(INFO_DEPS), not 'info',
2440         onto @all.
2441         (handle_options): Handle version number.
2443         * automake.in ($maint_charset, $dist_charset): New variables.
2444         (initialize_per_input): Init $local_maint_charset.
2445         (handle_dist): Handle DIST_CHARSET and MAINT_CHARSET.
2446         (generate_makefile): Don't print "creating...".
2448 Sat Feb 10 16:45:07 1996  Tom Tromey  <tromey@creche.cygnus.com>
2450         * automake.in (get_object_extension): Substitute
2451         @CONFIG_INCLUDE_SPEC@ if CONFIG_HEADER defined.
2452         (handle_source_transform): Use $1, not \1.
2453         (pretty_print_internal): Handle Tabs in fill when computing indent
2454         on new line.
2455         (handle_merge_targets): Always generate install-exec and
2456         install-data targets.  Test instexec.test.
2457         Fixed error message if fp_PROG_INSTALL missing.
2459         * compile-vars.am (DEFS): Include -I., -I$(srcdir), and
2460         @CONFIG_INCLUDE_SPEC@.
2462         * automake.in (scan_configure): Delete everything after "]".  Test
2463         acoutput.test.
2465         * configure.in (AC_OUTPUT): Create tests/Makefile.
2466         * Makefile.am (SUBDIRS): New macro.
2468         * automake.in (handle_texinfo): Put $vtexi on texi_deps.  From Jim
2469         Meyering.
2471         * configure.in (AC_OUTPUT): Ensure automake is executable.
2473 Thu Feb  8 17:30:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
2475         * automake.in (handle_subdirs): Error if directory in SUBDIRS does
2476         not exist.
2478         * automake.in (handle_configure): Handle AC_OUTPUT ":" syntax.
2480         From Jim Meyering:
2481         * libraries.am (install-@DIR@LIBRARIES): Depend on all, not
2482         (@DIR@_LIBFILES).
2483         * header.am (install-@DIR@HEADERS): Depend on all, not
2484         $(@DIR@_HEADERS).
2485         * data.am (install-@DIR@DATA): Depend on all, not $(@DIR@_DATA).
2486         * scripts.am (install-@DIR@SCRIPTS): Depend on all, not
2487         $(@DIR@_SCRIPTS).
2488         * programs.am (install-@DIR@PROGRAMS): Depend on all, not
2489         $(@DIR@_PROGRAMS).
2491         * automake.in (initialize_per_input): Initialize
2492         $use_dependencies.
2493         ($seen_path_xtra): New variable.
2494         (scan_configure): Look for AC_PATH_XTRA.
2495         (get_object_extension): Add variables to output if X seen.
2497 Thu Feb  8 10:02:45 1996  Greg A. Woods  <woods@most.weird.com>
2499         * automake.in (handle_programs): add pkglib to list of
2500         directories for C
2501         (various): include a tab as fill for continuation lines
2502         printed with pretty_print*, esp. for macro variable assignments.
2503         [ changed to 4 spaced by me ]
2505 Wed Feb  7 18:00:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
2507         * configure.in (VERSION): Upped to 0.30.
2509         * Makefile.am (automake): Removed.
2510         (DIST_OTHER): Removed.
2512         * automake.in (handle_source_transform): All dep_files are
2513         relative to $(srcdir).
2514         (handle_libraries): Ditto.
2515         (scan_configure): Test for AC_PROG_INSTALL as well as
2516         fp_PROG_INSTALL.  Don't error here.
2517         (seen_prog_install): Now global.
2518         (scripts_installed): New global.
2519         (handle_scripts): Set it.
2520         Give error if appropriate install macro not seen.
2521         (handle_subdirs): Ensure $seen_gettext before requiring
2522         gettext-specific files.
2523         (handle_configure): Automatically rebuild 
2525         From Jim Meyering:
2526         * automake.in (handle_source_transform): Use \W when quoting
2527         regexp.  When blah_SOURCES not explicitly defined, still create
2528         entry in %deps.
2529         * depend.am ($(srcdir)/.deps/%.P): Don't use \< in regexp.
2530         * subdirs.am (maintainer-clean-recursive): Now depends on
2531         $(CONFIG_HEADER) and Makefile.
2533         * automake.in (handle_source_transform): Skip macro references.
2535 Mon Feb  5 14:58:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
2537         * automake.in (handle_texinfo): Include "rm" when deleting files.
2539         * Makefile.am (maintainer-check): Expect only one ${...}.
2540         * texinfos.am (install-info): Remove unneeded ${...}.  From Jim
2541         Meyering.
2543         * automake.in (handle_configure): Only define CONFIG_HEADER if
2544         $config_name.
2545         ($seen_gettext): New variable.
2546         (handle_subdirs): Do all gettext-related checking here.
2547         (scan_configure): Just set $seen_gettext.
2548         (handle_man_pages): Properly quote $(MANS).
2550 Wed Jan 31 09:51:30 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
2552         * depend.am: Don't use srcdir anywhere.
2553         * automake.in (handle_libraries): Don't make .deps relative to
2554         srcdir.
2555         (handle_options): Recognize no-dependencies.
2557         * depend.am (MKDEP): From Jim Meyering: Do nothing if srcdir is
2558         ".".  Properly quote regexp.
2560 Tue Jan 30 12:19:09 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
2562         * automake.in (handle_configure): Only defined CONFIG_HEADER if
2563         $config_name.
2564         (read_am_file): Quote regexp when substituting top_builddir.
2565         (handle_source_transform, handle_libraries): Look in
2566         $(srcdir)/.deps for .P files.
2568 Fri Jan 26 00:15:25 1996  Tom Tromey  <tromey@creche.cygnus.com>
2570         * automake.in (am_conf_error): New function.
2571         (scan_configure): Use it.
2572         (scan_configure): A comma also ends AC_OUTPUT macro.
2574         * automake.in (read_am_file): Compute top_builddir when including
2575         header-vars.am.
2576         (handle_configure): Use $top_builddir, not $top_reldir.
2577         (other_input_files): New variable.
2578         (dirname): Fixed bug where dirname of 'a/b/c' was 'a', not 'a/b'.
2580         Changes from Gord Matzigkeit to enabled hierarchies deeper than 2:
2581         * automake.in (input_files, seen_make_set): Declare globally.
2582         (parse_arguments): Use input_files, not make_list.
2583         Only scan configure.in once.
2584         (handle_dist): Use SUBDIRS to determine when to make
2585         subdirectories and recurisvely dist.  Use $(topdir), not "..", to
2586         find top of dist tree.
2587         (handle_configure): Check for AC_PROG_MAKE_SET here.  Don't require
2588         configure.in (done elsewhere).
2589         (scan_configure): seen_make_set is global.  Allow arbitrary space
2590         in LIBOBJS assignment.
2591         (top_builddir): New variable.
2592         * header-vars.am (top_builddir): New variable.
2593         * remake-subd.am (Makefile): Look in top_builddir, not .., when
2594         remaking.
2595         * automake.in (handle_merge_targets): Run 'all' before
2596         check-recursive.
2598         * automake.in (file_contents_with_transform): Changed error
2599         message.
2600         (handle_configure): Define $contents{'CONFIG_HEADER'}.
2602         * texi-version.am: Many changes to support multiple .texi files.
2603         Replaced "version.texi" with "@VTEXI@".  Replaced "vti" with
2604         "@VTI@".
2605         * automake.in (handle_configure): install.sh is an anachronism.
2606         (handle_texinfo): Generalized for multiple .texi files.  Handle
2607         'clean-info' internally.
2608         * texi-clean.am: Removed.
2609         * Makefile.am: Updated for removal.
2611 Wed Jan 24 22:55:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
2613         * automake.in (grep_for_vers_texi): New function.
2614         (handle_texinfo): Use grep_for_vers_texi, not system("grep").
2615         (handle_texinfo): Changes to generalize to multiple .texi files.
2617 Tue Jan 23 14:22:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
2619         Fixes from Gord Matzigkeit:
2620         * libraries.am (install-@DIR@LIBRARIES): Use top_srcdir, not
2621         topsrcdir.
2622         * header.am: New file.
2623         * Makefile.am (pkgdata_DATA): Install header.am.
2624         * automake.in (handle_headers): Use header.am, not data.am.
2625         (am_install_var): Allow pattern to be compiled multiple times.
2627         * config.guess, config.sub: New files.
2628         * Makefile.am (pkgdata_DATA): Install config.guess and
2629         config.sub.
2630         * automake.in (scan_configure): Recognize AC_CANONICAL_HOST and
2631         AC_CANONICAL_SYSTEM.
2633 Sun Jan 21 15:51:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
2635         * automake.in (handle_texinfo): Use info_TEXINFOS, not TEXINFOS.
2636         (handle_man_pages): Use man_MANS, not MANS.
2638         * Makefile.am (info_TEXINFOS): Renamed.
2640         * automake.in (scan_configure): Remove comments from input line.
2641         (am_variable): Removed.
2643         * remake-hdr.am (stamp-h): Use new macro CONFIG_HEADER_IN.
2645         * automake.in (config_name, config_header): New globals.
2646         (scan_configure): Look for AC_CONFIG_HEADER.
2647         (handle_configure): Handle more uses of AC_CONFIG_HEADER.
2649 Sat Jan 20 15:54:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
2651         * automake.in (handle_dist_worker): Bug fix.
2653 Fri Jan 19 00:50:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
2655         * automake.in (require_file): Install missing files only according
2656         to desired strictness.
2657         (initialize_per_input): Don't init libsources.
2658         (scan_configure): Reinit libsources.
2659         (handle_libraries): Search _LIBADD for @LIBOBJS@ and @ALLOCA@.
2660         (fp_c_prototypes): New global.
2661         (scan_configure): Set it.
2662         (get_object_extension): Error if fp_C_PROTOTYPES not in
2663         configure.in when using ansi2knr.
2664         (handle_source_transform): Skip header files.
2666         * automake.in (handle_dist_worker): Explicitly make 'dist' in
2667         subdirs.
2669 Thu Jan 18 00:25:56 1996  Tom Tromey  <tromey@creche.cygnus.com>
2671         From François Pinard:
2672         * automake.in (handle_source_transform): Transform $o file into .P
2673         file.
2674         (handle_dist_worker): Handle case where DISTFILES includes
2675         wildcard.  Bug fix in subdir case.
2677         * automake.in (parse_arguments): Initialize strictness to
2678         'normal'.
2680 Sun Jan 14 13:54:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
2682         * automake.in (scan_configure): Look for NLS support.
2684         Changes from François Pinard:
2685         * texinfos.am (install-info): Correctly install when build dir is
2686         not srcdir.
2687         * tags-subd.am (ID): Indentation change.
2688         * kr-vars.am (o): Use ".@U@o", not "@U@o".
2689         * depend.am ($(srcdir)/.deps/%.P): Remove temporary file.
2690         * automake.in (handle_dist_worker): Fixlets.
2691         (handle_dist): Sort keys going into dist_common.
2693 Sat Jan 13 00:18:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
2695         * automake.in (handle_dist_worker): If Gnits, don't allow release
2696         until NEWS is updated.
2698         * configure.in (VERSION): Version 0.29.
2700         * Makefile.am (maintainer-check): Look for perl4.036 in path.
2702         * dist-vars.am (DISTFILES):  Include BUILT_SOURCES.
2703         (DEP_DISTFILES): Ditto.
2705         * automake.in (handle_dist_worker): Depend on DEP_DISTFILES.
2706         * dist-vars.am (DEP_DISTFILES): New variable.
2708         * automake.in (handle_options): Support dist-shar option.
2709         (handle_dist_worker): New function.
2710         (handle_dist): Use it.
2712         * texi-version.am (mostlyclean-vti): Remove version.tmp, not
2713         *.tmp.
2715         * automake.in (handle_dist): Chmod distdir 777.  From François
2716         Pinard.
2718         * automake.in (scan_configure): New function.
2719         (initialize_per_input): Init libsources.
2720         (generate_makefile): Run handle_configure first.
2721         (handle_configure): Run scan_configure.
2722         (handle_configure): Don't look for AC_PROG_MAKE_SET here.
2724 Thu Jan 11 23:14:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
2726         * Makefile.am (AUTOMAKE_OPTIONS): New variable.
2728         * automake.in (strictness, strictness_name): Renamed.
2729         (initialize_per_input): Set strictness, strictness_name.
2730         Initialize %options.
2731         (generate_makefile): Run handle_options.
2732         (handle_options): New function.
2733         (handle_man_pages): Make install-man depend on $(MANS).  Turn off
2734         man page install if no-installman option given.
2735         (read_am_file): Deprecate @kr@.
2736         (get_object_extension): Look at ansi2knr option.
2737         (parse_arguments): Take global strictness from command-line
2738         options.
2740 Tue Jan  9 11:24:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
2742         Fixes from François Pinard:
2743         * depend.am ($(srcdir)/.deps/%.P): Handle deansification.
2744         * automake.in (get_object_extension): Use $o, not $(kr)o.
2745         (handle_source_transform): Don't look for $(kr)c files.
2746         * kr-vars.am (o): New macro.
2747         (kr): Removed.
2749         * depend.am (DEP_FILES): Removed.
2750         * automake.in (handle_source_transform): Push .P file onto
2751         dep_files.
2752         (initialize_per_input): New variable %dep_files.
2753         (handle_dependencies): Generate DEP_FILES here.
2755 Mon Jan  8 22:27:33 1996  Tom Tromey  <tromey@creche.cygnus.com>
2757         * automake.in (do_one_clean_target): Only remove config.status in
2758         top-level directory.
2759         (handle_tags): Removed 'id' from .PHONY list.  From Jim Meyering.
2761         * clean.am (maintainer-clean-generic): Remove BUILT_SOURCES.
2763         * automake.in (handle_dist): Make "ln" quiet.
2765         * tags-subd.am (ID): Depend on HEADERS and SOURCES.
2767 Sat Jan  6 10:58:23 1996  Tom Tromey  <tromey@cambric.colorado.edu>
2769         * automake.in (handle_merge_targets): 'check' shouldn't depend on
2770         'all' at top level.
2771         (file_contents_with_transform): New function.
2772         (am_install_var): Use file_contents_with_transform.
2773         (handle_programs): Ditto.
2774         (handle_libraries): Ditto.
2775         (handle_texinfo): Ditto.
2776         (handle_merge_targets): Let 'install' depend on 'all' if no other
2777         dependencies exist.  From Jim Meyering.
2778         (check_gnu_standards): GNU requires AUTHORS file.  (See
2779         maintain.text).
2780         (require_file): Put body in loop.
2781         (get_object_extension): Only call require_file once.
2782         (handle_configure): Ditto.
2784         From Jim Meyering:
2785         * depend.am ($(srcdir)/.deps/.P): Depend on $(BUILT_SOURCES).
2786         * tags-subd.am (id): Removed.
2788 Fri Jan  5 10:31:19 1996  Tom Tromey  <tromey@cambric.colorado.edu>
2790         * Added copyright notice to each .am file.
2792         * automake.in: Cleanups from François Pinard to avoid $#.
2793         (require_argument): Fixed sense of test.
2794         (set_strictness): Bug fix.
2796 Thu Jan  4 21:21:29 1996  Tom Tromey  <tromey@cambric.colorado.edu>
2798         * Makefile.am (pkgdata_DATA): Removed old dist files.
2800         * dist-subd-top.am, dist-subd.am, dist.am: Removed.
2802         * automake.in (set_strictness): Set $strictness_name.
2803         (strictness_name): New variable.
2804         (handle_dist): Substantially rewrote.
2806         * configure.in: Point AC_INIT at automake.in.
2808         * automake.in (generate_makefile): Report errors against
2809         Makefile.in, not Makefile.am.
2811 Wed Jan  3 00:05:40 1996  Tom Tromey  <tromey@cambric.colorado.edu>
2813         * mdate-sh: Bug fix from Jim Meyering.
2815         * dist.am (dist): Changed in parallel with dist-subd-top.am.
2817         * mkinstalldirs: Reverted.
2819         * automake.in (initialize_global_constants): Allow COPYING.LIB
2820         again.
2821         (check_gnits_standards): Disallow COPYING.LIB.
2823         * texinfos.am (install-info): Only look in $(srcdir) for info
2824         files.
2826         * automake.in (initialize_global_constants): New variable
2827         gen_copyright.
2828         (read_am_file): Put a copyright in each Makefile.in.
2830         * dist-vars.am (DISTFILES): Put DIST_COMMON first.
2832         * automake.in (am_install_var): Put space before "=".
2833         (handle_dist): Put README first in DIST_COMMON.
2835         * Makefile.am (pkgdata_DATA): Include COPYING.
2837         * COPYING: New file.
2839         * automake.in (parse_arguments): Added --gnu and --gnits as
2840         synonyms.
2841         (initialize_global_constants): Ditto.
2842         (initialize_global_constants): Don't auto-distribute COPYING.LIB.
2843         (initialize_global_constants): Look for README first.
2844         (initialize_global_constants): Auto-distribute AUTHORS, BACKLOG,
2845         ABOUT-GNU.
2846         (check_gnu_standards): Require file COPYING.
2848         From François Pinard:
2849         * automake.in (file_contents): Comment out "warn"s.
2850         (usage): Use 4 columns.
2851         (USAGE_FORMAT): Ditto.
2853         * texinfos.am (install-info): Look for info file relative to $$d.
2855         * Makefile.am (cvs-dist): Suppress output of "grep".
2857         * configure.in (VERSION): Version 0.28.
2859         * automake.in (pretty_print_internal): Fix for Perl 4
2860         compatibility.
2862         * configure.in (VERSION): Version 0.27.
2864         * depend.am ($(srcdir)/.deps/%.P): Must regexp-quote srcdir in sed
2865         invocation.
2867         * automake.in (initialize_global_constants): Don't quote "@" in
2868         $install_man_format.
2869         (handle_merge_targets): use "@:" as empty command, not ":".
2871 Tue Jan  2 23:33:24 1996  Tom Tromey  <tromey@cambric.colorado.edu>
2873         * texinfos.am (install-info): Look in $d for info files.  From
2874         François Pinard.
2876         * depend.am ($(srcdir)/.deps/%.P): Fixed regexp.
2878         * automake.in (read_am_file): Correctly deal with continued
2879         variable definitions.
2881 Mon Jan  1 15:43:25 1996  Tom Tromey  <tromey@cambric.colorado.edu>
2883         * automake.in (handle_merge_targets): 'check' target depends on
2884         'all'.
2885         (file_contents): Don't be so verbose.
2886         (read_am_file): Ditto.
2887         (read_am_file): Must use substr to check for trailing \.
2888         (am_install_var): Use push_phony_cleaners.
2889         (file_contents): Set $was_rule when assuming a rule is seen.
2890         (read_am_file): Ditto.
2891         (do_one_clean_target): Removed spurious newline.
2893         Some changes from François Pinard:
2894         * Removed trailing whitespace from all '.am' files.
2895         * tags-subd.am (ID): Use &&, not ;.
2896         (TAGS): Ditto.
2897         * automake.in (parse_arguments): Removed useless message.
2898         (parse_arguments): Don't explicitly referenced STDERR.
2899         (require_argument): Ditto.
2900         (am_error): Ditto.
2901         (set_strictness): Ditto.
2902         (file_contents): Ditto.
2903         (read_am_file): Ditto.
2904         (generate_makefile): Style tweaks.
2905         (handle_programs): Ditto.
2906         (handle_libraries): Ditto.
2907         (handle_texinfo): Ditto.
2908         (handle_man_pages): Ditto.
2909         (handle_tags): Ditto.
2910         (handle_dist): Ditto.
2911         (handle_subdirs): Ditto.
2912         (handle_configure): Ditto.
2913         (handle_footer): Don't put newline before footer.am contents.
2914         (handle_merge_targets): Style tweaks.
2915         (do_one_clean_target): Ditto.
2916         (dirname): Ditto.
2917         (am_variable): Ditto.
2918         Defined some new constants.
2919         (generate_makefile): Don't call generate_header.
2920         (generate_header): Removed.
2921         (file_contents): Rewrote.
2922         (read_am_file): Rewrote.
2924         * automake.in (generate_makefile): Handle phony target.
2925         (do_one_clean_target): Pretty-print dependencies.
2926         (handle_installdirs): Pretty-print rule.
2928         * Makefile.am (maintainer-check): Made some commands silent.
2930         * automake.in (initialize_global_constants): Don't install or
2931         uninstall cat'd man pages.
2932         (initialize_per_input): Added phony target.
2933         (push_phony_cleaners): New function.
2934         (get_object_extension): Handle phony targets.
2935         (handle_texinfo): Ditto.
2936         (handle_man_pages): Ditto.
2937         (handle_tags): Ditto.
2938         (handle_dist): Ditto.
2939         (handle_subdirs): Ditto.
2940         (handle_installdirs): Ditto.
2941         (handle_merge_targets): Ditto.
2942         (handle_clean): Ditto.
2943         (do_one_merge_target): Ditto.
2944         (am_install_var): Ditto.
2945         (handle_phony): New function.
2946         (generate_makefile): Call it.
2947         (pretty_print_internal): New function.
2948         (pretty_print_rule): Ditto.
2950 Sun Dec 31 13:04:59 1995  Tom Tromey  <tromey@cambric.colorado.edu>
2952         * automake.in (initialize_global_constants): Don't print body of
2953         loop at make time.
2955         Changes from François Pinard:
2956         * depend.am (MKDEP): Include DEFS, INCLUDES, CPPFLAGS, CFLAGS.
2957         (DEP_FILES): Put dependency files in $(srcdir).
2958         Look in $(srcdir) when including dependency files.
2959         ($(srcdir)/.deps/.P): .deps/.P is in $(srcdir).
2960         (.deps/%.P): MKDEP includes all macro expansions.
2961         * dist-subd-top.am (dist): Get absolute path for distdir.  Don't
2962         be so verbose.
2963         * dist-subd.am (dist): Don't be so verbose.
2964         * dist.am (dist): Don't be so verbose.
2966         * automake.in (do_one_clean_target): Remove config.status in
2967         maintainer-clean.  From Jim Meyering.
2969         * programs-clean.am (clean-@DIR@PROGRAMS): Bug fix.  From Jim
2970         Meyering.
2972         * automake.in (handle_merge_targets): Add dummy command for empty
2973         install target.  From Jim Meyering.
2975 Tue Dec 12 10:06:28 1995  Tom Tromey  <tromey@cambric.colorado.edu>
2977         * texinfos.am (uninstall-info): Bug fix.
2979         * Makefile.am (maintainer-check): Error if ${...} used.
2980         * depend.am (DEP_FILES): Prefer $(...).
2982         * scripts.am (install-@DIR@SCRIPTS): Only install script if it
2983         exists.
2984         * libraries.am (install-@DIR@LIBRARIES): Only install library if
2985         it exists.
2986         * programs.am (install-@DIR@PROGRAMS): Only install program if it
2987         exists.
2989         * texinfos-vars.am (TEXFILES): Removed.
2991         * Makefile.am (pkgdata_DATA): Removed libprograms.am.
2993         * automake.in (do_one_merge_target): Never generate trailing
2994         whitespace.
2995         (pretty_print): New function.
2996         (handle_footer): Prettyprint definitions.
2997         (am_install_var): Ditto.
2998         (handle_source_transform): Ditto.
2999         (handle_dist): Ditto.
3000         (handle_libraries): Ditto.
3001         (read_am_file): Put comments nearer appropriate code.
3003         * texi-clean.am (mostlyclean-info): Use continued lines, not
3004         multiple rm's.  From Jim Meyering.
3006 Sun Dec 10 11:59:33 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3008         * Makefile.am (pkgdata_DATA): Cause INSTALL, install-sh, mdate-sh,
3009         mkinstalldirs, texinfo.tex to be installed.
3010         * automake.in (symlink_exists): New global.
3011         (install_missing): Ditto.
3012         (require_file): Install missing files if possible.
3013         (parse_arguments): Handle --install-missing option.
3014         (initialize_global_constants): Document --install-missing.
3016         * Makefile.am (cvs-dist): Don't release unless NEWS updated.
3017         Ensure 'checks' pass before release.
3018         (maintainer-check): Renamed.  Look in $(srcdir) for sources.  From
3019         Franc,ois Pinard.
3020         (cvs-dist): Depend on maintainer-check instead of explicitly
3021         running check.
3023         * configure.in (VERSION): Version 0.26.
3025         * Makefile.am (check-local): Only look at [a-z]*.am.  Fixed sense
3026         of 'if' test.
3028         * depend.am (DEP_FILES): Bug fix.
3030         * automake.in (do_one_clean_target): Typo.
3032         * Makefile.am (check-local): Run syntax check under Perl 4.
3034         * automake.in: Fixes for Perl 4, from Gord Matzigkeit.
3035         (handle_source_transform): Loop variable is now $_.  From Gor
3037         * Makefile.am (check-local): Check for 'true' in source.
3038         * texinfos.am (install-info): Can't use "true" in any rule.
3040 Sat Dec  9 10:16:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3042         * Makefile.am (cvs-dist): New target.
3044         * tags.am (TAGS): Use "test -z ... ||" to avoid spurious
3045         failures.
3047         * texinfos.am (install-info): Don't do install-info for now.
3049         * clean.am (distclean-generic): Don't remove config.status here.
3050         * automake.in (do_one_clean_target): Remove config.status later,
3051         for 'make -j2'.  From Jim Meyering.
3053 Fri Dec  8 16:30:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3055         * configure.in (VERSION): Version 0.25.
3057         * automake.in (handle_texinfo): Use "$? >> 8", not "$?".
3058         (handle_configure): Check for AC_PROG_MAKE_SET.
3060         * depend.am (DEP_FILES): Handle deANSIfication case.  From Jim
3061         Meyering.
3063         * automake.in (am_install_var): Changed how 'clean' handled for
3064         uniform name targets.
3065         * Makefile.am (pkgdata_DATA): Added new files.
3066         * data-clean.am: New file.
3067         * scripts-clean.am: New file.
3068         * libraries-clean.am: New file.
3069         * programs-clean.am: New file.
3071 Wed Dec  6 00:06:11 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3073         * automake.in (am_install_var): Error if variable name
3074         "misspelled".
3075         (handle_source_transform): Automatically include .c file
3076         corresponding to .y or .l.
3078 Tue Dec  5 00:46:14 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3080         * programs.am: Changed for uniform naming scheme.
3082         * automake.in (read_am_file): Allow '-' and '.' in target names.
3083         (generate_makefile): Don't pass arguments to handle_libraries.
3084         (initialize_per_input): Define @sources, @objects.
3085         (generate_makefile): Init @sources, @objects if needed.
3086         (handle_source_transform): Push onto @sources, @objects here.
3087         (am_install_var): Push primary onto @all, for configure-time
3088         customization.
3089         (handle_programs): Use new uniform naming scheme.
3091         * Makefile.am (check-local): New target.
3093         * automake.in (handle_libraries): Use uniform naming scheme.
3095         * libraries.am: Rewrote for uniform naming scheme.
3097         * scripts.am: Updated names of all clean targets.
3099         * automake.in (handle_programs): Split on all whitespace.
3100         (handle_libraries): Ditto.
3101         (handle_texinfo): Ditto.
3102         (handle_man_pages): Ditto.
3103         (am_install_var): Changed return result.
3104         (am_install_var): Changed interface.
3105         (am_install_var): Push onto @clean@ if requested.
3106         (handle_scripts): Pass -clean to am_install_var.
3108 Mon Dec  4 11:55:36 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3110         * automake.in (am_install_var): Push target onto @all.
3111         (get_object_extension): Use $(...).
3112         (handle_source_transform): Ditto.
3113         (handle_programs): Ditto.
3115         * automake.in (require_argument): New function.
3116         (parse_arguments): Use it.
3117         (push_dist_common): New function.
3118         (generate_makefile): Use it.
3119         (handle_texinfo): Ditto.
3120         (handle_dist): Ditto.
3121         (handle_configure): Ditto.
3122         (require_file): Ditto.
3123         (generate_makefile): Don't pass arguments to handle_scripts.
3124         (handle_configure): Require configure.in.
3125         (check_gnu_standards): New function.
3126         (check_gnits_standards): Ditto.
3127         (generate_makefile): Check standards.
3129         * Makefile.am (bin_SCRIPTS): Changed name from SCRIPTS.
3131         * automake.in (LENIENT, GNU, GNITS): New constants.
3132         (initialize_per_input): New function.
3133         (generate_makefile): Use it.
3134         (initialize_global_constants): Renamed from init_globals.
3135         (require_file): Added strictness argument.
3136         (parse_arguments): Added --strict option.
3137         (set_strictness): New function.
3138         (parse_arguments): use it.
3139         (initialize_global_constants): Document --strictness.
3141         * automake.in: Use ${1+"$@"} to preserve quoting when running
3142         under sh.
3144         * texinfos.am (install-info): Don't use "true".
3145         * tags.am (TAGS): Don't use "true".
3147         * dist.am, dist-subd-top.am, remake-hdr.am, remake-subd.am,
3148         remake.am, subdirs.am, texinfos.am: Use "&&" after cd.
3150         * program.am (@PROGRAM@): Use LINK macro.
3151         * compile.am (.c.o): Use COMPILE macro.
3153         * clean.am, remake-hdr.am, remake.am, texinfos.am: Use $(...), not
3154         ${...}.
3156         * subdirs.am (RECURSIVE): Removed macro.
3158         * clean.am: Changed to not be so verbose.
3160         * Makefile.am (pkgdata_DATA): Include texi-clean.am.
3161         * automake.in (handle_texinfo): Transform texi-clean and put into
3162         output rules.
3163         * texinfos-vars.am (TEXFILES): Removed.
3164         * texinfos.am: Removed 'clean' targets.
3165         * texi-clean.am: New file.
3167         * Makefile.am (ETAGS_ARGS): Just use 'automake.in'.
3169         * texinfos-vars.am (TEXFILES): Added *.op.
3171         * dist-vars.am (DISTFILES): Renamed from DIST_FILES, per GNU
3172         standards.
3173         * dist.am (dist): Use DISTFILES.
3174         * dist-subd.am (dist): Use DISTFILES.
3175         * dist-subd-top.am (dist): Use DISTFILES.
3177 Sun Dec  3 00:24:08 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3179         * Makefile.am (ETAGS_ARGS): Define.
3181         * depend.am (.deps/.P): Use ":", not "echo timestamp".  From Jim
3182         Meyering.
3184         * dist-vars.am (DIST_FILES): Removed PACKAGEDATA.
3186         * automake.in (handle_scripts): Use am_install_var.
3188         * scripts.am: Rewrote for new uniform naming scheme.
3190         * Makefile.am (pkgdata_DATA): Removed libscripts.am.
3192         * libscripts.am: Removed.
3194         * packagedata.am: Removed.
3196         * Makefile.am (PACKAGEDATA): Removed packagedata.am.
3197         (pkgdata_DATA): Renamed from PACKAGEDATA.
3199         * automake.in (handle_data): Use am_install_var.
3200         (init_globals): Init %exec_dir_p.
3202         * data.am: Rewrote for new uniform naming scheme.
3204         * automake.in (get_object_extension): New function.
3205         (handle_programs): Use it.
3206         (dir_holds_sources): Changed interpretation.
3207         (handle_headers): New function.
3208         (am_install_var): New function.
3209         (generate_makefile): Call handle_headers.
3211         * header-vars.am (pkgdatadir): New macro.
3212         (pkglibdir): Ditto.
3213         (pkgincludedir): Ditto.
3215         * automake.in (handle_source_transform): New function.
3216         (am_error): New function.
3217         (generate_makefile): Use it.
3218         (handle_source_transform): Ditto.
3219         (handle_texinfo): Ditto.
3220         (handle_dependencies): Ditto.
3221         (handle_merge_targets): Ditto.
3222         (require_file): Ditto.
3224 Sat Dec  2 21:39:56 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3226         * automake.in: Updated FSF address.  From Jim Meyering.
3227         * header-vars.am: Updated FSF address.
3229         * distname.am: Removed.
3231         * automake.in (file_contents): Strip "##" comments.
3232         * Various files: Added "##" comments for strange things.
3234         * automake.in (handle_tags): Generate TAGS rule for every
3235         directory.
3237         * subdirs.am (RECURSIVE): Include installcheck-recursive.
3238         * automake.in (installcheck): New variable.
3239         (generate_makefile): Initialize it.
3240         (handle_subdirs): Push 'installcheck-recursive'.
3241         (handle_merge_targets): Handle installcheck target.
3243 Thu Nov 30 20:13:16 1995  Tom Tromey  <tromey@cambric>
3245         * automake.in ($PACKAGE): Removed.
3247         * header-vars.am (ALL): Removed.
3249         * automake.in: Reworked 'all' target handling.
3251         * automake.in (generate_makefile):
3252         Don't use AM_ forms in call to am_variable.
3254         * automake.in: Changes for Perl 5, from Gord Matzigkeit
3256         * clean.am (MOSTLYCLEANFILES, MAINTAINERCLEANFILES): New variables.
3258         * automake.in (handle_footer): Allow SUFFIXES variable.
3260         * automake.in (am_variable): New function.
3261         (handle_texinfo): Use it.
3262         (generate_makefile): Use it.
3264         * configure.in: Version 0.24.
3266 Wed Nov 29 23:50:14 1995  Tom Tromey  <tromey@cambric>
3268         * automake.in (handle_libraries):
3269         Generate blah_LIBADD defines if required.
3271         * library.am (lib@LIBRARY@.a): Look at $(@LIBRARY@_LIBADD)
3273         * libraries-vars.am (LIBOBJS, ALLOCA): Removed.
3275         * compile-kr.am: ($(OBJECTS)): Depend on $(ANSI2KNR), not ansi2knr.
3277         * configure.in: Version 0.23
3279         * dist-subd-top.am (dist): Don't die if a subdirectory already exists.
3281         * dist-subd-top.am, dist.am (dist): Give automake --output-dir option.
3283         * automake.in: New option --output-dir
3285         * automake.in (handle_configure): Fixed typo.
3287         * automake.in (handle_installdirs): Always make installdirs target.
3289         * subdirs.am (RECURSIVE): Removed uninstall-data-recursive and
3290         uninstall-exec-recursive.  Added installdirs-recursive.
3292         * automake.in (handle_installdirs): Handle installdirs-recursive.
3293         (handle_man_pages): 'all' depends on $(MANS)
3295         * Makefile.am: Removed mans.am.
3297         * automake.in: More man-related fixes
3299         * automake.in: Bug fixes
3301         * automake.in: Rewrote man page handling.
3303         * texi-version.am, remake-hdr.am, depend.am: Don't use touch.
3305         * automake.in (handle_installdirs): New function.
3306         (@installdirs): New global.
3307         Many changes to deal with installdirs.
3309         * clean.am (clean-generic): Always supply 'else' clause to 'if'
3311         * automake.in (generate_header): Don't use header.am.
3312         (handle_dist): Don't use dist-subd-vars.am.
3314         * Makefile.am (PACKAGEDATA): Removed dist-subd-vars.am, header.am.
3316         * Makefile.am (DISTCLEANFILES): Removed.
3318         * clean.am (clean-generic): Bug fix.
3320         * clean.am (clean-generic): Only remove CLEANFILES if nonempty
3322         * texi-version.am (clean-vti): No such macro as VTI
3324 Tue Nov 28 19:56:07 1995  Tom Tromey  <tromey@cambric>
3326         * automake.in: Bug fix for maintainer-clean
3328         * automake.in (do_one_clean_target):
3329         Print special text in maintainer-clean.
3330         (handle_clean): Always include clean.am
3332         * clean.am: Use -generic clean targets.
3334         * compile.am: Added clean targets.
3336         * configure.in: Version 0.22.
3338         * automake.in (handle_dependencies):
3339         Put trailing newline after all deps.
3341         * automake.in (handle_dependencies): Another dependency bug fix.
3343         * automake.in (handle_dependencies):
3344         Bug fix when including dependencies.
3346         * automake.in (handle_configure):
3347         Verify existence of install-sh, mkinstalldirs
3349         * automake.in (handle_texinfo): Include stamp-vti in distribution
3351         * dist-subd-vars.am, dist-vars.am (DIST_FILES):
3352         Include DATA, PACKAGEDATA.
3354         * Makefile.am: Nothing
3356         * Makefile.am (DIST_OTHER): Don't distribute gettext-sh
3358         * automake.in (handle_texinfo): Typo
3360         * automake.in: If script ends up in shell, feed to perl
3362         * automake.in: Rewrote 'clean' rules.
3363         Documentation made and installed first.
3364         'all' depends on 'info'
3366 Mon Nov 27 23:57:29 1995  Tom Tromey  <tromey@cambric>
3368         * configure.in, Makefile.am: Turned off internationalization.
3370         * clean-kr.am: Rewrote for new clean scheme.
3372         * tags-clean.am: Remove TAGS in distclean, not maintainer-clean
3374         * Makefile.am (PACKAGEDATA): Include tags-clean.am
3376         * subdirs.am: Removed bogus local clean targets
3378         * tags-clean.am: Initial revision
3380         * texi-version.am: Added clean targets
3382         * texinfos.am: Fixes to clean targets.
3384         * texinfos.am, libscripts.am, scripts.am, libraries.am, libprograms.am, programs.am:
3385         Added clean targets
3387         * compile-kr.am (ansi2knr.o): Depend on CONFIG_HEADER
3389         * automake.in: Completely revamped automatic de-ANSI-fication
3391         * compile-kr.am: (ansi2knr, $(OBJECTS)): New targets
3393         * compile-vars.am (LINK): New macro
3395         * kr-vars.am: Trailing blank line
3397         * compile-kr.am: Rewrote
3399         * compile-vars.am (COMPILE): New macro
3401         * compile-vars.am (ANSI2KNR): Removed
3403         * Makefile.am (PACKAGEDATA): Removed all sed scripts.  Added kr-vars.am
3405         * kr-vars.am: Initial revision
3407         * automake.in (require_file): New function.
3408         (handle_texinfo): Require 'mdate-sh'
3409         (common_sometimes): New variable
3410         (usage): Use it.
3412         * texi-version.am (stamp-vti): Use Ulrich's mdate-sh script
3414         * mdate-sh: Initial revision
3416         * automake.in (handle_footer): Don't define SOURCES or OBJECTS if empty
3418         * automake.in (generate_makefile):
3419         Put Makefile.in, Makefile.am in @dist_common
3420         (handle_configure): Use @dist_common as appropriate
3422         * dist-subd-vars.am, dist-vars.am (DIST_CONF): Removed
3424         * configure.in: Abort if perl not found
3426         * configure.in: Look for perl
3428         * automake.in: Reimplemented in Perl
3430         * automake.in: Fixlet
3432 Sun Nov 26 08:09:30 1995  Tom Tromey  <tromey@cambric>
3434         * automake.in: Always print ".SUFFIXES:" rule.
3436         * automake.in: Distribution config.h.in if required
3438         * automake.in: Bug fix when including texi-version.am
3440         * automake.in: Bug fix when looking for .texi file in $am_reldir
3442         * depend.am: Comment fix
3444         * automake.in: Look for .texi file in $am_reldir
3446         * automake.in: Fixlet
3448         * automake.in: Blank line after targets from user's Makefile.am
3450         * automake.in: Move footer items to actual footer
3452         * automake.in: Include stamp-h.in in DIST_COMMON if necessary
3454         * automake.in (common):
3455         Don't include acconfig.h, config.h.top, config.h.bot
3457         * Makefile.am (CONFIG_HEADER): Renamed from CONFIG_H
3459         * Makefile.am (CONFIG_H): Define
3461         * acconfig.h: Initial revision
3463         * configure.in: Use AC_CONFIG_HEADER.
3465         * automake.in: Put blah_TEXINFOS into DIST_COMMON
3467         * automake.in: .info file explicitly depends on primary .texi file
3469         * texinfos.am (install-info): Always supply 'else' clause to 'if'
3471         * tags.am (TAGS): Always supply 'else' clause to 'if'
3473         * subdirs.am (.NOEXPORT): Removed (now in footer.am)
3475         * automake.in: Always include footer.am in output
3477         * mans.am (install-man): Always supply 'else' clause to 'if'
3479         * automake.in: More version.texi fixes
3481         * automake.in: Only do version.texi processing if requested.
3483         * automake.in: Minor internationalization fixes.
3484         Subshell can now exit with nonzero status.
3485         Fixed up .texi handling; now uses texi-version.am
3486         Make sure '.c' and '.o' are in .SUFFIXES if required.
3488         * Makefile.am (PACKAGEDATA): Include texi-version.am
3489         (stamp-vti, version.texi): Removed
3490         (TEXINFOS): Don't reference version.texi
3492         * texi-version.am: Initial revision
3494         * dist.am, dist-subd-top.am (dist):
3495         [DIST_SUBDIRS] Follow symlinks when copying.
3497         * dist-subd-top.am (dist): Removed unneeded subdir= option to make
3499 Sat Nov 25 23:23:39 1995  Tom Tromey  <tromey@cambric>
3501         * automake.in: Added --amdir option
3503         * Makefile.am, configure.in: Turned on internationalization
3505         * Makefile.am: Set EDITION
3507         * configure.in: Version 0.21
3509         * tags.am, tags-subd.am: Don't use double-colon rules
3511         * automake.in: Redid install-data, install-exec, uninstall handling
3513         * configure.in: Turn off i18n
3515 Fri Nov 24 23:51:37 1995  Tom Tromey  <tromey@cambric>
3517         * automake.in (common): Remove NLS
3519         * automake.in (common): Include ABOUT-NLS.
3521         * automake.in: Test for install-sh and mkinstalldirs
3523         * automake.in: Blank line after OBJECTS= line
3525         * automake.in: Start subshell in loop after check for Makefile.am
3527         * automake.in: --use-deps now the default
3529         * automake.in (am_dir): Don't apply transform to install directory name
3531         * packagedata.am: Don't apply transform to install directory name
3533         * Makefile.am (SUBDIRS): Hold off on internationalization
3535 Thu Nov 23 18:02:38 1995  Tom Tromey  <tromey@cambric>
3537         * automake.in:
3538         Write 'SOURCES =' line after copying Makefile.am variables
3540         * automake.in: Fixed bug in "--" option processing
3542         * subdirs.am: ($(RECURSIVE)): Removed trailing \ from last line
3544         * Makefile.am (DIST_OTHER): Include gettext-sh
3546         * Makefile.am (SUBDIRS): Define
3548         * configure.in: Include internationalization bits
3550         * automake.in: Many changes to avoid double-colon rules.
3552         * subdirs.am: ($(RECURSIVE)): Print name of target actually used
3554         * subdirs.am: Removed "::" rules
3556         * header.am: Removed install, uninstall
3558         * header.am: Added install, uninstall targets
3560         * hack-make.sed: Rewrite targets like "all-local" to "all_local"
3562         * header.am, libraries.am, mans.am, texinfos.am, footer.am:
3563         Removed "::" rules
3565         * Makefile.am (PACKAGEDATA): Include libscripts.am
3567         * libprograms.am: Don't install libscripts here
3569         * libscripts.am: Initial revision
3571         * scripts.am, programs.am, libprograms.am: Removed "::" rules
3573         * automake.in (am_dir): Run package name through name transform.
3575         * automake.in: Don't use packagedata.sed or data.sed
3577         * Makefile.am (PACKAGEDATA): Removed data.sed, packagedata.sed.  Added
3578         packagedata.am
3580         * data.am: No longer run through sed
3582         * packagedata.am: Initial revision
3584 Wed Nov 22 22:31:02 1995  Tom Tromey  <tromey@cambric>
3586         * automake.in: No blank line after Usage
3588         * automake.in: Removed "NLS nuisances" section.
3589         Now uniformly uses $echo for user-visible messages (in advance of
3590         internationalization)
3592         * subdirs.am (maintainer-clean): Don't use realclean-local
3594         * Makefile.am: Use PACKAGEDATA, not custom code
3596         * data.am: Use @LONG@, not $(@LONG@)
3598         * automake.in: Handle DATA and PACKAGEDATA
3600         * packagedata.sed: Initial revision
3602         * data.am: Use @DIR@, not $(@DIR@)
3604         * data.sed: Use $(datadir), not datadir
3606         * data.sed: Initial revision
3608         * data.am: Wrote uninstall targets
3610         * data.am: Initial revision
3612         * dist-subd.am (dist): Don't link a file that has already been linked
3614         * dist-subd-top.am, dist.am (dist):
3615         Run `automake --include-deps' before making distribution
3617         * automake.in: More dependency-tracking bug fixes
3619         * dist-vars.am (DIST_FILES): Rearranged to be like dist-vars-subd.am
3621         * dist-subd-vars.am (DIST_FILES): Include DIST_COMMON
3623         * tags-subd.am, tags.am: Added trailing blank line
3625         * depend.am: Use ".P", not "empty.P", as placeholder.
3627         * automake.in: Only include depend.am if SOURCES not empty
3629         * automake.in: Added --use-deps and --include-deps options.
3630         Handle auto-generating dependencies.
3632         * Makefile.am (am_DATA): Include depend.am
3634         * depend.am: Initial revision
3636         * automake.in: Look for acconfig.h, config.h.top, and config.h.bot
3638         * automake.in: Put blank line after .SUFFIXES
3640         * scripts.am: Added blank line at end
3642         * scripts.am: Removed unnecessary comment
3644         * scripts.am: Removed unnecessary workarounds
3646         * automake.in: Don't include programs.am if PROGRAMS empty
3648         * header-vars.am (INSTALL_SCRIPT): Typo
3650         * texinfos.am, compile-kr.am: Don't include .SUFFIXES
3652         * automake.in: Handle .SUFFIXES here.
3654         * configure.in: Use fp_PROG_INSTALL
3656         * header-vars.am: Changes for autoconf 2.5.
3657         Now includes INSTALL_SCRIPTS.
3659         * texinfos.am (install-info): Bug fix
3661         * automake.in:
3662         Include scripts.am or libscripts.am in output if appropriate
3664         * programs.am (install-programs, uninstall-programs):
3665         Don't install SCRIPTS
3667         * Makefile.am (am_DATA): Include scripts.am
3669         * scripts.am: Initial revision
3671 Tue Nov 21 09:11:38 1995  Tom Tromey  <tromey@cambric>
3673         * automake.in:
3674         Cleaned up how "prog_SOURCES" variable is found in input.
3675         Ditto prog_OBJECTS.
3676         Put static sed scripts into separate, installed files.
3678         * Makefile.am (am_DATA): Include hack-make.sed and nl-remove.sed
3680         * hack-make.sed, nl-remove.sed: Initial revision
3682         * texinfos.am (install-info): Rewrote
3684         * subdirs.am (all-recursive): Put with other -recursive rules
3686         * configure.in: Version 0.20
3688         * automake.in: Another bug fix
3690         * automake.in: Bug fix when looking for texinfo.tex
3692         * texinfo.tex: Initial revision
3694         * automake.in:
3695         If TEXINFOS defined but texinfo.tex does not exist, give warning.
3697         * subdirs.am (all): Renamed from _all.  Now uses all-recursive
3698         (all-recursive): Don't fail immediately if -k specified.
3700 Mon Nov 20 22:48:03 1995  Tom Tromey  <tromey@cambric>
3702         * subdirs.am (_all):
3703         New target.  Now use Jim Meyering's formulation of AIX
3704         workaround.
3705         (install-exec, install-data): New targets
3707 Sat Nov 18 19:07:30 1995  Tom Tromey  <tromey@cambric>
3709         * remake.am (Makefile.in): automake "Makefile", not "Makefile.am"
3711         * automake.in: Use @datadir@
3713         * automake.in: Added @configure_input@ line
3715 Fri Nov 17 23:32:43 1995  Tom Tromey  <tromey@cambric>
3717         * automake.in: "--help" option now prints auto-recognized file names.
3718         Allow AM_ overriding of more variables.
3720         * texinfos.am (install-info):
3721         Don't cd to srcdir to avoid breaking install-sh
3722         Other bug fixes
3724         * Makefile.am: Handle automake.texi
3726 Thu Nov 16 18:43:43 1995  Tom Tromey  <tromey@cambric>
3728         * subdirs.am (all): Separated out due to AIX 3.2.5 bug.
3730         * tags.am (TAGS): bug fix
3732         * automake.in: Use am_dir, not AM_DIR.
3733         Use version, not VERSION.
3734         Bug fix in TAGS code.
3736         * Makefile.am (am_DATA): Include tags.am and tags-subd.am
3738         * subdirs.am: TAGS target now in tags.am
3740         * footer.am: TAGS and ID targets now in tags-subd.am
3742         * tags-subd.am, tags.am: Initial revision
3744         * automake.in: Cleaned up AM_PROGRAM code.
3745         Handle TAGS target better
3747         * remake.am, remake-subd.am (Makefile.in): Bug fix.
3749         * automake.in (usage): Updated
3751         * remake-subd.am, remake.am:
3752         Added rule where Makefile.in depends on Makefile.am
3754         * automake.in: Entire body of 'for' loop now in subshell
3756         * automake.in (common): config.guess and config.sub are common files.
3758         * dist-subd-top.am, dist.am (dist): Bug fix.
3760         * Makefile.am (DIST_OTHER): Don't include TODO
3762         * automake.in: Auto-include TODO and THANKS files.
3764         * dist-subd-top.am, dist.am (dist): Don't depend on DIST_DIRS
3766         * automake.in: More bug fixes in "look for Makefile.am" code.
3768         * automake.in: Bug fix in "look for Makefile.am" code.
3770         * automake.in:
3771         If no arguments given, look for all Makefile.am's in this
3772         directory and in immediate subdirs
3774         * automake.in: Bug fixes for LDADD-override feature.
3776         * program.am: Use @PROGRAM@_LDADD, and put after LDFLAGS
3778         * automake.in: Allow `prog_LDADD', if specified, to override LDADD.
3780         * automake.in: Use AM_PROGRAMS, not ALLPROGRAMS, and invert sense.
3782         * header-vars.am (ALL): Use PROGRAMS, not ALLPROGRAMS.
3784 Wed Nov 15 01:54:43 1995  Tom Tromey  <tromey@cambric>
3786         * automake.in: No longer look for _SOURCES or _OBJECTS
3788         * header-vars.am:
3789         Remove "automatically created" header (now in automake).
3790         Updated copyright.
3792         * automake.in: Put version info in Makefile header
3794 Tue Nov 14 23:38:17 1995  Tom Tromey  <tromey@cambric>
3796         * automake.in: Minor cleanups
3798         * dist-subd-top.am, dist.am (dist):
3799         Don't link or copy file if it already exists.
3801         * automake.in:
3802         Look for _SOURCES (common sources) and generate _OBJECTS.
3804         * footer.am (ID, TAGS): Include HEADERS
3806         * dist-vars.am, dist-subd-vars.am (DIST_FILES): Include HEADERS
3808 Mon Nov 13 22:20:02 1995  Tom Tromey  <tromey@cambric>
3810         * dist-subd.am (distdir): Is relative to ".."
3812         * dist-subd-vars.am (PACKAGE, VERSION): Define
3814         * dist-subd.am (dist): Don't handle DIST_DIRS.
3816         * mans.am (uninstall-man): Another bug fix.
3818         * mans.am (uninstall-man): Bug fix.
3820         * dist.am, dist-subd-top.am (dist): Bug fix
3822         * Makefile.am (DIST_SUBDIRS): New macro
3824         * dist-subd-top.am, dist.am (dist): Handle DIST_SUBDIRS
3826         * Makefile.am (DIST_OTHER): Include automake.in
3828         * Makefile.am (DISTCLEANFILES): New macro.
3830         * automake.in (common): Include COPYING.LIB
3832         * Makefile.am (automake): New rule.
3834         * texinfos.am (install-info): Changed per GNU standards
3836         * remake-hdr.am (stamp-h.in):
3837         Use "touch", not "date", per GNU standards.
3839         * automake.in (common): Include texinfo.tex
3841 Sun Nov 12 23:59:08 1995  Tom Tromey  <tromey@cambric>
3843         * automake.in: More fixes when finding common files.
3845         * Makefile.am (DIST_OTHER): Another removal.
3847         * automake.in: Special-case when amdir=.
3849         * Makefile.am (DIST_OTHER): Removed auto-detected files.
3851         * automake.in:
3852         Search for commonly-used files and auto-include them in distribution
3854         * dist-vars.am (DIST_FILES): Include DIST_COMMON.
3855         (DIST_CONF): Removed files searched for by automake.
3857         * automake.in: More arg-parsing bug fixes.
3859         * Makefile.am (DIST_OTHER): Include install-sh
3861         * Makefile.am (DIST_OTHER): Don't include auto-included files.
3863         * automake.in: Bug fixes to argument parsing code.
3865         * automake.in: Handle --version and --help.
3866         NLS stuff from autoconf.
3868         * Makefile.am (amdatadir): Fixed typo.
3869         (install): Make install directories
3871         * Makefile.am: Use "install::", not "install:"
3873         * install-sh, mkinstalldirs: Initial revision
3875         * configure.in: Use AC_PROG_INSTALL
3877         * automake.in: Set AM_DIR based on configure results.
3879         * Makefile.am (install): New target.
3880         (amdatadir): New variable.
3882         * automake.in: Use "#! /", not "#!/".
3884         * Makefile.am, configure.in: Initial revision
3886         * automake.in: Renamed from "automake".
3887         Set VERSION.
3889         * dist.am (PACKAGE, VERSION): Now in dist-vars.am
3891         * automake.in: Insert remake-subd.am if appropriate.
3893         * subdirs.am (TAGS): Include $(CONFIG_HEADER) when making tags.
3895         * automake.in: Handle ALLPROGRAMS variable.
3897         * header-vars.am (ALL): Use ALLPROGRAMS, not PROGRAMS.
3899         * automake.in: Fixlet when printing "subdir=DIR"
3901         * automake.in: Put "subdir=DIR" into subdir Makefile
3903         * automake.in: Don't refer to distname.am.
3904         Only put footer.am in subdir Makefiles.
3906         * subdirs.am (id, ID): New target.
3907         (.NOEXPORT): Copied from footers.am.
3909         * subdirs.am (TAGS): Bug fixes.
3911         * subdirs.am (TAGS): Don't fail if a subdir doesn't have TAGS target.
3913         * subdirs.am (maintainer-clean-local): Remove TAGS
3915         * subdirs.am (TAGS): Make tags file that includes all subdir tags files
3917         * subdirs.am: Use maintainer-clean, per GNU standards
3919         * dist-subd-top.am: Some variables defined in dist-vars.am
3921         * dist-vars.am (PACKAGE, VERSION):
3922         New variables, initialized by configure
3924         * footer.am (id, ID): New targets
3925         (TAGS): Put TAGS file in build, not source, directory
3927         * remake-subd.am (Makefile): Don't assume subdir is 'src'
3929         * dist.am: Changed to assume PACKAGE and VERSION are set by configure.
3931         * dist-subd.am: Changed to conform to new top-level dist target.
3933         * dist-subd-top.am:
3934         Changed to assume PACKAGE and VERSION are set by configure.
3936         * clean-kr.am, clean.am (maintainer-clean):
3937         Updated rules per GNU standards.
3939         * clean.am, clean-kr.am (maintainer-clean): Renamed from realclean.
3941 Sat Nov  5 14:39:50 1994  djm  <djm@cambric>
3943         * automake.in, texinfos.am: kludge for multiple-part info files
3945 Thu Nov  3 13:33:44 1994  djm  <djm@cambric>
3947         * clean.am, clean-kr.am: remove INFOS
3949 Wed Nov  2 06:15:42 1994  djm  <djm@cambric>
3951         * texinfos.am: add path
3953         * remake.am, remake-hdr.am: account for VPATH limitations
3955 Mon Oct 24 23:01:59 1994  djm  <djm@cambric>
3957         * automake.in, dist-subd-top.am, dist-subd.am, dist.am, header-vars.am, libprograms.am, programs.am:
3958         handle SCRIPTS and LIBSCRIPTS similar to PROGRAMS
3960 Sun Oct 23 01:50:41 1994  djm  <djm@cambric>
3962         * texinfos.am: install-info depends on info files
3964         * dist-subd-vars.am, dist-vars.am: distrib info files
3966 Sun Oct  2 02:03:06 1994  djm  <djm@cambric>
3968         * clean-kr.am, clean.am: fix up distclean
3970         * subdirs.am: fix typo
3972         * clean.am: do more in distclean
3974 Sat Oct  1 23:52:51 1994  djm  <djm@cambric>
3976         * libraries.am: make install depend on all
3978         * automake.in: fix typo
3980 Wed Sep 28 21:15:26 1994  djm  <djm@cambric>
3982         * dist-subd-vars.am, dist-vars.am, header-vars.am: fix doc bugs
3984         * automake.in, compile-vars.am, dist.am: fix dist for no subdirs
3986         * dist-subd-top.am: Initial revision
3988         * automake.in, header-vars.am, libraries-vars.am, mans-vars.am, texinfos-vars.am:
3989         centralize prefix var setting
3991         * header-vars.am: set all the std vars based on prefix
3993 Tue Sep 27 01:32:22 1994  djm  <djm@cambric>
3995         * automake.in: don't add kr stuff if not needed
3997         * dist-vars.am: add config vars to dist
3999 Mon Sep 26 23:09:09 1994  djm  <djm@cambric>
4001         * program.am: add LDADD
4003         * compile-vars.am: remove LDADD from LDFLAGS
4005         * clean.am: move knr stuff to another file
4007         * automake.in: use different clean file for ansi2knr
4009         * clean-kr.am: Initial revision
4011 Thu Sep 22 03:45:02 1994  djm  <djm@cambric>
4013         * automake.in, dist-subd.am, dist.am: fix rules and dist
4015 Tue Sep 20 21:29:40 1994  djm  <djm@cambric>
4017         * compile.am, automake.in: split out knr
4019         * compile-kr.am: Initial revision
4021         * libprograms.am: fix typo
4023         * automake.in, clean.am, compile-vars.am, header-vars.am, libprograms.am:
4024         make libprograms work
4026         * libprograms.am: Initial revision
4028         * automake.in, compile.am, header-vars.am: fix little bugs
4030         * compile.am: allow parallel K&R
4032         * clean.am: remove kerb temps
4034         * automake.in: fix recognizing start of rules
4036         * dist-subd.am, dist.am: fix dist
4038         * automake.in, compile.am, footer.am, texinfos.am: fix ansi2knr
4040 Mon Sep 19 23:39:21 1994  djm  <djm@cambric>
4042         * automake.in: works on m4 too
4044         * automake.in, mans.am: works on fileutils
4046         * 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:
4047         works on fileutils except for all
4049         * automake.in: vars thing
4051         * header-vars.am: Initial revision
4053         * texinfos-vars.am, mans-vars.am, libraries-vars.am, dist-vars.am, dist-subd-vars.am:
4054         entered into RCS
4056         * compile-vars.am: Initial revision
4058         * automake.in: many improvements
4060         * footer.am: Initial revision
4062         * dist.am: remove distname
4064         * automake.in: namespace cleanup
4066         * distname.am: Initial revision
4068         * 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:
4069         might work
4071         * 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:
4072         Initial revision