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