follow GNU standards
[platform/upstream/automake.git] / ChangeLog
1 Tue Mar 25 22:09:45 1997  Tom Tromey  <tromey@cygnus.com>
2
3         Update to follow GNU Standards:
4         * automake.in (handle_man_pages): Use NORMAL_UNINSTALL before
5         uninstall-man.
6         * texinfos.am (uninstall-info): Use two loops, and have
7         PRE_UNINSTALL before running install-info.
8         * data.am, header.am, libs.am, lisp.am, ltlib.am, progs.am,
9         scripts.am, texinfos.am: Use NORMAL_UNINSTALL.
10         * header-vars.am (PRE_UNINSTALL, POST_UNINSTALL,
11         NORMAL_UNINSTALL): Define.
12
13         * automake.in (scan_one_configure_file): Don't define ANSI2KNR as
14         a configure varriable.
15
16         * m4/missing.m4: Run test in a subshell.  From Gord Matzigkeit.
17
18 Mon Mar 24 23:28:59 1997  Tom Tromey  <tromey@cygnus.com>
19
20         * m4/sanity.m4: Sleep before creating temp file.
21
22         * header-vars.am (NORMAL_INSTALL, PRE_INSTALL, POST_INSTALL):
23         Define.
24
25 Sat Mar 22 00:06:00 1997  Tom Tromey  <tromey@cygnus.com>
26
27         * automake.in (am_install_var): Make sure to delete
28         CYGWIN/NOTCYGWIN tokens as appropriate.
29         (handle_programs): Remove NOTCYGWIN tokens as well.
30         (file_contents_with_transform): A single newline makes an empty
31         line.
32
33         * program.am: Remove executable before linking.
34
35         * texinfos.am (.texi.dvi): Look in @TEXINFODIR@ for texinfo.tex.
36         (.texinfo.dvi): Likewise.
37
38         * automake.in (handle_texinfo): TEXINFO_TEX variable can set
39         location of texinfo.tex.
40
41 Fri Mar 21 10:22:51 1997  Tom Tromey  <tromey@cygnus.com>
42
43         * texinfos.am (.texinfo.dvi): Mirror .texi.dvi.
44
45         * ansi2knr.c, ansi2knr.1: New versions from L. Peter Deutsch.
46
47         * scripts.am: Add @EXEEXT@ to installed scripts.
48
49 Wed Jan 22 20:12:31 1997  Jim Meyering  <meyering@na-net.ornl.gov>
50
51         * m4/mktime.m4 (AM_FUNC_MKTIME): Run tests for each of a few values
52         for the TZ environment variable.  Andre Novaes Cunha provided the
53         hairy TZ setting that exercized the Solaris tzset bug.
54
55 1997-01-22  Paul Eggert  <eggert@twinsun.com>
56
57         * m4/mktime.m4: (AM_FUNC_MKTIME): Fix bug in mktime test -- don't
58         test now, test a couple of thousand times.
59
60 Thu Mar 20 00:16:54 1997  Tom Tromey  <tromey@cygnus.com>
61
62         * automake.in (handle_programs): Remove CYGWIN lines unless
63         AM_CYGWIN32 seen.
64         (am_install_var): Remove CYGWIN lines from -clean file as well.
65
66         * progs.am: Put @EXEEXT@ where appropriate.
67
68         * program.am (@PROGRAM@): If using Cygwin32, then create actual
69         name in addition to ".exe" name.
70
71         * progs-clean.am (clean-@DIR@PROGRAMS): Conditionalize on CYGWIN.
72
73         * automake.in (check_cygnus): Require AM_CYGWIN32 in --cygnus mode.
74         (am_install_var): If AM_CYGWIN32 not seen, then remove @EXEEXT@
75         from .am files.
76
77         * automake.in (seen_cygwin32): New global.
78         (scan_one_configure_file): Check for AM_CYGWIN32.
79
80         * m4/cygwin.m4: New file.
81
82         * automake.in (scan_one_configure_file): Explicitly handle
83         AC_CONFIG_HEADER so we can avoid spurious warnings.
84         (obsolete_macros): Removed AC_CONFIG_HEADER.
85
86         * automake.in (handle_yacc_lex_cxx): Perl 4 fixes.  From Greg
87         A. Woods.
88
89 Wed Mar 19 00:35:13 1997  Tom Tromey  <tromey@cygnus.com>
90
91         * Released 1.1m.
92
93         * m4/missing.m4: Print message saying what is happening.
94
95         * m4/sanity.m4: sleep before testing.
96
97 Tue Mar 18 17:20:03 1997  Tom Tromey  <tromey@cygnus.com>
98
99         * config.guess, config.sub: New from the FSF.
100
101         * automake.in (initialize_global_constants): [common_files]
102         Include `missing'.
103         (scan_configure): Require `missing'.
104
105         * header-vars.am (MAKEINFO): Don't define.
106
107         * m4/init.m4 (missing_dir): Use AM_MISSING_PROG.
108         * m4/missing.m4: New file.
109
110         `missing' changes from François Pinard:
111         * Everywhere: Use ACLOCAL_M4 to name aclocal.m4 file; ACLOCAL now
112         names aclocal program.
113         * m4/init.m4: Replace programs with `missing' if not found.
114         * automake.in (handle_texinfo): Define MAKEINFO as @MAKEINFO@.
115         (AC_CHECK_PATTERN): Check for alphanumeric names only.
116         (handle_aclocal_m4): Use ACLOCAL, not aclocal.
117         * Makefile.am (pkgdata_SCRIPTS): Include missing.
118         * missing: New file.
119
120         * automake.in (target_defined): New sub.
121         (handle_footer): Error if target .SUFFIXES used.
122
123 Sun Mar 16 14:33:41 1997  Tom Tromey  <tromey@cygnus.com>
124
125         * automake.in (handle_lib_objects): Set seen_c_source to line
126         number.
127         (handle_yacc_lex_cxx): Use seen_c_source as line number.
128         (am_line_error): Line of -1 means skip line-number check.
129
130         * automake.in (read_am_file): Change to keep perl -w quiet.
131         (check_typos): Removed extra check of EXTRA_ containing config
132         subs.
133
134 Mon Mar 10 23:17:19 1997  Tom Tromey  <tromey@cygnus.com>
135
136         * remake-hdr.am (stamp-h): Set CONFIG_HEADERS to
137         $(CONFIG_HEADER_FULL).
138         * automake.in (handle_configure): Define CONFIG_HEADER_FULL.
139
140         * automake.in (handle_lib_objects): Set seen_c_source as
141         appropriate.  From Alexander V. Lukyanov.  Test cxxlibobj.test.
142
143 Sat Mar  8 22:54:35 1997  Tom Tromey  <tromey@cygnus.com>
144
145         * texinfo.tex: New version.
146
147         * automake.in (handle_emacs_lisp): If EMACS is `no', then we
148         couldn't find an Emacs.  So don't bother running elisp-comp.  From
149         Ulrich Drepper.
150
151         * automake.in (handle_texinfo): Added .tr and .cv to list of
152         texinfo clean extensions.  From Karl Berry.
153
154 Fri Feb 28 22:14:53 1997  Tom Tromey  <tromey@cygnus.com>
155
156         * Makefile.am: Make sure we never use "undef".
157
158         * automake.in (usage): Changed bug-reporting address.
159         (handle_dist): Use undef, not delete.
160
161 Wed Feb 26 08:41:11 1997  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
162
163         * automake.in (%obsolete_macros): Reintroduce, with hints for what
164         to do to upgrade the support.
165
166         * automake.in, ltlib-clean.am, ltlib.am, ltlibrary.am: Revamped
167         libtool support to use the _LTLIBRARIES primary.
168
169 Wed Feb 26 00:20:39 1997  Tom Tromey  <tromey@cygnus.com>
170
171         * automake.in (handle_tags): In default case, add @tags_deps to
172         dependencies of tags target.
173
174 Tue Feb 25 23:46:29 1997  Tom Tromey  <tromey@cygnus.com>
175
176         * automake.in (handle_tests): If a test failed, then make should
177         fail.  From Jim Meyering.
178
179 Mon Feb 24 19:02:21 1997  Tom Tromey  <tromey@cygnus.com>
180
181         * texi-vers.am (@VTEXI@): Copy stamp file into output.
182
183 Sun Feb 23 00:10:36 1997  Tom Tromey  <tromey@cygnus.com>
184
185         * automake.in (handle_programs): Give correct error line for lex
186         error.
187         (am_line_error): Avoid uninitialized value errors from perl -w.
188
189         * aclocal.in (scan_m4_files): Fixed perl -w warning.
190
191         * texinfos.am (.texi, .texinfo): New targets.
192
193         * automake.in (scan_texinfo_file): Renamed.
194         (handle_texinfo): Handle files without ".info" extension.
195
196         * automake.in (handle_subdirs): Error if directory contains "/".
197         (handle_yacc_lex_cxx): Quoting fix.
198         (handle_single_transform_list): Use transformed (non-ansi) version
199         of $obj instead of explicit ".o".  From Gord Matzigkeit.
200
201         * m4/sanity.m4: Pass -L to ls if possible.
202
203 Sat Feb 22 15:22:31 1997  Tom Tromey  <tromey@cygnus.com>
204
205         * dist-vars.am (DISTFILES): Don't distribute MANS.
206
207         * automake.in (handle_dist): Use define_variable to define TAR,
208         GZIP.
209         (handle_dist): Pass GZIP in environment to tar.
210         (initialize_global_constants): Likewise.
211
212         From Kaveh Ghazi:
213         * m4/protos.m4: Don't put any dependencies on AC_C_INLINE or
214         AC_C_CONST.
215         * m4/ccstdc.m4: Force AM_PROG_CC_STDC to come before AC_C_INLINE
216         or AC_C_CONST.
217
218 Fri Feb 21 00:39:17 1997  Tom Tromey  <tromey@cygnus.com>
219
220         From The Crimson Binome:
221         * automake.in (handle_yacc_lex_cxx): Handle C++ yacc/lex source.
222         (output_yacc_build_rule): New sub for C++ yacc/lex.
223
224         * automake.in (my_glob): New sub.
225         (handle_dependencies): Use my_glob.
226         (handle_aclocal_m4): Scan ACLOCAL_AMFLAGS for dependencies.
227
228         * ltlibs.am, lisp.am, libs.am, header.am, data.am, progs.am,
229         scripts.am, texinfos.am: Add leading space to echo.
230
231         * automake.in (handle_texinfo): Added .tps and .vrs to list of TeX
232         endings.  From Jim Blandy.
233         (install_man_format): Make rule silent; instead print actual
234         command.
235
236 Tue Feb  4 18:29:42 1997  Tom Tromey  <tromey@cygnus.com>
237
238         * dist-vars.am (TAR): Removed.
239         * automake.in (TAR): New variable.
240         (handle_dist): Explicitly define TAR.
241         * configure.in: Compute TAR.
242
243         * automake.in (handle_lib_objects): Put @ALLOCA@ on @dep_list, not
244         @dep_files.
245         (AC_SUBST_PATTERN): Typo fix.
246         (handle_aclocal_m4): Use ACLOCAL_AMFLAGS.
247         (handle_clean): Put -recursive target before -am target.
248         (handle_merge_targets): Put basename of $config_name on @all.
249         Test confsub.test.  From Ramón García Fernández.
250
251 Tue Jan 28 22:19:04 1997  Tom Tromey  <tromey@cygnus.com>
252
253         * automake.in (initialize_global_constants): Put libtoolize files
254         into @common_files, not @common_sometimes.  From Gord Matzigkeit.
255
256 Sun Jan 26 17:46:08 1997  Tom Tromey  <tromey@cygnus.com>
257
258         * texinfos.am (.texi.info): If --cygnus, set -I $(srcdir).  From
259         Per Bothner.
260
261 Sun Jan 12 18:28:16 1997  Fred Fish  (fnf@ninemoons.com)
262
263         * automake.in: Use 'interlock' and 'ylwrap' from source
264         directory or aux config directory, not build directory.
265
266 Tue Jan  7 18:35:10 1997  Tom Tromey  <tromey@cygnus.com>
267
268         * aclocal.in (parse_arguments): Handle -I.
269         (usage): Ditto.
270         (scan_m4_files): Ditto.
271
272         * automake.in (handle_single_transform_list): Don't give error
273         message if extension unrecognized.
274
275 Tue Dec 17 11:18:20 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
276
277         * m4/header.m4 (AM_CONFIG_HEADER): Check for $CONFIG_HEADERS, not
278         $CONFIG_HEADER.
279
280 Tue Jan  7 17:59:26 1997  Tom Tromey  <tromey@cygnus.com>
281
282         * automake.in (scan_one_configure_file): AM_INIT_GUILE_MODULE runs
283         AM_PROG_INSTALL, not AC_PROG_INSTALL.  From Jim Blandy.
284         (handle_texinfo): Handle no-texinfo.tex option.
285         (handle_options): Ditto.
286
287 Thu Jan  2 14:16:17 1997  Tom Tromey  <tromey@cygnus.com>
288
289         * automake.in (am_install_var): Ignore EXTRA libtool libraries.
290         From Marius Vollmer.
291
292 Wed Dec 18 15:27:09 1996  Tom Tromey  <tromey@cygnus.com>
293
294         * automake.in (read_am_file): Sort configure_vars before adding to
295         output_vars.
296         (handle_yacc_lex_cxx): Sort de_ansi_objects.
297         (handle_man_pages): Sort %section keys.
298
299 Tue Dec 10 00:41:17 1996  Tom Tromey  <tromey@cygnus.com>
300
301         * automake.in (AC_SUBST_PATTERN): Check for alphanumeric variable
302         names only.  Test subst.test.
303         (scan_one_configure_file): Skip AC_DEFUN lines.  Test
304         defun2.test.
305
306 Mon Dec  9 08:18:42 1996  Tom Tromey  <tromey@cygnus.com>
307
308         * automake.in (file_contents_with_transform): Use ne, not !=, to
309         compare strings.  Compare against correct string.  From Jim
310         Meyering.
311         (handle_texinfo): Use rm -f to remove info files.  From Gord
312         Matzigkeit.
313
314         * Released 1.1l.
315
316         * automake.in (handle_texinfo): Put .ps on @suffixes.
317
318 Sun Dec  8 12:29:52 1996  Tom Tromey  <tromey@cygnus.com>
319
320         * automake.in (am_install_var): Directory with 'exec' in its name
321         is installed by install-exec.
322
323         * subdirs.am (maintainer-clean-recursive): Make commands quiet.
324         * texinfos.am: Make commands quiet.
325         * scripts.am: Make commands quiet.
326         * progs.am: Make commands quiet.
327         * ltlibs.am: Make comamnds quiet.
328         * lisp.am: Make commands quiet.
329         * libs.am: Make commands quiet.
330         * header.am: Make commands quiet.
331         * data.am: Make commands quiet.
332
333         * automake.in (variable_value_as_list): Handle := substitution
334         references.
335         (am_conf_line_error): Take file argument.  Changed all callers.
336         (scan_one_configure_file): Skip config header of [$1].
337         (scan_dependency_file): Don't add top_builddir to regex if it is
338         ".".  Don't include top_builddir in output if it is ".".
339         (scan_one_configure_file): Skip version of [$2].
340
341 Sat Dec  7 11:34:39 1996  Tom Tromey  <tromey@cygnus.com>
342
343         * automake.in (scan_one_configure_file): New sub.
344         (scan_configure): Scan aclocal.m4 as well as configure.in.
345         (handle_configure): Makefile.in now depends on $(ACLOCAL), because
346         automake scans it.
347
348         * automake.in (handle_configure): Put full path to file onto
349         @rewritten_inputs.  Test output4.test.
350
351         * automake.in (handle_configure): Put proper name onto @inputs.
352         Test output3.test.
353
354         * automake.in (handle_configure): Pass correct args to automake
355         invocations.  Test remake2.test.
356
357         * automake.in (handle_configure): Check dirname of $file, not of
358         $local.  Test output2.test.
359
360         * automake.in (handle_dependencies): Added some missing ";"s in
361         transforms.
362         (get_object_extension): Ditto.
363         (handle_tags): Ditto.
364         (handle_tests): Ditto.
365         (read_am_file): Ditto.
366         (am_install_var): Ditto.
367         (file_contents_with_transform): Die if transform missing trailing
368         ";".
369
370         * automake.in (am_install_var): Quote $ in regexp substitution.
371         From Ulrich Drepper.
372
373 Fri Dec  6 18:54:10 1996  Tom Tromey  <tromey@cygnus.com>
374
375         * automake.in (handle_configure): Require actual input files, not
376         rewritten input files.  From Ulrich Drepper.
377
378 Thu Dec  5 02:52:20 1996  Tom Tromey  <tromey@cygnus.com>
379
380         Suggestion from Mark Galassi:
381         * texinfos.am (DVIPS): New macro.
382         (.dvi.ps): New rule.
383
384         * automake.in (handle_dependencies): Check to make sure
385         --build-directory specified before searching for .P files.
386         (handle_configure): Correctly handle ":" syntax when running
387         config.status.
388
389         * remake.am: Removed rules to regenerate Makefile and Makefile.in;
390         now handled by handle_configure.
391
392         * remake-subd.am: Removed.
393
394         * automake.in (scan_configure): Handle multiple ":"s in AC_OUTPUT
395         arg.
396         (parse_arguments): Ditto.
397         (handle_configure): Ditto.
398         (%other_output_files): Removed.
399         (rewrite_inputs_into_dependencies): New sub.
400         (handle_configure): Use it.
401         (handle_configure): Ditto.
402
403         From Gord Matzigkeit:
404         * automake.in (generate_makefile): Handle ":" in AC_OUTPUT arg.
405         (handle_configure): Ditto.
406
407         * automake.in (handle_single_transform_list): .S is assembly
408         source.  From Anthony Green.
409
410         * automake.in (handle_single_transform_list): Correctly rewrite
411         C++ and Fortran source to objects ending in ".o".  Test
412         cxxo.test.
413
414         * automake.in: Better error message if file missing.
415
416         * aclocal.in (@obsolete_macros): ud_GNU_GETTEXT is obsolete.
417         * automake.in (handle_gettext): Use AM_GNU_GETTEXT, not
418         ud_GNU_GETTEXT.
419         (scan_configure): Ditto.  ud_GNU_GETTEXT is now obsolete.
420
421 Wed Dec  4 00:41:23 1996  Tom Tromey  <tromey@cygnus.com>
422
423         * automake.in (scan_configure): Skip empty elements when adding to
424         libsources.  Perl 4 bug reported by Greg A Woods.
425
426         * Makefile.am (perl4-check): New target.
427         (cvs-dist): Run perl4-check.
428
429         Perl 4 fixes.  Reported by Greg A. Woods:
430         * automake.in (file_contents_with_transform): If transform caused
431         all chars to go away, then skip rest of loop.
432         (handle_texinfo): Don't use "next" in arg to
433         file_contents_with_transform.
434         (handle_dependencies): Ditto.
435         (handle_tests): Ditto.
436
437         * m4/regex.m4 (AM_WITH_REGEX): Check for GNU regex in libc.  From
438         Andreas Schwab.
439
440         * automake.in (parse_arguments): Removed --strictness.
441         (handle_dist_worker): Don't use --strictness.
442         (handle_configure): Ditto.
443         (initialize_global_constants): Don't mention --strictness.
444
445         * automake.in (handle_merge_targets): Use all-recursive-am instead
446         of all-recursive-hack.  The latter is ugly, according to Joel
447         Weber.
448
449         * automake.in (handle_emacs_lisp): Push $(ELCFILES) onto @all.
450
451         * automake.in (do_one_clean_target): Allow -local version of clean
452         targets.
453
454 Tue Dec  3 18:58:40 1996  Tom Tromey  <tromey@cygnus.com>
455
456         * automake.in (handle_dependencies): Skip C-only lines in
457         depend2.am when appropriate.
458         * depend2.am (.deps/%.P): Omit modification of $o if language is
459         not C.
460
461 Tue Dec  3 11:29:01 1996  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
462
463         * compile-kr.am: Quote arguments to echo.
464
465         * progs.am: Fix up problems when LIBTOOL is not defined (by
466         setting shell variable instprog to the installation program).
467
468         * aclocal.in (scan_file): Allow the acinclude.m4 file to override
469         any other macro files (but still prevent multiple definitions
470         within acinclude.m4).
471
472 Tue Dec  3 10:40:48 1996  Tom Tromey  <tromey@cygnus.com>
473
474         From Ulrich Drepper:
475         * automake.in (handle_emacs_lisp): Typo fix.
476         (scan_configure): Only recognize VERSION after whitespace.
477
478         * texinfos.am: install-info requires path to info file.
479
480         * progs.am: Use @LIBTOOL@, not $(LIBTOOL).
481
482         * automake.in (am_install_var): If -ltlibs passed, substitute
483         @LIBTOOL@.
484
485 Mon Dec  2 13:51:11 1996  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
486
487         * automake.in (get_object_extension): Unshift ansi2knr onto the
488         all target, so that it builds before any other targets.
489         [de_ansi_objects]: Delete, since unshifting ansi2knr is an easier
490         solution.
491
492 Mon Dec  2 12:13:27 1996  Tom Tromey  <tromey@cygnus.com>
493
494         * Released 1.1i.
495
496         From Janos Farkas:
497         * automake.in (handle_texinfo): Must quote $ for make.
498
499 Sun Dec  1 15:08:09 1996  Tom Tromey  <tromey@cygnus.com>
500
501         * automake.in (handle_configure): Correctly handle common case of
502         multiple non-Makefiles in AC_OUTPUT.  Require all input files when
503         using ":" syntax.
504
505 Sun Nov 24 00:33:50 1996  Tom Tromey  <tromey@cygnus.com>
506
507         * automake.in (handle_source_transform): Don't define
508         EXTRA_prog_SOURCES unnecessarily.  Test extra2.test.
509
510         * automake.in (initialize_per_input): New variables
511         included_generic_compile, included_knr_compile,
512         included_libtool_compile.
513         (get_object_extension): Use them.
514
515         * automake.in (handle_single_transform_list): Removed
516         Objective-C/C++ support (didn't really work anyway).
517         (handle_single_transform_list): Handle assembly specially.
518
519         * automake.in (handle_yacc_lex_cxx): Set --mode=compile or
520         --mode=link when running libtool.
521
522         * ltlibs.am: Set --mode=install when running libtool.
523         (uninstall-@DIR@PROGRAMS): Set --mode=uninstall when running
524         libtool.
525         * libtool.am (.c.lo): Set --mode=compile when running libtool.
526         * progs.am: Set --mode=install when running libtool.
527
528         Fix for bug reported by François Pinard:
529         * automake.in (do_check_merge_target): New sub.
530         (do_one_merge_target): No longer handle `check'.
531         (handle_merge_targets): Use do_check_merge_target.
532         (initialize_per_input): Set @check_tests.
533         (handle_tests): Push onto @check_tests, not @check.
534
535         * automake.in (am_install_var): Typo fix.
536         (handle_configure): Require $inputs[0].
537
538 Fri Nov 22 00:01:45 1996  Tom Tromey  <tromey@cygnus.com>
539
540         * automake.in (handle_lib_objects): Fixed error message
541         processing.
542
543 Thu Nov 21 22:29:30 1996  Tom Tromey  <tromey@cygnus.com>
544
545         * automake.in (scan_configure): AC_FUNC_FNMATCH doesn't add to
546         LIBOBJS.
547         (handle_configure): Support multi-":" mode for AC_OUTPUT.
548
549         * m4/header.m4: New file.
550
551         * automake.in (scan_configure): Recognize AM_CONFIG_HEADER.
552
553 Wed Nov 20 00:23:42 1996  Tom Tromey  <tromey@cygnus.com>
554
555         * acinstall: Allow commentary at end of "serial" line.  From Gord
556         Matzigkeit.
557
558         * automake.in (handle_yacc_lex_cxx): Only replace output header if
559         it has changed.
560
561 Tue Nov 19 19:03:30 1996  Tom Tromey  <tromey@cygnus.com>
562
563         * automake.in (am_primary_prefixes): Allow configure variables to
564         be named after primary.
565         (am_install_var): Ditto.
566
567         * automake.in (initialize_per_input): Initialize output_header.
568         (generate_makefile): Set up output_header; print it before
569         output_rules.
570         (handle_footer): Put .SUFFIXES into output_header, for AIX.
571
572 Mon Nov 18 19:11:53 1996  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
573
574         * automake.in: Added a lot of libtool support.  New variable
575         prog_LDFLAGS to pass linker flags.  Use libtoolize to install
576         libtool support files.
577
578 Mon Nov 18 13:29:55 1996  Tom Tromey  <tromey@cygnus.com>
579
580         * automake.in (handle_lib_objects): Push @LIBOBJS@ and @ALLOCA@
581         onto dependency list.
582
583         * aclocal.in (obsolete_macros): Include AM_SANITY_CHECK_CC; now
584         part of autoconf proper.
585         * m4/ccsanity.m4: Removed.
586
587 Sun Nov 17 12:25:17 1996  Tom Tromey  <tromey@cygnus.com>
588
589         * automake.in (check_typos): Check to make sure EXTRA_ variables
590         don't contain configure subs.
591         (handle_dist_worker): Removed EXTRA_DIST_DIRS; not needed.
592
593 Fri Nov 15 18:58:04 1996  Tom Tromey  <tromey@cygnus.com>
594
595         * tags-subd.am: Removed.
596
597         * tags.am (tags-recursive): Removed.
598         (TAGS): Depend on @DIRS@, @CONFIG@.  Use @CONFIG@ in rule.
599         (ID): From tags-subd.am.
600         
601         * aclocal.in (obsolete_macros): Include AM_FUNC_FNMATCH.
602         * automake.in (scan_configure): Recognize AC_FUNC_FNMATCH.
603         * m4/fnmatch.m4: Removed (now in autoconf).
604
605         * automake.in (initialize_per_input): Init de_ansi_objects.
606         (handle_single_transform_list): Error if extension unrecognized.
607         Set elements of de_ansi_objects.
608         (get_object_extension): Don't push ANSI2KNR onto @all.
609         (handle_yacc_lex_cxx): Put ANSI2KNR into dependency of all ._o
610         files.
611         (pretty_print_internal): Initialize $bol depending on the column.
612
613 Fri Nov 15 16:22:15 1996  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
614
615         * library.am: Fixed references to LIBRARY according to new scheme.
616
617         * libs.am, libs-clean.am: Removed references to LIBFILES.
618
619         * automake.texi (A Library): doc fix
620
621         * automake.in (handle_libraries): Deleted references to *LIBFILES,
622         since we now have the full library name in the *LIBRARIES
623         variable.
624         (am_install_var): Removed `-no-all' option, which was only required
625         for the LIBFILES hack.
626
627 Fri Nov 15 16:39:29 1996  Tom Tromey  <tromey@cygnus.com>
628
629         * automake.in: Applied libtool-related patches from Gord.
630         (scan_configure): Set CC configure var if AM_PROG_LIBTOOL seen.
631         Also indicate that AC_CANONICAL_HOST was run.
632
633         * Makefile.am (pkgdata_DATA): Removed aclocal.m4.
634
635 Thu Nov 14 23:11:09 1996  Tom Tromey  <tromey@cygnus.com>
636
637         * automake.in (handle_yacc_lex_cxx): Don't auto-define YACC, LEX,
638         CXX, CC.
639
640         * dejagnu.am: Print warning if runtest missing.
641
642         From Joerg-Martin Schwarz:
643         * automake.in (handle_aclocal_m4): Find aclocal.m4 in srcdir.
644         (require_file_internal): Unlink file before creating it.
645
646         * depend2.am (.deps/%.P): Don't print commands when running.
647
648 Mon Nov 11 10:35:08 1996  Tom Tromey  <tromey@cygnus.com>
649
650         * automake.in (handle_single_transform_list): Simplified C++
651         matching expression.
652
653 Fri Nov  8 09:49:09 1996  Tom Tromey  <tromey@cygnus.com>
654
655         * Released 1.1g.
656
657         * compile-kr.am ($(OBJECTS)): Removed.
658
659         * automake.in (get_object_extension): Define ANSI2KNR.  Push onto
660         @all if ansi2knr is in this directory.
661
662         * configure.in: Don't run AC_ARG_PROGRAM, AC_PROG_MAKE_SET.
663
664         * m4/init.m4: Run AM_SANITY_CHECK.
665
666         * m4/sanity.m4: New file.
667
668         * automake.in (handle_dist_worker): In Cygnus mode, possibly find
669         files to dist in build dir, not srcdir.
670         (%omit_dependencies): New global.
671         (scan_dependency_file): Handle OMIT_DEPENDENCIES.
672         (scan_configure): Put rx.h, regex.h on %omit_dependencies.  Ditto
673         libintl.h.
674         (handle_tests): Remove CYGNUS strings in Cygnus mode.
675         (handle_texinfo): Ditto.
676
677         * texinfos.am (dist-info): New target.
678
679         * automake.in (handle_dist_worker): Use DISTFILES, not
680         DEP_DISTFILES.
681         (initialize_per_input): Initialize dist_targets.
682         (handle_texinfo): Don't compute @infos_list; don't define or use
683         INFOS.  Put dist-info onto @dist_targets.
684         (handle_dist_worker): Handle @dist_targets.  Don't use the "echo
685         trick" for expanding DISTFILES any more.
686
687         * dist-vars.am (DEP_DISTFILES): Removed.
688         (DISTFILES): Don't include INFOS.
689
690         * automake.in (handle_texinfo): Handle Cygnus mode.
691         * texinfos.am (.texi.info, .texinfo.info): Handle Cygnus mode.
692
693         * automake.in (handle_single_transform_list): New sub.
694         (handle_source_transform): Use it.
695         (handle_built_sources): New sub.
696
697 Thu Nov  7 14:49:16 1996  Tom Tromey  <tromey@cygnus.com>
698
699         * remake.am ($(srcdir)/Makefile.in): Pass @ARGS@ to automake.
700         * remake-subd.am ($(srcdir)/Makefile.in): Pass @ARGS@ to
701         automake.
702         * automake.in (handle_configure): Pass --cygnus when running
703         automake again.
704
705         * remake-hdr.am ($(srcdir)/stamp-h.in): Depend on @FILES@, not
706         ACCONFIG, CONFIG_TOP, CONFIG_BOT.
707         * automake.in (handle_aclocal_m4): Always find aclocal.m4 in
708         top_srcdir.
709         (handle_configure): Don't define ACCONFIG, CONFIG_TOP, CONFIG_BOT;
710         instead substitute files directly.
711
712 Wed Nov  6 10:22:26 1996  Tom Tromey  <tromey@cygnus.com>
713
714         * remake-hdr.am (stamp-h): Look in top_builddir for
715         config.status.
716         ($(srcdir)/stamp-h.in): Look in top_srcdir for configure.in.
717
718 Thu Oct 31 10:55:59 1996  Tom Tromey  <tromey@cygnus.com>
719
720         * texinfos.am (.texi.dvi): Set MAKEINFO when running texi2dvi.
721         From Jim Meyering.
722
723         * automake.in (handle_texinfo): Push install-info-am, not
724         install-info.
725         (handle_merge_targets): Handle no-installinfo option.
726
727         * texinfos.am (install-info-am): Renamed from install-info.
728
729         * automake.in (handle_subdirs): Include install-info-recursive if
730         no-installinfo given.
731
732         * subdirs.am: Include INSTALLINFO token.
733
734         * automake.in (handle_texinfo): Explicitly define MAKEINFO,
735         TEXI2DVI.
736         (cygnus_mode): New global.
737         (handle_dist_worker): Pass --cygnus to automake.
738         (initialize_global_constants): Document --cygnus.
739         (check_cygnus): New sub.
740         (handle_texinfo): Don't require texinfo.tex in Cygnus mode.
741
742         * texi-vars.am: Removed.
743
744         * dejagnu.am (check-DEJAGNU): Don't define rootme.
745
746         * automake.in (handle_tests): Define EXPECT, RUNTEST.
747
748         * dejagnu.am (EXPECT): Removed.
749         (RUNTEST): Removed.
750
751         * automake.in (define_program_variable): New sub.
752
753 Mon Oct 28 10:43:48 1996  Tom Tromey  <tromey@cygnus.com>
754
755         * automake.in (handle_dependencies): Use -M, not -MM, for C++
756         dependencies.
757
758 Thu Oct 24 20:21:50 1996  Tom Tromey  <tromey@cygnus.com>
759
760         * automake.in (check_libobjs_sources): New sub.  Test
761         libobj4.test.
762         (handle_source_transform): Don't check for auto-discovered source
763         files here.
764         (handle_programs): Run check_libobjs_sources here.
765         (handle_libraries): Ditto.
766
767         * automake.in (define_configure_variable): New function.
768         (get_object_extension): Use define_configure_variable.
769         (handle_yacc_lex_cxx): Ditto.
770         (handle_emacs_lisp): Ditto.
771         (configure_vars): New global.
772         (AC_CHECK_PATTERN): New global.
773         (seen_ranlib, seen_prog_cc, seen_prog_cxx, seen_prog_lex):
774         Removed.
775         (handle_yacc_lex_cxx): Use configure_vars, not seen_prog_*.
776         (AC_SUBST_PATTERN): New global.
777         (scan_configure): Use AC_SUBST_PATTERN; don't set seen_prog_*.
778         (handle_libraries): Don't use seen_ranlib.
779         (read_am_file): Run define_configure_variable on each discovered
780         variable.
781
782 Mon Oct 21 23:06:49 1996  Tom Tromey  <tromey@cygnus.com>
783
784         * automake.in (scan_configure): Handle AM_INIT_GUILE_MODULE.
785         (handle_libraries): Pass configure substitutions directly on to
786         LIBFILES.
787
788         * automake.in (AM_PACKAGE_VERSION_PATTERN): New global.
789         (scan_configure): Use it.  Test version.test.
790
791 Sun Oct 20 12:08:46 1996  Tom Tromey  <tromey@cygnus.com>
792
793         * automake.in (handle_dist_worker): Explicitly pass distdir to
794         dist-hook make.  From Tatu Ylonen.
795
796         * m4/strtod.m4: Use correct cache variable.
797
798 Thu Oct 17 13:45:20 1996  Tom Tromey  <tromey@cygnus.com>
799
800         Lisp fixes from Erick Branderhorst:
801         * m4/lispdir.m4: Define lispdir, not LISPDIR.
802         * lisp.am: Added missing \.
803
804 Fri Oct 11 00:44:49 1996  Tom Tromey  <tromey@cygnus.com>
805
806         * automake.in (handle_source_transform): Only rewrite c, yacc, lex
807         to use de-ansi-fication.
808         (scan_configure): Handle multi-line AC_REPLACE_FUNCS.  Test
809         libobj5.test.
810
811         * automake.in (handle_lib_objects): Added $lex_seen argument.
812         Error if lex file used but LEXLIB not seen.
813         (handle_programs): Ditto.
814         (handle_yacc_lex_cxx): Define LEXLIB variable.
815         (handle_lib_objects): Don't allow LEXLIB to end up on dependency
816         list.
817
818 Thu Oct 10 16:12:38 1996  Tom Tromey  <tromey@cygnus.com>
819
820         * automake.in (handle_gettext): Moved check for SUBDIRS and
821         ABOUT-NLS here.
822
823         * automake.in (handle_configure): Run mkinstalldirs under
824         $(SHELL).
825         (handle_yacc_lex_cxx): Run interlock under $(SHELL).
826
827         * remake-subd.am (Makefile): Run config.status under $(SHELL).
828         * remake-hdr.am (stamp-h): Run config.status under $(SHELL).
829         * remake.am (Makefile): Run config.status under $(SHELL).
830         (config.status): Ditto.
831
832         * automake.in (read_am_file): Removed UNMAINT code.
833         (file_contents_with_transform): Ditto.
834         * m4/maintainer.m4: Removed bogus UNMAINT code.
835
836         * automake.in (handle_emacs_lisp): Define EMACS variable.
837         (handle_emacs_lisp): Make sure EMACS is in environment when
838         elisp-comp is run.
839
840         * elisp-comp: Exit with status 1 if usage bad.
841         Use "emacs -q".  Use EMACS environment variable if set (unless set
842         to t).
843
844         * m4/lispdir.m4: Unset EMACS if it is set to `t'.
845
846         * automake.in (handle_dist_worker): Allow EXTRA_DIST items to be
847         in subdirs.
848         (do_one_merge_target): Use all-am, not all, in subdirs case.
849         (handle_merge_targets): Always generate all-am in subdirs case.
850
851         * remake.am (Makefile): Depend on BUILT_SOURCES.
852         * remake-subd.am (Makefile): Depend on BUILT_SOURCES.
853         * depend.am (.deps/.P): Don't depend on BUILT_SOURCES.
854
855         * automake.in (handle_yacc_lex_cxx): Handle y.tab.h in non-ylwrap
856         case.
857
858         * ylwrap: Bug fix.  From Jim Meyering.
859
860 Wed Oct  9 22:51:16 1996  Tom Tromey  <tromey@cygnus.com>
861
862         * m4/mktime.m4: Don't define AC_HEADER_SYS_TIME_H; instead just
863         check directly for header.
864
865 Mon Oct  7 13:08:15 1996  Tom Tromey  <tromey@cygnus.com>
866
867         * automake.in (scan_configure): fp_WITH_DMALLOC and fp_WITH_REGEX
868         are obsolete.
869
870 Sun Oct  6 00:43:01 1996  Tom Tromey  <tromey@cygnus.com>
871
872         * automake.in (AC_CONFIG_AUX_DIR_PATTERN): New global.
873         (AM_INIT_AUTOMAKE_PATTERN): New global.
874         (scan_configure): Use them.
875
876         * aclocal.in (add_file): Search contents of included files.  Test
877         req.test.
878         (scan_m4_files): Don't skip acinclude.m4 when constructing
879         search.  Test acsilent.test.
880         (scan_m4_files): Scan acinclude.m4.
881
882         * aclocal.in (add_file): Removed debugging print.
883         (scan_configure): Set $file_contents when scanning acinclude.m4.
884         Test acinclude.test.
885
886         * configure.in: Upped to 1.1g.
887
888         * Released 1.1f.
889
890         * texinfos.am: Run : after install-info.
891
892         * aclocal.in (parse_arguments): Better error message.
893         * automake.in (parse_arguments): Better error message.
894
895         * remake.am (Makefile): Depend on $(srcdir)/Makefile.in, to work
896         around broken makes.  From David A. Swierczek.
897         * remake-subd.am (Makefile): Ditto.
898
899 Sat Oct  5 11:29:48 1996  Tom Tromey  <tromey@cygnus.com>
900
901         * automake.in (generate_makefile): Put BUILT_SOURCES onto @all if
902         appropriate.
903         (handle_source_transform): Error if discovered source file is
904         mentioned.
905         (do_one_merge_target): Move all-vs-check test here.
906
907         * m4/obstack.m4: New file.
908         * m4/error.m4: New file.
909
910         * automake.in (scan_configure): Support AM_FUNC_MKTIME,
911         AM_FUNC_ERROR_AT_LINE, AM_FUNC_OBSTACK.
912
913         * texinfo.tex: New version from texinfo 3.9.
914
915         * automake.in (handle_yacc_lex_cxx): Updated for new ylwrap.
916         Also, handle y.tab.h file when "yacc -d" is used.
917         (do_one_merge_target): Use pretty_print_rule.
918
919         * ylwrap: Changed usage.
920
921         * m4/mktime.m4: New file.
922
923         * m4: Renamed all .m4 files to fit into 14-char limits.
924
925         * m4/Makefile.am (EXTRA_DIST): New macro.
926
927         * aclocal.in ($ac_defun_rx, %map, %file_contents): New globals.
928         (scan_m4_files): Use $ac_defun_rx.
929         (add_file): Ditto.
930         Run scan_m4_files.
931         (scan_configure): Scan acinclude.m4 before anything else.
932         (scan_file): New sub.
933         (check_acinclude): New sub.
934         (add_file): Rewrote.
935
936         * progs-clean.am, progs.am: Renamed from programs-clean.am,
937         programs.am.
938         * libs-clean.am, libs.am: Renamed from libraries-clean.am,
939         libraries.am.
940         * texi-vars: Renamed from texinfos-vars.am.
941         * comp-vars.am: Renamed from compile-vars.am.
942         * texi-vers.am: Renamed from texi-version.am.
943
944         * automake.in (require_file_internal): Give error if symlink can't
945         be made.
946         (require_config_file): Error message references configure.in.
947         (handle_yacc_lex_cxx): Fix order of arguments to ylwrap; from
948         Joerg-Martin Schwarz.
949         (handle_texinfo): Use texi-vers, not texi-version.
950         (get_object_extension): Use comp-vars, not compile-vars.
951         (handle_texinfo): Use texi-vars, not texinfos-vars.
952         (handle_libraries): Use `libs' prefix, not `libraries'.
953         (handle_programs): Use `progs' prefix, not `programs'.
954
955 Fri Oct  4 01:14:08 1996  Tom Tromey  <tromey@cygnus.com>
956
957         * aclocal.in (scan_m4_files): New sub.
958
959         * m4/AM_FUNC_STRTOD.m4 (am_cv_func_strtod_needs_libm): Set
960         am_cv_func_strtod_needs_libm, so we can avoid linking with -lm
961         everywhere.
962
963 Thu Oct  3 20:11:16 1996  Tom Tromey  <tromey@cygnus.com>
964
965         * texinfos.am (uninstall-info): Run install-info --remove.
966
967         * automake.in (read_am_file): Define all variables after reading
968         .am file.  Test vpath.test.  Reported by Anthony Green.
969
970 Mon Sep 30 08:31:51 1996  Tom Tromey  <tromey@cygnus.com>
971
972         * texinfos.am: Run install-info.
973
974         * automake.in (variable_value_as_list): Just return if comment
975         seen.  Report from Mark Galassi.
976         (handle_options): Don't bother with explicit comment checking.
977
978 Tue Sep 24 09:15:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
979
980         * automake.in (read_am_file): Cleaned up dejagnu variables.
981
982 Mon Sep 23 00:04:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
983
984         * automake.in (parse_arguments): New usage to conform to GNU
985         standards.
986
987         * aclocal.in (parse_arguments): New usage to conform to GNU
988         standards.
989
990         * automake.in (handle_scripts): Push new target onto @check.
991         * scripts.am (check-@DIR@SCRIPTS): New target.
992
993         * automake.in (initialize_global_constants): Define %dist,
994         dist_header, dist_trailer.
995         (handle_dist): Make dist-all target.
996         (generate_makefile): Run check_typos later.
997         (examine_variable): New sub.
998         (handle_tags): Examine TAGS_DEPENDENCIES.  Test spell3.test.
999         Error if TAGS_DEPENDENCIES but no sources used.
1000         (handle_configure): Examine CONFIGURE_DEPENDENCIES.
1001
1002 Sat Sep 21 13:59:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
1003
1004         * automake.in (am_install_var): More error checking.
1005
1006 Fri Sep 20 09:06:37 1996  Tom Tromey  <tromey@creche.cygnus.com>
1007
1008         * tags.am (TAGS): Minor cleanup.
1009
1010         * clean.am (distclean-generic): Don't remove CONFIG_HEADER.
1011
1012         * remake-hdr.am (mostlyclean-hdr, clean-hdr, distclean-hdr,
1013         maintainer-clean-hdr): New targets.
1014
1015         * automake.in (handle_configure): Define CONFIG_HEADER correctly
1016         when it is in current directory.
1017         (handle_configure): Push "hdr" on @clean.
1018
1019         * remake-hdr.am (stamp-h): Run config.status in top_builddir.
1020         ($(srcdir)/stamp-h.in): Run autoheader in top_srcdir.
1021
1022         * automake.in (scan_configure): Check for install.sh here.
1023         (basename): New sub.
1024         (handle_configure): Handle case where config.h is in subdir.
1025         (handle_configure): Make stamp-in.h for user if it doesn't already
1026         exist.
1027         (touch): New sub.
1028
1029 Tue Sep 17 23:35:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
1030
1031         * Makefile.am (EXTRA_DIST): Include pkgdata_DATA.
1032
1033         * dist-vars.am (DISTFILES): Don't distribute BUILT_SOURCES or
1034         DATA.
1035         (DEP_DISTFILES): Ditto.
1036
1037 Mon Sep 16 22:28:56 1996  Tom Tromey  <tromey@creche.cygnus.com>
1038
1039         * automake.in (check_typos): Renamed.
1040         (check_typos): Check for _LDADD, _LIBADD, and _DEPENDENCIES.
1041         (variable_defined): Note variable as being "seen".
1042         (handle_lib_objects): Don't push configure substitutions onto
1043         _DEPENDENCIES.
1044
1045 Sun Sep 15 22:45:43 1996  Tom Tromey  <tromey@creche.cygnus.com>
1046
1047         * automake.in (initialize_per_input): Init content_seen.
1048         (variable_value_as_list): Set content_seen entry.
1049         (define_variable): Ditto.
1050         (define_pretty_variable): Ditto.
1051         (check_source_typos): New sub.
1052         (generate_makefile): Call it.
1053
1054 Thu Sep 12 15:03:19 1996  Tom Tromey  <tromey@creche.cygnus.com>
1055
1056         * automake.in (handle_source_transform): Removed extraneous
1057         space.  Test implicit.test.
1058         (read_am_file): Make sure "canonical" variables are mentioned in
1059         %contents.
1060         (scan_configure): AC_CHECK_TOOL sets $seen_canonical to
1061         $AC_CANONICAL_HOST conditionally.
1062         (handle_footer): Don't use define_pretty_variable in all cases.
1063
1064 Wed Sep 11 11:54:44 1996  Tom Tromey  <tromey@creche.cygnus.com>
1065
1066         * clean.am (distclean-generic): Remove CONFIG_CLEAN_FILES here,
1067         per GNU/Gnits standards.
1068
1069         * libraries.am (install-@DIR@LIBRARIES): Use two loops, so new
1070         NORMAL_INSTALL and POST_INSTALL variables can work when empty.
1071
1072         * automake.in (handle_options): Rewrote version handling.  Now
1073         returns error indicator.
1074         (MACRO_PATTERN, BOGUS_MACRO_PATTERN): Handle `:=' definitions.
1075         (RULE_PATTERN): Exclude `:=' from being a rule.
1076
1077         * m4/AM_PROG_CC_STDC.m4 (ac_save_CC): Bug fix from Jim Meyering.
1078
1079         * automake.in (variable_value_as_list): Always use am_line_error.
1080         (define_variable): New sub.
1081         (get_object_extension): Use define_variable.
1082         (handle_yacc_lex_cxx): Ditto.
1083         (handle_source_transform): Ditto.
1084         (handle_programs): Ditto.
1085         (handle_libraries): Ditto.
1086         (handle_texinfo): Ditto.
1087         (handle_man_pages): Ditto.
1088         (handle_dependencies): Ditto.
1089         (handle_aclocal_m4): Ditto.
1090         (define_pretty_variable): New sub.
1091         (handle_source_transform): Use define_pretty_variable.
1092         (handle_lib_objects): Ditto.
1093         (handle_libraries): Ditto.
1094         (handle_dist): Ditto.
1095         (handle_dependencies): Ditto.
1096         (handle_configure): Ditto.
1097         (handle_footer): Ditto.
1098         (handle_emacs_lisp): Ditto.
1099         (am_install_var): Ditto.
1100
1101         * Released version 1.1e.
1102
1103         * automake.in ($GNITS_VERSION_PATTERN): Handle non-alpha
1104         releases.
1105
1106         * configure.in: Version 1.1e.
1107
1108         * automake.in (handle_texinfo): Distribute .info file.
1109
1110 Sun Sep  8 09:00:37 1996  Tom Tromey  <tromey@creche.cygnus.com>
1111
1112         * Makefile.am (EXTRA_DIST): New macro.
1113         (maintainer-clean): Don't run "make check".
1114         (pathchk): New target.
1115
1116         * automake.in (check_gnits_standards): Only check version number
1117         syntax at top level.
1118         ($package_version_line): New variable.
1119         (scan_configure): Set it.
1120         (check_gnits_standards): Use am_conf_line_error.
1121         (scan_configure): Remove extraneous whitespace from version
1122         number.
1123         (handle_dist): Handle distcheck-hook.
1124
1125         * m4/AM_PROG_CC_STDC.m4: Applied patch from Jim Meyering.
1126
1127         * automake.in (scan_configure): Handle AM_WITH_REGEX.
1128         (handle_lib_objects): Require .h files in %libsources but don't
1129         generate dependencies for them.
1130         (scan_configure): Also require rx.h and regex.h.
1131
1132         * m4/Makefile.am (m4data_DATA): Don't include AM_PROG_LIBTOOL,
1133         AM_FEATURE_CTYPE, AM_FEATURE_ERRNO, AM_FEATURE_EXIT,
1134         AM_SYSTEM_HEADER.
1135
1136         * texi-version.am: Use "cp; rm" and not "mv", to work around
1137         broken mvs.
1138
1139         * automake.in ($package_version): New global.
1140         (scan_configure): Set it.
1141         (check_gnits_standards): Verify version string; require
1142         README-alpha if alpha version.
1143         (scan_configure): Recognize AM_FUNC_FNMATCH,
1144         AM_REPLACE_GNU_GETOPT.
1145
1146         * Makefile.am (installcheck-local): Check all scripts.
1147
1148 Sat Sep  7 19:22:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
1149
1150         * tags-clean.am: Do deletions here again.
1151
1152 Thu Sep  5 09:06:23 1996  Tom Tromey  <tromey@creche.cygnus.com>
1153
1154         * automake.in (usage): Include bug-reporting information.
1155         (handle_lib_objects): Error if LIBOBJS seen but never set.
1156
1157         * aclocal.in ($acdir): Use @datadir@/aclocal.
1158         (usage): Include bug-reporting information.
1159
1160 Wed Sep  4 11:36:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
1161
1162         * automake.in (handle_source_transform): .deps no longer in
1163         srcdir.
1164         (handle_lib_objects): Ditto.
1165         (handle_dist_worker): Pass --build-dir to automake.
1166         ($build_directory): New global.
1167         (parse_arguments): Handle --build-dir.
1168         (initialize_global_constants): Include --build-dir in help.
1169         (scan_dependency_file): New sub.
1170         (handle_dependencies): Use it.  Also, use $build_directory.
1171         (initialize_global_constants): Added --srcdir-name.
1172         (parse_arguments): Ditto.
1173         (handle_dist_worker): Ditto.
1174         ($srcdir_name): New global.
1175         ($srcdir_rx): New global.
1176         (parse_arguments): Set it.
1177
1178         * depend2.am: Removed all mention of $(srcdir).
1179
1180         * depend.am (MKDEP): Use gcc -M, not gcc -MM.
1181         Removed all mention of $(srcdir); dependencies now put into build
1182         dir.
1183
1184         * depend2.am ($(srcdir)/.deps/%.P): Fixed computation of `top'.
1185         Don't do work silently.
1186
1187         * automake.in (handle_merge_targets): Error if invalid uninstall
1188         targets are given.
1189         (read_am_file): Fix for test block.test.
1190
1191 Tue Sep  3 18:50:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
1192
1193         * texinfos.am (install-info): Added NORMAL_INSTALL.
1194         * scripts.am (install-@DIR@SCRIPTS): Added NORMAL_INSTALL.
1195         * programs.am (install-@DIR@PROGRAMS): Added NORMAL_INSTALL.
1196         * lisp.am (install-@DIR@LISP): Added NORMAL_INSTALL.
1197         * libraries.am (install-@DIR@LIBRARIES): Added NORMAL_INSTALL.
1198         Also, use POST_INSTALL when running ranlib.
1199         * header.am (install-@DIR@HEADERS): Added NORMAL_INSTALL.
1200         * data.am (install-@DIR@DATA): Added NORMAL_INSTALL.
1201
1202         * automake.in (handle_man_pages): Added NORMAL_INSTALL invocation.
1203         (handle_merge_targets): Ditto.
1204         (handle_merge_targets): Error if PRE_INSTALL, POST_INSTALL, or
1205         NORMAL_INSTALL defined.
1206
1207         * m4/AM_PROG_INSTALL.m4: INSTALL_SCRIPT defaults to
1208         ${INSTALL_PROGRAM}.  From François Pinard.
1209
1210 Tue Aug 27 08:25:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
1211
1212         * automake.in (file_contents_with_transform): Correctly remove
1213         @(UN)?MAINT@ from input when maintainer mode not active.
1214         (handle_aclocal_m4): Handle no-maintainer-mode case.
1215
1216         * remake-hdr.am ($(CONFIG_HEADER)): Removed @MAINT@.
1217
1218         * m4/AM_SANITY_CHECK_CC.m4: New file (from Jim Meyering).
1219
1220 Mon Aug 26 21:37:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
1221
1222         * automake.in (handle_lib_objects): Bug fix from Steve M Robbins.
1223         (handle_libraries): Don't include libraries from EXTRA_LIBRARIES
1224         in LIBFILES definition.  Reported by Steve M Robbins.  Test
1225         alllib.test.
1226
1227         * automake.in (variable_value_as_list): New sub.
1228         (handle_source_transform): Use it.
1229         (handle_lib_objects): Ditto.
1230         (handle_libraries): Ditto.
1231         (handle_texinfo): Ditto.
1232         (handle_man_pages): Ditto.
1233         (am_install_var): Ditto.
1234         (handle_options): Ditto.
1235
1236 Sat Aug 24 09:30:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
1237
1238         Reported by Jim Meyering:
1239         * automake.in (get_object_extension): Look in "./" for ansi2knr if
1240         no path found.
1241         (handle_aclocal_m4): Protect aclocal.m4 rule with @MAINT@.
1242
1243         * remake.am (.PHONY): New target.
1244
1245         * m4/AM_MAINTAINER_MODE.m4: Also define UNMAINT.
1246
1247         * automake.in (check_gnu_standards): Disallow no-installman,
1248         no-installinfo.
1249         (read_am_file): Sed out UNMAINT too.
1250         (file_contents_with_transform): Ditto.
1251
1252         * acinstall: New file.
1253
1254         * m4/AM_INIT_AUTOMAKE.m4: Define PACKAGE and VERSION.
1255
1256         * m4/AM_WITH_REGEX.m4: New version from François Pinard.
1257
1258         * m4/AM_TYPE_PTRDIFF_T.m4: Use am_cv, not ac_cv.
1259         * m4/AM_C_PROTOTYPES.m4: Ditto.
1260         * m4/AM_FUNC_STRTOD.m4: Ditto.
1261         * m4/AM_PROG_CC_STDC.m4: Ditto.
1262         * m4/AM_PROG_LIBTOOL.m4: Ditto.
1263
1264 Fri Aug 23 22:23:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
1265
1266         * m4/Makefile.am (m4datadir): New macro
1267         (m4data_DATA): Renamed.
1268
1269         * Makefile.am (cvs-dist): Depend on distcheck target.
1270
1271 Mon Aug 19 15:37:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
1272
1273         * automake.in (initialize_global_constants): [common_files]
1274         Include acinclude.m4.
1275
1276         * m4/AM_PROG_CC_STDC.m4: Patch from Jim Meyering/Kaveh Ghazi.
1277
1278 Sat Aug 17 11:27:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
1279
1280         * automake.in (handle_dependencies): Push `depend'-clean targets
1281         on @clean.
1282         * depend.am (mostlyclean-depend, clean-depend, distclean-depend,
1283         maintainer-clean-depend): New targets.
1284
1285 Tue Aug 13 17:53:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
1286
1287         * texinfos.am (.texinfo.info): New target.
1288         (.texinfo.dvi): New target.
1289
1290         From Jim Meyering:
1291         * automake.in (handle_texinfo): Use `.info[-0-9]*' as pattern to
1292         match info files.
1293         (handle_texinfo): Handle `.texinfo' files.
1294
1295 Mon Aug 12 10:28:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
1296
1297         * automake.in (require_file_internal): Special-case `.' when
1298         finding files to distribute.  Test libobj2.test.
1299
1300         * aclocal.in (add_file): Fixed regexp for matching AC_DEFUN.  Test
1301         order.test.
1302
1303         * m4/AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL.m4: New file.
1304         * m4/AM_SYS_POSIX_TERMIOS.m4: New file.
1305
1306         * compile-kr.am: Removed duplicate ansi2knr rules.
1307
1308 Sun Aug 11 00:20:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
1309
1310         * automake.in (handle_yacc_lex_cxx): Bug fix from Josh MacDonald.
1311         (handle_yacc_lex_cxx): Put C++ extensions on suffix list.
1312         (mkdir): Removed.
1313
1314         * automake.in (initialize_global_constants): [common_files]
1315         Include interlock and ylwrap.
1316
1317         * Released version 1.1c.
1318
1319         * aclocal.in (obsolete_macros): md_TYPE_PTRDIFF_T and
1320         ud_PATH_LISPDIR are obsolete names.
1321
1322         * m4/AM_LC_MESSAGES.m4, m4/AM_WITH_NLS.m4, m4/AM_GNU_GETTEXT.m4:
1323         Removed.
1324
1325         * automake.in (handle_lib_objects): Changed interface.  Now
1326         generates _DEPENDENCIES variable if appropriate.
1327         (handle_emacs_lisp): Use AM_PATH_LISPDIR.
1328         (scan_configure): Ditto.
1329
1330         * Makefile.am (CLEANFILES): Removed.
1331
1332         * automake.in (handle_configure): Define CONFIG_CLEAN_FILES.
1333
1334         * clean.am (clean-generic): Remove $(CONFIG_CLEAN_FILES).
1335
1336         * compile-vars.am (CC, CFLAGS, COMPILE, LINK): Removed.
1337
1338         * automake.in (handle_yacc_lex_cxx): Require ylwrap in
1339         multi-lex/yacc case.
1340         (handle_source_transform): Changed return result.
1341         (handle_programs): Use linker returned by
1342         handle_source_transform.
1343         (seen_prog_cc, seen_prog_cxx): New globals.
1344         (scan_configure): Recognize AC_PROG_CC and AC_PROG_CXX.
1345         (handle_yacc_lex_cxx): Error message if AC_PROG_CXX or
1346         AC_PROG_YACC missing.
1347         (seen_decl_yytext, seen_prog_lex): New globals.
1348         (scan_configure): Set them.
1349         (handle_yacc_lex_cxx): Warn about missing AC_PROG_LEX or
1350         AC_DECL_YYTEXT.
1351         (handle_yacc_lex_cxx): Use $(LEX_OUTPUT_ROOT).
1352         (initialize_per_input): Initialize seen_c_source.
1353         (handle_yacc_lex_cxx): Define CC, CFLAGS, COMPILE, LINK only when
1354         C source seen.
1355         (handle_source_transform): Set seen_c_source.
1356
1357         * interlock: Changed usage.
1358
1359         * ylwrap: New file.
1360
1361         * automake.in (handle_yacc_lex_cxx): Renamed.
1362
1363         * automake.in (handle_dependencies): Handle %cxx_extensions.
1364         Include depend2.am when appropriate.
1365
1366         * depend2.am: New file; contents from depend.am but templatized.
1367
1368         * automake.in (initialize_per_input): Initialize
1369         %cxx_extensions.
1370         (handle_source_transform): Set %cxx_extensions.
1371
1372 Sat Aug 10 10:29:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
1373
1374         * interlock: New file.
1375
1376         * automake.in (handle_yacc_lex): New sub.
1377         (handle_source_transform): Removed most yacc/lex handling.
1378         (initialize_per_input): Init yacc_sources, lex_sources.
1379         (generate_makefile): Run handle_yacc_lex.
1380         (handle_merge_targets): Use `scalar' and not $# to find length of
1381         array.
1382
1383         * m4/AM_FEATURE_EXIT.m4: Wrote.
1384         * m4/AM_FEATURE_CTYPE.m4: Wrote.
1385         * m4/AM_FEATURE_ERRNO.m4: Wrote.
1386
1387         * aclocal.in (macro_seen): New global.
1388         (add_file): Set macro_seen entry.  Only push required macro on
1389         @rlist if not already seen.  Test defun.test.
1390
1391         * automake.in (get_object_extension): Handle directory prefix on
1392         `ansi2knr' option.
1393
1394         * kr-extra.am: New file.
1395
1396         * kr-vars.am: Removed.
1397
1398         * automake.in (handle_options): Handle directory prefix on
1399         `ansi2knr' option.
1400
1401         * automake.in (scan_configure): Recognize AM_FUNC_STRTOD.
1402
1403         * aclocal.in (add_file): Error if macro is duplicated.  Test
1404         dup.test.
1405
1406 Fri Aug  9 09:18:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
1407
1408         * automake.in (handle_programs): Substitute @XLINK@.  Make sure
1409         linker variable is transformed name.
1410         * program.am (@PROGRAM@): Use @XLINK@ to link.
1411
1412         * automake.in (handle_scripts): Fixed call to
1413         am_primary_prefixes.
1414         (handle_libraries): Better error message when AC_PROG_RANLIB
1415         required.
1416
1417         * automake.in (handle_libraries): Canonicalize library name.  Test
1418         canon4.test.
1419         * library.am (lib@LIBRARY@.a): Use @XLIBRARY@ where appropriate.
1420         (lib@LIBRARY@.a): Look at _DEPENDENCIES variable.
1421
1422 Thu Aug  8 10:57:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
1423
1424         * automake.in (handle_scripts): Correctly compute
1425         $scripts_installed.  Test scripts.test.
1426
1427 Wed Aug  7 12:13:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
1428
1429         * ansi2knr.c: New version.
1430
1431 Tue Aug  6 10:58:37 1996  Tom Tromey  <tromey@creche.cygnus.com>
1432
1433         * automake.in (handle_source_transform): Handle more C++ file
1434         extensions.  "Handle" Objective C.  Handle more FORTRAN
1435         extensions.
1436
1437         * compile-vars.am (LEX): Removed.
1438         (YACC): Removed.
1439
1440         * automake.in (handle_source_transform): Correctly handle lex
1441         source.  Test lex.test.
1442         (handle_source_transform): Skip more C++ headers.  Generate macro
1443         definitions for YACC and LEX on first use.
1444
1445         * aclocal.in (parse_arguments): Mention GNU.
1446         * automake.in (parse_arguments): Mention GNU.
1447
1448 Mon Aug  5 00:12:45 1996  Tom Tromey  <tromey@creche.cygnus.com>
1449
1450         * automake.in (handle_programs): Define program_LINK.
1451         * program.am (@PROGRAM@): Use program_LINK to link.
1452
1453         * Released version 1.1b
1454
1455         * automake.in (scan_configure): AM_INIT_AUTOMAKE sets
1456         seen_prog_install to `2'.
1457
1458         * configure.in: Don't run AM_PROG_INSTALL.
1459
1460         * automake.in (parse_arguments): Use $PACKAGE.
1461         ($PACKAGE): New global.
1462         ($am_c_prototypes): Renamed.
1463         (get_object_extension): Use am_c_prototypes.
1464         (scan_configure): Ditto.
1465         (scan_configure): Use AM_MAINTAINER_MODE.
1466         (scan_configure): Warn about obsolete macros.
1467
1468         * aclocal.in (parse_arguments): Use $PACKAGE.
1469         ($PACKAGE): New global.
1470
1471         * Makefile.am (CLEANFILES): Added aclocal.
1472         (ETAGS_ARGS): Added aclocal.in.
1473         (TAGS_DEPENDENCIES): Ditto.
1474         (maintainer-check): Depend on aclocal.
1475         (maintainer-check): Check aclocal.
1476         (bin_SCRIPTS): Include aclocal.
1477
1478         * automake.in (scan_configure): Handle AM_INIT_AUTOMAKE.
1479         (scan_configure): Use AM_PROG_INSTALL.
1480
1481         * configure.in: Use AM_INIT_AUTOMAKE.
1482
1483         * automake.in (keyed_aclocal_warning): Warning tells about
1484         aclocal.
1485         (handle_aclocal_m4): New sub.
1486         (handle_configure): Use it.
1487
1488         * aclocal.in (output_file): New global.
1489         (usage): Handle --output.
1490         (parse_arguments): Handle --output.
1491
1492         * m4/AM_INIT_AUTOMAKE.m4: New file.
1493
1494         * m4/AM_PROG_CC_STDC.m4: Require AC_PROG_CC.
1495         Don't touch CFLAGS.
1496
1497         * automake.in (handle_dist_worker): Reverted erroneous "-chmod".
1498         (handle_texinfo): Don't generate `.info-[0-9]' as a filename.
1499
1500         * texinfos.am (.texi.info): Force .info file to be built in
1501         srcdir.  From Franc,ois Pinard.
1502
1503         From Jim Meyering:
1504         * m4/AM_PROG_CC_STDC.m4: (fp_PROG_CC_STDC): Include sys/stat.h in
1505         test program so that DYNIX/ptx V4.1.3 doesn't use `-Xc
1506         -D__EXTENSIONS__' -- with those options on that system, sys/stat.h
1507         gets compile errors.  With help from Marcus Daniels.
1508
1509         * automake.in (initialize_global_constants): Put elisp-comp into
1510         @common_files.  Bug from Glenn Amerine.
1511
1512 Sun Aug  4 12:52:43 1996  Tom Tromey  <tromey@creche.cygnus.com>
1513
1514         * automake.in (handle_dist_worker): Use fgrep, not grep.
1515
1516         * m4/AM_C_PROTOTYPES.m4: Changes from François Pinard.
1517
1518         * automake.in (handle_emacs_lisp): Include lisp-clean.am in
1519         output.
1520         (initialize_global_constants): [install_man_format] Don't hide
1521         "ugliness" at install time.
1522
1523         * lisp-clean.am: New file.
1524
1525         * tags-clean.am (maintainer-clean-tags): Remove TAGS and ID here.
1526
1527         * automake.in (handle_man_pages): Patch from Janos Farkas to fix
1528         bug when installing man pages.  Test man.test.
1529         (initialize_global_constants): [install_man_format] Make sure man
1530         page can actually be found in either source or build dirs.
1531         (handle_dist_worker): Use "755" permissions on distdir.
1532
1533         * automake.in (handle_dist): Allow chmod's to fail.
1534         (am_primary_prefixes): New function.
1535         (am_install_var): Use it.
1536         (handle_libraries): Use it.  Test libfiles.test.
1537         (handle_dist): For dist-tarZ, assume traditional "tar" and
1538         "compress".
1539
1540         * m4/AM_FUNC_STRTOD.m4: New file.
1541
1542         * automake.in (handle_dist): Only generate `distdir' variable if
1543         it doesn't already exist.
1544
1545         Fix for bug reported by Harlan Stenn.  Test tags.test.
1546         * automake.in (initialize_per_input): Define dir_holds_sources.
1547         (handle_tags): Check dir_holds_headers.
1548         (handle_headers): Set dir_holds_headers.
1549
1550         * automake.in (handle_texinfo): Generate "version.texi" dependency
1551         for .dvi file.  Bug reported by Glenn Amerine.  Test vtexi2.test.
1552
1553         * automake.in (handle_configure): Require file $input, not
1554         "$local.in".  From Nyul Laszlo.  Test colon.test.
1555
1556 Sun Jul 28 11:14:52 1996  Tom Tromey  <tromey@creche.cygnus.com>
1557
1558         * aclocal.in: New file.
1559         * configure.in: Generate m4/Makefile, aclocal.
1560         * Makefile.am (SUBDIRS): Include m4.
1561         * m4/Makefile.am: New file.
1562
1563 Fri Jul 19 10:12:27 1996  Tom Tromey  <tromey@creche.cygnus.com>
1564
1565         * automake.in (initialize_global_constants): Put ansi2knr.c and
1566         ansi2knr.1 into common_files.  Bug report from François Pinard.
1567
1568 Mon Jul 15 10:28:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
1569
1570         * install-sh: Updated copyright notice.
1571
1572 Fri Jul  5 08:23:00 1996  Tom Tromey  <tromey@creche.cygnus.com>
1573
1574         * subdirs.am (maintainer-clean-recursive): Don't be so noisy.
1575         Report from Josh MacDonald.
1576
1577         Bugs from Gord Matzigkeit:
1578         * automake.in (handle_footer): Push contents of $(SUFFIXES), not
1579         `$(SUFFIXES)'.
1580         (handle_dist): Ignore chmod return results.
1581
1582         * programs-clean.am (clean-@DIR@PROGRAMS): Work around failing
1583         Solaris "rm -f".  Bug from Kaveh R. Ghazi.
1584         * libraries-clean.am (clean-@DIR@LIBRARIES): Likewise.
1585
1586 Fri Jun 21 10:42:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
1587
1588         * texinfos.am (install-info): Use "if", not "&&", to avoid
1589         install problem when glob doesn't match.
1590
1591         * automake.in (initialize_global_constants): [USAGE] Added
1592         --no-force.
1593         (force_generation): New global.
1594         (parse_arguments): Handle --no-force.
1595         (generate_makefile): Handle --no-force.
1596
1597         * Makefile.am (maintainer-check): Ensure all invocations of
1598         mkinstalldirs are correct.
1599
1600 Tue Jun 18 10:53:54 1996  Tom Tromey  <tromey@creche.cygnus.com>
1601
1602         * automake.in (handle_tests): Don't directly generate site.exp.
1603
1604 Sun Jun 16 22:21:16 1996  Harlan Stenn  <harlan@brown.pfcs.com>
1605         
1606         * automake.in:  Treat an initial `#' on a word in AUTOMAKE_OPTIONS
1607         as a comment start.  Add support for a dist-tarZ target.
1608
1609 Tue Jun 11 22:14:21 1996  Marcus Daniels  <marcus@sayre.sysc.pdx.edu>
1610
1611         * depend.am ($(srcdir)/.deps/%.P): Convert absolute $(top_srcdir)
1612         paths into relative paths.
1613
1614 Mon Jun 10 21:11:20 1996  Tom Tromey  <tromey@creche.cygnus.com>
1615
1616         * texinfo.tex: New version.
1617
1618         * automake.in: Look for AM_PROG_LIBTOOL.  From Gord Matzigkeit.
1619         (initialize_global_constants): Added libtool to
1620         @common_sometimes.
1621         (handle_source_transform): Pass YFLAGS to yacc and LFLAGS to lex.
1622
1623 Sun Jun  9 17:45:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
1624
1625         * texinfos.am (install-info): Don't install ~ files.  Bug report
1626         from Greg McGary.
1627         * automake.in (handle_texinfo): Don't push '.info*' onto
1628         @infos_list.
1629
1630         * automake.in (handle_gettext): Ensure po and intl in SUBDIRS when
1631         using gettext.
1632         (handle_dist): Pass --with-included-gettext to configure if using
1633         gettext.
1634
1635         * compile-kr.am (._c._o): Pass -c to $(COMPILE).
1636         (.c._o): Ditto.
1637         * compile.am (.c.o): Pass -c to $(COMPILE).
1638         * compile-vars.am (COMPILE): Don't include -c.
1639
1640         * remake.am ($(srcdir)/Makefile.in): Pass --strictness to
1641         automake.
1642         * automake.in (handle_configure): Supply --strictness arg to
1643         automake.
1644
1645 Fri Jun  7 12:31:31 1996  Tom Tromey  <tromey@creche.cygnus.com>
1646
1647         * automake.in (handle_tests): Fix quoting on `pwd`.
1648         (handle_options): Recognize no-installinfo option.
1649         (handle_man_pages): Don't put man directory on @installdirs if
1650         no-installman is specified.
1651         (handle_texinfo): Handle no-installinfo option.
1652         (handle_options): Compare version against $num_version, not
1653         $VERSION.
1654         (handle_source_transform): Generate rules for output of lex,
1655         yacc.  Bug report from Thomas Morgan.  Test yacc.test.
1656         (handle_dist): "distcheck" now runs "make dvi".
1657         (handle_tests): Support $(TESTS_ENVIRONMENT).  Idea from Ulrich
1658         Drepper.
1659
1660         * dejagnu.am (check-DEJAGNU): Depend on site.exp.
1661
1662 Sun Jun  2 10:33:10 1996  Tom Tromey  <tromey@creche.cygnus.com>
1663
1664         * automake.in (handle_emacs_lisp): New function.
1665         (initialize_global_constants): Added elisp-comp to
1666         @common_sometimes.
1667         (seen_lispdir): New global.
1668         (scan_configure): Handle ud_PATH_LISPDIR.
1669
1670         * elisp-comp: New file.
1671
1672         * lisp.am: New file.
1673
1674         * automake.in (generate_makefile): Run handle_emacs_lisp.
1675
1676         * aclocal.m4 (ud_PATH_LISPDIR): New macro, from Ulrich Drepper.
1677
1678         * automake.in (initialize_global_constants): Removed version.texi
1679         from common_sometimes.
1680         (initialize_global_constants): Added texinfo.tex to common_files.
1681         Test texinfo.test.
1682         (handle_tests): Allow dejagnu- and automake-style test suites to
1683         coexist.  Test dejagnu.test.
1684         (initialize_global_constants): New constants AC_CANONICAL_HOST,
1685         AC_CANONICAL_SYSTEM.
1686         (scan_configure): Use new constants.
1687         (handle_tests): Put target specific information into site.exp if
1688         AC_CANONICAL_* used.
1689         (read_am_file): Generate some extra variables when AC_CANONICAL_*
1690         used.
1691         (handle_options): Allow version number to have letters appended.
1692         (handle_tests): Error if RUNTEST, RUNTESTFLAGS defined but dejagnu
1693         option not specd.
1694         (initialize_global_constants): install_man_format changed to
1695         handle built man pages.
1696
1697 Wed May 29 10:35:01 1996  Tom Tromey  <tromey@creche.cygnus.com>
1698
1699         * config.guess, config.sub: New versions.
1700
1701 Tue May 28 19:27:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
1702
1703         * configure.in (VERSION): Upped to 1.0.
1704
1705 Sat May 25 10:19:53 1996  Tom Tromey  <tromey@creche.cygnus.com>
1706
1707         * automake.in (handle_tests): Handle dejagnu.
1708         (handle_options): Recognize dejagnu option.
1709
1710         * dejagnu.am: New file.
1711
1712 Thu May 23 10:01:13 1996  Tom Tromey  <tromey@creche.cygnus.com>
1713
1714         * automake.in (handle_dist): Run installcheck target from
1715         distcheck.
1716
1717         * configure.in (VERSION): Upped to 0.34.
1718
1719         * automake.in (scan_configure): Always allow upgrading to
1720         fp_PROG_INSTALL.  Test fpinstall.test.
1721
1722 Wed May 22 14:45:28 1996  Joshua Cowan  <jcowan@hermit.reslife.okstate.edu>
1723
1724         (handle_dist): Make `distcheck' check `install' target, too.
1725
1726 Wed May 22 09:49:27 1996  Tom Tromey  <tromey@creche.cygnus.com>
1727
1728         * automake.in (initialize_per_input): Don't initialize
1729         $output_directory here; initialize it globally.  From Joshua
1730         Cowan.  Test outdir.test.
1731
1732 Sat May 18 10:57:40 1996  Tom Tromey  <tromey@creche.cygnus.com>
1733
1734         * automake.in (handle_tests): Don't push TESTS onto dist_common.
1735         (initialize_global_constants): Put install-sh and mkinstalldirs
1736         into @common_files.  Test insh2.test.
1737
1738 Fri May 17 09:02:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
1739
1740         * automake.in (handle_source_transform): Don't generate _OBJECTS
1741         when no source files specified.  Test number.test.
1742
1743         From Joerg-Martin Schwarz:
1744         * automake.in (seen_package, seen_version): New globals.
1745         (scan_configure): Look for PACKAGE= and VERSION=.
1746
1747         * automake.in (handle_options): Recognize dist-zip.
1748         (handle_dist): Handle dist-zip.
1749         (handle_options): Use ' ', not \s+, with split.  Test
1750         backsl.test.
1751         (handle_source_transform): Likewise.
1752         (handle_lib_objects): Likewise.
1753         (handle_libraries): Likewise.
1754         (handle_texinfo): Likewise.
1755         (handle_man_pages): Likewise.
1756         (handle_subdirs): Likewise.
1757         (handle_gettext): Likewise.
1758         (handle_footer): Likewise.
1759         (handle_tests): Likewise.
1760         (scan_configure): Likewise.
1761         (am_install_var): Likewise.
1762
1763         * Makefile.am (TAGS_DEPENDENCIES): New macro.
1764
1765         * tags.am (tags-recursive): New target.
1766         (TAGS): Depend on it.
1767
1768         * automake.in (handle_tags): Put tags-recursive on @phony.
1769
1770         * tags-subd.am (TAGS): Depend on HEADERS, SOURCES,
1771         TAGS_DEPENDENCIES.
1772         * tags.am (TAGS): Depend on HEADERS, SOURCES, TAGS_DEPENDENCIES.
1773
1774 Thu May 16 09:21:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
1775
1776         * remake.am (configure): Depend on $(CONFIGURE_DEPENDENCIES).
1777
1778         * automake.in (scan_configure): Look for install-sh and
1779         mkinstalldirs here.
1780         (initialize_global_constants): Moved mdate-sh from
1781         common_sometimes to common_files.  Test mdate2.test.
1782
1783 Tue May 14 21:52:01 1996  Tom Tromey  <tromey@creche.cygnus.com>
1784
1785         * automake.in (seen_maint_mode): New global.
1786         (scan_configure): Handle jm_MAINTAINER_MODE.
1787         (read_am_file): Handle seen_maint_mode.
1788         (file_contents_with_transform): Handle seen_maint_mode.
1789         (handle_source_transform): Changed interface, all callers.
1790
1791         From Jim Meyering:
1792         * remake-hdr.am, remake-subd.am, remake.am, texi-version.am:
1793         Handle @MAINT@.
1794         * aclocal.m4 (jm_MAINTAINER_MODE): New macro.
1795
1796         * automake.in (handle_configure): Check $config_aux_dir against
1797         empty string.  From Markku Rossi.  Test mkinstall.test.
1798
1799 Fri May 10 14:38:47 1996  Gord Matzigkeit  <gord@gnu.ai.mit.edu>
1800
1801         * automake.in (distcheck): Added new rule to top level
1802         Makefile.in.
1803
1804 Wed May  8 21:57:21 1996  Gord Matzigkeit  <gord@gnu.ai.mit.edu>
1805
1806         * automake.in (scan_configure): Make sure that gm_PROG_LIBTOOL
1807         sets seen_ranlib.
1808         (generate_makefile): libtool, config.sub, and config.guess should
1809         only ever appear in the top directory of a package.
1810
1811 Tue May 14 10:24:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
1812
1813         * automake.in (initialize_global_constants): Added libversion.in
1814         to @common_files.
1815
1816         * configure.in (VERSION): Upped to 0.33.
1817
1818         * automake.in (am_install_var): Fixed problem in EXTRA_ handling.
1819         Test extra.test.
1820
1821 Mon May 13 10:41:41 1996  Tom Tromey  <tromey@creche.cygnus.com>
1822
1823         * install-sh (transformbasename): Correct misspelling of
1824         transformbasename.  From Ian Lance Taylor.
1825
1826 Sat Apr 27 11:39:10 1996  Tom Tromey  <tromey@creche.cygnus.com>
1827
1828         * automake.in (handle_configure): Set mkinstalldirs variable
1829         here.
1830         (handle_dist_worker): Explicitly set distdir in subdir makes.
1831         (handle_dist): Handle separate distdir target.
1832         (handle_dist_worker): Only generate distdir target.
1833
1834         * texinfos.am (install-info): Use $(mkinstalldirs).
1835         * scripts.am (install-@DIR@SCRIPTS): Use $(mkinstalldirs).
1836         * programs.am (install-@DIR@PROGRAMS): Use $(mkinstalldirs).
1837         * libraries.am (install-@DIR@LIBRARIES): Use $(mkinstalldirs).
1838         * header.am (install-@DIR@HEADERS): Use $(mkinstalldirs).
1839         * data.am (install-@DIR@DATA): Use $(mkinstalldirs).
1840
1841         * automake.in (read_am_file): Set mkinstalldirs variable.
1842         (handle_man_pages): Use it.
1843         (handle_installdirs): Ditto.
1844
1845 Fri Apr 26 15:10:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
1846
1847         * automake.in (handle_man_pages): Fix mkinstalldirs invocation.
1848
1849 Thu Apr 25 18:40:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
1850
1851         * automake.in (handle_dist_worker): Use $(TAR), not tar.
1852         (handle_merge_targets): Make sure config header is built before
1853         recursing into subdirs.
1854         (handle_libraries): Generate LIBFILES for check_LIBRARIES.
1855         (handle_merge_targets): Handle case where nothing is installed but
1856         something must be built -- "make install" must still work.
1857
1858         * dist-vars.am (TAR): New macro.
1859
1860         * automake.in (scan_configure): Support AC_REPLACE_GNU_GETOPT.
1861         (handle_configure): Require stamp-h.in when config header used.
1862
1863 Tue Apr 23 17:57:13 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1864
1865         * doc/mdate-sh: Extract the last field from the date output, not
1866         the sixth, which will fail when the timezone name has more than
1867         one word or is missing.
1868
1869 Wed Apr 24 20:29:26 1996  Tom Tromey  <tromey@creche.cygnus.com>
1870
1871         * automake.in (am_install_var): Use delete, not undef, to remove
1872         EXTRA entry.  From Gord Matzigkeit.
1873
1874 Mon Apr 22 17:48:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
1875
1876         * automake.in (read_am_file): Handle case where last line doesn't
1877         end in newline.
1878
1879 Tue Apr  9 22:53:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
1880
1881         * automake.in (variable_defined): New function.
1882         (read_am_file): Ensure a blank line comes before starting comments
1883         from Makefile.am.
1884         (initialize_per_input): Initialize %targets.
1885         (read_am_file): Set appropriate entry in %targets.
1886         Many changes to use variable_defined.
1887         (check_gnu_standards): Only require ChangeLog at top level.  From
1888         Gord Matzigkeit.
1889         (handle_tests): check-TESTS depends on $(TESTS).  From Gord
1890         Matzigkeit.
1891
1892 Mon Apr  8 22:51:41 1996  Tom Tromey  <tromey@creche.cygnus.com>
1893
1894         * automake.in (parse_arguments): Added short options.
1895         (initialize_global_constants): Ditto.
1896
1897 Fri Apr  5 00:22:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
1898
1899         * mkinstalldirs (errstatus): Don't necessarily die if mkdir
1900         fails.
1901
1902         * automake.in (handle_source_transform): Typo fix.
1903
1904 Thu Apr  4 15:10:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
1905
1906         * automake.in (handle_dist_worker): Renamed dist-local to
1907         dist-hook.
1908         (handle_merge_targets): Added install-data-hook and
1909         install-exec-hook.
1910         (handle_source_transform): Handle EXTRA_prog_SOURCES form.
1911
1912         * automake.in (handle_scripts): Never allow scripts_installed to
1913         become 0.
1914
1915         * scripts.am (install-@DIR@SCRIPTS): Scripts can be found in
1916         srcdir.
1917
1918         * automake.in (generate_makefile): Derived file names from given
1919         input; don't assume Makefile.in and Makefile.am.
1920         (am_file_name, in_file_name): New globals.
1921         (read_am_file): Use them.
1922
1923         * program.am (@PROGRAM@): Use transformed program name.
1924
1925         * remake-hdr.am (stamp-h): Actually touch stamp-h.
1926
1927 Wed Apr  3 15:16:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
1928
1929         * automake.in (require_file_internal): Use correct file for error
1930         messages.  Test insh.test.
1931
1932 Mon Apr  1 09:47:44 1996  Tom Tromey  <tromey@creche.cygnus.com>
1933
1934         * texinfos.am (.texi.info): Build output file in srcdir.
1935
1936         * automake.in (require_file_internal): If $dir is ".",then look in
1937         relative directory.
1938         (handle_texinfo): Canonicalize name of texi file before looking
1939         for dependency variable.
1940
1941 Thu Mar 28 08:33:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
1942
1943         * automake.in (require_conf_file_with_conf_line): Yet another
1944         function of this form.
1945         (libtool_line): New variable.
1946         (handle_libraries): Handle libtool.
1947
1948         * libraries-vars.am: Removed.
1949
1950         * automake.in (seen_libtool): New variable.
1951         (scan_configure): Look for gm_PROG_LIBTOOL or AC_PROG_LIBTOOL.
1952
1953         * automake.in (handle_dist_worker): Handle dist-local.
1954
1955         * Makefile.am (maintainer-check): Do "make check" after all syntax
1956         checks.
1957
1958         * texi-version.am (stamp-@VTI@): Look for mdate-sh in appropriate
1959         directory.
1960
1961         * automake.in ($seen_arg_prog): New global.
1962         (handle_programs): Error if AC_ARG_PROGRAM not seen.
1963         (handle_scripts): Ditto.
1964         (handle_configure): mkinstalldirs now a config file.
1965         (handle_installdirs): Find mkinstalldirs in config_aux_dir.
1966         (handle_dist_worker): Removed DIST_SUBDIRS.
1967         (require_file_path): New variable.
1968         (require_file_with_conf_line): Set it.
1969         (require_file_with_line): Ditto.
1970         (require_file): Ditto.
1971         (require_file_internal): Incorporated code from
1972         require_config_file.
1973         (require_config_file): Rewrote.
1974         (require_conf_file_with_line): New function.
1975         (handle_texinfo): Use it for mdate-sh.
1976         (handle_texinfo): Look for mdate-sh in appropriate directory.
1977
1978 Tue Mar 26 13:47:54 1996  Tom Tromey  <tromey@creche.cygnus.com>
1979
1980         * Makefile.am (cvs-dist): Find NEWS in srcdir.
1981         * automake.in (handle_dist_worker): Find NEWS in srcdir.
1982         ($RULE_PATTERN): Include chars "$(){}/" in allowable patterns in a
1983         rule.
1984         (require_config_file): Set config_aux_path when file found.
1985         ($config_aux_dir): New variable.
1986         (require_config_file): Set it.
1987         (handle_man_pages): Find mkinstalldirs in config_aux_dir.
1988
1989 Mon Mar 25 15:32:57 1996  Tom Tromey  <tromey@creche.cygnus.com>
1990
1991         * data.am (install-@DIR@DATA): Also allow data to be in build
1992         directory.
1993
1994 Sun Mar 24 19:56:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
1995
1996         * automake.in (am_install_var): Don't look in EXTRA_primary
1997         variable any more; it is handled in the main loop.
1998
1999 Wed Mar 20 16:22:35 1996  Tom Tromey  <tromey@creche.cygnus.com>
2000
2001         * data.am (install-@DIR@DATA): Find data in srcdir.
2002
2003 Fri Mar 15 18:30:31 1996  Tom Tromey  <tromey@creche.cygnus.com>
2004
2005         * automake.in (require_config_file): Use correct filename when
2006         looking for errors.  Also, install file in `.' if not found.  Bug
2007         reported by Gord Matzigkeit.  Test installsh.test.
2008
2009 Thu Mar 14 09:28:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
2010
2011         * Makefile.am (cvs-diff): New target.
2012
2013         Fix for bug when install var substitutes empty.  Test empty.test.
2014         * header.am (install-@DIR@HEADERS): Allow empty list of headers.
2015         (uninstall-@DIR@HEADERS): Ditto.
2016         * scripts.am (install-@DIR@SCRIPTS): Allow empty list of scripts.
2017         (uninstall-@DIR@SCRIPTS): Ditto.
2018         * libraries.am (install-@DIR@LIBRARIES): Allow empty list of
2019         libraries.
2020         (uninstall-@DIR@LIBRARIES): Ditto.
2021         * data.am (install-@DIR@DATA): Allow empty list of data.
2022         (uninstall-@DIR@DATA): Ditto.
2023         * programs.am (install-@DIR@PROGRAMS): Added missing semicolon.
2024         From François Pinard.
2025         (install-@DIR@PROGRAMS): Fixed bug when list of programs empty.
2026         (uninstall-@DIR@PROGRAMS): Ditto.
2027
2028 Wed Mar 13 19:50:23 1996  Tom Tromey  <tromey@creche.cygnus.com>
2029
2030         * tags-subd.am (ID): Name of ID file must be flush against -f.
2031
2032         * configure.in (VERSION): Version 0.32.
2033
2034 Mon Mar 11 17:50:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
2035
2036         * automake.in (seen_linguas, all_linguas_line): New variables.
2037         (handle_gettext): New function.
2038         (generate_makefile): Run it.
2039         (scan_configure): Recognize ALL_LINGUAS.
2040
2041 Mon Mar 11 14:34:36 1996  Gord Matzigkeit  <gord@enci.ucalgary.ca>
2042
2043         * automake.texi: doc fix.
2044
2045         * automake.in (am_install_var): Added support for check and
2046         installcheck special prefixes.
2047
2048 Sun Mar 10 10:44:42 1996  Tom Tromey  <tromey@creche.cygnus.com>
2049
2050         * automake.in (handle_subdirs): Don't do SUBDIRS check for
2051         gettext.
2052
2053 Tue Mar  5 18:12:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
2054
2055         * automake.in (OBJECT_PATTERN): Removed.
2056         (am_install_var): No error if name is invalid.
2057         (handle_programs): Canonicalize program names.
2058         (BOGUS_MACRO_PATTERN): New variable.
2059         (read_am_file): Error if bad macro name given.
2060         (require_file_internal): Use am_line_error, not am_conf_error.
2061
2062         * program.am (@PROGRAM@): Recognize @PROGRAM@_DEPENDENCIES.
2063
2064 Mon Mar  4 19:30:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
2065
2066         * automake.in (handle_lib_objects): New function.
2067         (handle_libraries): Use it.
2068         (handle_programs): Ditto.
2069         (handle_dist_worker): Deprecate DIST_SUBDIRS.
2070         (am_install_var): Allow extended directory mechanism to work.
2071         Test exdir.test.
2072
2073         * dist-vars.am (DISTFILES): Use EXTRA_DIST.
2074         (DEP_DISTFILES): Ditto.
2075
2076         * automake.in (OBJECT_PATTERN): New variable.
2077         (am_install_var): Use it.
2078         (handle_dist): DIST_OTHER is an anachronism.
2079
2080 Sat Mar  2 17:04:38 1996  Tom Tromey  <tromey@creche.cygnus.com>
2081
2082         * automake.in (handle_dist_worker): Only cause Automake to be
2083         re-run if not making a distribution.  Fixes bug reported by
2084         Joerg-Martin Schwarz.
2085         (require_file_with_line): New function.
2086         (require_file): Use it.
2087         (am_line_error): Don't print line number if $symbol is empty.
2088         (get_object_extension): Use require_file_with_line.
2089         (handle_libraries): Use require_file_with_line.
2090         (handle_texinfo): Use require_file_with_line.
2091         (handle_configure): Use am_conf_line_error and
2092         require_file_with_conf_line.
2093         (handle_subdirs): Use require_file_with_conf_line.
2094         (handle_configure): Use require_file_with_conf_line.
2095         (handle_tests): Push check-TESTS on @phony.
2096         (am_conf_line_error): New function.
2097         (require_file_with_conf_line): New function.
2098         (require_file_internal): New function.
2099         (require_file_with_line): Use it.
2100         (require_file): Ditto.
2101         (am_conf_line_error): Handle empty line number.
2102         (ac_gettext_line, ac_output_line): New variables.
2103         (scan_configure): Set them.
2104
2105 Fri Mar  1 00:13:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
2106
2107         * automake.in (parse_arguments): Default strictness is gnu.
2108         Changed `normal' to `foreign' everywhere.
2109         (parse_arguments): Handle --foreign.
2110         (initialize_global_constants): Document --foreign.
2111         (handle_dependencies): Better error message.
2112         (handle_texinfo): Don't push $vtexi on @texis.
2113         (handle_texinfo): Only push $vtexi on @texi_deps if not null.
2114         (handle_configure): install-sh is a config file; require it as
2115         such.
2116         (parse_arguments): Renamed --install-missing to --add-missing.
2117         (add_missing): Renamed from install_missing.
2118         (am_install_var): Check to make sure contents of install variable
2119         are correct if primary requires it.  Test badprog.test.
2120         (initialize_global_constants): Initialize
2121         %primary_uses_subobjects.
2122         (handle_source_transform): Skip configure substitutions.  Test
2123         depend.test.  Also, skip empty elements.
2124
2125 Thu Feb 29 22:00:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
2126
2127         * texinfo.tex: New version.
2128
2129         * automake.in (am_install_var): Allow extended range of
2130         installation directories.
2131
2132         * automake.in (get_object_extension): Don't allow
2133         @CONFIG_INCLUDE_SPEC@ in the Makefile.in when config.h not used.
2134         From Gord Matzigkeit.  Test confincl.test.
2135
2136         * texinfos.am (install-info): Changed usage of install-info (in
2137         comment).  Per Feb 25 GNU Standards document.
2138
2139 Wed Feb 28 07:40:55 1996  Tom Tromey  <tromey@creche.cygnus.com>
2140
2141         * automake.in (handle_tests): New function.
2142         (generate_makefile): Call it.
2143         (handle_subdirs): Skip directories whose names look like configure
2144         substitutions.
2145         (handle_subdirs): Require intl and po, not @INTLSUB@ and @POSUB@,
2146         when using gettext.
2147         (scan_configure): Clear in_ac_output if "]" found.  Test
2148         acoutqnl.test.
2149         (require_config_file): New function.
2150         (generate_makefile): Use require_config_file.
2151         (config_aux_path): New variable.
2152         (scan_configure): Check for AC_CONFIG_AUX_DIR.
2153         (handle_merge_targets): Add install-strip rule.
2154
2155 Tue Feb 27 20:00:36 1996  Tom Tromey  <tromey@creche.cygnus.com>
2156
2157         * mdate-sh: New version from Ulrich Drepper.
2158
2159         * automake.in (handle_source_transform): Changed fill back to
2160         empty string.
2161         (handle_libraries): Ditto.
2162         (handle_dist): Ditto.
2163         (handle_dependencies): Ditto.
2164         (handle_footer): Ditto.
2165         (handle_phony): Ditto.
2166
2167         * Makefile.am (DIST_SUBDIRS): Removed.
2168         (installcheck-local): Use Perl, not test -x.
2169         (PERL): New macro.
2170         (maintainer-check): Use $(PERL), not @PERL@.
2171
2172         * configure.in (VERSION): Upped to 0.31.
2173
2174 Sat Feb 24 18:02:19 1996  Tom Tromey  <tromey@creche.cygnus.com>
2175
2176         * automake.in (scan_configure): AC_CHECK_TOOL requires config.sub
2177         and config.guess.
2178
2179         * automake.in: Use keyed_aclocal_warning when warning about
2180         fp_PROG_INSTALL.
2181         (get_object_extension): Use keyed_aclocal_warning when warning
2182         about fp_C_PROTOTYPES.
2183         (keyed_aclocal_warning): New function.
2184
2185         * Makefile.am (pkgdata_DATA): Install aclocal.m4.
2186         * aclocal.m4: Include fp_C_PROTOTYPES, fp_PROG_CC_STDC.
2187
2188         * automake.in (get_object_extension): Only give error about
2189         fp_C_PROTOTYPES once.
2190
2191         * automake.in (seen_ranlib): New variable.
2192         (scan_configure): Recognized AC_PROG_RANLIB.
2193         (handle_libraries): Error if ranlib not checked for.
2194
2195         * automake.in (default_strictness): Default to GNU.
2196         (default_strictness_name): Ditto.
2197
2198 Wed Feb 21 18:15:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
2199
2200         * automake.in (read_am_file): Removed @kr@ support.
2201         (get_object_extension): Ditto.
2202
2203         * Makefile.am (pkgdata_DATA): Include ansi2knr.c and ansi2knr.1.
2204
2205 Tue Feb 20 17:25:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
2206
2207         * depend.am ($(srcdir)/.deps/%.P): Regexp fix.
2208
2209 Mon Feb 19 19:53:09 1996  Tom Tromey  <tromey@creche.cygnus.com>
2210
2211         * remake.am ($(srcdir)/Makefile.in): Depend on configure.in.
2212         * remake-subd.am ($(srcdir)/Makefile.in): Depend on configure.in.
2213
2214         * automake.in (handle_scripts): Ensure $scripts_installed set to
2215         boolean value.  Test proginst.test.
2216
2217         * Makefile.am (installcheck-local): New target.
2218
2219         * automake.in (require_file): No error if missing file is
2220         installed.
2221
2222 Sun Feb 18 17:10:00 1996  Tom Tromey  <tromey@creche.cygnus.com>
2223
2224         * automake.in (handle_scripts): SCRIPTS no longer automatically
2225         cleaned.  Now possible to install scripts in pkgdatadir.
2226         ($seen_canonical): New variable.
2227         (generate_makefile): Check for config.guess and config.sub here;
2228         fixes bug reported by Gord Matzigkeit.
2229
2230         * Makefile.am (pkgdata_SCRIPTS): New variable.
2231         (CLEANFILES): New macro.
2232
2233         * scripts-clean.am: Removed.
2234
2235 Sat Feb 17 00:15:20 1996  Tom Tromey  <tromey@creche.cygnus.com>
2236
2237         * automake.in (am_install_var): Error if primary variable actually
2238         defined.
2239         (am_install_var): Skip elements that look like configure
2240         substitutions.
2241         (am_install_var): "EXTRA" is a valid prefix.
2242         (am_install_var): Push contents EXTRA_PRIMARY onto @result.
2243         (handle_merge_targets): Treat "all" target like "install".
2244         (handle_subdirs): Don't push all-recursive.
2245
2246         * header.am (install-@DIR@HEADERS): Don't depend on all.
2247         * data.am (install-@DIR@DATA): Don't depend on all.
2248         * libraries.am (install-@DIR@LIBRARIES): Don't depend on all.
2249         * programs.am (install-@DIR@PROGRAMS): Don't depend on all.
2250         * scripts.am (install-@DIR@SCRIPTS): Don't depend on all.
2251
2252         * automake.in (am_install_var): Push generated install targets
2253         onto @phony.
2254
2255         * subdirs.am: No longer depend on Makefile and $(CONFIG_HEADER).
2256         * automake.in (handle_merge_targets): Correctly handle recursive
2257         calls of uninstall, install-exec, and install-data.
2258         (handle_merge_targets): Put Makefile, and possibly $config_name,
2259         onto @all.
2260         (handle_merge_targets): Push 'all' onto @install as appropriate.
2261
2262 Fri Feb 16 18:27:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
2263
2264         * automake.in (handle_configure): config.status is in
2265         $(top_builddir), not $(top_srcdir).  Reported by Anthony Green.
2266
2267         * automake.in (scan_configure): Recognize (AC|fp)_FUNC_FNMATCH.
2268
2269 Thu Feb 15 19:12:45 1996  Tom Tromey  <tromey@creche.cygnus.com>
2270
2271         * automake.in: (seen_prog_yacc): New variable.
2272         (scan_configure): Look for yacc.
2273         (handle_source_transform): Skipp C++ header files.
2274         (handle_source_transform): .cxx is a C++ source file.
2275
2276 Wed Feb 14 08:36:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
2277
2278         * depend.am ($(srcdir)/.deps/.P): Use "echo", not ":".
2279
2280         Implemented --verbose feature; idea from Greg Woods:
2281         * automake.in (verbose): New global.
2282         (generate_makefile): Print creating message if verbose.
2283         (grep_for_vers_texi): Print message if verbose.
2284         (handle_dependencies): Ditto.
2285         (scan_configure): Ditto.
2286         (read_am_file): Ditto.
2287         (parse_arguments): Added --verbose.
2288         (initialize_global_constants): Ditto.
2289
2290         * automake.in (get_object_extension): Use am_line_error.
2291         (handle_source_transform): Ditto.
2292         (handle_libraries): Ditto.
2293         (handle_texinfo): Ditto.
2294         (handle_man_pages): Ditto.
2295         (handle_dist): Ditto.
2296         (handle_dist): Ditto.
2297         (handle_subdirs): Ditto.
2298         (handle_configure): Ditto.
2299         (handle_merge_targets): Ditto.
2300         (am_install_var): Ditto.
2301         (am_line_error): Allow actual line number as argument.
2302         (handle_configure): Use am_line_error.
2303         (scan_configure): Set config_header_line.
2304         (config_header_line): New global.
2305         Use @PERL@ to find perl during exec.  From Greg Woods.
2306
2307 Tue Feb 13 22:06:51 1996  Tom Tromey  <tromey@creche.cygnus.com>
2308
2309         * automake.in (initialize_per_input): Init %content_lines.
2310         (read_am_file): Set appropriate content_lines elements while
2311         reading.
2312         (am_line_error): New function.
2313         (read_am_file): Use it.
2314         (handle_options): Ditto.
2315
2316         * automake.in (scan_configure): Handle case where more than one .o
2317         is put into LIBOBJS at once.  Test libobj.test.
2318
2319 Mon Feb 12 20:39:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
2320
2321         * automake.in (scan_configure): Ignore "\" in AC_OUTPUT line.
2322         Test acouttbs.test.
2323         (handle_subdirs): Restored intl, po warnings.
2324
2325         * automake.in (scan_configure): Delete everything after "," or
2326         ")".  Test acoutnoq.test.
2327         (handle_dist): Use $relative_dir, not nonexistent $subdir.
2328         (handle_subdirs): 'po' and 'intl' are sometimes substituted into
2329         SUBDIRS; don't warn about their absence.
2330
2331 Sun Feb 11 16:55:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
2332
2333         * automake.in (handle_texinfo): Removed bogus error message.
2334
2335         * automake.in (handle_texinfo): Push $(INFO_DEPS), not 'info',
2336         onto @all.
2337         (handle_options): Handle version number.
2338
2339         * automake.in ($maint_charset, $dist_charset): New variables.
2340         (initialize_per_input): Init $local_maint_charset.
2341         (handle_dist): Handle DIST_CHARSET and MAINT_CHARSET.
2342         (generate_makefile): Don't print "creating...".
2343
2344 Sat Feb 10 16:45:07 1996  Tom Tromey  <tromey@creche.cygnus.com>
2345
2346         * automake.in (get_object_extension): Substitute
2347         @CONFIG_INCLUDE_SPEC@ if CONFIG_HEADER defined.
2348         (handle_source_transform): Use $1, not \1.
2349         (pretty_print_internal): Handle Tabs in fill when computing indent
2350         on new line.
2351         (handle_merge_targets): Always generate install-exec and
2352         install-data targets.  Test instexec.test.
2353         Fixed error message if fp_PROG_INSTALL missing.
2354
2355         * compile-vars.am (DEFS): Include -I., -I$(srcdir), and
2356         @CONFIG_INCLUDE_SPEC@.
2357
2358         * automake.in (scan_configure): Delete everything after "]".  Test
2359         acoutput.test.
2360
2361         * configure.in (AC_OUTPUT): Create tests/Makefile.
2362         * Makefile.am (SUBDIRS): New macro.
2363
2364         * automake.in (handle_texinfo): Put $vtexi on texi_deps.  From Jim
2365         Meyering.
2366
2367         * configure.in (AC_OUTPUT): Ensure automake is executable.
2368
2369 Thu Feb  8 17:30:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
2370
2371         * automake.in (handle_subdirs): Error if directory in SUBDIRS does
2372         not exist.
2373
2374         * automake.in (handle_configure): Handle AC_OUTPUT ":" syntax.
2375
2376         From Jim Meyering:
2377         * libraries.am (install-@DIR@LIBRARIES): Depend on all, not
2378         (@DIR@_LIBFILES).
2379         * header.am (install-@DIR@HEADERS): Depend on all, not
2380         $(@DIR@_HEADERS).
2381         * data.am (install-@DIR@DATA): Depend on all, not $(@DIR@_DATA).
2382         * scripts.am (install-@DIR@SCRIPTS): Depend on all, not
2383         $(@DIR@_SCRIPTS).
2384         * programs.am (install-@DIR@PROGRAMS): Depend on all, not
2385         $(@DIR@_PROGRAMS).
2386
2387         * automake.in (initialize_per_input): Initialize
2388         $use_dependencies.
2389         ($seen_path_xtra): New variable.
2390         (scan_configure): Look for AC_PATH_XTRA.
2391         (get_object_extension): Add variables to output if X seen.
2392
2393 Thu Feb  8 10:02:45 1996  Greg A. Woods  <woods@most.weird.com>
2394
2395         * automake.in (handle_programs): add pkglib to list of
2396         directories for C
2397         (various): include a tab as fill for continuation lines
2398         printed with pretty_print*, esp. for macro variable assignments.
2399         [ changed to 4 spaced by me ]
2400
2401 Wed Feb  7 18:00:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
2402
2403         * configure.in (VERSION): Upped to 0.30.
2404
2405         * Makefile.am (automake): Removed.
2406         (DIST_OTHER): Removed.
2407
2408         * automake.in (handle_source_transform): All dep_files are
2409         relative to $(srcdir).
2410         (handle_libraries): Ditto.
2411         (scan_configure): Test for AC_PROG_INSTALL as well as
2412         fp_PROG_INSTALL.  Don't error here.
2413         (seen_prog_install): Now global.
2414         (scripts_installed): New global.
2415         (handle_scripts): Set it.
2416         Give error if appropriate install macro not seen.
2417         (handle_subdirs): Ensure $seen_gettext before requiring
2418         gettext-specific files.
2419         (handle_configure): Automatically rebuild 
2420
2421         From Jim Meyering:
2422         * automake.in (handle_source_transform): Use \W when quoting
2423         regexp.  When blah_SOURCES not explicitly defined, still create
2424         entry in %deps.
2425         * depend.am ($(srcdir)/.deps/%.P): Don't use \< in regexp.
2426         * subdirs.am (maintainer-clean-recursive): Now depends on
2427         $(CONFIG_HEADER) and Makefile.
2428
2429         * automake.in (handle_source_transform): Skip macro references.
2430
2431 Mon Feb  5 14:58:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
2432
2433         * automake.in (handle_texinfo): Include "rm" when deleting files.
2434
2435         * Makefile.am (maintainer-check): Expect only one ${...}.
2436         * texinfos.am (install-info): Remove unneeded ${...}.  From Jim
2437         Meyering.
2438
2439         * automake.in (handle_configure): Only define CONFIG_HEADER if
2440         $config_name.
2441         ($seen_gettext): New variable.
2442         (handle_subdirs): Do all gettext-related checking here.
2443         (scan_configure): Just set $seen_gettext.
2444         (handle_man_pages): Properly quote $(MANS).
2445
2446 Wed Jan 31 09:51:30 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
2447
2448         * depend.am: Don't use srcdir anywhere.
2449         * automake.in (handle_libraries): Don't make .deps relative to
2450         srcdir.
2451         (handle_options): Recognize no-dependencies.
2452
2453         * depend.am (MKDEP): From Jim Meyering: Do nothing if srcdir is
2454         ".".  Properly quote regexp.
2455
2456 Tue Jan 30 12:19:09 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
2457
2458         * automake.in (handle_configure): Only defined CONFIG_HEADER if
2459         $config_name.
2460         (read_am_file): Quote regexp when substituting top_builddir.
2461         (handle_source_transform, handle_libraries): Look in
2462         $(srcdir)/.deps for .P files.
2463
2464 Fri Jan 26 00:15:25 1996  Tom Tromey  <tromey@creche.cygnus.com>
2465
2466         * automake.in (am_conf_error): New function.
2467         (scan_configure): Use it.
2468         (scan_configure): A comma also ends AC_OUTPUT macro.
2469
2470         * automake.in (read_am_file): Compute top_builddir when including
2471         header-vars.am.
2472         (handle_configure): Use $top_builddir, not $top_reldir.
2473         (other_input_files): New variable.
2474         (dirname): Fixed bug where dirname of 'a/b/c' was 'a', not 'a/b'.
2475
2476         Changes from Gord Matzigkeit to enabled hierarchies deeper than 2:
2477         * automake.in (input_files, seen_make_set): Declare globally.
2478         (parse_arguments): Use input_files, not make_list.
2479         Only scan configure.in once.
2480         (handle_dist): Use SUBDIRS to determine when to make
2481         subdirectories and recurisvely dist.  Use $(topdir), not "..", to
2482         find top of dist tree.
2483         (handle_configure): Check for AC_PROG_MAKE_SET here.  Don't require
2484         configure.in (done elsewhere).
2485         (scan_configure): seen_make_set is global.  Allow arbitrary space
2486         in LIBOBJS assignment.
2487         (top_builddir): New variable.
2488         * header-vars.am (top_builddir): New variable.
2489         * remake-subd.am (Makefile): Look in top_builddir, not .., when
2490         remaking.
2491         * automake.in (handle_merge_targets): Run 'all' before
2492         check-recursive.
2493
2494         * automake.in (file_contents_with_transform): Changed error
2495         message.
2496         (handle_configure): Define $contents{'CONFIG_HEADER'}.
2497
2498         * texi-version.am: Many changes to support multiple .texi files.
2499         Replaced "version.texi" with "@VTEXI@".  Replaced "vti" with
2500         "@VTI@".
2501         * automake.in (handle_configure): install.sh is an anachronism.
2502         (handle_texinfo): Generalized for multiple .texi files.  Handle
2503         'clean-info' internally.
2504         * texi-clean.am: Removed.
2505         * Makefile.am: Updated for removal.
2506
2507 Wed Jan 24 22:55:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
2508
2509         * automake.in (grep_for_vers_texi): New function.
2510         (handle_texinfo): Use grep_for_vers_texi, not system("grep").
2511         (handle_texinfo): Changes to generalize to multiple .texi files.
2512
2513 Tue Jan 23 14:22:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
2514
2515         Fixes from Gord Matzigkeit:
2516         * libraries.am (install-@DIR@LIBRARIES): Use top_srcdir, not
2517         topsrcdir.
2518         * header.am: New file.
2519         * Makefile.am (pkgdata_DATA): Install header.am.
2520         * automake.in (handle_headers): Use header.am, not data.am.
2521         (am_install_var): Allow pattern to be compiled multiple times.
2522
2523         * config.guess, config.sub: New files.
2524         * Makefile.am (pkgdata_DATA): Install config.guess and
2525         config.sub.
2526         * automake.in (scan_configure): Recognize AC_CANONICAL_HOST and
2527         AC_CANONICAL_SYSTEM.
2528
2529 Sun Jan 21 15:51:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
2530
2531         * automake.in (handle_texinfo): Use info_TEXINFOS, not TEXINFOS.
2532         (handle_man_pages): Use man_MANS, not MANS.
2533
2534         * Makefile.am (info_TEXINFOS): Renamed.
2535
2536         * automake.in (scan_configure): Remove comments from input line.
2537         (am_variable): Removed.
2538
2539         * remake-hdr.am (stamp-h): Use new macro CONFIG_HEADER_IN.
2540
2541         * automake.in (config_name, config_header): New globals.
2542         (scan_configure): Look for AC_CONFIG_HEADER.
2543         (handle_configure): Handle more uses of AC_CONFIG_HEADER.
2544
2545 Sat Jan 20 15:54:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
2546
2547         * automake.in (handle_dist_worker): Bug fix.
2548
2549 Fri Jan 19 00:50:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
2550
2551         * automake.in (require_file): Install missing files only according
2552         to desired strictness.
2553         (initialize_per_input): Don't init libsources.
2554         (scan_configure): Reinit libsources.
2555         (handle_libraries): Search _LIBADD for @LIBOBJS@ and @ALLOCA@.
2556         (fp_c_prototypes): New global.
2557         (scan_configure): Set it.
2558         (get_object_extension): Error if fp_C_PROTOTYPES not in
2559         configure.in when using ansi2knr.
2560         (handle_source_transform): Skip header files.
2561
2562         * automake.in (handle_dist_worker): Explicitly make 'dist' in
2563         subdirs.
2564
2565 Thu Jan 18 00:25:56 1996  Tom Tromey  <tromey@creche.cygnus.com>
2566
2567         From François Pinard:
2568         * automake.in (handle_source_transform): Transform $o file into .P
2569         file.
2570         (handle_dist_worker): Handle case where DISTFILES includes
2571         wildcard.  Bug fix in subdir case.
2572
2573         * automake.in (parse_arguments): Initialize strictness to
2574         'normal'.
2575
2576 Sun Jan 14 13:54:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
2577
2578         * automake.in (scan_configure): Look for NLS support.
2579
2580         Changes from François Pinard:
2581         * texinfos.am (install-info): Correctly install when build dir is
2582         not srcdir.
2583         * tags-subd.am (ID): Indentation change.
2584         * kr-vars.am (o): Use ".@U@o", not "@U@o".
2585         * depend.am ($(srcdir)/.deps/%.P): Remove temporary file.
2586         * automake.in (handle_dist_worker): Fixlets.
2587         (handle_dist): Sort keys going into dist_common.
2588
2589 Sat Jan 13 00:18:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
2590
2591         * automake.in (handle_dist_worker): If Gnits, don't allow release
2592         until NEWS is updated.
2593
2594         * configure.in (VERSION): Version 0.29.
2595
2596         * Makefile.am (maintainer-check): Look for perl4.036 in path.
2597
2598         * dist-vars.am (DISTFILES):  Include BUILT_SOURCES.
2599         (DEP_DISTFILES): Ditto.
2600
2601         * automake.in (handle_dist_worker): Depend on DEP_DISTFILES.
2602         * dist-vars.am (DEP_DISTFILES): New variable.
2603
2604         * automake.in (handle_options): Support dist-shar option.
2605         (handle_dist_worker): New function.
2606         (handle_dist): Use it.
2607
2608         * texi-version.am (mostlyclean-vti): Remove version.tmp, not
2609         *.tmp.
2610
2611         * automake.in (handle_dist): Chmod distdir 777.  From François
2612         Pinard.
2613
2614         * automake.in (scan_configure): New function.
2615         (initialize_per_input): Init libsources.
2616         (generate_makefile): Run handle_configure first.
2617         (handle_configure): Run scan_configure.
2618         (handle_configure): Don't look for AC_PROG_MAKE_SET here.
2619
2620 Thu Jan 11 23:14:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
2621
2622         * Makefile.am (AUTOMAKE_OPTIONS): New variable.
2623
2624         * automake.in (strictness, strictness_name): Renamed.
2625         (initialize_per_input): Set strictness, strictness_name.
2626         Initialize %options.
2627         (generate_makefile): Run handle_options.
2628         (handle_options): New function.
2629         (handle_man_pages): Make install-man depend on $(MANS).  Turn off
2630         man page install if no-installman option given.
2631         (read_am_file): Deprecate @kr@.
2632         (get_object_extension): Look at ansi2knr option.
2633         (parse_arguments): Take global strictness from command-line
2634         options.
2635
2636 Tue Jan  9 11:24:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
2637
2638         Fixes from François Pinard:
2639         * depend.am ($(srcdir)/.deps/%.P): Handle deansification.
2640         * automake.in (get_object_extension): Use $o, not $(kr)o.
2641         (handle_source_transform): Don't look for $(kr)c files.
2642         * kr-vars.am (o): New macro.
2643         (kr): Removed.
2644
2645         * depend.am (DEP_FILES): Removed.
2646         * automake.in (handle_source_transform): Push .P file onto
2647         dep_files.
2648         (initialize_per_input): New variable %dep_files.
2649         (handle_dependencies): Generate DEP_FILES here.
2650
2651 Mon Jan  8 22:27:33 1996  Tom Tromey  <tromey@creche.cygnus.com>
2652
2653         * automake.in (do_one_clean_target): Only remove config.status in
2654         top-level directory.
2655         (handle_tags): Removed 'id' from .PHONY list.  From Jim Meyering.
2656
2657         * clean.am (maintainer-clean-generic): Remove BUILT_SOURCES.
2658
2659         * automake.in (handle_dist): Make "ln" quiet.
2660
2661         * tags-subd.am (ID): Depend on HEADERS and SOURCES.
2662
2663 Sat Jan  6 10:58:23 1996  Tom Tromey  <tromey@cambric.colorado.edu>
2664
2665         * automake.in (handle_merge_targets): 'check' shouldn't depend on
2666         'all' at top level.
2667         (file_contents_with_transform): New function.
2668         (am_install_var): Use file_contents_with_transform.
2669         (handle_programs): Ditto.
2670         (handle_libraries): Ditto.
2671         (handle_texinfo): Ditto.
2672         (handle_merge_targets): Let 'install' depend on 'all' if no other
2673         dependencies exist.  From Jim Meyering.
2674         (check_gnu_standards): GNU requires AUTHORS file.  (See
2675         maintain.text).
2676         (require_file): Put body in loop.
2677         (get_object_extension): Only call require_file once.
2678         (handle_configure): Ditto.
2679
2680         From Jim Meyering:
2681         * depend.am ($(srcdir)/.deps/.P): Depend on $(BUILT_SOURCES).
2682         * tags-subd.am (id): Removed.
2683
2684 Fri Jan  5 10:31:19 1996  Tom Tromey  <tromey@cambric.colorado.edu>
2685
2686         * Added copyright notice to each .am file.
2687
2688         * automake.in: Cleanups from François Pinard to avoid $#.
2689         (require_argument): Fixed sense of test.
2690         (set_strictness): Bug fix.
2691
2692 Thu Jan  4 21:21:29 1996  Tom Tromey  <tromey@cambric.colorado.edu>
2693
2694         * Makefile.am (pkgdata_DATA): Removed old dist files.
2695
2696         * dist-subd-top.am, dist-subd.am, dist.am: Removed.
2697
2698         * automake.in (set_strictness): Set $strictness_name.
2699         (strictness_name): New variable.
2700         (handle_dist): Substantially rewrote.
2701
2702         * configure.in: Point AC_INIT at automake.in.
2703
2704         * automake.in (generate_makefile): Report errors against
2705         Makefile.in, not Makefile.am.
2706
2707 Wed Jan  3 00:05:40 1996  Tom Tromey  <tromey@cambric.colorado.edu>
2708
2709         * mdate-sh: Bug fix from Jim Meyering.
2710
2711         * dist.am (dist): Changed in parallel with dist-subd-top.am.
2712
2713         * mkinstalldirs: Reverted.
2714
2715         * automake.in (initialize_global_constants): Allow COPYING.LIB
2716         again.
2717         (check_gnits_standards): Disallow COPYING.LIB.
2718
2719         * texinfos.am (install-info): Only look in $(srcdir) for info
2720         files.
2721
2722         * automake.in (initialize_global_constants): New variable
2723         gen_copyright.
2724         (read_am_file): Put a copyright in each Makefile.in.
2725
2726         * dist-vars.am (DISTFILES): Put DIST_COMMON first.
2727
2728         * automake.in (am_install_var): Put space before "=".
2729         (handle_dist): Put README first in DIST_COMMON.
2730
2731         * Makefile.am (pkgdata_DATA): Include COPYING.
2732
2733         * COPYING: New file.
2734
2735         * automake.in (parse_arguments): Added --gnu and --gnits as
2736         synonyms.
2737         (initialize_global_constants): Ditto.
2738         (initialize_global_constants): Don't auto-distribute COPYING.LIB.
2739         (initialize_global_constants): Look for README first.
2740         (initialize_global_constants): Auto-distribute AUTHORS, BACKLOG,
2741         ABOUT-GNU.
2742         (check_gnu_standards): Require file COPYING.
2743
2744         From François Pinard:
2745         * automake.in (file_contents): Comment out "warn"s.
2746         (usage): Use 4 columns.
2747         (USAGE_FORMAT): Ditto.
2748
2749         * texinfos.am (install-info): Look for info file relative to $$d.
2750
2751         * Makefile.am (cvs-dist): Suppress output of "grep".
2752
2753         * configure.in (VERSION): Version 0.28.
2754
2755         * automake.in (pretty_print_internal): Fix for Perl 4
2756         compatibility.
2757
2758         * configure.in (VERSION): Version 0.27.
2759
2760         * depend.am ($(srcdir)/.deps/%.P): Must regexp-quote srcdir in sed
2761         invocation.
2762
2763         * automake.in (initialize_global_constants): Don't quote "@" in
2764         $install_man_format.
2765         (handle_merge_targets): use "@:" as empty command, not ":".
2766
2767 Tue Jan  2 23:33:24 1996  Tom Tromey  <tromey@cambric.colorado.edu>
2768
2769         * texinfos.am (install-info): Look in $d for info files.  From
2770         François Pinard.
2771
2772         * depend.am ($(srcdir)/.deps/%.P): Fixed regexp.
2773
2774         * automake.in (read_am_file): Correctly deal with continued
2775         variable definitions.
2776
2777 Mon Jan  1 15:43:25 1996  Tom Tromey  <tromey@cambric.colorado.edu>
2778
2779         * automake.in (handle_merge_targets): 'check' target depends on
2780         'all'.
2781         (file_contents): Don't be so verbose.
2782         (read_am_file): Ditto.
2783         (read_am_file): Must use substr to check for trailing \.
2784         (am_install_var): Use push_phony_cleaners.
2785         (file_contents): Set $was_rule when assuming a rule is seen.
2786         (read_am_file): Ditto.
2787         (do_one_clean_target): Removed spurious newline.
2788
2789         Some changes from François Pinard:
2790         * Removed trailing whitespace from all '.am' files.
2791         * tags-subd.am (ID): Use &&, not ;.
2792         (TAGS): Ditto.
2793         * automake.in (parse_arguments): Removed useless message.
2794         (parse_arguments): Don't explicitly referenced STDERR.
2795         (require_argument): Ditto.
2796         (am_error): Ditto.
2797         (set_strictness): Ditto.
2798         (file_contents): Ditto.
2799         (read_am_file): Ditto.
2800         (generate_makefile): Style tweaks.
2801         (handle_programs): Ditto.
2802         (handle_libraries): Ditto.
2803         (handle_texinfo): Ditto.
2804         (handle_man_pages): Ditto.
2805         (handle_tags): Ditto.
2806         (handle_dist): Ditto.
2807         (handle_subdirs): Ditto.
2808         (handle_configure): Ditto.
2809         (handle_footer): Don't put newline before footer.am contents.
2810         (handle_merge_targets): Style tweaks.
2811         (do_one_clean_target): Ditto.
2812         (dirname): Ditto.
2813         (am_variable): Ditto.
2814         Defined some new constants.
2815         (generate_makefile): Don't call generate_header.
2816         (generate_header): Removed.
2817         (file_contents): Rewrote.
2818         (read_am_file): Rewrote.
2819
2820         * automake.in (generate_makefile): Handle phony target.
2821         (do_one_clean_target): Pretty-print dependencies.
2822         (handle_installdirs): Pretty-print rule.
2823
2824         * Makefile.am (maintainer-check): Made some commands silent.
2825
2826         * automake.in (initialize_global_constants): Don't install or
2827         uninstall cat'd man pages.
2828         (initialize_per_input): Added phony target.
2829         (push_phony_cleaners): New function.
2830         (get_object_extension): Handle phony targets.
2831         (handle_texinfo): Ditto.
2832         (handle_man_pages): Ditto.
2833         (handle_tags): Ditto.
2834         (handle_dist): Ditto.
2835         (handle_subdirs): Ditto.
2836         (handle_installdirs): Ditto.
2837         (handle_merge_targets): Ditto.
2838         (handle_clean): Ditto.
2839         (do_one_merge_target): Ditto.
2840         (am_install_var): Ditto.
2841         (handle_phony): New function.
2842         (generate_makefile): Call it.
2843         (pretty_print_internal): New function.
2844         (pretty_print_rule): Ditto.
2845
2846 Sun Dec 31 13:04:59 1995  Tom Tromey  <tromey@cambric.colorado.edu>
2847
2848         * automake.in (initialize_global_constants): Don't print body of
2849         loop at make time.
2850
2851         Changes from François Pinard:
2852         * depend.am (MKDEP): Include DEFS, INCLUDES, CPPFLAGS, CFLAGS.
2853         (DEP_FILES): Put dependency files in $(srcdir).
2854         Look in $(srcdir) when including dependency files.
2855         ($(srcdir)/.deps/.P): .deps/.P is in $(srcdir).
2856         (.deps/%.P): MKDEP includes all macro expansions.
2857         * dist-subd-top.am (dist): Get absolute path for distdir.  Don't
2858         be so verbose.
2859         * dist-subd.am (dist): Don't be so verbose.
2860         * dist.am (dist): Don't be so verbose.
2861
2862         * automake.in (do_one_clean_target): Remove config.status in
2863         maintainer-clean.  From Jim Meyering.
2864
2865         * programs-clean.am (clean-@DIR@PROGRAMS): Bug fix.  From Jim
2866         Meyering.
2867
2868         * automake.in (handle_merge_targets): Add dummy command for empty
2869         install target.  From Jim Meyering.
2870
2871 Tue Dec 12 10:06:28 1995  Tom Tromey  <tromey@cambric.colorado.edu>
2872
2873         * texinfos.am (uninstall-info): Bug fix.
2874
2875         * Makefile.am (maintainer-check): Error if ${...} used.
2876         * depend.am (DEP_FILES): Prefer $(...).
2877
2878         * scripts.am (install-@DIR@SCRIPTS): Only install script if it
2879         exists.
2880         * libraries.am (install-@DIR@LIBRARIES): Only install library if
2881         it exists.
2882         * programs.am (install-@DIR@PROGRAMS): Only install program if it
2883         exists.
2884
2885         * texinfos-vars.am (TEXFILES): Removed.
2886
2887         * Makefile.am (pkgdata_DATA): Removed libprograms.am.
2888
2889         * automake.in (do_one_merge_target): Never generate trailing
2890         whitespace.
2891         (pretty_print): New function.
2892         (handle_footer): Prettyprint definitions.
2893         (am_install_var): Ditto.
2894         (handle_source_transform): Ditto.
2895         (handle_dist): Ditto.
2896         (handle_libraries): Ditto.
2897         (read_am_file): Put comments nearer appropriate code.
2898
2899         * texi-clean.am (mostlyclean-info): Use continued lines, not
2900         multiple rm's.  From Jim Meyering.
2901
2902 Sun Dec 10 11:59:33 1995  Tom Tromey  <tromey@cambric.colorado.edu>
2903
2904         * Makefile.am (pkgdata_DATA): Cause INSTALL, install-sh, mdate-sh,
2905         mkinstalldirs, texinfo.tex to be installed.
2906         * automake.in (symlink_exists): New global.
2907         (install_missing): Ditto.
2908         (require_file): Install missing files if possible.
2909         (parse_arguments): Handle --install-missing option.
2910         (initialize_global_constants): Document --install-missing.
2911
2912         * Makefile.am (cvs-dist): Don't release unless NEWS updated.
2913         Ensure 'checks' pass before release.
2914         (maintainer-check): Renamed.  Look in $(srcdir) for sources.  From
2915         Franc,ois Pinard.
2916         (cvs-dist): Depend on maintainer-check instead of explicitly
2917         running check.
2918
2919         * configure.in (VERSION): Version 0.26.
2920
2921         * Makefile.am (check-local): Only look at [a-z]*.am.  Fixed sense
2922         of 'if' test.
2923
2924         * depend.am (DEP_FILES): Bug fix.
2925
2926         * automake.in (do_one_clean_target): Typo.
2927
2928         * Makefile.am (check-local): Run syntax check under Perl 4.
2929
2930         * automake.in: Fixes for Perl 4, from Gord Matzigkeit.
2931         (handle_source_transform): Loop variable is now $_.  From Gor
2932
2933         * Makefile.am (check-local): Check for 'true' in source.
2934         * texinfos.am (install-info): Can't use "true" in any rule.
2935
2936 Sat Dec  9 10:16:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
2937
2938         * Makefile.am (cvs-dist): New target.
2939
2940         * tags.am (TAGS): Use "test -z ... ||" to avoid spurious
2941         failures.
2942
2943         * texinfos.am (install-info): Don't do install-info for now.
2944
2945         * clean.am (distclean-generic): Don't remove config.status here.
2946         * automake.in (do_one_clean_target): Remove config.status later,
2947         for 'make -j2'.  From Jim Meyering.
2948
2949 Fri Dec  8 16:30:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
2950
2951         * configure.in (VERSION): Version 0.25.
2952
2953         * automake.in (handle_texinfo): Use "$? >> 8", not "$?".
2954         (handle_configure): Check for AC_PROG_MAKE_SET.
2955
2956         * depend.am (DEP_FILES): Handle deANSIfication case.  From Jim
2957         Meyering.
2958
2959         * automake.in (am_install_var): Changed how 'clean' handled for
2960         uniform name targets.
2961         * Makefile.am (pkgdata_DATA): Added new files.
2962         * data-clean.am: New file.
2963         * scripts-clean.am: New file.
2964         * libraries-clean.am: New file.
2965         * programs-clean.am: New file.
2966
2967 Wed Dec  6 00:06:11 1995  Tom Tromey  <tromey@cambric.colorado.edu>
2968
2969         * automake.in (am_install_var): Error if variable name
2970         "misspelled".
2971         (handle_source_transform): Automatically include .c file
2972         corresponding to .y or .l.
2973
2974 Tue Dec  5 00:46:14 1995  Tom Tromey  <tromey@cambric.colorado.edu>
2975
2976         * programs.am: Changed for uniform naming scheme.
2977
2978         * automake.in (read_am_file): Allow '-' and '.' in target names.
2979         (generate_makefile): Don't pass arguments to handle_libraries.
2980         (initialize_per_input): Define @sources, @objects.
2981         (generate_makefile): Init @sources, @objects if needed.
2982         (handle_source_transform): Push onto @sources, @objects here.
2983         (am_install_var): Push primary onto @all, for configure-time
2984         customization.
2985         (handle_programs): Use new uniform naming scheme.
2986
2987         * Makefile.am (check-local): New target.
2988
2989         * automake.in (handle_libraries): Use uniform naming scheme.
2990
2991         * libraries.am: Rewrote for uniform naming scheme.
2992
2993         * scripts.am: Updated names of all clean targets.
2994
2995         * automake.in (handle_programs): Split on all whitespace.
2996         (handle_libraries): Ditto.
2997         (handle_texinfo): Ditto.
2998         (handle_man_pages): Ditto.
2999         (am_install_var): Changed return result.
3000         (am_install_var): Changed interface.
3001         (am_install_var): Push onto @clean@ if requested.
3002         (handle_scripts): Pass -clean to am_install_var.
3003
3004 Mon Dec  4 11:55:36 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3005
3006         * automake.in (am_install_var): Push target onto @all.
3007         (get_object_extension): Use $(...).
3008         (handle_source_transform): Ditto.
3009         (handle_programs): Ditto.
3010
3011         * automake.in (require_argument): New function.
3012         (parse_arguments): Use it.
3013         (push_dist_common): New function.
3014         (generate_makefile): Use it.
3015         (handle_texinfo): Ditto.
3016         (handle_dist): Ditto.
3017         (handle_configure): Ditto.
3018         (require_file): Ditto.
3019         (generate_makefile): Don't pass arguments to handle_scripts.
3020         (handle_configure): Require configure.in.
3021         (check_gnu_standards): New function.
3022         (check_gnits_standards): Ditto.
3023         (generate_makefile): Check standards.
3024
3025         * Makefile.am (bin_SCRIPTS): Changed name from SCRIPTS.
3026
3027         * automake.in (LENIENT, GNU, GNITS): New constants.
3028         (initialize_per_input): New function.
3029         (generate_makefile): Use it.
3030         (initialize_global_constants): Renamed from init_globals.
3031         (require_file): Added strictness argument.
3032         (parse_arguments): Added --strict option.
3033         (set_strictness): New function.
3034         (parse_arguments): use it.
3035         (initialize_global_constants): Document --strictness.
3036
3037         * automake.in: Use ${1+"$@"} to preserve quoting when running
3038         under sh.
3039
3040         * texinfos.am (install-info): Don't use "true".
3041         * tags.am (TAGS): Don't use "true".
3042
3043         * dist.am, dist-subd-top.am, remake-hdr.am, remake-subd.am,
3044         remake.am, subdirs.am, texinfos.am: Use "&&" after cd.
3045
3046         * program.am (@PROGRAM@): Use LINK macro.
3047         * compile.am (.c.o): Use COMPILE macro.
3048
3049         * clean.am, remake-hdr.am, remake.am, texinfos.am: Use $(...), not
3050         ${...}.
3051
3052         * subdirs.am (RECURSIVE): Removed macro.
3053
3054         * clean.am: Changed to not be so verbose.
3055
3056         * Makefile.am (pkgdata_DATA): Include texi-clean.am.
3057         * automake.in (handle_texinfo): Transform texi-clean and put into
3058         output rules.
3059         * texinfos-vars.am (TEXFILES): Removed.
3060         * texinfos.am: Removed 'clean' targets.
3061         * texi-clean.am: New file.
3062
3063         * Makefile.am (ETAGS_ARGS): Just use 'automake.in'.
3064
3065         * texinfos-vars.am (TEXFILES): Added *.op.
3066
3067         * dist-vars.am (DISTFILES): Renamed from DIST_FILES, per GNU
3068         standards.
3069         * dist.am (dist): Use DISTFILES.
3070         * dist-subd.am (dist): Use DISTFILES.
3071         * dist-subd-top.am (dist): Use DISTFILES.
3072
3073 Sun Dec  3 00:24:08 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3074
3075         * Makefile.am (ETAGS_ARGS): Define.
3076
3077         * depend.am (.deps/.P): Use ":", not "echo timestamp".  From Jim
3078         Meyering.
3079
3080         * dist-vars.am (DIST_FILES): Removed PACKAGEDATA.
3081
3082         * automake.in (handle_scripts): Use am_install_var.
3083
3084         * scripts.am: Rewrote for new uniform naming scheme.
3085
3086         * Makefile.am (pkgdata_DATA): Removed libscripts.am.
3087
3088         * libscripts.am: Removed.
3089
3090         * packagedata.am: Removed.
3091
3092         * Makefile.am (PACKAGEDATA): Removed packagedata.am.
3093         (pkgdata_DATA): Renamed from PACKAGEDATA.
3094
3095         * automake.in (handle_data): Use am_install_var.
3096         (init_globals): Init %exec_dir_p.
3097
3098         * data.am: Rewrote for new uniform naming scheme.
3099
3100         * automake.in (get_object_extension): New function.
3101         (handle_programs): Use it.
3102         (dir_holds_sources): Changed interpretation.
3103         (handle_headers): New function.
3104         (am_install_var): New function.
3105         (generate_makefile): Call handle_headers.
3106
3107         * header-vars.am (pkgdatadir): New macro.
3108         (pkglibdir): Ditto.
3109         (pkgincludedir): Ditto.
3110
3111         * automake.in (handle_source_transform): New function.
3112         (am_error): New function.
3113         (generate_makefile): Use it.
3114         (handle_source_transform): Ditto.
3115         (handle_texinfo): Ditto.
3116         (handle_dependencies): Ditto.
3117         (handle_merge_targets): Ditto.
3118         (require_file): Ditto.
3119
3120 Sat Dec  2 21:39:56 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3121
3122         * automake.in: Updated FSF address.  From Jim Meyering.
3123         * header-vars.am: Updated FSF address.
3124
3125         * distname.am: Removed.
3126
3127         * automake.in (file_contents): Strip "##" comments.
3128         * Various files: Added "##" comments for strange things.
3129
3130         * automake.in (handle_tags): Generate TAGS rule for every
3131         directory.
3132
3133         * subdirs.am (RECURSIVE): Include installcheck-recursive.
3134         * automake.in (installcheck): New variable.
3135         (generate_makefile): Initialize it.
3136         (handle_subdirs): Push 'installcheck-recursive'.
3137         (handle_merge_targets): Handle installcheck target.
3138
3139 Thu Nov 30 20:13:16 1995  Tom Tromey  <tromey@cambric>
3140
3141         * automake.in ($PACKAGE): Removed.
3142
3143         * header-vars.am (ALL): Removed.
3144
3145         * automake.in: Reworked 'all' target handling.
3146
3147         * automake.in (generate_makefile):
3148         Don't use AM_ forms in call to am_variable.
3149
3150         * automake.in: Changes for Perl 5, from Gord Matzigkeit
3151
3152         * clean.am (MOSTLYCLEANFILES, MAINTAINERCLEANFILES): New variables.
3153
3154         * automake.in (handle_footer): Allow SUFFIXES variable.
3155
3156         * automake.in (am_variable): New function.
3157         (handle_texinfo): Use it.
3158         (generate_makefile): Use it.
3159
3160         * configure.in: Version 0.24.
3161
3162 Wed Nov 29 23:50:14 1995  Tom Tromey  <tromey@cambric>
3163
3164         * automake.in (handle_libraries):
3165         Generate blah_LIBADD defines if required.
3166
3167         * library.am (lib@LIBRARY@.a): Look at $(@LIBRARY@_LIBADD)
3168
3169         * libraries-vars.am (LIBOBJS, ALLOCA): Removed.
3170
3171         * compile-kr.am: ($(OBJECTS)): Depend on $(ANSI2KNR), not ansi2knr.
3172
3173         * configure.in: Version 0.23
3174
3175         * dist-subd-top.am (dist): Don't die if a subdirectory already exists.
3176
3177         * dist-subd-top.am, dist.am (dist): Give automake --output-dir option.
3178
3179         * automake.in: New option --output-dir
3180
3181         * automake.in (handle_configure): Fixed typo.
3182
3183         * automake.in (handle_installdirs): Always make installdirs target.
3184
3185         * subdirs.am (RECURSIVE): Removed uninstall-data-recursive and
3186         uninstall-exec-recursive.  Added installdirs-recursive.
3187
3188         * automake.in (handle_installdirs): Handle installdirs-recursive.
3189         (handle_man_pages): 'all' depends on $(MANS)
3190
3191         * Makefile.am: Removed mans.am.
3192
3193         * automake.in: More man-related fixes
3194
3195         * automake.in: Bug fixes
3196
3197         * automake.in: Rewrote man page handling.
3198
3199         * texi-version.am, remake-hdr.am, depend.am: Don't use touch.
3200
3201         * automake.in (handle_installdirs): New function.
3202         (@installdirs): New global.
3203         Many changes to deal with installdirs.
3204
3205         * clean.am (clean-generic): Always supply 'else' clause to 'if'
3206
3207         * automake.in (generate_header): Don't use header.am.
3208         (handle_dist): Don't use dist-subd-vars.am.
3209
3210         * Makefile.am (PACKAGEDATA): Removed dist-subd-vars.am, header.am.
3211
3212         * Makefile.am (DISTCLEANFILES): Removed.
3213
3214         * clean.am (clean-generic): Bug fix.
3215
3216         * clean.am (clean-generic): Only remove CLEANFILES if nonempty
3217
3218         * texi-version.am (clean-vti): No such macro as VTI
3219
3220 Tue Nov 28 19:56:07 1995  Tom Tromey  <tromey@cambric>
3221
3222         * automake.in: Bug fix for maintainer-clean
3223
3224         * automake.in (do_one_clean_target):
3225         Print special text in maintainer-clean.
3226         (handle_clean): Always include clean.am
3227
3228         * clean.am: Use -generic clean targets.
3229
3230         * compile.am: Added clean targets.
3231
3232         * configure.in: Version 0.22.
3233
3234         * automake.in (handle_dependencies):
3235         Put trailing newline after all deps.
3236
3237         * automake.in (handle_dependencies): Another dependency bug fix.
3238
3239         * automake.in (handle_dependencies):
3240         Bug fix when including dependencies.
3241
3242         * automake.in (handle_configure):
3243         Verify existence of install-sh, mkinstalldirs
3244
3245         * automake.in (handle_texinfo): Include stamp-vti in distribution
3246
3247         * dist-subd-vars.am, dist-vars.am (DIST_FILES):
3248         Include DATA, PACKAGEDATA.
3249
3250         * Makefile.am: Nothing
3251
3252         * Makefile.am (DIST_OTHER): Don't distribute gettext-sh
3253
3254         * automake.in (handle_texinfo): Typo
3255
3256         * automake.in: If script ends up in shell, feed to perl
3257
3258         * automake.in: Rewrote 'clean' rules.
3259         Documentation made and installed first.
3260         'all' depends on 'info'
3261
3262 Mon Nov 27 23:57:29 1995  Tom Tromey  <tromey@cambric>
3263
3264         * configure.in, Makefile.am: Turned off internationalization.
3265
3266         * clean-kr.am: Rewrote for new clean scheme.
3267
3268         * tags-clean.am: Remove TAGS in distclean, not maintainer-clean
3269
3270         * Makefile.am (PACKAGEDATA): Include tags-clean.am
3271
3272         * subdirs.am: Removed bogus local clean targets
3273
3274         * tags-clean.am: Initial revision
3275
3276         * texi-version.am: Added clean targets
3277
3278         * texinfos.am: Fixes to clean targets.
3279
3280         * texinfos.am, libscripts.am, scripts.am, libraries.am, libprograms.am, programs.am:
3281         Added clean targets
3282
3283         * compile-kr.am (ansi2knr.o): Depend on CONFIG_HEADER
3284
3285         * automake.in: Completely revamped automatic de-ANSI-fication
3286
3287         * compile-kr.am: (ansi2knr, $(OBJECTS)): New targets
3288
3289         * compile-vars.am (LINK): New macro
3290
3291         * kr-vars.am: Trailing blank line
3292
3293         * compile-kr.am: Rewrote
3294
3295         * compile-vars.am (COMPILE): New macro
3296
3297         * compile-vars.am (ANSI2KNR): Removed
3298
3299         * Makefile.am (PACKAGEDATA): Removed all sed scripts.  Added kr-vars.am
3300
3301         * kr-vars.am: Initial revision
3302
3303         * automake.in (require_file): New function.
3304         (handle_texinfo): Require 'mdate-sh'
3305         (common_sometimes): New variable
3306         (usage): Use it.
3307
3308         * texi-version.am (stamp-vti): Use Ulrich's mdate-sh script
3309
3310         * mdate-sh: Initial revision
3311
3312         * automake.in (handle_footer): Don't define SOURCES or OBJECTS if empty
3313
3314         * automake.in (generate_makefile):
3315         Put Makefile.in, Makefile.am in @dist_common
3316         (handle_configure): Use @dist_common as appropriate
3317
3318         * dist-subd-vars.am, dist-vars.am (DIST_CONF): Removed
3319
3320         * configure.in: Abort if perl not found
3321
3322         * configure.in: Look for perl
3323
3324         * automake.in: Reimplemented in Perl
3325
3326         * automake.in: Fixlet
3327
3328 Sun Nov 26 08:09:30 1995  Tom Tromey  <tromey@cambric>
3329
3330         * automake.in: Always print ".SUFFIXES:" rule.
3331
3332         * automake.in: Distribution config.h.in if required
3333
3334         * automake.in: Bug fix when including texi-version.am
3335
3336         * automake.in: Bug fix when looking for .texi file in $am_reldir
3337
3338         * depend.am: Comment fix
3339
3340         * automake.in: Look for .texi file in $am_reldir
3341
3342         * automake.in: Fixlet
3343
3344         * automake.in: Blank line after targets from user's Makefile.am
3345
3346         * automake.in: Move footer items to actual footer
3347
3348         * automake.in: Include stamp-h.in in DIST_COMMON if necessary
3349
3350         * automake.in (common):
3351         Don't include acconfig.h, config.h.top, config.h.bot
3352
3353         * Makefile.am (CONFIG_HEADER): Renamed from CONFIG_H
3354
3355         * Makefile.am (CONFIG_H): Define
3356
3357         * acconfig.h: Initial revision
3358
3359         * configure.in: Use AC_CONFIG_HEADER.
3360
3361         * automake.in: Put blah_TEXINFOS into DIST_COMMON
3362
3363         * automake.in: .info file explicitly depends on primary .texi file
3364
3365         * texinfos.am (install-info): Always supply 'else' clause to 'if'
3366
3367         * tags.am (TAGS): Always supply 'else' clause to 'if'
3368
3369         * subdirs.am (.NOEXPORT): Removed (now in footer.am)
3370
3371         * automake.in: Always include footer.am in output
3372
3373         * mans.am (install-man): Always supply 'else' clause to 'if'
3374
3375         * automake.in: More version.texi fixes
3376
3377         * automake.in: Only do version.texi processing if requested.
3378
3379         * automake.in: Minor internationalization fixes.
3380         Subshell can now exit with nonzero status.
3381         Fixed up .texi handling; now uses texi-version.am
3382         Make sure '.c' and '.o' are in .SUFFIXES if required.
3383
3384         * Makefile.am (PACKAGEDATA): Include texi-version.am
3385         (stamp-vti, version.texi): Removed
3386         (TEXINFOS): Don't reference version.texi
3387
3388         * texi-version.am: Initial revision
3389
3390         * dist.am, dist-subd-top.am (dist):
3391         [DIST_SUBDIRS] Follow symlinks when copying.
3392
3393         * dist-subd-top.am (dist): Removed unneeded subdir= option to make
3394
3395 Sat Nov 25 23:23:39 1995  Tom Tromey  <tromey@cambric>
3396
3397         * automake.in: Added --amdir option
3398
3399         * Makefile.am, configure.in: Turned on internationalization
3400
3401         * Makefile.am: Set EDITION
3402
3403         * configure.in: Version 0.21
3404
3405         * tags.am, tags-subd.am: Don't use double-colon rules
3406
3407         * automake.in: Redid install-data, install-exec, uninstall handling
3408
3409         * configure.in: Turn off i18n
3410
3411 Fri Nov 24 23:51:37 1995  Tom Tromey  <tromey@cambric>
3412
3413         * automake.in (common): Remove NLS
3414
3415         * automake.in (common): Include ABOUT-NLS.
3416
3417         * automake.in: Test for install-sh and mkinstalldirs
3418
3419         * automake.in: Blank line after OBJECTS= line
3420
3421         * automake.in: Start subshell in loop after check for Makefile.am
3422
3423         * automake.in: --use-deps now the default
3424
3425         * automake.in (am_dir): Don't apply transform to install directory name
3426
3427         * packagedata.am: Don't apply transform to install directory name
3428
3429         * Makefile.am (SUBDIRS): Hold off on internationalization
3430
3431 Thu Nov 23 18:02:38 1995  Tom Tromey  <tromey@cambric>
3432
3433         * automake.in:
3434         Write 'SOURCES =' line after copying Makefile.am variables
3435
3436         * automake.in: Fixed bug in "--" option processing
3437
3438         * subdirs.am: ($(RECURSIVE)): Removed trailing \ from last line
3439
3440         * Makefile.am (DIST_OTHER): Include gettext-sh
3441
3442         * Makefile.am (SUBDIRS): Define
3443
3444         * configure.in: Include internationalization bits
3445
3446         * automake.in: Many changes to avoid double-colon rules.
3447
3448         * subdirs.am: ($(RECURSIVE)): Print name of target actually used
3449
3450         * subdirs.am: Removed "::" rules
3451
3452         * header.am: Removed install, uninstall
3453
3454         * header.am: Added install, uninstall targets
3455
3456         * hack-make.sed: Rewrite targets like "all-local" to "all_local"
3457
3458         * header.am, libraries.am, mans.am, texinfos.am, footer.am:
3459         Removed "::" rules
3460
3461         * Makefile.am (PACKAGEDATA): Include libscripts.am
3462
3463         * libprograms.am: Don't install libscripts here
3464
3465         * libscripts.am: Initial revision
3466
3467         * scripts.am, programs.am, libprograms.am: Removed "::" rules
3468
3469         * automake.in (am_dir): Run package name through name transform.
3470
3471         * automake.in: Don't use packagedata.sed or data.sed
3472
3473         * Makefile.am (PACKAGEDATA): Removed data.sed, packagedata.sed.  Added
3474         packagedata.am
3475
3476         * data.am: No longer run through sed
3477
3478         * packagedata.am: Initial revision
3479
3480 Wed Nov 22 22:31:02 1995  Tom Tromey  <tromey@cambric>
3481
3482         * automake.in: No blank line after Usage
3483
3484         * automake.in: Removed "NLS nuisances" section.
3485         Now uniformly uses $echo for user-visible messages (in advance of
3486         internationalization)
3487
3488         * subdirs.am (maintainer-clean): Don't use realclean-local
3489
3490         * Makefile.am: Use PACKAGEDATA, not custom code
3491
3492         * data.am: Use @LONG@, not $(@LONG@)
3493
3494         * automake.in: Handle DATA and PACKAGEDATA
3495
3496         * packagedata.sed: Initial revision
3497
3498         * data.am: Use @DIR@, not $(@DIR@)
3499
3500         * data.sed: Use $(datadir), not datadir
3501
3502         * data.sed: Initial revision
3503
3504         * data.am: Wrote uninstall targets
3505
3506         * data.am: Initial revision
3507
3508         * dist-subd.am (dist): Don't link a file that has already been linked
3509
3510         * dist-subd-top.am, dist.am (dist):
3511         Run `automake --include-deps' before making distribution
3512
3513         * automake.in: More dependency-tracking bug fixes
3514
3515         * dist-vars.am (DIST_FILES): Rearranged to be like dist-vars-subd.am
3516
3517         * dist-subd-vars.am (DIST_FILES): Include DIST_COMMON
3518
3519         * tags-subd.am, tags.am: Added trailing blank line
3520
3521         * depend.am: Use ".P", not "empty.P", as placeholder.
3522
3523         * automake.in: Only include depend.am if SOURCES not empty
3524
3525         * automake.in: Added --use-deps and --include-deps options.
3526         Handle auto-generating dependencies.
3527
3528         * Makefile.am (am_DATA): Include depend.am
3529
3530         * depend.am: Initial revision
3531
3532         * automake.in: Look for acconfig.h, config.h.top, and config.h.bot
3533
3534         * automake.in: Put blank line after .SUFFIXES
3535
3536         * scripts.am: Added blank line at end
3537
3538         * scripts.am: Removed unnecessary comment
3539
3540         * scripts.am: Removed unnecessary workarounds
3541
3542         * automake.in: Don't include programs.am if PROGRAMS empty
3543
3544         * header-vars.am (INSTALL_SCRIPT): Typo
3545
3546         * texinfos.am, compile-kr.am: Don't include .SUFFIXES
3547
3548         * automake.in: Handle .SUFFIXES here.
3549
3550         * configure.in: Use fp_PROG_INSTALL
3551
3552         * header-vars.am: Changes for autoconf 2.5.
3553         Now includes INSTALL_SCRIPTS.
3554
3555         * texinfos.am (install-info): Bug fix
3556
3557         * automake.in:
3558         Include scripts.am or libscripts.am in output if appropriate
3559
3560         * programs.am (install-programs, uninstall-programs):
3561         Don't install SCRIPTS
3562
3563         * Makefile.am (am_DATA): Include scripts.am
3564
3565         * scripts.am: Initial revision
3566
3567 Tue Nov 21 09:11:38 1995  Tom Tromey  <tromey@cambric>
3568
3569         * automake.in:
3570         Cleaned up how "prog_SOURCES" variable is found in input.
3571         Ditto prog_OBJECTS.
3572         Put static sed scripts into separate, installed files.
3573
3574         * Makefile.am (am_DATA): Include hack-make.sed and nl-remove.sed
3575
3576         * hack-make.sed, nl-remove.sed: Initial revision
3577
3578         * texinfos.am (install-info): Rewrote
3579
3580         * subdirs.am (all-recursive): Put with other -recursive rules
3581
3582         * configure.in: Version 0.20
3583
3584         * automake.in: Another bug fix
3585
3586         * automake.in: Bug fix when looking for texinfo.tex
3587
3588         * texinfo.tex: Initial revision
3589
3590         * automake.in:
3591         If TEXINFOS defined but texinfo.tex does not exist, give warning.
3592
3593         * subdirs.am (all): Renamed from _all.  Now uses all-recursive
3594         (all-recursive): Don't fail immediately if -k specified.
3595
3596 Mon Nov 20 22:48:03 1995  Tom Tromey  <tromey@cambric>
3597
3598         * subdirs.am (_all):
3599         New target.  Now use Jim Meyering's formulation of AIX
3600         workaround.
3601         (install-exec, install-data): New targets
3602
3603 Sat Nov 18 19:07:30 1995  Tom Tromey  <tromey@cambric>
3604
3605         * remake.am (Makefile.in): automake "Makefile", not "Makefile.am"
3606
3607         * automake.in: Use @datadir@
3608
3609         * automake.in: Added @configure_input@ line
3610
3611 Fri Nov 17 23:32:43 1995  Tom Tromey  <tromey@cambric>
3612
3613         * automake.in: "--help" option now prints auto-recognized file names.
3614         Allow AM_ overriding of more variables.
3615
3616         * texinfos.am (install-info):
3617         Don't cd to srcdir to avoid breaking install-sh
3618         Other bug fixes
3619
3620         * Makefile.am: Handle automake.texi
3621
3622 Thu Nov 16 18:43:43 1995  Tom Tromey  <tromey@cambric>
3623
3624         * subdirs.am (all): Separated out due to AIX 3.2.5 bug.
3625
3626         * tags.am (TAGS): bug fix
3627
3628         * automake.in: Use am_dir, not AM_DIR.
3629         Use version, not VERSION.
3630         Bug fix in TAGS code.
3631
3632         * Makefile.am (am_DATA): Include tags.am and tags-subd.am
3633
3634         * subdirs.am: TAGS target now in tags.am
3635
3636         * footer.am: TAGS and ID targets now in tags-subd.am
3637
3638         * tags-subd.am, tags.am: Initial revision
3639
3640         * automake.in: Cleaned up AM_PROGRAM code.
3641         Handle TAGS target better
3642
3643         * remake.am, remake-subd.am (Makefile.in): Bug fix.
3644
3645         * automake.in (usage): Updated
3646
3647         * remake-subd.am, remake.am:
3648         Added rule where Makefile.in depends on Makefile.am
3649
3650         * automake.in: Entire body of 'for' loop now in subshell
3651
3652         * automake.in (common): config.guess and config.sub are common files.
3653
3654         * dist-subd-top.am, dist.am (dist): Bug fix.
3655
3656         * Makefile.am (DIST_OTHER): Don't include TODO
3657
3658         * automake.in: Auto-include TODO and THANKS files.
3659
3660         * dist-subd-top.am, dist.am (dist): Don't depend on DIST_DIRS
3661
3662         * automake.in: More bug fixes in "look for Makefile.am" code.
3663
3664         * automake.in: Bug fix in "look for Makefile.am" code.
3665
3666         * automake.in:
3667         If no arguments given, look for all Makefile.am's in this
3668         directory and in immediate subdirs
3669
3670         * automake.in: Bug fixes for LDADD-override feature.
3671
3672         * program.am: Use @PROGRAM@_LDADD, and put after LDFLAGS
3673
3674         * automake.in: Allow `prog_LDADD', if specified, to override LDADD.
3675
3676         * automake.in: Use AM_PROGRAMS, not ALLPROGRAMS, and invert sense.
3677
3678         * header-vars.am (ALL): Use PROGRAMS, not ALLPROGRAMS.
3679
3680 Wed Nov 15 01:54:43 1995  Tom Tromey  <tromey@cambric>
3681
3682         * automake.in: No longer look for _SOURCES or _OBJECTS
3683
3684         * header-vars.am:
3685         Remove "automatically created" header (now in automake).
3686         Updated copyright.
3687
3688         * automake.in: Put version info in Makefile header
3689
3690 Tue Nov 14 23:38:17 1995  Tom Tromey  <tromey@cambric>
3691
3692         * automake.in: Minor cleanups
3693
3694         * dist-subd-top.am, dist.am (dist):
3695         Don't link or copy file if it already exists.
3696
3697         * automake.in:
3698         Look for _SOURCES (common sources) and generate _OBJECTS.
3699
3700         * footer.am (ID, TAGS): Include HEADERS
3701
3702         * dist-vars.am, dist-subd-vars.am (DIST_FILES): Include HEADERS
3703
3704 Mon Nov 13 22:20:02 1995  Tom Tromey  <tromey@cambric>
3705
3706         * dist-subd.am (distdir): Is relative to ".."
3707
3708         * dist-subd-vars.am (PACKAGE, VERSION): Define
3709
3710         * dist-subd.am (dist): Don't handle DIST_DIRS.
3711
3712         * mans.am (uninstall-man): Another bug fix.
3713
3714         * mans.am (uninstall-man): Bug fix.
3715
3716         * dist.am, dist-subd-top.am (dist): Bug fix
3717
3718         * Makefile.am (DIST_SUBDIRS): New macro
3719
3720         * dist-subd-top.am, dist.am (dist): Handle DIST_SUBDIRS
3721
3722         * Makefile.am (DIST_OTHER): Include automake.in
3723
3724         * Makefile.am (DISTCLEANFILES): New macro.
3725
3726         * automake.in (common): Include COPYING.LIB
3727
3728         * Makefile.am (automake): New rule.
3729
3730         * texinfos.am (install-info): Changed per GNU standards
3731
3732         * remake-hdr.am (stamp-h.in):
3733         Use "touch", not "date", per GNU standards.
3734
3735         * automake.in (common): Include texinfo.tex
3736
3737 Sun Nov 12 23:59:08 1995  Tom Tromey  <tromey@cambric>
3738
3739         * automake.in: More fixes when finding common files.
3740
3741         * Makefile.am (DIST_OTHER): Another removal.
3742
3743         * automake.in: Special-case when amdir=.
3744
3745         * Makefile.am (DIST_OTHER): Removed auto-detected files.
3746
3747         * automake.in:
3748         Search for commonly-used files and auto-include them in distribution
3749
3750         * dist-vars.am (DIST_FILES): Include DIST_COMMON.
3751         (DIST_CONF): Removed files searched for by automake.
3752
3753         * automake.in: More arg-parsing bug fixes.
3754
3755         * Makefile.am (DIST_OTHER): Include install-sh
3756
3757         * Makefile.am (DIST_OTHER): Don't include auto-included files.
3758
3759         * automake.in: Bug fixes to argument parsing code.
3760
3761         * automake.in: Handle --version and --help.
3762         NLS stuff from autoconf.
3763
3764         * Makefile.am (amdatadir): Fixed typo.
3765         (install): Make install directories
3766
3767         * Makefile.am: Use "install::", not "install:"
3768
3769         * install-sh, mkinstalldirs: Initial revision
3770
3771         * configure.in: Use AC_PROG_INSTALL
3772
3773         * automake.in: Set AM_DIR based on configure results.
3774
3775         * Makefile.am (install): New target.
3776         (amdatadir): New variable.
3777
3778         * automake.in: Use "#! /", not "#!/".
3779
3780         * Makefile.am, configure.in: Initial revision
3781
3782         * automake.in: Renamed from "automake".
3783         Set VERSION.
3784
3785         * dist.am (PACKAGE, VERSION): Now in dist-vars.am
3786
3787         * automake.in: Insert remake-subd.am if appropriate.
3788
3789         * subdirs.am (TAGS): Include $(CONFIG_HEADER) when making tags.
3790
3791         * automake.in: Handle ALLPROGRAMS variable.
3792
3793         * header-vars.am (ALL): Use ALLPROGRAMS, not PROGRAMS.
3794
3795         * automake.in: Fixlet when printing "subdir=DIR"
3796
3797         * automake.in: Put "subdir=DIR" into subdir Makefile
3798
3799         * automake.in: Don't refer to distname.am.
3800         Only put footer.am in subdir Makefiles.
3801
3802         * subdirs.am (id, ID): New target.
3803         (.NOEXPORT): Copied from footers.am.
3804
3805         * subdirs.am (TAGS): Bug fixes.
3806
3807         * subdirs.am (TAGS): Don't fail if a subdir doesn't have TAGS target.
3808
3809         * subdirs.am (maintainer-clean-local): Remove TAGS
3810
3811         * subdirs.am (TAGS): Make tags file that includes all subdir tags files
3812
3813         * subdirs.am: Use maintainer-clean, per GNU standards
3814
3815         * dist-subd-top.am: Some variables defined in dist-vars.am
3816
3817         * dist-vars.am (PACKAGE, VERSION):
3818         New variables, initialized by configure
3819
3820         * footer.am (id, ID): New targets
3821         (TAGS): Put TAGS file in build, not source, directory
3822
3823         * remake-subd.am (Makefile): Don't assume subdir is 'src'
3824
3825         * dist.am: Changed to assume PACKAGE and VERSION are set by configure.
3826
3827         * dist-subd.am: Changed to conform to new top-level dist target.
3828
3829         * dist-subd-top.am:
3830         Changed to assume PACKAGE and VERSION are set by configure.
3831
3832         * clean-kr.am, clean.am (maintainer-clean):
3833         Updated rules per GNU standards.
3834
3835         * clean.am, clean-kr.am (maintainer-clean): Renamed from realclean.
3836
3837 Sat Nov  5 14:39:50 1994  djm  <djm@cambric>
3838
3839         * automake.in, texinfos.am: kludge for multiple-part info files
3840
3841 Thu Nov  3 13:33:44 1994  djm  <djm@cambric>
3842
3843         * clean.am, clean-kr.am: remove INFOS
3844
3845 Wed Nov  2 06:15:42 1994  djm  <djm@cambric>
3846
3847         * texinfos.am: add path
3848
3849         * remake.am, remake-hdr.am: account for VPATH limitations
3850
3851 Mon Oct 24 23:01:59 1994  djm  <djm@cambric>
3852
3853         * automake.in, dist-subd-top.am, dist-subd.am, dist.am, header-vars.am, libprograms.am, programs.am:
3854         handle SCRIPTS and LIBSCRIPTS similar to PROGRAMS
3855
3856 Sun Oct 23 01:50:41 1994  djm  <djm@cambric>
3857
3858         * texinfos.am: install-info depends on info files
3859
3860         * dist-subd-vars.am, dist-vars.am: distrib info files
3861
3862 Sun Oct  2 02:03:06 1994  djm  <djm@cambric>
3863
3864         * clean-kr.am, clean.am: fix up distclean
3865
3866         * subdirs.am: fix typo
3867
3868         * clean.am: do more in distclean
3869
3870 Sat Oct  1 23:52:51 1994  djm  <djm@cambric>
3871
3872         * libraries.am: make install depend on all
3873
3874         * automake.in: fix typo
3875
3876 Wed Sep 28 21:15:26 1994  djm  <djm@cambric>
3877
3878         * dist-subd-vars.am, dist-vars.am, header-vars.am: fix doc bugs
3879
3880         * automake.in, compile-vars.am, dist.am: fix dist for no subdirs
3881
3882         * dist-subd-top.am: Initial revision
3883
3884         * automake.in, header-vars.am, libraries-vars.am, mans-vars.am, texinfos-vars.am:
3885         centralize prefix var setting
3886
3887         * header-vars.am: set all the std vars based on prefix
3888
3889 Tue Sep 27 01:32:22 1994  djm  <djm@cambric>
3890
3891         * automake.in: don't add kr stuff if not needed
3892
3893         * dist-vars.am: add config vars to dist
3894
3895 Mon Sep 26 23:09:09 1994  djm  <djm@cambric>
3896
3897         * program.am: add LDADD
3898
3899         * compile-vars.am: remove LDADD from LDFLAGS
3900
3901         * clean.am: move knr stuff to another file
3902
3903         * automake.in: use different clean file for ansi2knr
3904
3905         * clean-kr.am: Initial revision
3906
3907 Thu Sep 22 03:45:02 1994  djm  <djm@cambric>
3908
3909         * automake.in, dist-subd.am, dist.am: fix rules and dist
3910
3911 Tue Sep 20 21:29:40 1994  djm  <djm@cambric>
3912
3913         * compile.am, automake.in: split out knr
3914
3915         * compile-kr.am: Initial revision
3916
3917         * libprograms.am: fix typo
3918
3919         * automake.in, clean.am, compile-vars.am, header-vars.am, libprograms.am:
3920         make libprograms work
3921
3922         * libprograms.am: Initial revision
3923
3924         * automake.in, compile.am, header-vars.am: fix little bugs
3925
3926         * compile.am: allow parallel K&R
3927
3928         * clean.am: remove kerb temps
3929
3930         * automake.in: fix recognizing start of rules
3931
3932         * dist-subd.am, dist.am: fix dist
3933
3934         * automake.in, compile.am, footer.am, texinfos.am: fix ansi2knr
3935
3936 Mon Sep 19 23:39:21 1994  djm  <djm@cambric>
3937
3938         * automake.in: works on m4 too
3939
3940         * automake.in, mans.am: works on fileutils
3941
3942         * 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:
3943         works on fileutils except for all
3944
3945         * automake.in: vars thing
3946
3947         * header-vars.am: Initial revision
3948
3949         * texinfos-vars.am, mans-vars.am, libraries-vars.am, dist-vars.am, dist-subd-vars.am:
3950         entered into RCS
3951
3952         * compile-vars.am: Initial revision
3953
3954         * automake.in: many improvements
3955
3956         * footer.am: Initial revision
3957
3958         * dist.am: remove distname
3959
3960         * automake.in: namespace cleanup
3961
3962         * distname.am: Initial revision
3963
3964         * 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:
3965         might work
3966
3967         * 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:
3968         Initial revision
3969