another cc-stdc bug fix
[automake.git] / ChangeLog
blobd58342f4d70dcf7e3b77f4fcc36d9456d0ff1b8f
1 Wed Sep 24 23:48:26 1997  Tom Tromey  <tromey@cygnus.com>
3         * m4/ccstdc.m4 (AM_PROG_CC_STDC): Make sure this is run before
4         AC_PROG_CPP.  From Markus Oberhumer.
6 Fri Sep 12 00:04:19 1997  Paul Eggert  <eggert@twinsun.com>
8         * m4/ccstdc.m4 (AM_PROG_CC_STDC): Don't look at __STDC__;
9         look only at whether function prototypes are supported.
11 Wed Sep 24 16:10:37 1997  Tom Tromey  <tromey@cygnus.com>
13         * Various: Put "-" before each `rm' line.  This avoids a bug in
14         some losing makes (Ultrix, 4.3 BSD).
16         * automake.in (handle_dist_worker): Correctly handle subdirs that
17         have their own configure.in.  From Peter Mattis.
19         * automake.in (handle_yacc_lex_cxx): Handle de-ansi-fied sources
20         in srcdir as well as build dir.
22         * automake.in (scan_one_configure_file): Detect AC_OUTPUT().
23         (handle_single_transform_list): Don't apply length() to a list.
25         * automake.in (handle_programs): Define _DEPENDENCIES variable if
26         not defined by user.
28 Thu Sep 18 19:43:38 1997  Tom Tromey  <tromey@cygnus.com>
30         * m4/sanity.m4: Quote "$@" for m4.  From Gord Matzigkeit.
32 Mon Sep  1 23:50:38 1997  Tom Tromey  <tromey@cygnus.com>
34         * automake.in (handle_texinfo): Set need_texi_file only when
35         TEXINFO_TEX not defined.
37 Thu Aug 28 09:37:29 1997  Tom Tromey  <tromey@cygnus.com>
39         From Juergen Erhard:
40         * automake.in (SUFFIX_RULE_PATTERN): New global.
41         (handle_single_transform_list): If suffix matches a source suffix,
42         rewrite.
43         (read_am_file): Add suffix rules to %suffix_rules.
44         (initialize_per_input): Initialize %suffix_rules.
46 Wed Aug 27 12:56:50 1997  Tom Tromey  <tromey@cygnus.com>
48         * automake.in (handle_texinfo): Also remove .kys and .ps files.
50         * automake.in (handle_yacc_lex_cxx): Quoting fixlet.  From Kaveh
51         Ghazi.
53         * aclocal.in (write_aclocal): Print copyright and copying
54         permissions.  From RMS.
55         * automake.in (initialize_global_constants): More copyright stuff
56         from RMS.
58         * automake.in (handle_texinfo): Only require texinfo.tex in
59         appropriate situations.  Report from Paul D. Smith.
61 Mon Aug 25 15:45:52 1997  Tom Tromey  <tromey@cygnus.com>
63         * automake.in (scan_dependency_file): Fix so that
64         OMIT_DEPENDENCIES will work.  From Alexander Lukyanov.
66         * automake.in (handle_texinfo): texi2dvi can generate `.cn'
67         files.  From Akim Demaille.
69 Wed Aug  6 10:51:37 1997  Tom Tromey  <tromey@cygnus.com>
71         * automake.in (handle_texinfo): Reversed sense of test.
73 Tue Aug  5 17:49:54 1997  Tom Tromey  <tromey@cygnus.com>
75         * automake.in (handle_dependencies): Always mark OMIT_DEPENDENCIES
76         as seen.
78         * automake.in (handle_yacc_lex_cxx): Make each _.c file depend on
79         ansi2knr.
81         * automake.in (handle_yacc_lex_cxx): Fix for makes which don't
82         allow $< in non-suffix rules.  From Akim Demaille.
84         * automake.in (value_to_list): If variable name contains configure
85         substitution, then just ignore it.
87         * automake.in (variable_defined): Mark variable is seen, even if
88         only conditionally seen.
90         * Makefile.am: Check for bad splits.
91         * automake.in (various): Use split(' ',...), not split(/ /,...).
93 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
95         * ylwrap: If the program is a relative path, force it to be
96         absolute.
98 Tue Aug  5 16:59:41 1997  Tom Tromey  <tromey@cygnus.com>
100         * missing: Examine A[CM]_CONFIG_HEADER for name of files to
101         touch.  From Markus F.X.J. Oberhumer.
103         * automake.in (require_file_internal): Better error message when
104         installing.
106         * automake.in (handle_texinfo): Smarter test when deleting output
107         of makeinfo.
109 Sat Aug  2 13:32:45 1997  Tom Tromey  <tromey@cygnus.com>
111         * automake.in (do_check_merge_target): In --cygnus mode, check
112         doesn't depend on all.
114         * automake.in (output_yacc_build_rule): Use YACCFLAGS, not
115         YFLAGS.  Per GNU Standards.
117         * dejagnu.am (RUNTESTDEFAULTFLAGS): New macro.
118         (check-DEJAGNU): Use it.
120         * subdirs.am (maintainer-clean-recursive): Actually reverse subdir
121         list.  From Alexander Lukyanov.
123         * automake.in (initialize_global_constants): Changed generated
124         copyright.  From RMS.
126         * automake.in (handle_configure): Pass correct value for
127         CONFIG_FILES.  From Ian Taylor.
129 Thu Jul 31 17:36:10 1997  Ian Lance Taylor  <ian@cygnus.com>
131         * ylwrap (pairlist): Shift out trailing "--"; don't pass it to
132         $prog.
134 Thu Jul 24 00:52:02 1997  Tom Tromey  <tromey@cygnus.com>
136         * automake.in (initialize_global_constants): Changed index names
137         in dist hash so that alternate dist targets will be generated.
138         Report from Glenn Amerine.
140         Suggestion from Karl Berry:
141         * automake.in (usage): Added short info line.
143         * aclocal.in (usage): Updated bug-reporting address.  Added short
144         info line.
146         * automake.in (handle_emacs_lisp): Put contents of lisp-clean.am
147         into output.  Report from Karl Berry.
149 Mon Aug 25 16:14:32 1997  Tom Tromey  <tromey@cygnus.com>
151         * automake.in (handle_configure): Only generate ":" syntax for
152         CONFIG_FILES when really needed.
154 Wed Aug  6 14:47:12 1997  Ian Lance Taylor  <ian@cygnus.com>
156         * remake-hdr.am (@CONFIG_HEADER@): Use a dummy command to force
157         GNU make to recheck the file modification time.
159 Tue Aug  5 14:44:10 1997  Ian Lance Taylor  <ian@cygnus.com>
161         * ylwrap: If the program is a relative path, force it to be
162         absolute.
164 Mon Aug  4 14:52:08 1997  Ian Lance Taylor  <ian@cygnus.com>
166         * automake.in ($RULE_PATTERN): Accept $ in body of rule name.
167         (handle_programs): Don't append $(EXEEXT) if the
168         program name contains '.'.
169         (am_install_var): When rewriting _PROGRAMS, don't append $(EXEEXT)
170         if the program names contains '.'.  Also, handle conditionals.
172 Sat Aug  2 14:43:41 1997  Tom Tromey  <tromey@cygnus.com>
174         * m4/exeext.m4: Fixed quoting.
176         * m4/exeext.m4 (am_cv_exeext): Use echo, not ls.
178         * automake.in (handle_programs): Transform @EXEEXT@ when including
179         program.am.
181 Fri Aug  1 17:09:09 1997  Tom Tromey  <tromey@cygnus.com>
183         * automake.in (handle_programs): Don't transform CYGWIN or
184         NOTCYGWIN.
185         (am_install_var): Likewise.
187         * progs-clean.am (clean-@DIR@PROGRAMS): Never include EXEEXT.
189         * progs.am: Removed @EXEEXT@; it is now implicit.
190         * program.am: Add @EXEEXT@ in appropriate places; removed
191         cygwin-dependent code.
192         * automake.in (seen_exeext): Renamed from seen_cygwin32.
193         (handle_programs): Use seen_exeext.
194         (scan_one_configure_file): Look for AM_EXEEXT, not AM_CYGWIN32.
195         (check_cygnus): Use seen_exeext.
196         (am_install_var): Likewise.
197         (am_install_var): When handling PROGRAMS primary, append EXELIST
198         to program names as necessary.
199         * m4/exeext.m4: Require AM_CYGWIN32.
201 Thu Jul 31 17:36:10 1997  Ian Lance Taylor  <ian@cygnus.com>
203         * ylwrap (pairlist): Shift out trailing "--"; don't pass it to
204         $prog.
206         * texinfos.am: Add -I $(srcdir) when invoking $(MAKEINFO) for
207         CYGNUS .texinfo.info case and .texinfo case.
209         * automake.in (handle_configure): Correct handling of inputs for
210         for AC_OUTPUT files when invoking config.status.
212 Mon Jul 28 15:29:25 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
214         * m4/cygwin.m4: Set a variable CYGWIN32, rather than EXEEXT.
215         * m4/exeext.m4: New autoconf test for an executable suffix.
216         * m4/Makefile.in: Install the new exeext.m4 test.
218 Sun Jun 22 14:01:59 1997  Tom Tromey  <tromey@cygnus.com>
220         * Released version 1.2.
222         * automake.in (handle_texinfo): Look for texinfo.tex in aux dir.
224         * automake.in (require_file_internal): Only print "installing"
225         when actually installing.  From Gord Matzigkeit.
227         * automake.in (handle_tests): Exit status `77' means `ignore
228         test'.  From François Pinard.
229         (handle_tests) Also, make banner same size as text.
231         * automake.in (handle_configure): Don't handle PRE_BUILT_SOURCES.
232         (handle_built_sources): Likewise; don't have `all' depend on
233         BUILT_SOURCES.
235         * depend.am (DEPS_MAGIC): New variable.
236         (.deps/.P): Depend on BUILT_SOURCES again.
238         * texinfos.am: Use ||, not ;.
240 Tue Jun 10 11:04:16 1997  Tom Tromey  <tromey@cygnus.com>
242         * m4/cygwin.m4: Examine output of compiler to see if .exe needed.
244 Sun Jun  1 13:16:05 1997  Tom Tromey  <tromey@cygnus.com>
246         * automake.in (handle_built_sources): Handle PRE_BUILT_SOURCES.
247         (handle_configure): Likewise.
249         * depend2.am (.deps/%.P): Don't generate file if MKDEP fails.
250         From Alexandre Oliva.
252         * depend.am (.deps/.P): Depend on PRE_BUILT_SOURCES, not
253         BUILT_SOURCES.
255         * automake.in (initialize_global_constants): Added 1997 to
256         copyright info.
258         * automake.in (output_yacc_build_rule): Never move y.tab.c over
259         the .h file.  From Jim Meyering.
261 Thu May 29 23:16:02 1997  Tom Tromey  <tromey@cygnus.com>
263         * automake.in (scan_one_configure_file): Avoid defining ACLOCAL,
264         AUTOCONF, AUTOMAKE, AUTOHEADER.  From David Zaroski.
266 Sat Feb 22 16:05:24 1997  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
268         * Makefile.am (pkgdata_DATA): Under this new scheme, we no longer
269         need compile-kr.am.  Delete it.
271         * automake.in (handle_yacc_lex_cxx, get_object_extension): Use
272         _.c, _.o, _.lo instead of ._c, ._o, .l_o for de-ansification.
274         * ansi2knr.c (main): Parse our arguments a little differently so
275         that we don't create null output files when we can't read the
276         input file.
278 Wed May 28 23:40:33 1997  Tom Tromey  <tromey@cygnus.com>
280         * depend.am (.deps/.P): Depend on $(BUILT_SOURCES) again.  From
281         Gord Matzigkeit.
283 Mon May 26 22:50:49 1997  Tom Tromey  <tromey@cygnus.com>
285         * remake-hdr.am ($(srcdir)/@STAMP@.in): Make echo silent.  Report
286         from Alexandre Oliva.
288         * automake.in (generate_makefile): If --no-force, check
289         Makefile.in against configure.in and aclocal.m4.  Report from
290         Alexandre Oliva.
292         * automake.in (handle_dist_worker): Put --include-deps on command
293         line if specified originally.
294         (handle_configure): Likewise.
296         * configure.in: Error if Perl 5.001 is used.
298         * ylwrap: Don't quote $prog when executing it.  From Jim
299         Meyering.
301 Thu May 15 12:05:20 1997  Tom Tromey  <tromey@cygnus.com>
303         * automake.in (handle_merge_targets): Set INSTALL_SCRIPT in
304         install-strip target.
306 Tue May 13 08:20:02 1997  Tom Tromey  <tromey@cygnus.com>
308         * automake.in (handle_dependencies): Don't generate dependencies
309         if DEP_FILES would be empty.
311 Sun May 11 13:59:14 1997  Tom Tromey  <tromey@cygnus.com>
313         * config.guess: New version from FSF.
315         * automake.in (get_object_extension): If ansi2knr in another
316         directory, always define ANSI2KNR to full path.  From Akim
317         Demaille.
319         * kr-extra.am (clean-krextra): Remove ansi2knr here, not in
320         distclean-krextra.
322         * missing: Regularized grammar.  From François Pinard.
324 Sat May 10 16:48:47 1997  Tom Tromey  <tromey@cygnus.com>
326         * Released 1.1p.
328         * m4/init.m4: Error if source directory already configured.
330         * automake.in (scan_dependency_file): Always use srcdir name as
331         passed in on command line.
333 Thu May  1 12:53:46 1997  Ian Lance Taylor  <ian@cygnus.com>
335         * automake.in (value_to_list): Don't fail when a variable
336         substitution is not a complete word.
338 Tue May  6 15:22:41 1997  Ian Lance Taylor  <ian@cygnus.com>
340         * subdirs.am: Fix check for make -k to use $(MAKEFLAGS) and to not
341         get fooled by command line arguments.
343 Sat May 10 15:48:46 1997  Tom Tromey  <tromey@cygnus.com>
345         * m4/ccstdc.m4: Print "none needed" if compiler accepts ANSI C by
346         default.
348 Mon May  5 23:24:09 1997  Tom Tromey  <tromey@cygnus.com>
350         * mkinstalldirs, config.guess, config.sub, COPYING, texinfo.tex:
351         New versions from FSF.
353 Sun May  4 15:21:22 1997  Tom Tromey  <tromey@cygnus.com>
355         * texinfos.am (install-info): Avoid the Debian install-info.
356         (uninstall-info): Likewise.
358         * automake.in (handle_single_transform_list): Strip any directory
359         name before processing name.
361 Thu May  1 19:24:08 1997  Tom Tromey  <tromey@cygnus.com>
363         * depend2.am (.deps/%.P): Don't put $(srcdir)/ into dependency.
365 Wed Apr 30 19:15:47 1997  Tom Tromey  <tromey@cygnus.com>
367         * automake.in (handle_dist_worker): Change how top_distdir is
368         computed.  Based on patch from Ian Taylor.
369         (handle_dist): Define top_distdir.
371         * automake.in (handle_yacc_lex_cxx): Include CXXFLAGS in CXXLINK.
372         (handle_yacc_lex_cxx): Include CFLAGS in LINK.
374 Wed Apr 30 14:46:37 1997  Ian Lance Taylor  <ian@cygnus.com>
376         * automake.in (handle_dist_worker): When building a distribution,
377         if SUBDIRS is defined conditionaly, recur into each possible
378         subdirectory.
380         * clean.am (distclean-generic): Remove stamp-h[0-9]*.
382 Tue Apr 29 19:11:45 1997  Tom Tromey  <tromey@cygnus.com>
384         * INSTALL, mkinstalldirs, install-sh: Update from François
385         Pinard.
387         * aclocal.in (add_macro): If AC_ macro was defined, then mark it
388         as seen.  Report from Janos Farkas.
390         * subdirs.am: Clean targets now run in reverse order.  From Kevin
391         Dalley.
393         * automake.in (handle_texinfo): Put `aminfo', not `info' on
394         @clean.
396         * mdate-sh: New version from Ulrich Drepper.
398 Mon Apr 28 01:18:05 1997  Tom Tromey  <tromey@cygnus.com>
400         * automake.in (handle_configure): Makefile only depends on
401         BUILT_SOURCES when generating dependencies.
403         * Released 1.1o.
405 Sun Apr 27 23:58:20 1997  Tom Tromey  <tromey@cygnus.com>
407         * automake.in (handle_dist): Use variable_value, not
408         variable_contents.
410 Wed Apr 23 14:04:28 1997  Ian Lance Taylor  <ian@cygnus.com>
412         * automake.in (IF_PATTERN): Define.
413         (ELSE_PATTERN, ENDIF_PATTERN): Define.
414         (AM_CONDITIONAL_PATTERN): Define.
415         (%configure_cond): New global hash table.
416         (handle_source_transform): If xx_SOURCES is defined conditionally,
417         define xx_OBJECTS using the same conditions.
418         (handle_lib_objects): If variable is defined conditionally, define
419         xx_DEPENDENCIES conditionally.  Most code moved into subroutine.
420         (handle_lib_objects_cond): New function, broken out of
421         handle_lib_objects.
422         (scan_one_configure_file): Look for $AM_CONDITIONAL_PATTERN.
423         (conditional_true_when): New function.
424         (variable_defined): Add new parameter: cond.  Change some
425         callers.
426         (variable_conditions): New function.
427         (variable_conditionally_defined): New function.
428         (variable_value): New function.  Change most uses of $contents to
429         call variable_value instead.
430         (value_to_list): New function, from variable_value_as_list.
431         (variable_value_as_list): Add new parameter: cond.  Change all
432         callers.  Move some code into subroutine value_to_list.
433         (define_pretty_variable): Add new parameter: cond.  Change call
434         callers.
435         (read_am_file): Handle conditionals.
436         (initialize_per_input): Initialize %conditional and
437         @conditional_stack.
438         * m4/cond.m4: New file.
439         * m4/Makefile.am (m4data_DATA): Add cond.m4.
441 Sun Apr 27 11:03:36 1997  Tom Tromey  <tromey@cygnus.com>
443         * automake.in (handle_dist_worker): Run automake once per
444         directory, instead of once at the top.
445         (handle_dist_worker): Changed interface.
446         (handle_dist): Likewise.
447         (generate_makefile): Better error message if can't write the
448         file.
449         (handle_dist_worker): Pass top_distdir to subdir makes.
451         * automake.in (handle_dist_worker): Use mode 777 on directories in
452         distribution.  GNU Standards compliance.
454         * automake.in (handle_yacc_lex_cxx): Don't use interlock.
455         (output_yacc_build_rule): Don't use interlock; just use new ylwrap
456         instead.  The new ylwrap builds in a subdir; idea from Mark
457         Eichin.
458         (output_lex_build_rule): Likewise.
459         (initialize_global_constants): [common_files] Don't include
460         interlock.
462         * Makefile.am (pkgdata_SCRIPTS): Removed interlock.
463         * interlock: Removed.
464         * ylwrap: Changed interface.  Now runs command in subdir.
466         * remake.am (config.status): Look in srcdir for config header.
467         ($(srcdir)/configure): Likewise.
468         * remake-hdr.am (@STAMP@): Look in srcdir for config header.  From
469         Phil Nelson.
470         ($(srcdir)/@CONFIG_HEADER_IN@): Likewise.
472         * automake.in (handle_aclocal_m4): Make target $(ACLOCAL_M4), not
473         value spelled out.  From Phil Nelson
475         * automake.in (handle_configure): Don't skip Makefiles; instead
476         skip automake inputs.
477         (handle_merge_targets): Changed interface; put $makefile at
478         beginning of @all (rather than Makefile at end).
480         * automake.in (handle_yacc_lex_cxx): Correctly compute
481         de_ansi_sources.
483         * clean-kr.am (distclean-kr): Do nothing; ansi2knr is removed in
484         kr-extra.am.
486         * Makefile.am: Check to make sure there are no accidental
487         configure substitutions.
489         * automake.in (handle_texinfo): Don't allow configure substitution
490         on @MAKEINFO@ here.
492         * automake.in (handle_yacc_lex_cxx): ._c and ._o files both depend
493         on $(ANSI2KNR).
495         * kr-extra.am (ansi2knr): Removed.
496         (ansi2knr.o): Likewise.
498         * automake.in (get_object_extension): Allow ansi2knr to be built
499         from any directory.
501 Fri Apr 25 12:33:23 1997  Tom Tromey  <tromey@cygnus.com>
503         * missing: Changed bison text.  From Ian Taylor.
505         * m4/missing.m4: Redirect stdin of testee.  From Bill Fenner.
507         * automake.in (output_yacc_build_rule): Generate rule to create .h
508         file.
509         (handle_footer): Generate unique, sorted list of suffixes.
511         * automake.in (scan_one_configure_file): Recognize AC_PROG_AWK,
512         _CPP, _CXCPP, _LN_S.  From Ralph Schleicher.
514 Mon Apr 21 12:35:57 1997  Ian Lance Taylor  <ian@cygnus.com>
516         * automake.in (@config_fullnames): New array.
517         (@config_names): New array, replacing $config_name.
518         (@config_headers): New array, replacing $config_header.
519         (get_object_extension): Handle multiple header files.
520         (handle_tags, handle_merge_targets): Likewise.
521         (scan_one_configure_file): Likewise.
522         (handle_configure): Likewise.  Don't check for the configuration
523         header file in AC_OUTPUT; it won't be there.
524         * remake-hdr.am: Handle multiple header files.
525         * clean-hdr.am: New file, broken out of remake-hdr.am.
526         * m4/header.m4: Handle multiple header files.
527         * Makefile.am (pkgdata_DATA): Add clean-hdr.am.
529 Wed Apr 16 00:05:47 1997  Tom Tromey  <tromey@cygnus.com>
531         * texinfos.am (.texi.info, .texi, .texinfo.info, .info): Remove
533         * automake.in (define_program_variable): Added `override' argument.
534         (handle_texinfo): Pass override arg when defining MAKEINFO.
535         (AC_MISSING_PROG): New constant.
536         (scan_one_configure_file): Use it.
538 Tue Apr 15 12:12:28 1997  Tom Tromey  <tromey@cygnus.com>
540         * automake.in (handle_texinfo): In --cygnus mode, reserve
541         clean-info for the user.
543         * automake.in (handle_subdirs): Typo fix.  From Akim Demaille.
545         * automake.in (handle_tags): Only use SUBDIRS if it is actually
546         defined.  Report from Ian Taylor.
548         * tags.am: Added prefix to SUBDIRS rules.
550 Wed Apr  9 17:09:40 1997  Tom Tromey  <tromey@cygnus.com>
552         * automake.in (handle_ltlibraries): Use correct rpath
553         substitution.  Bug from Jim Blandy.
555 Mon Apr  7 17:40:18 1997  Tom Tromey  <tromey@cygnus.com>
557         * automake.in (AM_INIT_AUTOMAKE_PATTERN): Fixed for new 3rd arg.
558         Test version2.test.
560 Thu Apr  3 19:07:59 1997  Tom Tromey  <tromey@cygnus.com>
562         * Released 1.1n.
564         * tags.am (TAGS): Run "cd && etags" in subshell for proper
565         associativity.
567         * texinfos.am (install-info-am): If --cygnus, then info file can
568         be in build dir.  From David Zaroski.
570         * ltlibrary.am (@LTLIBRARY@): use @RPATH@, not explicit -rpath.
572         * automake.in (handle_ltlibraries): Treat EXTRA_ libraries
573         specially.
575 Wed Apr  2 00:03:50 1997  Tom Tromey  <tromey@cygnus.com>
577         * automake.in (handle_source_transform): Don't generate dependency
578         on config.h.
579         (scan_dependency_file): Strip the .P file from the target.
581         * automake.in (handle_tags): Use single, not double, quotes when
582         setting list variable.
584         * data.am, header.am, libs.am, lisp.am, ltlib.am, progs-clean.am,
585         progs.am, scripts.am, tags.am: Use single quotes to fill list
586         variable; otherwise `$' in filename will not work.  From Per
587         Bothner.
589         * mdate-sh: Use "ls -d" so mdate-sh can be run on a directory.
590         From Bruno Haible.
592         * automake.in (handle_programs): Error if LIBADD used where LDADD
593         meant.
594         (handle_libraries): Error if LDADD used where LIBADD meant.
595         (handle_ltlibraries): Likewise.
597 Tue Apr  1 22:46:33 1997  Tom Tromey  <tromey@cygnus.com>
599         * automake.in (check_canonical_spelling): New sub.
600         (handle_programs): Use it.
601         (handle_libraries): Likewise.
602         (handle_ltlibraries): Likewise.
604 Mon Mar 31 12:13:08 1997  Tom Tromey  <tromey@cygnus.com>
606         * depend2.am (.deps/%.P): Make .P file depend on everything the .c
607         file includes.
609 Fri Mar 28 23:34:49 1997  Tom Tromey  <tromey@cygnus.com>
611         * automake.in (handle_configure): Error if stamp-h appears in
612         AC_OUTPUT line.
614 Thu Mar 27 17:28:47 1997  Tom Tromey  <tromey@cygnus.com>
616         * automake.in (handle_dist_worker): Avoid automake rules in
617         generated Makefile when no-dependencies specified.  From Greg
618         Woods.
620         * m4/lispdir.m4: Don't AC_SUBST ELCFILES.  From Greg Woods.
622         * texi-vers.am (stamp-@VTI@): Make commands silent.
624         * Makefile.am (maintainer-check): "true" is ok now.
626         * m4/init.m4: Added optional 3rd argument, which avoids
627         AC_DEFINE.
629         * automake.in (scan_one_configure_file): Explicitly avoid
630         INSTALL_SCRIPT to avoid defining it twice.
632         * header-vars.am: Change _INSTALL variable definitions to `true'.
633         Updated all users to put `@' before invocation.
635 Tue Mar 25 22:09:45 1997  Tom Tromey  <tromey@cygnus.com>
637         Update to follow GNU Standards:
638         * automake.in (handle_man_pages): Use NORMAL_UNINSTALL before
639         uninstall-man.
640         * texinfos.am (uninstall-info): Use two loops, and have
641         PRE_UNINSTALL before running install-info.
642         * data.am, header.am, libs.am, lisp.am, ltlib.am, progs.am,
643         scripts.am, texinfos.am: Use NORMAL_UNINSTALL.
644         * header-vars.am (PRE_UNINSTALL, POST_UNINSTALL,
645         NORMAL_UNINSTALL): Define.
647         * automake.in (scan_one_configure_file): Don't define ANSI2KNR as
648         a configure varriable.
650         * m4/missing.m4: Run test in a subshell.  From Gord Matzigkeit.
652 Mon Mar 24 23:28:59 1997  Tom Tromey  <tromey@cygnus.com>
654         * m4/sanity.m4: Sleep before creating temp file.
656         * header-vars.am (NORMAL_INSTALL, PRE_INSTALL, POST_INSTALL):
657         Define.
659 Sat Mar 22 00:06:00 1997  Tom Tromey  <tromey@cygnus.com>
661         * automake.in (am_install_var): Make sure to delete
662         CYGWIN/NOTCYGWIN tokens as appropriate.
663         (handle_programs): Remove NOTCYGWIN tokens as well.
664         (file_contents_with_transform): A single newline makes an empty
665         line.
667         * program.am: Remove executable before linking.
669         * texinfos.am (.texi.dvi): Look in @TEXINFODIR@ for texinfo.tex.
670         (.texinfo.dvi): Likewise.
672         * automake.in (handle_texinfo): TEXINFO_TEX variable can set
673         location of texinfo.tex.
675 Fri Mar 21 10:22:51 1997  Tom Tromey  <tromey@cygnus.com>
677         * texinfos.am (.texinfo.dvi): Mirror .texi.dvi.
679         * ansi2knr.c, ansi2knr.1: New versions from L. Peter Deutsch.
681         * scripts.am: Add @EXEEXT@ to installed scripts.
683 Wed Jan 22 20:12:31 1997  Jim Meyering  <meyering@na-net.ornl.gov>
685         * m4/mktime.m4 (AM_FUNC_MKTIME): Run tests for each of a few values
686         for the TZ environment variable.  Andre Novaes Cunha provided the
687         hairy TZ setting that exercized the Solaris tzset bug.
689 1997-01-22  Paul Eggert  <eggert@twinsun.com>
691         * m4/mktime.m4: (AM_FUNC_MKTIME): Fix bug in mktime test -- don't
692         test now, test a couple of thousand times.
694 Thu Mar 20 00:16:54 1997  Tom Tromey  <tromey@cygnus.com>
696         * automake.in (handle_programs): Remove CYGWIN lines unless
697         AM_CYGWIN32 seen.
698         (am_install_var): Remove CYGWIN lines from -clean file as well.
700         * progs.am: Put @EXEEXT@ where appropriate.
702         * program.am (@PROGRAM@): If using Cygwin32, then create actual
703         name in addition to ".exe" name.
705         * progs-clean.am (clean-@DIR@PROGRAMS): Conditionalize on CYGWIN.
707         * automake.in (check_cygnus): Require AM_CYGWIN32 in --cygnus mode.
708         (am_install_var): If AM_CYGWIN32 not seen, then remove @EXEEXT@
709         from .am files.
711         * automake.in (seen_cygwin32): New global.
712         (scan_one_configure_file): Check for AM_CYGWIN32.
714         * m4/cygwin.m4: New file.
716         * automake.in (scan_one_configure_file): Explicitly handle
717         AC_CONFIG_HEADER so we can avoid spurious warnings.
718         (obsolete_macros): Removed AC_CONFIG_HEADER.
720         * automake.in (handle_yacc_lex_cxx): Perl 4 fixes.  From Greg
721         A. Woods.
723 Wed Mar 19 00:35:13 1997  Tom Tromey  <tromey@cygnus.com>
725         * Released 1.1m.
727         * m4/missing.m4: Print message saying what is happening.
729         * m4/sanity.m4: sleep before testing.
731 Tue Mar 18 17:20:03 1997  Tom Tromey  <tromey@cygnus.com>
733         * config.guess, config.sub: New from the FSF.
735         * automake.in (initialize_global_constants): [common_files]
736         Include `missing'.
737         (scan_configure): Require `missing'.
739         * header-vars.am (MAKEINFO): Don't define.
741         * m4/init.m4 (missing_dir): Use AM_MISSING_PROG.
742         * m4/missing.m4: New file.
744         `missing' changes from François Pinard:
745         * Everywhere: Use ACLOCAL_M4 to name aclocal.m4 file; ACLOCAL now
746         names aclocal program.
747         * m4/init.m4: Replace programs with `missing' if not found.
748         * automake.in (handle_texinfo): Define MAKEINFO as @MAKEINFO@.
749         (AC_CHECK_PATTERN): Check for alphanumeric names only.
750         (handle_aclocal_m4): Use ACLOCAL, not aclocal.
751         * Makefile.am (pkgdata_SCRIPTS): Include missing.
752         * missing: New file.
754         * automake.in (target_defined): New sub.
755         (handle_footer): Error if target .SUFFIXES used.
757 Sun Mar 16 14:33:41 1997  Tom Tromey  <tromey@cygnus.com>
759         * automake.in (handle_lib_objects): Set seen_c_source to line
760         number.
761         (handle_yacc_lex_cxx): Use seen_c_source as line number.
762         (am_line_error): Line of -1 means skip line-number check.
764         * automake.in (read_am_file): Change to keep perl -w quiet.
765         (check_typos): Removed extra check of EXTRA_ containing config
766         subs.
768 Mon Mar 10 23:17:19 1997  Tom Tromey  <tromey@cygnus.com>
770         * remake-hdr.am (stamp-h): Set CONFIG_HEADERS to
771         $(CONFIG_HEADER_FULL).
772         * automake.in (handle_configure): Define CONFIG_HEADER_FULL.
774         * automake.in (handle_lib_objects): Set seen_c_source as
775         appropriate.  From Alexander V. Lukyanov.  Test cxxlibobj.test.
777 Sat Mar  8 22:54:35 1997  Tom Tromey  <tromey@cygnus.com>
779         * texinfo.tex: New version.
781         * automake.in (handle_emacs_lisp): If EMACS is `no', then we
782         couldn't find an Emacs.  So don't bother running elisp-comp.  From
783         Ulrich Drepper.
785         * automake.in (handle_texinfo): Added .tr and .cv to list of
786         texinfo clean extensions.  From Karl Berry.
788 Fri Feb 28 22:14:53 1997  Tom Tromey  <tromey@cygnus.com>
790         * Makefile.am: Make sure we never use "undef".
792         * automake.in (usage): Changed bug-reporting address.
793         (handle_dist): Use undef, not delete.
795 Wed Feb 26 08:41:11 1997  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
797         * automake.in (%obsolete_macros): Reintroduce, with hints for what
798         to do to upgrade the support.
800         * automake.in, ltlib-clean.am, ltlib.am, ltlibrary.am: Revamped
801         libtool support to use the _LTLIBRARIES primary.
803 Wed Feb 26 00:20:39 1997  Tom Tromey  <tromey@cygnus.com>
805         * automake.in (handle_tags): In default case, add @tags_deps to
806         dependencies of tags target.
808 Tue Feb 25 23:46:29 1997  Tom Tromey  <tromey@cygnus.com>
810         * automake.in (handle_tests): If a test failed, then make should
811         fail.  From Jim Meyering.
813 Mon Feb 24 19:02:21 1997  Tom Tromey  <tromey@cygnus.com>
815         * texi-vers.am (@VTEXI@): Copy stamp file into output.
817 Sun Feb 23 00:10:36 1997  Tom Tromey  <tromey@cygnus.com>
819         * automake.in (handle_programs): Give correct error line for lex
820         error.
821         (am_line_error): Avoid uninitialized value errors from perl -w.
823         * aclocal.in (scan_m4_files): Fixed perl -w warning.
825         * texinfos.am (.texi, .texinfo): New targets.
827         * automake.in (scan_texinfo_file): Renamed.
828         (handle_texinfo): Handle files without ".info" extension.
830         * automake.in (handle_subdirs): Error if directory contains "/".
831         (handle_yacc_lex_cxx): Quoting fix.
832         (handle_single_transform_list): Use transformed (non-ansi) version
833         of $obj instead of explicit ".o".  From Gord Matzigkeit.
835         * m4/sanity.m4: Pass -L to ls if possible.
837 Sat Feb 22 15:22:31 1997  Tom Tromey  <tromey@cygnus.com>
839         * dist-vars.am (DISTFILES): Don't distribute MANS.
841         * automake.in (handle_dist): Use define_variable to define TAR,
842         GZIP.
843         (handle_dist): Pass GZIP in environment to tar.
844         (initialize_global_constants): Likewise.
846         From Kaveh Ghazi:
847         * m4/protos.m4: Don't put any dependencies on AC_C_INLINE or
848         AC_C_CONST.
849         * m4/ccstdc.m4: Force AM_PROG_CC_STDC to come before AC_C_INLINE
850         or AC_C_CONST.
852 Fri Feb 21 00:39:17 1997  Tom Tromey  <tromey@cygnus.com>
854         From The Crimson Binome:
855         * automake.in (handle_yacc_lex_cxx): Handle C++ yacc/lex source.
856         (output_yacc_build_rule): New sub for C++ yacc/lex.
858         * automake.in (my_glob): New sub.
859         (handle_dependencies): Use my_glob.
860         (handle_aclocal_m4): Scan ACLOCAL_AMFLAGS for dependencies.
862         * ltlibs.am, lisp.am, libs.am, header.am, data.am, progs.am,
863         scripts.am, texinfos.am: Add leading space to echo.
865         * automake.in (handle_texinfo): Added .tps and .vrs to list of TeX
866         endings.  From Jim Blandy.
867         (install_man_format): Make rule silent; instead print actual
868         command.
870 Tue Feb  4 18:29:42 1997  Tom Tromey  <tromey@cygnus.com>
872         * dist-vars.am (TAR): Removed.
873         * automake.in (TAR): New variable.
874         (handle_dist): Explicitly define TAR.
875         * configure.in: Compute TAR.
877         * automake.in (handle_lib_objects): Put @ALLOCA@ on @dep_list, not
878         @dep_files.
879         (AC_SUBST_PATTERN): Typo fix.
880         (handle_aclocal_m4): Use ACLOCAL_AMFLAGS.
881         (handle_clean): Put -recursive target before -am target.
882         (handle_merge_targets): Put basename of $config_name on @all.
883         Test confsub.test.  From Ramón García Fernández.
885 Tue Jan 28 22:19:04 1997  Tom Tromey  <tromey@cygnus.com>
887         * automake.in (initialize_global_constants): Put libtoolize files
888         into @common_files, not @common_sometimes.  From Gord Matzigkeit.
890 Sun Jan 26 17:46:08 1997  Tom Tromey  <tromey@cygnus.com>
892         * texinfos.am (.texi.info): If --cygnus, set -I $(srcdir).  From
893         Per Bothner.
895 Sun Jan 12 18:28:16 1997  Fred Fish  (fnf@ninemoons.com)
897         * automake.in: Use 'interlock' and 'ylwrap' from source
898         directory or aux config directory, not build directory.
900 Tue Jan  7 18:35:10 1997  Tom Tromey  <tromey@cygnus.com>
902         * aclocal.in (parse_arguments): Handle -I.
903         (usage): Ditto.
904         (scan_m4_files): Ditto.
906         * automake.in (handle_single_transform_list): Don't give error
907         message if extension unrecognized.
909 Tue Dec 17 11:18:20 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
911         * m4/header.m4 (AM_CONFIG_HEADER): Check for $CONFIG_HEADERS, not
912         $CONFIG_HEADER.
914 Tue Jan  7 17:59:26 1997  Tom Tromey  <tromey@cygnus.com>
916         * automake.in (scan_one_configure_file): AM_INIT_GUILE_MODULE runs
917         AM_PROG_INSTALL, not AC_PROG_INSTALL.  From Jim Blandy.
918         (handle_texinfo): Handle no-texinfo.tex option.
919         (handle_options): Ditto.
921 Thu Jan  2 14:16:17 1997  Tom Tromey  <tromey@cygnus.com>
923         * automake.in (am_install_var): Ignore EXTRA libtool libraries.
924         From Marius Vollmer.
926 Wed Dec 18 15:27:09 1996  Tom Tromey  <tromey@cygnus.com>
928         * automake.in (read_am_file): Sort configure_vars before adding to
929         output_vars.
930         (handle_yacc_lex_cxx): Sort de_ansi_objects.
931         (handle_man_pages): Sort %section keys.
933 Tue Dec 10 00:41:17 1996  Tom Tromey  <tromey@cygnus.com>
935         * automake.in (AC_SUBST_PATTERN): Check for alphanumeric variable
936         names only.  Test subst.test.
937         (scan_one_configure_file): Skip AC_DEFUN lines.  Test
938         defun2.test.
940 Mon Dec  9 08:18:42 1996  Tom Tromey  <tromey@cygnus.com>
942         * automake.in (file_contents_with_transform): Use ne, not !=, to
943         compare strings.  Compare against correct string.  From Jim
944         Meyering.
945         (handle_texinfo): Use rm -f to remove info files.  From Gord
946         Matzigkeit.
948         * Released 1.1l.
950         * automake.in (handle_texinfo): Put .ps on @suffixes.
952 Sun Dec  8 12:29:52 1996  Tom Tromey  <tromey@cygnus.com>
954         * automake.in (am_install_var): Directory with 'exec' in its name
955         is installed by install-exec.
957         * subdirs.am (maintainer-clean-recursive): Make commands quiet.
958         * texinfos.am: Make commands quiet.
959         * scripts.am: Make commands quiet.
960         * progs.am: Make commands quiet.
961         * ltlibs.am: Make comamnds quiet.
962         * lisp.am: Make commands quiet.
963         * libs.am: Make commands quiet.
964         * header.am: Make commands quiet.
965         * data.am: Make commands quiet.
967         * automake.in (variable_value_as_list): Handle := substitution
968         references.
969         (am_conf_line_error): Take file argument.  Changed all callers.
970         (scan_one_configure_file): Skip config header of [$1].
971         (scan_dependency_file): Don't add top_builddir to regex if it is
972         ".".  Don't include top_builddir in output if it is ".".
973         (scan_one_configure_file): Skip version of [$2].
975 Sat Dec  7 11:34:39 1996  Tom Tromey  <tromey@cygnus.com>
977         * automake.in (scan_one_configure_file): New sub.
978         (scan_configure): Scan aclocal.m4 as well as configure.in.
979         (handle_configure): Makefile.in now depends on $(ACLOCAL), because
980         automake scans it.
982         * automake.in (handle_configure): Put full path to file onto
983         @rewritten_inputs.  Test output4.test.
985         * automake.in (handle_configure): Put proper name onto @inputs.
986         Test output3.test.
988         * automake.in (handle_configure): Pass correct args to automake
989         invocations.  Test remake2.test.
991         * automake.in (handle_configure): Check dirname of $file, not of
992         $local.  Test output2.test.
994         * automake.in (handle_dependencies): Added some missing ";"s in
995         transforms.
996         (get_object_extension): Ditto.
997         (handle_tags): Ditto.
998         (handle_tests): Ditto.
999         (read_am_file): Ditto.
1000         (am_install_var): Ditto.
1001         (file_contents_with_transform): Die if transform missing trailing
1002         ";".
1004         * automake.in (am_install_var): Quote $ in regexp substitution.
1005         From Ulrich Drepper.
1007 Fri Dec  6 18:54:10 1996  Tom Tromey  <tromey@cygnus.com>
1009         * automake.in (handle_configure): Require actual input files, not
1010         rewritten input files.  From Ulrich Drepper.
1012 Thu Dec  5 02:52:20 1996  Tom Tromey  <tromey@cygnus.com>
1014         Suggestion from Mark Galassi:
1015         * texinfos.am (DVIPS): New macro.
1016         (.dvi.ps): New rule.
1018         * automake.in (handle_dependencies): Check to make sure
1019         --build-directory specified before searching for .P files.
1020         (handle_configure): Correctly handle ":" syntax when running
1021         config.status.
1023         * remake.am: Removed rules to regenerate Makefile and Makefile.in;
1024         now handled by handle_configure.
1026         * remake-subd.am: Removed.
1028         * automake.in (scan_configure): Handle multiple ":"s in AC_OUTPUT
1029         arg.
1030         (parse_arguments): Ditto.
1031         (handle_configure): Ditto.
1032         (%other_output_files): Removed.
1033         (rewrite_inputs_into_dependencies): New sub.
1034         (handle_configure): Use it.
1035         (handle_configure): Ditto.
1037         From Gord Matzigkeit:
1038         * automake.in (generate_makefile): Handle ":" in AC_OUTPUT arg.
1039         (handle_configure): Ditto.
1041         * automake.in (handle_single_transform_list): .S is assembly
1042         source.  From Anthony Green.
1044         * automake.in (handle_single_transform_list): Correctly rewrite
1045         C++ and Fortran source to objects ending in ".o".  Test
1046         cxxo.test.
1048         * automake.in: Better error message if file missing.
1050         * aclocal.in (@obsolete_macros): ud_GNU_GETTEXT is obsolete.
1051         * automake.in (handle_gettext): Use AM_GNU_GETTEXT, not
1052         ud_GNU_GETTEXT.
1053         (scan_configure): Ditto.  ud_GNU_GETTEXT is now obsolete.
1055 Wed Dec  4 00:41:23 1996  Tom Tromey  <tromey@cygnus.com>
1057         * automake.in (scan_configure): Skip empty elements when adding to
1058         libsources.  Perl 4 bug reported by Greg A Woods.
1060         * Makefile.am (perl4-check): New target.
1061         (cvs-dist): Run perl4-check.
1063         Perl 4 fixes.  Reported by Greg A. Woods:
1064         * automake.in (file_contents_with_transform): If transform caused
1065         all chars to go away, then skip rest of loop.
1066         (handle_texinfo): Don't use "next" in arg to
1067         file_contents_with_transform.
1068         (handle_dependencies): Ditto.
1069         (handle_tests): Ditto.
1071         * m4/regex.m4 (AM_WITH_REGEX): Check for GNU regex in libc.  From
1072         Andreas Schwab.
1074         * automake.in (parse_arguments): Removed --strictness.
1075         (handle_dist_worker): Don't use --strictness.
1076         (handle_configure): Ditto.
1077         (initialize_global_constants): Don't mention --strictness.
1079         * automake.in (handle_merge_targets): Use all-recursive-am instead
1080         of all-recursive-hack.  The latter is ugly, according to Joel
1081         Weber.
1083         * automake.in (handle_emacs_lisp): Push $(ELCFILES) onto @all.
1085         * automake.in (do_one_clean_target): Allow -local version of clean
1086         targets.
1088 Tue Dec  3 18:58:40 1996  Tom Tromey  <tromey@cygnus.com>
1090         * automake.in (handle_dependencies): Skip C-only lines in
1091         depend2.am when appropriate.
1092         * depend2.am (.deps/%.P): Omit modification of $o if language is
1093         not C.
1095 Tue Dec  3 11:29:01 1996  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
1097         * compile-kr.am: Quote arguments to echo.
1099         * progs.am: Fix up problems when LIBTOOL is not defined (by
1100         setting shell variable instprog to the installation program).
1102         * aclocal.in (scan_file): Allow the acinclude.m4 file to override
1103         any other macro files (but still prevent multiple definitions
1104         within acinclude.m4).
1106 Tue Dec  3 10:40:48 1996  Tom Tromey  <tromey@cygnus.com>
1108         From Ulrich Drepper:
1109         * automake.in (handle_emacs_lisp): Typo fix.
1110         (scan_configure): Only recognize VERSION after whitespace.
1112         * texinfos.am: install-info requires path to info file.
1114         * progs.am: Use @LIBTOOL@, not $(LIBTOOL).
1116         * automake.in (am_install_var): If -ltlibs passed, substitute
1117         @LIBTOOL@.
1119 Mon Dec  2 13:51:11 1996  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
1121         * automake.in (get_object_extension): Unshift ansi2knr onto the
1122         all target, so that it builds before any other targets.
1123         [de_ansi_objects]: Delete, since unshifting ansi2knr is an easier
1124         solution.
1126 Mon Dec  2 12:13:27 1996  Tom Tromey  <tromey@cygnus.com>
1128         * Released 1.1i.
1130         From Janos Farkas:
1131         * automake.in (handle_texinfo): Must quote $ for make.
1133 Sun Dec  1 15:08:09 1996  Tom Tromey  <tromey@cygnus.com>
1135         * automake.in (handle_configure): Correctly handle common case of
1136         multiple non-Makefiles in AC_OUTPUT.  Require all input files when
1137         using ":" syntax.
1139 Sun Nov 24 00:33:50 1996  Tom Tromey  <tromey@cygnus.com>
1141         * automake.in (handle_source_transform): Don't define
1142         EXTRA_prog_SOURCES unnecessarily.  Test extra2.test.
1144         * automake.in (initialize_per_input): New variables
1145         included_generic_compile, included_knr_compile,
1146         included_libtool_compile.
1147         (get_object_extension): Use them.
1149         * automake.in (handle_single_transform_list): Removed
1150         Objective-C/C++ support (didn't really work anyway).
1151         (handle_single_transform_list): Handle assembly specially.
1153         * automake.in (handle_yacc_lex_cxx): Set --mode=compile or
1154         --mode=link when running libtool.
1156         * ltlibs.am: Set --mode=install when running libtool.
1157         (uninstall-@DIR@PROGRAMS): Set --mode=uninstall when running
1158         libtool.
1159         * libtool.am (.c.lo): Set --mode=compile when running libtool.
1160         * progs.am: Set --mode=install when running libtool.
1162         Fix for bug reported by François Pinard:
1163         * automake.in (do_check_merge_target): New sub.
1164         (do_one_merge_target): No longer handle `check'.
1165         (handle_merge_targets): Use do_check_merge_target.
1166         (initialize_per_input): Set @check_tests.
1167         (handle_tests): Push onto @check_tests, not @check.
1169         * automake.in (am_install_var): Typo fix.
1170         (handle_configure): Require $inputs[0].
1172 Fri Nov 22 00:01:45 1996  Tom Tromey  <tromey@cygnus.com>
1174         * automake.in (handle_lib_objects): Fixed error message
1175         processing.
1177 Thu Nov 21 22:29:30 1996  Tom Tromey  <tromey@cygnus.com>
1179         * automake.in (scan_configure): AC_FUNC_FNMATCH doesn't add to
1180         LIBOBJS.
1181         (handle_configure): Support multi-":" mode for AC_OUTPUT.
1183         * m4/header.m4: New file.
1185         * automake.in (scan_configure): Recognize AM_CONFIG_HEADER.
1187 Wed Nov 20 00:23:42 1996  Tom Tromey  <tromey@cygnus.com>
1189         * acinstall: Allow commentary at end of "serial" line.  From Gord
1190         Matzigkeit.
1192         * automake.in (handle_yacc_lex_cxx): Only replace output header if
1193         it has changed.
1195 Tue Nov 19 19:03:30 1996  Tom Tromey  <tromey@cygnus.com>
1197         * automake.in (am_primary_prefixes): Allow configure variables to
1198         be named after primary.
1199         (am_install_var): Ditto.
1201         * automake.in (initialize_per_input): Initialize output_header.
1202         (generate_makefile): Set up output_header; print it before
1203         output_rules.
1204         (handle_footer): Put .SUFFIXES into output_header, for AIX.
1206 Mon Nov 18 19:11:53 1996  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
1208         * automake.in: Added a lot of libtool support.  New variable
1209         prog_LDFLAGS to pass linker flags.  Use libtoolize to install
1210         libtool support files.
1212 Mon Nov 18 13:29:55 1996  Tom Tromey  <tromey@cygnus.com>
1214         * automake.in (handle_lib_objects): Push @LIBOBJS@ and @ALLOCA@
1215         onto dependency list.
1217         * aclocal.in (obsolete_macros): Include AM_SANITY_CHECK_CC; now
1218         part of autoconf proper.
1219         * m4/ccsanity.m4: Removed.
1221 Sun Nov 17 12:25:17 1996  Tom Tromey  <tromey@cygnus.com>
1223         * automake.in (check_typos): Check to make sure EXTRA_ variables
1224         don't contain configure subs.
1225         (handle_dist_worker): Removed EXTRA_DIST_DIRS; not needed.
1227 Fri Nov 15 18:58:04 1996  Tom Tromey  <tromey@cygnus.com>
1229         * tags-subd.am: Removed.
1231         * tags.am (tags-recursive): Removed.
1232         (TAGS): Depend on @DIRS@, @CONFIG@.  Use @CONFIG@ in rule.
1233         (ID): From tags-subd.am.
1234         
1235         * aclocal.in (obsolete_macros): Include AM_FUNC_FNMATCH.
1236         * automake.in (scan_configure): Recognize AC_FUNC_FNMATCH.
1237         * m4/fnmatch.m4: Removed (now in autoconf).
1239         * automake.in (initialize_per_input): Init de_ansi_objects.
1240         (handle_single_transform_list): Error if extension unrecognized.
1241         Set elements of de_ansi_objects.
1242         (get_object_extension): Don't push ANSI2KNR onto @all.
1243         (handle_yacc_lex_cxx): Put ANSI2KNR into dependency of all ._o
1244         files.
1245         (pretty_print_internal): Initialize $bol depending on the column.
1247 Fri Nov 15 16:22:15 1996  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
1249         * library.am: Fixed references to LIBRARY according to new scheme.
1251         * libs.am, libs-clean.am: Removed references to LIBFILES.
1253         * automake.texi (A Library): doc fix
1255         * automake.in (handle_libraries): Deleted references to *LIBFILES,
1256         since we now have the full library name in the *LIBRARIES
1257         variable.
1258         (am_install_var): Removed `-no-all' option, which was only required
1259         for the LIBFILES hack.
1261 Fri Nov 15 16:39:29 1996  Tom Tromey  <tromey@cygnus.com>
1263         * automake.in: Applied libtool-related patches from Gord.
1264         (scan_configure): Set CC configure var if AM_PROG_LIBTOOL seen.
1265         Also indicate that AC_CANONICAL_HOST was run.
1267         * Makefile.am (pkgdata_DATA): Removed aclocal.m4.
1269 Thu Nov 14 23:11:09 1996  Tom Tromey  <tromey@cygnus.com>
1271         * automake.in (handle_yacc_lex_cxx): Don't auto-define YACC, LEX,
1272         CXX, CC.
1274         * dejagnu.am: Print warning if runtest missing.
1276         From Joerg-Martin Schwarz:
1277         * automake.in (handle_aclocal_m4): Find aclocal.m4 in srcdir.
1278         (require_file_internal): Unlink file before creating it.
1280         * depend2.am (.deps/%.P): Don't print commands when running.
1282 Mon Nov 11 10:35:08 1996  Tom Tromey  <tromey@cygnus.com>
1284         * automake.in (handle_single_transform_list): Simplified C++
1285         matching expression.
1287 Fri Nov  8 09:49:09 1996  Tom Tromey  <tromey@cygnus.com>
1289         * Released 1.1g.
1291         * compile-kr.am ($(OBJECTS)): Removed.
1293         * automake.in (get_object_extension): Define ANSI2KNR.  Push onto
1294         @all if ansi2knr is in this directory.
1296         * configure.in: Don't run AC_ARG_PROGRAM, AC_PROG_MAKE_SET.
1298         * m4/init.m4: Run AM_SANITY_CHECK.
1300         * m4/sanity.m4: New file.
1302         * automake.in (handle_dist_worker): In Cygnus mode, possibly find
1303         files to dist in build dir, not srcdir.
1304         (%omit_dependencies): New global.
1305         (scan_dependency_file): Handle OMIT_DEPENDENCIES.
1306         (scan_configure): Put rx.h, regex.h on %omit_dependencies.  Ditto
1307         libintl.h.
1308         (handle_tests): Remove CYGNUS strings in Cygnus mode.
1309         (handle_texinfo): Ditto.
1311         * texinfos.am (dist-info): New target.
1313         * automake.in (handle_dist_worker): Use DISTFILES, not
1314         DEP_DISTFILES.
1315         (initialize_per_input): Initialize dist_targets.
1316         (handle_texinfo): Don't compute @infos_list; don't define or use
1317         INFOS.  Put dist-info onto @dist_targets.
1318         (handle_dist_worker): Handle @dist_targets.  Don't use the "echo
1319         trick" for expanding DISTFILES any more.
1321         * dist-vars.am (DEP_DISTFILES): Removed.
1322         (DISTFILES): Don't include INFOS.
1324         * automake.in (handle_texinfo): Handle Cygnus mode.
1325         * texinfos.am (.texi.info, .texinfo.info): Handle Cygnus mode.
1327         * automake.in (handle_single_transform_list): New sub.
1328         (handle_source_transform): Use it.
1329         (handle_built_sources): New sub.
1331 Thu Nov  7 14:49:16 1996  Tom Tromey  <tromey@cygnus.com>
1333         * remake.am ($(srcdir)/Makefile.in): Pass @ARGS@ to automake.
1334         * remake-subd.am ($(srcdir)/Makefile.in): Pass @ARGS@ to
1335         automake.
1336         * automake.in (handle_configure): Pass --cygnus when running
1337         automake again.
1339         * remake-hdr.am ($(srcdir)/stamp-h.in): Depend on @FILES@, not
1340         ACCONFIG, CONFIG_TOP, CONFIG_BOT.
1341         * automake.in (handle_aclocal_m4): Always find aclocal.m4 in
1342         top_srcdir.
1343         (handle_configure): Don't define ACCONFIG, CONFIG_TOP, CONFIG_BOT;
1344         instead substitute files directly.
1346 Wed Nov  6 10:22:26 1996  Tom Tromey  <tromey@cygnus.com>
1348         * remake-hdr.am (stamp-h): Look in top_builddir for
1349         config.status.
1350         ($(srcdir)/stamp-h.in): Look in top_srcdir for configure.in.
1352 Thu Oct 31 10:55:59 1996  Tom Tromey  <tromey@cygnus.com>
1354         * texinfos.am (.texi.dvi): Set MAKEINFO when running texi2dvi.
1355         From Jim Meyering.
1357         * automake.in (handle_texinfo): Push install-info-am, not
1358         install-info.
1359         (handle_merge_targets): Handle no-installinfo option.
1361         * texinfos.am (install-info-am): Renamed from install-info.
1363         * automake.in (handle_subdirs): Include install-info-recursive if
1364         no-installinfo given.
1366         * subdirs.am: Include INSTALLINFO token.
1368         * automake.in (handle_texinfo): Explicitly define MAKEINFO,
1369         TEXI2DVI.
1370         (cygnus_mode): New global.
1371         (handle_dist_worker): Pass --cygnus to automake.
1372         (initialize_global_constants): Document --cygnus.
1373         (check_cygnus): New sub.
1374         (handle_texinfo): Don't require texinfo.tex in Cygnus mode.
1376         * texi-vars.am: Removed.
1378         * dejagnu.am (check-DEJAGNU): Don't define rootme.
1380         * automake.in (handle_tests): Define EXPECT, RUNTEST.
1382         * dejagnu.am (EXPECT): Removed.
1383         (RUNTEST): Removed.
1385         * automake.in (define_program_variable): New sub.
1387 Mon Oct 28 10:43:48 1996  Tom Tromey  <tromey@cygnus.com>
1389         * automake.in (handle_dependencies): Use -M, not -MM, for C++
1390         dependencies.
1392 Thu Oct 24 20:21:50 1996  Tom Tromey  <tromey@cygnus.com>
1394         * automake.in (check_libobjs_sources): New sub.  Test
1395         libobj4.test.
1396         (handle_source_transform): Don't check for auto-discovered source
1397         files here.
1398         (handle_programs): Run check_libobjs_sources here.
1399         (handle_libraries): Ditto.
1401         * automake.in (define_configure_variable): New function.
1402         (get_object_extension): Use define_configure_variable.
1403         (handle_yacc_lex_cxx): Ditto.
1404         (handle_emacs_lisp): Ditto.
1405         (configure_vars): New global.
1406         (AC_CHECK_PATTERN): New global.
1407         (seen_ranlib, seen_prog_cc, seen_prog_cxx, seen_prog_lex):
1408         Removed.
1409         (handle_yacc_lex_cxx): Use configure_vars, not seen_prog_*.
1410         (AC_SUBST_PATTERN): New global.
1411         (scan_configure): Use AC_SUBST_PATTERN; don't set seen_prog_*.
1412         (handle_libraries): Don't use seen_ranlib.
1413         (read_am_file): Run define_configure_variable on each discovered
1414         variable.
1416 Mon Oct 21 23:06:49 1996  Tom Tromey  <tromey@cygnus.com>
1418         * automake.in (scan_configure): Handle AM_INIT_GUILE_MODULE.
1419         (handle_libraries): Pass configure substitutions directly on to
1420         LIBFILES.
1422         * automake.in (AM_PACKAGE_VERSION_PATTERN): New global.
1423         (scan_configure): Use it.  Test version.test.
1425 Sun Oct 20 12:08:46 1996  Tom Tromey  <tromey@cygnus.com>
1427         * automake.in (handle_dist_worker): Explicitly pass distdir to
1428         dist-hook make.  From Tatu Ylonen.
1430         * m4/strtod.m4: Use correct cache variable.
1432 Thu Oct 17 13:45:20 1996  Tom Tromey  <tromey@cygnus.com>
1434         Lisp fixes from Erick Branderhorst:
1435         * m4/lispdir.m4: Define lispdir, not LISPDIR.
1436         * lisp.am: Added missing \.
1438 Fri Oct 11 00:44:49 1996  Tom Tromey  <tromey@cygnus.com>
1440         * automake.in (handle_source_transform): Only rewrite c, yacc, lex
1441         to use de-ansi-fication.
1442         (scan_configure): Handle multi-line AC_REPLACE_FUNCS.  Test
1443         libobj5.test.
1445         * automake.in (handle_lib_objects): Added $lex_seen argument.
1446         Error if lex file used but LEXLIB not seen.
1447         (handle_programs): Ditto.
1448         (handle_yacc_lex_cxx): Define LEXLIB variable.
1449         (handle_lib_objects): Don't allow LEXLIB to end up on dependency
1450         list.
1452 Thu Oct 10 16:12:38 1996  Tom Tromey  <tromey@cygnus.com>
1454         * automake.in (handle_gettext): Moved check for SUBDIRS and
1455         ABOUT-NLS here.
1457         * automake.in (handle_configure): Run mkinstalldirs under
1458         $(SHELL).
1459         (handle_yacc_lex_cxx): Run interlock under $(SHELL).
1461         * remake-subd.am (Makefile): Run config.status under $(SHELL).
1462         * remake-hdr.am (stamp-h): Run config.status under $(SHELL).
1463         * remake.am (Makefile): Run config.status under $(SHELL).
1464         (config.status): Ditto.
1466         * automake.in (read_am_file): Removed UNMAINT code.
1467         (file_contents_with_transform): Ditto.
1468         * m4/maintainer.m4: Removed bogus UNMAINT code.
1470         * automake.in (handle_emacs_lisp): Define EMACS variable.
1471         (handle_emacs_lisp): Make sure EMACS is in environment when
1472         elisp-comp is run.
1474         * elisp-comp: Exit with status 1 if usage bad.
1475         Use "emacs -q".  Use EMACS environment variable if set (unless set
1476         to t).
1478         * m4/lispdir.m4: Unset EMACS if it is set to `t'.
1480         * automake.in (handle_dist_worker): Allow EXTRA_DIST items to be
1481         in subdirs.
1482         (do_one_merge_target): Use all-am, not all, in subdirs case.
1483         (handle_merge_targets): Always generate all-am in subdirs case.
1485         * remake.am (Makefile): Depend on BUILT_SOURCES.
1486         * remake-subd.am (Makefile): Depend on BUILT_SOURCES.
1487         * depend.am (.deps/.P): Don't depend on BUILT_SOURCES.
1489         * automake.in (handle_yacc_lex_cxx): Handle y.tab.h in non-ylwrap
1490         case.
1492         * ylwrap: Bug fix.  From Jim Meyering.
1494 Wed Oct  9 22:51:16 1996  Tom Tromey  <tromey@cygnus.com>
1496         * m4/mktime.m4: Don't define AC_HEADER_SYS_TIME_H; instead just
1497         check directly for header.
1499 Mon Oct  7 13:08:15 1996  Tom Tromey  <tromey@cygnus.com>
1501         * automake.in (scan_configure): fp_WITH_DMALLOC and fp_WITH_REGEX
1502         are obsolete.
1504 Sun Oct  6 00:43:01 1996  Tom Tromey  <tromey@cygnus.com>
1506         * automake.in (AC_CONFIG_AUX_DIR_PATTERN): New global.
1507         (AM_INIT_AUTOMAKE_PATTERN): New global.
1508         (scan_configure): Use them.
1510         * aclocal.in (add_file): Search contents of included files.  Test
1511         req.test.
1512         (scan_m4_files): Don't skip acinclude.m4 when constructing
1513         search.  Test acsilent.test.
1514         (scan_m4_files): Scan acinclude.m4.
1516         * aclocal.in (add_file): Removed debugging print.
1517         (scan_configure): Set $file_contents when scanning acinclude.m4.
1518         Test acinclude.test.
1520         * configure.in: Upped to 1.1g.
1522         * Released 1.1f.
1524         * texinfos.am: Run : after install-info.
1526         * aclocal.in (parse_arguments): Better error message.
1527         * automake.in (parse_arguments): Better error message.
1529         * remake.am (Makefile): Depend on $(srcdir)/Makefile.in, to work
1530         around broken makes.  From David A. Swierczek.
1531         * remake-subd.am (Makefile): Ditto.
1533 Sat Oct  5 11:29:48 1996  Tom Tromey  <tromey@cygnus.com>
1535         * automake.in (generate_makefile): Put BUILT_SOURCES onto @all if
1536         appropriate.
1537         (handle_source_transform): Error if discovered source file is
1538         mentioned.
1539         (do_one_merge_target): Move all-vs-check test here.
1541         * m4/obstack.m4: New file.
1542         * m4/error.m4: New file.
1544         * automake.in (scan_configure): Support AM_FUNC_MKTIME,
1545         AM_FUNC_ERROR_AT_LINE, AM_FUNC_OBSTACK.
1547         * texinfo.tex: New version from texinfo 3.9.
1549         * automake.in (handle_yacc_lex_cxx): Updated for new ylwrap.
1550         Also, handle y.tab.h file when "yacc -d" is used.
1551         (do_one_merge_target): Use pretty_print_rule.
1553         * ylwrap: Changed usage.
1555         * m4/mktime.m4: New file.
1557         * m4: Renamed all .m4 files to fit into 14-char limits.
1559         * m4/Makefile.am (EXTRA_DIST): New macro.
1561         * aclocal.in ($ac_defun_rx, %map, %file_contents): New globals.
1562         (scan_m4_files): Use $ac_defun_rx.
1563         (add_file): Ditto.
1564         Run scan_m4_files.
1565         (scan_configure): Scan acinclude.m4 before anything else.
1566         (scan_file): New sub.
1567         (check_acinclude): New sub.
1568         (add_file): Rewrote.
1570         * progs-clean.am, progs.am: Renamed from programs-clean.am,
1571         programs.am.
1572         * libs-clean.am, libs.am: Renamed from libraries-clean.am,
1573         libraries.am.
1574         * texi-vars: Renamed from texinfos-vars.am.
1575         * comp-vars.am: Renamed from compile-vars.am.
1576         * texi-vers.am: Renamed from texi-version.am.
1578         * automake.in (require_file_internal): Give error if symlink can't
1579         be made.
1580         (require_config_file): Error message references configure.in.
1581         (handle_yacc_lex_cxx): Fix order of arguments to ylwrap; from
1582         Joerg-Martin Schwarz.
1583         (handle_texinfo): Use texi-vers, not texi-version.
1584         (get_object_extension): Use comp-vars, not compile-vars.
1585         (handle_texinfo): Use texi-vars, not texinfos-vars.
1586         (handle_libraries): Use `libs' prefix, not `libraries'.
1587         (handle_programs): Use `progs' prefix, not `programs'.
1589 Fri Oct  4 01:14:08 1996  Tom Tromey  <tromey@cygnus.com>
1591         * aclocal.in (scan_m4_files): New sub.
1593         * m4/AM_FUNC_STRTOD.m4 (am_cv_func_strtod_needs_libm): Set
1594         am_cv_func_strtod_needs_libm, so we can avoid linking with -lm
1595         everywhere.
1597 Thu Oct  3 20:11:16 1996  Tom Tromey  <tromey@cygnus.com>
1599         * texinfos.am (uninstall-info): Run install-info --remove.
1601         * automake.in (read_am_file): Define all variables after reading
1602         .am file.  Test vpath.test.  Reported by Anthony Green.
1604 Mon Sep 30 08:31:51 1996  Tom Tromey  <tromey@cygnus.com>
1606         * texinfos.am: Run install-info.
1608         * automake.in (variable_value_as_list): Just return if comment
1609         seen.  Report from Mark Galassi.
1610         (handle_options): Don't bother with explicit comment checking.
1612 Tue Sep 24 09:15:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
1614         * automake.in (read_am_file): Cleaned up dejagnu variables.
1616 Mon Sep 23 00:04:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
1618         * automake.in (parse_arguments): New usage to conform to GNU
1619         standards.
1621         * aclocal.in (parse_arguments): New usage to conform to GNU
1622         standards.
1624         * automake.in (handle_scripts): Push new target onto @check.
1625         * scripts.am (check-@DIR@SCRIPTS): New target.
1627         * automake.in (initialize_global_constants): Define %dist,
1628         dist_header, dist_trailer.
1629         (handle_dist): Make dist-all target.
1630         (generate_makefile): Run check_typos later.
1631         (examine_variable): New sub.
1632         (handle_tags): Examine TAGS_DEPENDENCIES.  Test spell3.test.
1633         Error if TAGS_DEPENDENCIES but no sources used.
1634         (handle_configure): Examine CONFIGURE_DEPENDENCIES.
1636 Sat Sep 21 13:59:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
1638         * automake.in (am_install_var): More error checking.
1640 Fri Sep 20 09:06:37 1996  Tom Tromey  <tromey@creche.cygnus.com>
1642         * tags.am (TAGS): Minor cleanup.
1644         * clean.am (distclean-generic): Don't remove CONFIG_HEADER.
1646         * remake-hdr.am (mostlyclean-hdr, clean-hdr, distclean-hdr,
1647         maintainer-clean-hdr): New targets.
1649         * automake.in (handle_configure): Define CONFIG_HEADER correctly
1650         when it is in current directory.
1651         (handle_configure): Push "hdr" on @clean.
1653         * remake-hdr.am (stamp-h): Run config.status in top_builddir.
1654         ($(srcdir)/stamp-h.in): Run autoheader in top_srcdir.
1656         * automake.in (scan_configure): Check for install.sh here.
1657         (basename): New sub.
1658         (handle_configure): Handle case where config.h is in subdir.
1659         (handle_configure): Make stamp-in.h for user if it doesn't already
1660         exist.
1661         (touch): New sub.
1663 Tue Sep 17 23:35:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
1665         * Makefile.am (EXTRA_DIST): Include pkgdata_DATA.
1667         * dist-vars.am (DISTFILES): Don't distribute BUILT_SOURCES or
1668         DATA.
1669         (DEP_DISTFILES): Ditto.
1671 Mon Sep 16 22:28:56 1996  Tom Tromey  <tromey@creche.cygnus.com>
1673         * automake.in (check_typos): Renamed.
1674         (check_typos): Check for _LDADD, _LIBADD, and _DEPENDENCIES.
1675         (variable_defined): Note variable as being "seen".
1676         (handle_lib_objects): Don't push configure substitutions onto
1677         _DEPENDENCIES.
1679 Sun Sep 15 22:45:43 1996  Tom Tromey  <tromey@creche.cygnus.com>
1681         * automake.in (initialize_per_input): Init content_seen.
1682         (variable_value_as_list): Set content_seen entry.
1683         (define_variable): Ditto.
1684         (define_pretty_variable): Ditto.
1685         (check_source_typos): New sub.
1686         (generate_makefile): Call it.
1688 Thu Sep 12 15:03:19 1996  Tom Tromey  <tromey@creche.cygnus.com>
1690         * automake.in (handle_source_transform): Removed extraneous
1691         space.  Test implicit.test.
1692         (read_am_file): Make sure "canonical" variables are mentioned in
1693         %contents.
1694         (scan_configure): AC_CHECK_TOOL sets $seen_canonical to
1695         $AC_CANONICAL_HOST conditionally.
1696         (handle_footer): Don't use define_pretty_variable in all cases.
1698 Wed Sep 11 11:54:44 1996  Tom Tromey  <tromey@creche.cygnus.com>
1700         * clean.am (distclean-generic): Remove CONFIG_CLEAN_FILES here,
1701         per GNU/Gnits standards.
1703         * libraries.am (install-@DIR@LIBRARIES): Use two loops, so new
1704         NORMAL_INSTALL and POST_INSTALL variables can work when empty.
1706         * automake.in (handle_options): Rewrote version handling.  Now
1707         returns error indicator.
1708         (MACRO_PATTERN, BOGUS_MACRO_PATTERN): Handle `:=' definitions.
1709         (RULE_PATTERN): Exclude `:=' from being a rule.
1711         * m4/AM_PROG_CC_STDC.m4 (ac_save_CC): Bug fix from Jim Meyering.
1713         * automake.in (variable_value_as_list): Always use am_line_error.
1714         (define_variable): New sub.
1715         (get_object_extension): Use define_variable.
1716         (handle_yacc_lex_cxx): Ditto.
1717         (handle_source_transform): Ditto.
1718         (handle_programs): Ditto.
1719         (handle_libraries): Ditto.
1720         (handle_texinfo): Ditto.
1721         (handle_man_pages): Ditto.
1722         (handle_dependencies): Ditto.
1723         (handle_aclocal_m4): Ditto.
1724         (define_pretty_variable): New sub.
1725         (handle_source_transform): Use define_pretty_variable.
1726         (handle_lib_objects): Ditto.
1727         (handle_libraries): Ditto.
1728         (handle_dist): Ditto.
1729         (handle_dependencies): Ditto.
1730         (handle_configure): Ditto.
1731         (handle_footer): Ditto.
1732         (handle_emacs_lisp): Ditto.
1733         (am_install_var): Ditto.
1735         * Released version 1.1e.
1737         * automake.in ($GNITS_VERSION_PATTERN): Handle non-alpha
1738         releases.
1740         * configure.in: Version 1.1e.
1742         * automake.in (handle_texinfo): Distribute .info file.
1744 Sun Sep  8 09:00:37 1996  Tom Tromey  <tromey@creche.cygnus.com>
1746         * Makefile.am (EXTRA_DIST): New macro.
1747         (maintainer-clean): Don't run "make check".
1748         (pathchk): New target.
1750         * automake.in (check_gnits_standards): Only check version number
1751         syntax at top level.
1752         ($package_version_line): New variable.
1753         (scan_configure): Set it.
1754         (check_gnits_standards): Use am_conf_line_error.
1755         (scan_configure): Remove extraneous whitespace from version
1756         number.
1757         (handle_dist): Handle distcheck-hook.
1759         * m4/AM_PROG_CC_STDC.m4: Applied patch from Jim Meyering.
1761         * automake.in (scan_configure): Handle AM_WITH_REGEX.
1762         (handle_lib_objects): Require .h files in %libsources but don't
1763         generate dependencies for them.
1764         (scan_configure): Also require rx.h and regex.h.
1766         * m4/Makefile.am (m4data_DATA): Don't include AM_PROG_LIBTOOL,
1767         AM_FEATURE_CTYPE, AM_FEATURE_ERRNO, AM_FEATURE_EXIT,
1768         AM_SYSTEM_HEADER.
1770         * texi-version.am: Use "cp; rm" and not "mv", to work around
1771         broken mvs.
1773         * automake.in ($package_version): New global.
1774         (scan_configure): Set it.
1775         (check_gnits_standards): Verify version string; require
1776         README-alpha if alpha version.
1777         (scan_configure): Recognize AM_FUNC_FNMATCH,
1778         AM_REPLACE_GNU_GETOPT.
1780         * Makefile.am (installcheck-local): Check all scripts.
1782 Sat Sep  7 19:22:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
1784         * tags-clean.am: Do deletions here again.
1786 Thu Sep  5 09:06:23 1996  Tom Tromey  <tromey@creche.cygnus.com>
1788         * automake.in (usage): Include bug-reporting information.
1789         (handle_lib_objects): Error if LIBOBJS seen but never set.
1791         * aclocal.in ($acdir): Use @datadir@/aclocal.
1792         (usage): Include bug-reporting information.
1794 Wed Sep  4 11:36:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
1796         * automake.in (handle_source_transform): .deps no longer in
1797         srcdir.
1798         (handle_lib_objects): Ditto.
1799         (handle_dist_worker): Pass --build-dir to automake.
1800         ($build_directory): New global.
1801         (parse_arguments): Handle --build-dir.
1802         (initialize_global_constants): Include --build-dir in help.
1803         (scan_dependency_file): New sub.
1804         (handle_dependencies): Use it.  Also, use $build_directory.
1805         (initialize_global_constants): Added --srcdir-name.
1806         (parse_arguments): Ditto.
1807         (handle_dist_worker): Ditto.
1808         ($srcdir_name): New global.
1809         ($srcdir_rx): New global.
1810         (parse_arguments): Set it.
1812         * depend2.am: Removed all mention of $(srcdir).
1814         * depend.am (MKDEP): Use gcc -M, not gcc -MM.
1815         Removed all mention of $(srcdir); dependencies now put into build
1816         dir.
1818         * depend2.am ($(srcdir)/.deps/%.P): Fixed computation of `top'.
1819         Don't do work silently.
1821         * automake.in (handle_merge_targets): Error if invalid uninstall
1822         targets are given.
1823         (read_am_file): Fix for test block.test.
1825 Tue Sep  3 18:50:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
1827         * texinfos.am (install-info): Added NORMAL_INSTALL.
1828         * scripts.am (install-@DIR@SCRIPTS): Added NORMAL_INSTALL.
1829         * programs.am (install-@DIR@PROGRAMS): Added NORMAL_INSTALL.
1830         * lisp.am (install-@DIR@LISP): Added NORMAL_INSTALL.
1831         * libraries.am (install-@DIR@LIBRARIES): Added NORMAL_INSTALL.
1832         Also, use POST_INSTALL when running ranlib.
1833         * header.am (install-@DIR@HEADERS): Added NORMAL_INSTALL.
1834         * data.am (install-@DIR@DATA): Added NORMAL_INSTALL.
1836         * automake.in (handle_man_pages): Added NORMAL_INSTALL invocation.
1837         (handle_merge_targets): Ditto.
1838         (handle_merge_targets): Error if PRE_INSTALL, POST_INSTALL, or
1839         NORMAL_INSTALL defined.
1841         * m4/AM_PROG_INSTALL.m4: INSTALL_SCRIPT defaults to
1842         ${INSTALL_PROGRAM}.  From François Pinard.
1844 Tue Aug 27 08:25:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
1846         * automake.in (file_contents_with_transform): Correctly remove
1847         @(UN)?MAINT@ from input when maintainer mode not active.
1848         (handle_aclocal_m4): Handle no-maintainer-mode case.
1850         * remake-hdr.am ($(CONFIG_HEADER)): Removed @MAINT@.
1852         * m4/AM_SANITY_CHECK_CC.m4: New file (from Jim Meyering).
1854 Mon Aug 26 21:37:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
1856         * automake.in (handle_lib_objects): Bug fix from Steve M Robbins.
1857         (handle_libraries): Don't include libraries from EXTRA_LIBRARIES
1858         in LIBFILES definition.  Reported by Steve M Robbins.  Test
1859         alllib.test.
1861         * automake.in (variable_value_as_list): New sub.
1862         (handle_source_transform): Use it.
1863         (handle_lib_objects): Ditto.
1864         (handle_libraries): Ditto.
1865         (handle_texinfo): Ditto.
1866         (handle_man_pages): Ditto.
1867         (am_install_var): Ditto.
1868         (handle_options): Ditto.
1870 Sat Aug 24 09:30:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
1872         Reported by Jim Meyering:
1873         * automake.in (get_object_extension): Look in "./" for ansi2knr if
1874         no path found.
1875         (handle_aclocal_m4): Protect aclocal.m4 rule with @MAINT@.
1877         * remake.am (.PHONY): New target.
1879         * m4/AM_MAINTAINER_MODE.m4: Also define UNMAINT.
1881         * automake.in (check_gnu_standards): Disallow no-installman,
1882         no-installinfo.
1883         (read_am_file): Sed out UNMAINT too.
1884         (file_contents_with_transform): Ditto.
1886         * acinstall: New file.
1888         * m4/AM_INIT_AUTOMAKE.m4: Define PACKAGE and VERSION.
1890         * m4/AM_WITH_REGEX.m4: New version from François Pinard.
1892         * m4/AM_TYPE_PTRDIFF_T.m4: Use am_cv, not ac_cv.
1893         * m4/AM_C_PROTOTYPES.m4: Ditto.
1894         * m4/AM_FUNC_STRTOD.m4: Ditto.
1895         * m4/AM_PROG_CC_STDC.m4: Ditto.
1896         * m4/AM_PROG_LIBTOOL.m4: Ditto.
1898 Fri Aug 23 22:23:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
1900         * m4/Makefile.am (m4datadir): New macro
1901         (m4data_DATA): Renamed.
1903         * Makefile.am (cvs-dist): Depend on distcheck target.
1905 Mon Aug 19 15:37:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
1907         * automake.in (initialize_global_constants): [common_files]
1908         Include acinclude.m4.
1910         * m4/AM_PROG_CC_STDC.m4: Patch from Jim Meyering/Kaveh Ghazi.
1912 Sat Aug 17 11:27:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
1914         * automake.in (handle_dependencies): Push `depend'-clean targets
1915         on @clean.
1916         * depend.am (mostlyclean-depend, clean-depend, distclean-depend,
1917         maintainer-clean-depend): New targets.
1919 Tue Aug 13 17:53:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
1921         * texinfos.am (.texinfo.info): New target.
1922         (.texinfo.dvi): New target.
1924         From Jim Meyering:
1925         * automake.in (handle_texinfo): Use `.info[-0-9]*' as pattern to
1926         match info files.
1927         (handle_texinfo): Handle `.texinfo' files.
1929 Mon Aug 12 10:28:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
1931         * automake.in (require_file_internal): Special-case `.' when
1932         finding files to distribute.  Test libobj2.test.
1934         * aclocal.in (add_file): Fixed regexp for matching AC_DEFUN.  Test
1935         order.test.
1937         * m4/AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL.m4: New file.
1938         * m4/AM_SYS_POSIX_TERMIOS.m4: New file.
1940         * compile-kr.am: Removed duplicate ansi2knr rules.
1942 Sun Aug 11 00:20:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
1944         * automake.in (handle_yacc_lex_cxx): Bug fix from Josh MacDonald.
1945         (handle_yacc_lex_cxx): Put C++ extensions on suffix list.
1946         (mkdir): Removed.
1948         * automake.in (initialize_global_constants): [common_files]
1949         Include interlock and ylwrap.
1951         * Released version 1.1c.
1953         * aclocal.in (obsolete_macros): md_TYPE_PTRDIFF_T and
1954         ud_PATH_LISPDIR are obsolete names.
1956         * m4/AM_LC_MESSAGES.m4, m4/AM_WITH_NLS.m4, m4/AM_GNU_GETTEXT.m4:
1957         Removed.
1959         * automake.in (handle_lib_objects): Changed interface.  Now
1960         generates _DEPENDENCIES variable if appropriate.
1961         (handle_emacs_lisp): Use AM_PATH_LISPDIR.
1962         (scan_configure): Ditto.
1964         * Makefile.am (CLEANFILES): Removed.
1966         * automake.in (handle_configure): Define CONFIG_CLEAN_FILES.
1968         * clean.am (clean-generic): Remove $(CONFIG_CLEAN_FILES).
1970         * compile-vars.am (CC, CFLAGS, COMPILE, LINK): Removed.
1972         * automake.in (handle_yacc_lex_cxx): Require ylwrap in
1973         multi-lex/yacc case.
1974         (handle_source_transform): Changed return result.
1975         (handle_programs): Use linker returned by
1976         handle_source_transform.
1977         (seen_prog_cc, seen_prog_cxx): New globals.
1978         (scan_configure): Recognize AC_PROG_CC and AC_PROG_CXX.
1979         (handle_yacc_lex_cxx): Error message if AC_PROG_CXX or
1980         AC_PROG_YACC missing.
1981         (seen_decl_yytext, seen_prog_lex): New globals.
1982         (scan_configure): Set them.
1983         (handle_yacc_lex_cxx): Warn about missing AC_PROG_LEX or
1984         AC_DECL_YYTEXT.
1985         (handle_yacc_lex_cxx): Use $(LEX_OUTPUT_ROOT).
1986         (initialize_per_input): Initialize seen_c_source.
1987         (handle_yacc_lex_cxx): Define CC, CFLAGS, COMPILE, LINK only when
1988         C source seen.
1989         (handle_source_transform): Set seen_c_source.
1991         * interlock: Changed usage.
1993         * ylwrap: New file.
1995         * automake.in (handle_yacc_lex_cxx): Renamed.
1997         * automake.in (handle_dependencies): Handle %cxx_extensions.
1998         Include depend2.am when appropriate.
2000         * depend2.am: New file; contents from depend.am but templatized.
2002         * automake.in (initialize_per_input): Initialize
2003         %cxx_extensions.
2004         (handle_source_transform): Set %cxx_extensions.
2006 Sat Aug 10 10:29:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
2008         * interlock: New file.
2010         * automake.in (handle_yacc_lex): New sub.
2011         (handle_source_transform): Removed most yacc/lex handling.
2012         (initialize_per_input): Init yacc_sources, lex_sources.
2013         (generate_makefile): Run handle_yacc_lex.
2014         (handle_merge_targets): Use `scalar' and not $# to find length of
2015         array.
2017         * m4/AM_FEATURE_EXIT.m4: Wrote.
2018         * m4/AM_FEATURE_CTYPE.m4: Wrote.
2019         * m4/AM_FEATURE_ERRNO.m4: Wrote.
2021         * aclocal.in (macro_seen): New global.
2022         (add_file): Set macro_seen entry.  Only push required macro on
2023         @rlist if not already seen.  Test defun.test.
2025         * automake.in (get_object_extension): Handle directory prefix on
2026         `ansi2knr' option.
2028         * kr-extra.am: New file.
2030         * kr-vars.am: Removed.
2032         * automake.in (handle_options): Handle directory prefix on
2033         `ansi2knr' option.
2035         * automake.in (scan_configure): Recognize AM_FUNC_STRTOD.
2037         * aclocal.in (add_file): Error if macro is duplicated.  Test
2038         dup.test.
2040 Fri Aug  9 09:18:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
2042         * automake.in (handle_programs): Substitute @XLINK@.  Make sure
2043         linker variable is transformed name.
2044         * program.am (@PROGRAM@): Use @XLINK@ to link.
2046         * automake.in (handle_scripts): Fixed call to
2047         am_primary_prefixes.
2048         (handle_libraries): Better error message when AC_PROG_RANLIB
2049         required.
2051         * automake.in (handle_libraries): Canonicalize library name.  Test
2052         canon4.test.
2053         * library.am (lib@LIBRARY@.a): Use @XLIBRARY@ where appropriate.
2054         (lib@LIBRARY@.a): Look at _DEPENDENCIES variable.
2056 Thu Aug  8 10:57:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
2058         * automake.in (handle_scripts): Correctly compute
2059         $scripts_installed.  Test scripts.test.
2061 Wed Aug  7 12:13:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
2063         * ansi2knr.c: New version.
2065 Tue Aug  6 10:58:37 1996  Tom Tromey  <tromey@creche.cygnus.com>
2067         * automake.in (handle_source_transform): Handle more C++ file
2068         extensions.  "Handle" Objective C.  Handle more FORTRAN
2069         extensions.
2071         * compile-vars.am (LEX): Removed.
2072         (YACC): Removed.
2074         * automake.in (handle_source_transform): Correctly handle lex
2075         source.  Test lex.test.
2076         (handle_source_transform): Skip more C++ headers.  Generate macro
2077         definitions for YACC and LEX on first use.
2079         * aclocal.in (parse_arguments): Mention GNU.
2080         * automake.in (parse_arguments): Mention GNU.
2082 Mon Aug  5 00:12:45 1996  Tom Tromey  <tromey@creche.cygnus.com>
2084         * automake.in (handle_programs): Define program_LINK.
2085         * program.am (@PROGRAM@): Use program_LINK to link.
2087         * Released version 1.1b
2089         * automake.in (scan_configure): AM_INIT_AUTOMAKE sets
2090         seen_prog_install to `2'.
2092         * configure.in: Don't run AM_PROG_INSTALL.
2094         * automake.in (parse_arguments): Use $PACKAGE.
2095         ($PACKAGE): New global.
2096         ($am_c_prototypes): Renamed.
2097         (get_object_extension): Use am_c_prototypes.
2098         (scan_configure): Ditto.
2099         (scan_configure): Use AM_MAINTAINER_MODE.
2100         (scan_configure): Warn about obsolete macros.
2102         * aclocal.in (parse_arguments): Use $PACKAGE.
2103         ($PACKAGE): New global.
2105         * Makefile.am (CLEANFILES): Added aclocal.
2106         (ETAGS_ARGS): Added aclocal.in.
2107         (TAGS_DEPENDENCIES): Ditto.
2108         (maintainer-check): Depend on aclocal.
2109         (maintainer-check): Check aclocal.
2110         (bin_SCRIPTS): Include aclocal.
2112         * automake.in (scan_configure): Handle AM_INIT_AUTOMAKE.
2113         (scan_configure): Use AM_PROG_INSTALL.
2115         * configure.in: Use AM_INIT_AUTOMAKE.
2117         * automake.in (keyed_aclocal_warning): Warning tells about
2118         aclocal.
2119         (handle_aclocal_m4): New sub.
2120         (handle_configure): Use it.
2122         * aclocal.in (output_file): New global.
2123         (usage): Handle --output.
2124         (parse_arguments): Handle --output.
2126         * m4/AM_INIT_AUTOMAKE.m4: New file.
2128         * m4/AM_PROG_CC_STDC.m4: Require AC_PROG_CC.
2129         Don't touch CFLAGS.
2131         * automake.in (handle_dist_worker): Reverted erroneous "-chmod".
2132         (handle_texinfo): Don't generate `.info-[0-9]' as a filename.
2134         * texinfos.am (.texi.info): Force .info file to be built in
2135         srcdir.  From Franc,ois Pinard.
2137         From Jim Meyering:
2138         * m4/AM_PROG_CC_STDC.m4: (fp_PROG_CC_STDC): Include sys/stat.h in
2139         test program so that DYNIX/ptx V4.1.3 doesn't use `-Xc
2140         -D__EXTENSIONS__' -- with those options on that system, sys/stat.h
2141         gets compile errors.  With help from Marcus Daniels.
2143         * automake.in (initialize_global_constants): Put elisp-comp into
2144         @common_files.  Bug from Glenn Amerine.
2146 Sun Aug  4 12:52:43 1996  Tom Tromey  <tromey@creche.cygnus.com>
2148         * automake.in (handle_dist_worker): Use fgrep, not grep.
2150         * m4/AM_C_PROTOTYPES.m4: Changes from François Pinard.
2152         * automake.in (handle_emacs_lisp): Include lisp-clean.am in
2153         output.
2154         (initialize_global_constants): [install_man_format] Don't hide
2155         "ugliness" at install time.
2157         * lisp-clean.am: New file.
2159         * tags-clean.am (maintainer-clean-tags): Remove TAGS and ID here.
2161         * automake.in (handle_man_pages): Patch from Janos Farkas to fix
2162         bug when installing man pages.  Test man.test.
2163         (initialize_global_constants): [install_man_format] Make sure man
2164         page can actually be found in either source or build dirs.
2165         (handle_dist_worker): Use "755" permissions on distdir.
2167         * automake.in (handle_dist): Allow chmod's to fail.
2168         (am_primary_prefixes): New function.
2169         (am_install_var): Use it.
2170         (handle_libraries): Use it.  Test libfiles.test.
2171         (handle_dist): For dist-tarZ, assume traditional "tar" and
2172         "compress".
2174         * m4/AM_FUNC_STRTOD.m4: New file.
2176         * automake.in (handle_dist): Only generate `distdir' variable if
2177         it doesn't already exist.
2179         Fix for bug reported by Harlan Stenn.  Test tags.test.
2180         * automake.in (initialize_per_input): Define dir_holds_sources.
2181         (handle_tags): Check dir_holds_headers.
2182         (handle_headers): Set dir_holds_headers.
2184         * automake.in (handle_texinfo): Generate "version.texi" dependency
2185         for .dvi file.  Bug reported by Glenn Amerine.  Test vtexi2.test.
2187         * automake.in (handle_configure): Require file $input, not
2188         "$local.in".  From Nyul Laszlo.  Test colon.test.
2190 Sun Jul 28 11:14:52 1996  Tom Tromey  <tromey@creche.cygnus.com>
2192         * aclocal.in: New file.
2193         * configure.in: Generate m4/Makefile, aclocal.
2194         * Makefile.am (SUBDIRS): Include m4.
2195         * m4/Makefile.am: New file.
2197 Fri Jul 19 10:12:27 1996  Tom Tromey  <tromey@creche.cygnus.com>
2199         * automake.in (initialize_global_constants): Put ansi2knr.c and
2200         ansi2knr.1 into common_files.  Bug report from François Pinard.
2202 Mon Jul 15 10:28:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
2204         * install-sh: Updated copyright notice.
2206 Fri Jul  5 08:23:00 1996  Tom Tromey  <tromey@creche.cygnus.com>
2208         * subdirs.am (maintainer-clean-recursive): Don't be so noisy.
2209         Report from Josh MacDonald.
2211         Bugs from Gord Matzigkeit:
2212         * automake.in (handle_footer): Push contents of $(SUFFIXES), not
2213         `$(SUFFIXES)'.
2214         (handle_dist): Ignore chmod return results.
2216         * programs-clean.am (clean-@DIR@PROGRAMS): Work around failing
2217         Solaris "rm -f".  Bug from Kaveh R. Ghazi.
2218         * libraries-clean.am (clean-@DIR@LIBRARIES): Likewise.
2220 Fri Jun 21 10:42:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
2222         * texinfos.am (install-info): Use "if", not "&&", to avoid
2223         install problem when glob doesn't match.
2225         * automake.in (initialize_global_constants): [USAGE] Added
2226         --no-force.
2227         (force_generation): New global.
2228         (parse_arguments): Handle --no-force.
2229         (generate_makefile): Handle --no-force.
2231         * Makefile.am (maintainer-check): Ensure all invocations of
2232         mkinstalldirs are correct.
2234 Tue Jun 18 10:53:54 1996  Tom Tromey  <tromey@creche.cygnus.com>
2236         * automake.in (handle_tests): Don't directly generate site.exp.
2238 Sun Jun 16 22:21:16 1996  Harlan Stenn  <harlan@brown.pfcs.com>
2239         
2240         * automake.in:  Treat an initial `#' on a word in AUTOMAKE_OPTIONS
2241         as a comment start.  Add support for a dist-tarZ target.
2243 Tue Jun 11 22:14:21 1996  Marcus Daniels  <marcus@sayre.sysc.pdx.edu>
2245         * depend.am ($(srcdir)/.deps/%.P): Convert absolute $(top_srcdir)
2246         paths into relative paths.
2248 Mon Jun 10 21:11:20 1996  Tom Tromey  <tromey@creche.cygnus.com>
2250         * texinfo.tex: New version.
2252         * automake.in: Look for AM_PROG_LIBTOOL.  From Gord Matzigkeit.
2253         (initialize_global_constants): Added libtool to
2254         @common_sometimes.
2255         (handle_source_transform): Pass YFLAGS to yacc and LFLAGS to lex.
2257 Sun Jun  9 17:45:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
2259         * texinfos.am (install-info): Don't install ~ files.  Bug report
2260         from Greg McGary.
2261         * automake.in (handle_texinfo): Don't push '.info*' onto
2262         @infos_list.
2264         * automake.in (handle_gettext): Ensure po and intl in SUBDIRS when
2265         using gettext.
2266         (handle_dist): Pass --with-included-gettext to configure if using
2267         gettext.
2269         * compile-kr.am (._c._o): Pass -c to $(COMPILE).
2270         (.c._o): Ditto.
2271         * compile.am (.c.o): Pass -c to $(COMPILE).
2272         * compile-vars.am (COMPILE): Don't include -c.
2274         * remake.am ($(srcdir)/Makefile.in): Pass --strictness to
2275         automake.
2276         * automake.in (handle_configure): Supply --strictness arg to
2277         automake.
2279 Fri Jun  7 12:31:31 1996  Tom Tromey  <tromey@creche.cygnus.com>
2281         * automake.in (handle_tests): Fix quoting on `pwd`.
2282         (handle_options): Recognize no-installinfo option.
2283         (handle_man_pages): Don't put man directory on @installdirs if
2284         no-installman is specified.
2285         (handle_texinfo): Handle no-installinfo option.
2286         (handle_options): Compare version against $num_version, not
2287         $VERSION.
2288         (handle_source_transform): Generate rules for output of lex,
2289         yacc.  Bug report from Thomas Morgan.  Test yacc.test.
2290         (handle_dist): "distcheck" now runs "make dvi".
2291         (handle_tests): Support $(TESTS_ENVIRONMENT).  Idea from Ulrich
2292         Drepper.
2294         * dejagnu.am (check-DEJAGNU): Depend on site.exp.
2296 Sun Jun  2 10:33:10 1996  Tom Tromey  <tromey@creche.cygnus.com>
2298         * automake.in (handle_emacs_lisp): New function.
2299         (initialize_global_constants): Added elisp-comp to
2300         @common_sometimes.
2301         (seen_lispdir): New global.
2302         (scan_configure): Handle ud_PATH_LISPDIR.
2304         * elisp-comp: New file.
2306         * lisp.am: New file.
2308         * automake.in (generate_makefile): Run handle_emacs_lisp.
2310         * aclocal.m4 (ud_PATH_LISPDIR): New macro, from Ulrich Drepper.
2312         * automake.in (initialize_global_constants): Removed version.texi
2313         from common_sometimes.
2314         (initialize_global_constants): Added texinfo.tex to common_files.
2315         Test texinfo.test.
2316         (handle_tests): Allow dejagnu- and automake-style test suites to
2317         coexist.  Test dejagnu.test.
2318         (initialize_global_constants): New constants AC_CANONICAL_HOST,
2319         AC_CANONICAL_SYSTEM.
2320         (scan_configure): Use new constants.
2321         (handle_tests): Put target specific information into site.exp if
2322         AC_CANONICAL_* used.
2323         (read_am_file): Generate some extra variables when AC_CANONICAL_*
2324         used.
2325         (handle_options): Allow version number to have letters appended.
2326         (handle_tests): Error if RUNTEST, RUNTESTFLAGS defined but dejagnu
2327         option not specd.
2328         (initialize_global_constants): install_man_format changed to
2329         handle built man pages.
2331 Wed May 29 10:35:01 1996  Tom Tromey  <tromey@creche.cygnus.com>
2333         * config.guess, config.sub: New versions.
2335 Tue May 28 19:27:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
2337         * configure.in (VERSION): Upped to 1.0.
2339 Sat May 25 10:19:53 1996  Tom Tromey  <tromey@creche.cygnus.com>
2341         * automake.in (handle_tests): Handle dejagnu.
2342         (handle_options): Recognize dejagnu option.
2344         * dejagnu.am: New file.
2346 Thu May 23 10:01:13 1996  Tom Tromey  <tromey@creche.cygnus.com>
2348         * automake.in (handle_dist): Run installcheck target from
2349         distcheck.
2351         * configure.in (VERSION): Upped to 0.34.
2353         * automake.in (scan_configure): Always allow upgrading to
2354         fp_PROG_INSTALL.  Test fpinstall.test.
2356 Wed May 22 14:45:28 1996  Joshua Cowan  <jcowan@hermit.reslife.okstate.edu>
2358         (handle_dist): Make `distcheck' check `install' target, too.
2360 Wed May 22 09:49:27 1996  Tom Tromey  <tromey@creche.cygnus.com>
2362         * automake.in (initialize_per_input): Don't initialize
2363         $output_directory here; initialize it globally.  From Joshua
2364         Cowan.  Test outdir.test.
2366 Sat May 18 10:57:40 1996  Tom Tromey  <tromey@creche.cygnus.com>
2368         * automake.in (handle_tests): Don't push TESTS onto dist_common.
2369         (initialize_global_constants): Put install-sh and mkinstalldirs
2370         into @common_files.  Test insh2.test.
2372 Fri May 17 09:02:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
2374         * automake.in (handle_source_transform): Don't generate _OBJECTS
2375         when no source files specified.  Test number.test.
2377         From Joerg-Martin Schwarz:
2378         * automake.in (seen_package, seen_version): New globals.
2379         (scan_configure): Look for PACKAGE= and VERSION=.
2381         * automake.in (handle_options): Recognize dist-zip.
2382         (handle_dist): Handle dist-zip.
2383         (handle_options): Use ' ', not \s+, with split.  Test
2384         backsl.test.
2385         (handle_source_transform): Likewise.
2386         (handle_lib_objects): Likewise.
2387         (handle_libraries): Likewise.
2388         (handle_texinfo): Likewise.
2389         (handle_man_pages): Likewise.
2390         (handle_subdirs): Likewise.
2391         (handle_gettext): Likewise.
2392         (handle_footer): Likewise.
2393         (handle_tests): Likewise.
2394         (scan_configure): Likewise.
2395         (am_install_var): Likewise.
2397         * Makefile.am (TAGS_DEPENDENCIES): New macro.
2399         * tags.am (tags-recursive): New target.
2400         (TAGS): Depend on it.
2402         * automake.in (handle_tags): Put tags-recursive on @phony.
2404         * tags-subd.am (TAGS): Depend on HEADERS, SOURCES,
2405         TAGS_DEPENDENCIES.
2406         * tags.am (TAGS): Depend on HEADERS, SOURCES, TAGS_DEPENDENCIES.
2408 Thu May 16 09:21:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
2410         * remake.am (configure): Depend on $(CONFIGURE_DEPENDENCIES).
2412         * automake.in (scan_configure): Look for install-sh and
2413         mkinstalldirs here.
2414         (initialize_global_constants): Moved mdate-sh from
2415         common_sometimes to common_files.  Test mdate2.test.
2417 Tue May 14 21:52:01 1996  Tom Tromey  <tromey@creche.cygnus.com>
2419         * automake.in (seen_maint_mode): New global.
2420         (scan_configure): Handle jm_MAINTAINER_MODE.
2421         (read_am_file): Handle seen_maint_mode.
2422         (file_contents_with_transform): Handle seen_maint_mode.
2423         (handle_source_transform): Changed interface, all callers.
2425         From Jim Meyering:
2426         * remake-hdr.am, remake-subd.am, remake.am, texi-version.am:
2427         Handle @MAINT@.
2428         * aclocal.m4 (jm_MAINTAINER_MODE): New macro.
2430         * automake.in (handle_configure): Check $config_aux_dir against
2431         empty string.  From Markku Rossi.  Test mkinstall.test.
2433 Fri May 10 14:38:47 1996  Gord Matzigkeit  <gord@gnu.ai.mit.edu>
2435         * automake.in (distcheck): Added new rule to top level
2436         Makefile.in.
2438 Wed May  8 21:57:21 1996  Gord Matzigkeit  <gord@gnu.ai.mit.edu>
2440         * automake.in (scan_configure): Make sure that gm_PROG_LIBTOOL
2441         sets seen_ranlib.
2442         (generate_makefile): libtool, config.sub, and config.guess should
2443         only ever appear in the top directory of a package.
2445 Tue May 14 10:24:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
2447         * automake.in (initialize_global_constants): Added libversion.in
2448         to @common_files.
2450         * configure.in (VERSION): Upped to 0.33.
2452         * automake.in (am_install_var): Fixed problem in EXTRA_ handling.
2453         Test extra.test.
2455 Mon May 13 10:41:41 1996  Tom Tromey  <tromey@creche.cygnus.com>
2457         * install-sh (transformbasename): Correct misspelling of
2458         transformbasename.  From Ian Lance Taylor.
2460 Sat Apr 27 11:39:10 1996  Tom Tromey  <tromey@creche.cygnus.com>
2462         * automake.in (handle_configure): Set mkinstalldirs variable
2463         here.
2464         (handle_dist_worker): Explicitly set distdir in subdir makes.
2465         (handle_dist): Handle separate distdir target.
2466         (handle_dist_worker): Only generate distdir target.
2468         * texinfos.am (install-info): Use $(mkinstalldirs).
2469         * scripts.am (install-@DIR@SCRIPTS): Use $(mkinstalldirs).
2470         * programs.am (install-@DIR@PROGRAMS): Use $(mkinstalldirs).
2471         * libraries.am (install-@DIR@LIBRARIES): Use $(mkinstalldirs).
2472         * header.am (install-@DIR@HEADERS): Use $(mkinstalldirs).
2473         * data.am (install-@DIR@DATA): Use $(mkinstalldirs).
2475         * automake.in (read_am_file): Set mkinstalldirs variable.
2476         (handle_man_pages): Use it.
2477         (handle_installdirs): Ditto.
2479 Fri Apr 26 15:10:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
2481         * automake.in (handle_man_pages): Fix mkinstalldirs invocation.
2483 Thu Apr 25 18:40:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
2485         * automake.in (handle_dist_worker): Use $(TAR), not tar.
2486         (handle_merge_targets): Make sure config header is built before
2487         recursing into subdirs.
2488         (handle_libraries): Generate LIBFILES for check_LIBRARIES.
2489         (handle_merge_targets): Handle case where nothing is installed but
2490         something must be built -- "make install" must still work.
2492         * dist-vars.am (TAR): New macro.
2494         * automake.in (scan_configure): Support AC_REPLACE_GNU_GETOPT.
2495         (handle_configure): Require stamp-h.in when config header used.
2497 Tue Apr 23 17:57:13 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2499         * doc/mdate-sh: Extract the last field from the date output, not
2500         the sixth, which will fail when the timezone name has more than
2501         one word or is missing.
2503 Wed Apr 24 20:29:26 1996  Tom Tromey  <tromey@creche.cygnus.com>
2505         * automake.in (am_install_var): Use delete, not undef, to remove
2506         EXTRA entry.  From Gord Matzigkeit.
2508 Mon Apr 22 17:48:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
2510         * automake.in (read_am_file): Handle case where last line doesn't
2511         end in newline.
2513 Tue Apr  9 22:53:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
2515         * automake.in (variable_defined): New function.
2516         (read_am_file): Ensure a blank line comes before starting comments
2517         from Makefile.am.
2518         (initialize_per_input): Initialize %targets.
2519         (read_am_file): Set appropriate entry in %targets.
2520         Many changes to use variable_defined.
2521         (check_gnu_standards): Only require ChangeLog at top level.  From
2522         Gord Matzigkeit.
2523         (handle_tests): check-TESTS depends on $(TESTS).  From Gord
2524         Matzigkeit.
2526 Mon Apr  8 22:51:41 1996  Tom Tromey  <tromey@creche.cygnus.com>
2528         * automake.in (parse_arguments): Added short options.
2529         (initialize_global_constants): Ditto.
2531 Fri Apr  5 00:22:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
2533         * mkinstalldirs (errstatus): Don't necessarily die if mkdir
2534         fails.
2536         * automake.in (handle_source_transform): Typo fix.
2538 Thu Apr  4 15:10:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
2540         * automake.in (handle_dist_worker): Renamed dist-local to
2541         dist-hook.
2542         (handle_merge_targets): Added install-data-hook and
2543         install-exec-hook.
2544         (handle_source_transform): Handle EXTRA_prog_SOURCES form.
2546         * automake.in (handle_scripts): Never allow scripts_installed to
2547         become 0.
2549         * scripts.am (install-@DIR@SCRIPTS): Scripts can be found in
2550         srcdir.
2552         * automake.in (generate_makefile): Derived file names from given
2553         input; don't assume Makefile.in and Makefile.am.
2554         (am_file_name, in_file_name): New globals.
2555         (read_am_file): Use them.
2557         * program.am (@PROGRAM@): Use transformed program name.
2559         * remake-hdr.am (stamp-h): Actually touch stamp-h.
2561 Wed Apr  3 15:16:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
2563         * automake.in (require_file_internal): Use correct file for error
2564         messages.  Test insh.test.
2566 Mon Apr  1 09:47:44 1996  Tom Tromey  <tromey@creche.cygnus.com>
2568         * texinfos.am (.texi.info): Build output file in srcdir.
2570         * automake.in (require_file_internal): If $dir is ".",then look in
2571         relative directory.
2572         (handle_texinfo): Canonicalize name of texi file before looking
2573         for dependency variable.
2575 Thu Mar 28 08:33:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
2577         * automake.in (require_conf_file_with_conf_line): Yet another
2578         function of this form.
2579         (libtool_line): New variable.
2580         (handle_libraries): Handle libtool.
2582         * libraries-vars.am: Removed.
2584         * automake.in (seen_libtool): New variable.
2585         (scan_configure): Look for gm_PROG_LIBTOOL or AC_PROG_LIBTOOL.
2587         * automake.in (handle_dist_worker): Handle dist-local.
2589         * Makefile.am (maintainer-check): Do "make check" after all syntax
2590         checks.
2592         * texi-version.am (stamp-@VTI@): Look for mdate-sh in appropriate
2593         directory.
2595         * automake.in ($seen_arg_prog): New global.
2596         (handle_programs): Error if AC_ARG_PROGRAM not seen.
2597         (handle_scripts): Ditto.
2598         (handle_configure): mkinstalldirs now a config file.
2599         (handle_installdirs): Find mkinstalldirs in config_aux_dir.
2600         (handle_dist_worker): Removed DIST_SUBDIRS.
2601         (require_file_path): New variable.
2602         (require_file_with_conf_line): Set it.
2603         (require_file_with_line): Ditto.
2604         (require_file): Ditto.
2605         (require_file_internal): Incorporated code from
2606         require_config_file.
2607         (require_config_file): Rewrote.
2608         (require_conf_file_with_line): New function.
2609         (handle_texinfo): Use it for mdate-sh.
2610         (handle_texinfo): Look for mdate-sh in appropriate directory.
2612 Tue Mar 26 13:47:54 1996  Tom Tromey  <tromey@creche.cygnus.com>
2614         * Makefile.am (cvs-dist): Find NEWS in srcdir.
2615         * automake.in (handle_dist_worker): Find NEWS in srcdir.
2616         ($RULE_PATTERN): Include chars "$(){}/" in allowable patterns in a
2617         rule.
2618         (require_config_file): Set config_aux_path when file found.
2619         ($config_aux_dir): New variable.
2620         (require_config_file): Set it.
2621         (handle_man_pages): Find mkinstalldirs in config_aux_dir.
2623 Mon Mar 25 15:32:57 1996  Tom Tromey  <tromey@creche.cygnus.com>
2625         * data.am (install-@DIR@DATA): Also allow data to be in build
2626         directory.
2628 Sun Mar 24 19:56:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
2630         * automake.in (am_install_var): Don't look in EXTRA_primary
2631         variable any more; it is handled in the main loop.
2633 Wed Mar 20 16:22:35 1996  Tom Tromey  <tromey@creche.cygnus.com>
2635         * data.am (install-@DIR@DATA): Find data in srcdir.
2637 Fri Mar 15 18:30:31 1996  Tom Tromey  <tromey@creche.cygnus.com>
2639         * automake.in (require_config_file): Use correct filename when
2640         looking for errors.  Also, install file in `.' if not found.  Bug
2641         reported by Gord Matzigkeit.  Test installsh.test.
2643 Thu Mar 14 09:28:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
2645         * Makefile.am (cvs-diff): New target.
2647         Fix for bug when install var substitutes empty.  Test empty.test.
2648         * header.am (install-@DIR@HEADERS): Allow empty list of headers.
2649         (uninstall-@DIR@HEADERS): Ditto.
2650         * scripts.am (install-@DIR@SCRIPTS): Allow empty list of scripts.
2651         (uninstall-@DIR@SCRIPTS): Ditto.
2652         * libraries.am (install-@DIR@LIBRARIES): Allow empty list of
2653         libraries.
2654         (uninstall-@DIR@LIBRARIES): Ditto.
2655         * data.am (install-@DIR@DATA): Allow empty list of data.
2656         (uninstall-@DIR@DATA): Ditto.
2657         * programs.am (install-@DIR@PROGRAMS): Added missing semicolon.
2658         From François Pinard.
2659         (install-@DIR@PROGRAMS): Fixed bug when list of programs empty.
2660         (uninstall-@DIR@PROGRAMS): Ditto.
2662 Wed Mar 13 19:50:23 1996  Tom Tromey  <tromey@creche.cygnus.com>
2664         * tags-subd.am (ID): Name of ID file must be flush against -f.
2666         * configure.in (VERSION): Version 0.32.
2668 Mon Mar 11 17:50:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
2670         * automake.in (seen_linguas, all_linguas_line): New variables.
2671         (handle_gettext): New function.
2672         (generate_makefile): Run it.
2673         (scan_configure): Recognize ALL_LINGUAS.
2675 Mon Mar 11 14:34:36 1996  Gord Matzigkeit  <gord@enci.ucalgary.ca>
2677         * automake.texi: doc fix.
2679         * automake.in (am_install_var): Added support for check and
2680         installcheck special prefixes.
2682 Sun Mar 10 10:44:42 1996  Tom Tromey  <tromey@creche.cygnus.com>
2684         * automake.in (handle_subdirs): Don't do SUBDIRS check for
2685         gettext.
2687 Tue Mar  5 18:12:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
2689         * automake.in (OBJECT_PATTERN): Removed.
2690         (am_install_var): No error if name is invalid.
2691         (handle_programs): Canonicalize program names.
2692         (BOGUS_MACRO_PATTERN): New variable.
2693         (read_am_file): Error if bad macro name given.
2694         (require_file_internal): Use am_line_error, not am_conf_error.
2696         * program.am (@PROGRAM@): Recognize @PROGRAM@_DEPENDENCIES.
2698 Mon Mar  4 19:30:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
2700         * automake.in (handle_lib_objects): New function.
2701         (handle_libraries): Use it.
2702         (handle_programs): Ditto.
2703         (handle_dist_worker): Deprecate DIST_SUBDIRS.
2704         (am_install_var): Allow extended directory mechanism to work.
2705         Test exdir.test.
2707         * dist-vars.am (DISTFILES): Use EXTRA_DIST.
2708         (DEP_DISTFILES): Ditto.
2710         * automake.in (OBJECT_PATTERN): New variable.
2711         (am_install_var): Use it.
2712         (handle_dist): DIST_OTHER is an anachronism.
2714 Sat Mar  2 17:04:38 1996  Tom Tromey  <tromey@creche.cygnus.com>
2716         * automake.in (handle_dist_worker): Only cause Automake to be
2717         re-run if not making a distribution.  Fixes bug reported by
2718         Joerg-Martin Schwarz.
2719         (require_file_with_line): New function.
2720         (require_file): Use it.
2721         (am_line_error): Don't print line number if $symbol is empty.
2722         (get_object_extension): Use require_file_with_line.
2723         (handle_libraries): Use require_file_with_line.
2724         (handle_texinfo): Use require_file_with_line.
2725         (handle_configure): Use am_conf_line_error and
2726         require_file_with_conf_line.
2727         (handle_subdirs): Use require_file_with_conf_line.
2728         (handle_configure): Use require_file_with_conf_line.
2729         (handle_tests): Push check-TESTS on @phony.
2730         (am_conf_line_error): New function.
2731         (require_file_with_conf_line): New function.
2732         (require_file_internal): New function.
2733         (require_file_with_line): Use it.
2734         (require_file): Ditto.
2735         (am_conf_line_error): Handle empty line number.
2736         (ac_gettext_line, ac_output_line): New variables.
2737         (scan_configure): Set them.
2739 Fri Mar  1 00:13:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
2741         * automake.in (parse_arguments): Default strictness is gnu.
2742         Changed `normal' to `foreign' everywhere.
2743         (parse_arguments): Handle --foreign.
2744         (initialize_global_constants): Document --foreign.
2745         (handle_dependencies): Better error message.
2746         (handle_texinfo): Don't push $vtexi on @texis.
2747         (handle_texinfo): Only push $vtexi on @texi_deps if not null.
2748         (handle_configure): install-sh is a config file; require it as
2749         such.
2750         (parse_arguments): Renamed --install-missing to --add-missing.
2751         (add_missing): Renamed from install_missing.
2752         (am_install_var): Check to make sure contents of install variable
2753         are correct if primary requires it.  Test badprog.test.
2754         (initialize_global_constants): Initialize
2755         %primary_uses_subobjects.
2756         (handle_source_transform): Skip configure substitutions.  Test
2757         depend.test.  Also, skip empty elements.
2759 Thu Feb 29 22:00:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
2761         * texinfo.tex: New version.
2763         * automake.in (am_install_var): Allow extended range of
2764         installation directories.
2766         * automake.in (get_object_extension): Don't allow
2767         @CONFIG_INCLUDE_SPEC@ in the Makefile.in when config.h not used.
2768         From Gord Matzigkeit.  Test confincl.test.
2770         * texinfos.am (install-info): Changed usage of install-info (in
2771         comment).  Per Feb 25 GNU Standards document.
2773 Wed Feb 28 07:40:55 1996  Tom Tromey  <tromey@creche.cygnus.com>
2775         * automake.in (handle_tests): New function.
2776         (generate_makefile): Call it.
2777         (handle_subdirs): Skip directories whose names look like configure
2778         substitutions.
2779         (handle_subdirs): Require intl and po, not @INTLSUB@ and @POSUB@,
2780         when using gettext.
2781         (scan_configure): Clear in_ac_output if "]" found.  Test
2782         acoutqnl.test.
2783         (require_config_file): New function.
2784         (generate_makefile): Use require_config_file.
2785         (config_aux_path): New variable.
2786         (scan_configure): Check for AC_CONFIG_AUX_DIR.
2787         (handle_merge_targets): Add install-strip rule.
2789 Tue Feb 27 20:00:36 1996  Tom Tromey  <tromey@creche.cygnus.com>
2791         * mdate-sh: New version from Ulrich Drepper.
2793         * automake.in (handle_source_transform): Changed fill back to
2794         empty string.
2795         (handle_libraries): Ditto.
2796         (handle_dist): Ditto.
2797         (handle_dependencies): Ditto.
2798         (handle_footer): Ditto.
2799         (handle_phony): Ditto.
2801         * Makefile.am (DIST_SUBDIRS): Removed.
2802         (installcheck-local): Use Perl, not test -x.
2803         (PERL): New macro.
2804         (maintainer-check): Use $(PERL), not @PERL@.
2806         * configure.in (VERSION): Upped to 0.31.
2808 Sat Feb 24 18:02:19 1996  Tom Tromey  <tromey@creche.cygnus.com>
2810         * automake.in (scan_configure): AC_CHECK_TOOL requires config.sub
2811         and config.guess.
2813         * automake.in: Use keyed_aclocal_warning when warning about
2814         fp_PROG_INSTALL.
2815         (get_object_extension): Use keyed_aclocal_warning when warning
2816         about fp_C_PROTOTYPES.
2817         (keyed_aclocal_warning): New function.
2819         * Makefile.am (pkgdata_DATA): Install aclocal.m4.
2820         * aclocal.m4: Include fp_C_PROTOTYPES, fp_PROG_CC_STDC.
2822         * automake.in (get_object_extension): Only give error about
2823         fp_C_PROTOTYPES once.
2825         * automake.in (seen_ranlib): New variable.
2826         (scan_configure): Recognized AC_PROG_RANLIB.
2827         (handle_libraries): Error if ranlib not checked for.
2829         * automake.in (default_strictness): Default to GNU.
2830         (default_strictness_name): Ditto.
2832 Wed Feb 21 18:15:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
2834         * automake.in (read_am_file): Removed @kr@ support.
2835         (get_object_extension): Ditto.
2837         * Makefile.am (pkgdata_DATA): Include ansi2knr.c and ansi2knr.1.
2839 Tue Feb 20 17:25:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
2841         * depend.am ($(srcdir)/.deps/%.P): Regexp fix.
2843 Mon Feb 19 19:53:09 1996  Tom Tromey  <tromey@creche.cygnus.com>
2845         * remake.am ($(srcdir)/Makefile.in): Depend on configure.in.
2846         * remake-subd.am ($(srcdir)/Makefile.in): Depend on configure.in.
2848         * automake.in (handle_scripts): Ensure $scripts_installed set to
2849         boolean value.  Test proginst.test.
2851         * Makefile.am (installcheck-local): New target.
2853         * automake.in (require_file): No error if missing file is
2854         installed.
2856 Sun Feb 18 17:10:00 1996  Tom Tromey  <tromey@creche.cygnus.com>
2858         * automake.in (handle_scripts): SCRIPTS no longer automatically
2859         cleaned.  Now possible to install scripts in pkgdatadir.
2860         ($seen_canonical): New variable.
2861         (generate_makefile): Check for config.guess and config.sub here;
2862         fixes bug reported by Gord Matzigkeit.
2864         * Makefile.am (pkgdata_SCRIPTS): New variable.
2865         (CLEANFILES): New macro.
2867         * scripts-clean.am: Removed.
2869 Sat Feb 17 00:15:20 1996  Tom Tromey  <tromey@creche.cygnus.com>
2871         * automake.in (am_install_var): Error if primary variable actually
2872         defined.
2873         (am_install_var): Skip elements that look like configure
2874         substitutions.
2875         (am_install_var): "EXTRA" is a valid prefix.
2876         (am_install_var): Push contents EXTRA_PRIMARY onto @result.
2877         (handle_merge_targets): Treat "all" target like "install".
2878         (handle_subdirs): Don't push all-recursive.
2880         * header.am (install-@DIR@HEADERS): Don't depend on all.
2881         * data.am (install-@DIR@DATA): Don't depend on all.
2882         * libraries.am (install-@DIR@LIBRARIES): Don't depend on all.
2883         * programs.am (install-@DIR@PROGRAMS): Don't depend on all.
2884         * scripts.am (install-@DIR@SCRIPTS): Don't depend on all.
2886         * automake.in (am_install_var): Push generated install targets
2887         onto @phony.
2889         * subdirs.am: No longer depend on Makefile and $(CONFIG_HEADER).
2890         * automake.in (handle_merge_targets): Correctly handle recursive
2891         calls of uninstall, install-exec, and install-data.
2892         (handle_merge_targets): Put Makefile, and possibly $config_name,
2893         onto @all.
2894         (handle_merge_targets): Push 'all' onto @install as appropriate.
2896 Fri Feb 16 18:27:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
2898         * automake.in (handle_configure): config.status is in
2899         $(top_builddir), not $(top_srcdir).  Reported by Anthony Green.
2901         * automake.in (scan_configure): Recognize (AC|fp)_FUNC_FNMATCH.
2903 Thu Feb 15 19:12:45 1996  Tom Tromey  <tromey@creche.cygnus.com>
2905         * automake.in: (seen_prog_yacc): New variable.
2906         (scan_configure): Look for yacc.
2907         (handle_source_transform): Skipp C++ header files.
2908         (handle_source_transform): .cxx is a C++ source file.
2910 Wed Feb 14 08:36:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
2912         * depend.am ($(srcdir)/.deps/.P): Use "echo", not ":".
2914         Implemented --verbose feature; idea from Greg Woods:
2915         * automake.in (verbose): New global.
2916         (generate_makefile): Print creating message if verbose.
2917         (grep_for_vers_texi): Print message if verbose.
2918         (handle_dependencies): Ditto.
2919         (scan_configure): Ditto.
2920         (read_am_file): Ditto.
2921         (parse_arguments): Added --verbose.
2922         (initialize_global_constants): Ditto.
2924         * automake.in (get_object_extension): Use am_line_error.
2925         (handle_source_transform): Ditto.
2926         (handle_libraries): Ditto.
2927         (handle_texinfo): Ditto.
2928         (handle_man_pages): Ditto.
2929         (handle_dist): Ditto.
2930         (handle_dist): Ditto.
2931         (handle_subdirs): Ditto.
2932         (handle_configure): Ditto.
2933         (handle_merge_targets): Ditto.
2934         (am_install_var): Ditto.
2935         (am_line_error): Allow actual line number as argument.
2936         (handle_configure): Use am_line_error.
2937         (scan_configure): Set config_header_line.
2938         (config_header_line): New global.
2939         Use @PERL@ to find perl during exec.  From Greg Woods.
2941 Tue Feb 13 22:06:51 1996  Tom Tromey  <tromey@creche.cygnus.com>
2943         * automake.in (initialize_per_input): Init %content_lines.
2944         (read_am_file): Set appropriate content_lines elements while
2945         reading.
2946         (am_line_error): New function.
2947         (read_am_file): Use it.
2948         (handle_options): Ditto.
2950         * automake.in (scan_configure): Handle case where more than one .o
2951         is put into LIBOBJS at once.  Test libobj.test.
2953 Mon Feb 12 20:39:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
2955         * automake.in (scan_configure): Ignore "\" in AC_OUTPUT line.
2956         Test acouttbs.test.
2957         (handle_subdirs): Restored intl, po warnings.
2959         * automake.in (scan_configure): Delete everything after "," or
2960         ")".  Test acoutnoq.test.
2961         (handle_dist): Use $relative_dir, not nonexistent $subdir.
2962         (handle_subdirs): 'po' and 'intl' are sometimes substituted into
2963         SUBDIRS; don't warn about their absence.
2965 Sun Feb 11 16:55:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
2967         * automake.in (handle_texinfo): Removed bogus error message.
2969         * automake.in (handle_texinfo): Push $(INFO_DEPS), not 'info',
2970         onto @all.
2971         (handle_options): Handle version number.
2973         * automake.in ($maint_charset, $dist_charset): New variables.
2974         (initialize_per_input): Init $local_maint_charset.
2975         (handle_dist): Handle DIST_CHARSET and MAINT_CHARSET.
2976         (generate_makefile): Don't print "creating...".
2978 Sat Feb 10 16:45:07 1996  Tom Tromey  <tromey@creche.cygnus.com>
2980         * automake.in (get_object_extension): Substitute
2981         @CONFIG_INCLUDE_SPEC@ if CONFIG_HEADER defined.
2982         (handle_source_transform): Use $1, not \1.
2983         (pretty_print_internal): Handle Tabs in fill when computing indent
2984         on new line.
2985         (handle_merge_targets): Always generate install-exec and
2986         install-data targets.  Test instexec.test.
2987         Fixed error message if fp_PROG_INSTALL missing.
2989         * compile-vars.am (DEFS): Include -I., -I$(srcdir), and
2990         @CONFIG_INCLUDE_SPEC@.
2992         * automake.in (scan_configure): Delete everything after "]".  Test
2993         acoutput.test.
2995         * configure.in (AC_OUTPUT): Create tests/Makefile.
2996         * Makefile.am (SUBDIRS): New macro.
2998         * automake.in (handle_texinfo): Put $vtexi on texi_deps.  From Jim
2999         Meyering.
3001         * configure.in (AC_OUTPUT): Ensure automake is executable.
3003 Thu Feb  8 17:30:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
3005         * automake.in (handle_subdirs): Error if directory in SUBDIRS does
3006         not exist.
3008         * automake.in (handle_configure): Handle AC_OUTPUT ":" syntax.
3010         From Jim Meyering:
3011         * libraries.am (install-@DIR@LIBRARIES): Depend on all, not
3012         (@DIR@_LIBFILES).
3013         * header.am (install-@DIR@HEADERS): Depend on all, not
3014         $(@DIR@_HEADERS).
3015         * data.am (install-@DIR@DATA): Depend on all, not $(@DIR@_DATA).
3016         * scripts.am (install-@DIR@SCRIPTS): Depend on all, not
3017         $(@DIR@_SCRIPTS).
3018         * programs.am (install-@DIR@PROGRAMS): Depend on all, not
3019         $(@DIR@_PROGRAMS).
3021         * automake.in (initialize_per_input): Initialize
3022         $use_dependencies.
3023         ($seen_path_xtra): New variable.
3024         (scan_configure): Look for AC_PATH_XTRA.
3025         (get_object_extension): Add variables to output if X seen.
3027 Thu Feb  8 10:02:45 1996  Greg A. Woods  <woods@most.weird.com>
3029         * automake.in (handle_programs): add pkglib to list of
3030         directories for C
3031         (various): include a tab as fill for continuation lines
3032         printed with pretty_print*, esp. for macro variable assignments.
3033         [ changed to 4 spaced by me ]
3035 Wed Feb  7 18:00:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
3037         * configure.in (VERSION): Upped to 0.30.
3039         * Makefile.am (automake): Removed.
3040         (DIST_OTHER): Removed.
3042         * automake.in (handle_source_transform): All dep_files are
3043         relative to $(srcdir).
3044         (handle_libraries): Ditto.
3045         (scan_configure): Test for AC_PROG_INSTALL as well as
3046         fp_PROG_INSTALL.  Don't error here.
3047         (seen_prog_install): Now global.
3048         (scripts_installed): New global.
3049         (handle_scripts): Set it.
3050         Give error if appropriate install macro not seen.
3051         (handle_subdirs): Ensure $seen_gettext before requiring
3052         gettext-specific files.
3053         (handle_configure): Automatically rebuild 
3055         From Jim Meyering:
3056         * automake.in (handle_source_transform): Use \W when quoting
3057         regexp.  When blah_SOURCES not explicitly defined, still create
3058         entry in %deps.
3059         * depend.am ($(srcdir)/.deps/%.P): Don't use \< in regexp.
3060         * subdirs.am (maintainer-clean-recursive): Now depends on
3061         $(CONFIG_HEADER) and Makefile.
3063         * automake.in (handle_source_transform): Skip macro references.
3065 Mon Feb  5 14:58:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
3067         * automake.in (handle_texinfo): Include "rm" when deleting files.
3069         * Makefile.am (maintainer-check): Expect only one ${...}.
3070         * texinfos.am (install-info): Remove unneeded ${...}.  From Jim
3071         Meyering.
3073         * automake.in (handle_configure): Only define CONFIG_HEADER if
3074         $config_name.
3075         ($seen_gettext): New variable.
3076         (handle_subdirs): Do all gettext-related checking here.
3077         (scan_configure): Just set $seen_gettext.
3078         (handle_man_pages): Properly quote $(MANS).
3080 Wed Jan 31 09:51:30 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
3082         * depend.am: Don't use srcdir anywhere.
3083         * automake.in (handle_libraries): Don't make .deps relative to
3084         srcdir.
3085         (handle_options): Recognize no-dependencies.
3087         * depend.am (MKDEP): From Jim Meyering: Do nothing if srcdir is
3088         ".".  Properly quote regexp.
3090 Tue Jan 30 12:19:09 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
3092         * automake.in (handle_configure): Only defined CONFIG_HEADER if
3093         $config_name.
3094         (read_am_file): Quote regexp when substituting top_builddir.
3095         (handle_source_transform, handle_libraries): Look in
3096         $(srcdir)/.deps for .P files.
3098 Fri Jan 26 00:15:25 1996  Tom Tromey  <tromey@creche.cygnus.com>
3100         * automake.in (am_conf_error): New function.
3101         (scan_configure): Use it.
3102         (scan_configure): A comma also ends AC_OUTPUT macro.
3104         * automake.in (read_am_file): Compute top_builddir when including
3105         header-vars.am.
3106         (handle_configure): Use $top_builddir, not $top_reldir.
3107         (other_input_files): New variable.
3108         (dirname): Fixed bug where dirname of 'a/b/c' was 'a', not 'a/b'.
3110         Changes from Gord Matzigkeit to enabled hierarchies deeper than 2:
3111         * automake.in (input_files, seen_make_set): Declare globally.
3112         (parse_arguments): Use input_files, not make_list.
3113         Only scan configure.in once.
3114         (handle_dist): Use SUBDIRS to determine when to make
3115         subdirectories and recurisvely dist.  Use $(topdir), not "..", to
3116         find top of dist tree.
3117         (handle_configure): Check for AC_PROG_MAKE_SET here.  Don't require
3118         configure.in (done elsewhere).
3119         (scan_configure): seen_make_set is global.  Allow arbitrary space
3120         in LIBOBJS assignment.
3121         (top_builddir): New variable.
3122         * header-vars.am (top_builddir): New variable.
3123         * remake-subd.am (Makefile): Look in top_builddir, not .., when
3124         remaking.
3125         * automake.in (handle_merge_targets): Run 'all' before
3126         check-recursive.
3128         * automake.in (file_contents_with_transform): Changed error
3129         message.
3130         (handle_configure): Define $contents{'CONFIG_HEADER'}.
3132         * texi-version.am: Many changes to support multiple .texi files.
3133         Replaced "version.texi" with "@VTEXI@".  Replaced "vti" with
3134         "@VTI@".
3135         * automake.in (handle_configure): install.sh is an anachronism.
3136         (handle_texinfo): Generalized for multiple .texi files.  Handle
3137         'clean-info' internally.
3138         * texi-clean.am: Removed.
3139         * Makefile.am: Updated for removal.
3141 Wed Jan 24 22:55:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
3143         * automake.in (grep_for_vers_texi): New function.
3144         (handle_texinfo): Use grep_for_vers_texi, not system("grep").
3145         (handle_texinfo): Changes to generalize to multiple .texi files.
3147 Tue Jan 23 14:22:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
3149         Fixes from Gord Matzigkeit:
3150         * libraries.am (install-@DIR@LIBRARIES): Use top_srcdir, not
3151         topsrcdir.
3152         * header.am: New file.
3153         * Makefile.am (pkgdata_DATA): Install header.am.
3154         * automake.in (handle_headers): Use header.am, not data.am.
3155         (am_install_var): Allow pattern to be compiled multiple times.
3157         * config.guess, config.sub: New files.
3158         * Makefile.am (pkgdata_DATA): Install config.guess and
3159         config.sub.
3160         * automake.in (scan_configure): Recognize AC_CANONICAL_HOST and
3161         AC_CANONICAL_SYSTEM.
3163 Sun Jan 21 15:51:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
3165         * automake.in (handle_texinfo): Use info_TEXINFOS, not TEXINFOS.
3166         (handle_man_pages): Use man_MANS, not MANS.
3168         * Makefile.am (info_TEXINFOS): Renamed.
3170         * automake.in (scan_configure): Remove comments from input line.
3171         (am_variable): Removed.
3173         * remake-hdr.am (stamp-h): Use new macro CONFIG_HEADER_IN.
3175         * automake.in (config_name, config_header): New globals.
3176         (scan_configure): Look for AC_CONFIG_HEADER.
3177         (handle_configure): Handle more uses of AC_CONFIG_HEADER.
3179 Sat Jan 20 15:54:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
3181         * automake.in (handle_dist_worker): Bug fix.
3183 Fri Jan 19 00:50:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
3185         * automake.in (require_file): Install missing files only according
3186         to desired strictness.
3187         (initialize_per_input): Don't init libsources.
3188         (scan_configure): Reinit libsources.
3189         (handle_libraries): Search _LIBADD for @LIBOBJS@ and @ALLOCA@.
3190         (fp_c_prototypes): New global.
3191         (scan_configure): Set it.
3192         (get_object_extension): Error if fp_C_PROTOTYPES not in
3193         configure.in when using ansi2knr.
3194         (handle_source_transform): Skip header files.
3196         * automake.in (handle_dist_worker): Explicitly make 'dist' in
3197         subdirs.
3199 Thu Jan 18 00:25:56 1996  Tom Tromey  <tromey@creche.cygnus.com>
3201         From François Pinard:
3202         * automake.in (handle_source_transform): Transform $o file into .P
3203         file.
3204         (handle_dist_worker): Handle case where DISTFILES includes
3205         wildcard.  Bug fix in subdir case.
3207         * automake.in (parse_arguments): Initialize strictness to
3208         'normal'.
3210 Sun Jan 14 13:54:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
3212         * automake.in (scan_configure): Look for NLS support.
3214         Changes from François Pinard:
3215         * texinfos.am (install-info): Correctly install when build dir is
3216         not srcdir.
3217         * tags-subd.am (ID): Indentation change.
3218         * kr-vars.am (o): Use ".@U@o", not "@U@o".
3219         * depend.am ($(srcdir)/.deps/%.P): Remove temporary file.
3220         * automake.in (handle_dist_worker): Fixlets.
3221         (handle_dist): Sort keys going into dist_common.
3223 Sat Jan 13 00:18:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
3225         * automake.in (handle_dist_worker): If Gnits, don't allow release
3226         until NEWS is updated.
3228         * configure.in (VERSION): Version 0.29.
3230         * Makefile.am (maintainer-check): Look for perl4.036 in path.
3232         * dist-vars.am (DISTFILES):  Include BUILT_SOURCES.
3233         (DEP_DISTFILES): Ditto.
3235         * automake.in (handle_dist_worker): Depend on DEP_DISTFILES.
3236         * dist-vars.am (DEP_DISTFILES): New variable.
3238         * automake.in (handle_options): Support dist-shar option.
3239         (handle_dist_worker): New function.
3240         (handle_dist): Use it.
3242         * texi-version.am (mostlyclean-vti): Remove version.tmp, not
3243         *.tmp.
3245         * automake.in (handle_dist): Chmod distdir 777.  From François
3246         Pinard.
3248         * automake.in (scan_configure): New function.
3249         (initialize_per_input): Init libsources.
3250         (generate_makefile): Run handle_configure first.
3251         (handle_configure): Run scan_configure.
3252         (handle_configure): Don't look for AC_PROG_MAKE_SET here.
3254 Thu Jan 11 23:14:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
3256         * Makefile.am (AUTOMAKE_OPTIONS): New variable.
3258         * automake.in (strictness, strictness_name): Renamed.
3259         (initialize_per_input): Set strictness, strictness_name.
3260         Initialize %options.
3261         (generate_makefile): Run handle_options.
3262         (handle_options): New function.
3263         (handle_man_pages): Make install-man depend on $(MANS).  Turn off
3264         man page install if no-installman option given.
3265         (read_am_file): Deprecate @kr@.
3266         (get_object_extension): Look at ansi2knr option.
3267         (parse_arguments): Take global strictness from command-line
3268         options.
3270 Tue Jan  9 11:24:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
3272         Fixes from François Pinard:
3273         * depend.am ($(srcdir)/.deps/%.P): Handle deansification.
3274         * automake.in (get_object_extension): Use $o, not $(kr)o.
3275         (handle_source_transform): Don't look for $(kr)c files.
3276         * kr-vars.am (o): New macro.
3277         (kr): Removed.
3279         * depend.am (DEP_FILES): Removed.
3280         * automake.in (handle_source_transform): Push .P file onto
3281         dep_files.
3282         (initialize_per_input): New variable %dep_files.
3283         (handle_dependencies): Generate DEP_FILES here.
3285 Mon Jan  8 22:27:33 1996  Tom Tromey  <tromey@creche.cygnus.com>
3287         * automake.in (do_one_clean_target): Only remove config.status in
3288         top-level directory.
3289         (handle_tags): Removed 'id' from .PHONY list.  From Jim Meyering.
3291         * clean.am (maintainer-clean-generic): Remove BUILT_SOURCES.
3293         * automake.in (handle_dist): Make "ln" quiet.
3295         * tags-subd.am (ID): Depend on HEADERS and SOURCES.
3297 Sat Jan  6 10:58:23 1996  Tom Tromey  <tromey@cambric.colorado.edu>
3299         * automake.in (handle_merge_targets): 'check' shouldn't depend on
3300         'all' at top level.
3301         (file_contents_with_transform): New function.
3302         (am_install_var): Use file_contents_with_transform.
3303         (handle_programs): Ditto.
3304         (handle_libraries): Ditto.
3305         (handle_texinfo): Ditto.
3306         (handle_merge_targets): Let 'install' depend on 'all' if no other
3307         dependencies exist.  From Jim Meyering.
3308         (check_gnu_standards): GNU requires AUTHORS file.  (See
3309         maintain.text).
3310         (require_file): Put body in loop.
3311         (get_object_extension): Only call require_file once.
3312         (handle_configure): Ditto.
3314         From Jim Meyering:
3315         * depend.am ($(srcdir)/.deps/.P): Depend on $(BUILT_SOURCES).
3316         * tags-subd.am (id): Removed.
3318 Fri Jan  5 10:31:19 1996  Tom Tromey  <tromey@cambric.colorado.edu>
3320         * Added copyright notice to each .am file.
3322         * automake.in: Cleanups from François Pinard to avoid $#.
3323         (require_argument): Fixed sense of test.
3324         (set_strictness): Bug fix.
3326 Thu Jan  4 21:21:29 1996  Tom Tromey  <tromey@cambric.colorado.edu>
3328         * Makefile.am (pkgdata_DATA): Removed old dist files.
3330         * dist-subd-top.am, dist-subd.am, dist.am: Removed.
3332         * automake.in (set_strictness): Set $strictness_name.
3333         (strictness_name): New variable.
3334         (handle_dist): Substantially rewrote.
3336         * configure.in: Point AC_INIT at automake.in.
3338         * automake.in (generate_makefile): Report errors against
3339         Makefile.in, not Makefile.am.
3341 Wed Jan  3 00:05:40 1996  Tom Tromey  <tromey@cambric.colorado.edu>
3343         * mdate-sh: Bug fix from Jim Meyering.
3345         * dist.am (dist): Changed in parallel with dist-subd-top.am.
3347         * mkinstalldirs: Reverted.
3349         * automake.in (initialize_global_constants): Allow COPYING.LIB
3350         again.
3351         (check_gnits_standards): Disallow COPYING.LIB.
3353         * texinfos.am (install-info): Only look in $(srcdir) for info
3354         files.
3356         * automake.in (initialize_global_constants): New variable
3357         gen_copyright.
3358         (read_am_file): Put a copyright in each Makefile.in.
3360         * dist-vars.am (DISTFILES): Put DIST_COMMON first.
3362         * automake.in (am_install_var): Put space before "=".
3363         (handle_dist): Put README first in DIST_COMMON.
3365         * Makefile.am (pkgdata_DATA): Include COPYING.
3367         * COPYING: New file.
3369         * automake.in (parse_arguments): Added --gnu and --gnits as
3370         synonyms.
3371         (initialize_global_constants): Ditto.
3372         (initialize_global_constants): Don't auto-distribute COPYING.LIB.
3373         (initialize_global_constants): Look for README first.
3374         (initialize_global_constants): Auto-distribute AUTHORS, BACKLOG,
3375         ABOUT-GNU.
3376         (check_gnu_standards): Require file COPYING.
3378         From François Pinard:
3379         * automake.in (file_contents): Comment out "warn"s.
3380         (usage): Use 4 columns.
3381         (USAGE_FORMAT): Ditto.
3383         * texinfos.am (install-info): Look for info file relative to $$d.
3385         * Makefile.am (cvs-dist): Suppress output of "grep".
3387         * configure.in (VERSION): Version 0.28.
3389         * automake.in (pretty_print_internal): Fix for Perl 4
3390         compatibility.
3392         * configure.in (VERSION): Version 0.27.
3394         * depend.am ($(srcdir)/.deps/%.P): Must regexp-quote srcdir in sed
3395         invocation.
3397         * automake.in (initialize_global_constants): Don't quote "@" in
3398         $install_man_format.
3399         (handle_merge_targets): use "@:" as empty command, not ":".
3401 Tue Jan  2 23:33:24 1996  Tom Tromey  <tromey@cambric.colorado.edu>
3403         * texinfos.am (install-info): Look in $d for info files.  From
3404         François Pinard.
3406         * depend.am ($(srcdir)/.deps/%.P): Fixed regexp.
3408         * automake.in (read_am_file): Correctly deal with continued
3409         variable definitions.
3411 Mon Jan  1 15:43:25 1996  Tom Tromey  <tromey@cambric.colorado.edu>
3413         * automake.in (handle_merge_targets): 'check' target depends on
3414         'all'.
3415         (file_contents): Don't be so verbose.
3416         (read_am_file): Ditto.
3417         (read_am_file): Must use substr to check for trailing \.
3418         (am_install_var): Use push_phony_cleaners.
3419         (file_contents): Set $was_rule when assuming a rule is seen.
3420         (read_am_file): Ditto.
3421         (do_one_clean_target): Removed spurious newline.
3423         Some changes from François Pinard:
3424         * Removed trailing whitespace from all '.am' files.
3425         * tags-subd.am (ID): Use &&, not ;.
3426         (TAGS): Ditto.
3427         * automake.in (parse_arguments): Removed useless message.
3428         (parse_arguments): Don't explicitly referenced STDERR.
3429         (require_argument): Ditto.
3430         (am_error): Ditto.
3431         (set_strictness): Ditto.
3432         (file_contents): Ditto.
3433         (read_am_file): Ditto.
3434         (generate_makefile): Style tweaks.
3435         (handle_programs): Ditto.
3436         (handle_libraries): Ditto.
3437         (handle_texinfo): Ditto.
3438         (handle_man_pages): Ditto.
3439         (handle_tags): Ditto.
3440         (handle_dist): Ditto.
3441         (handle_subdirs): Ditto.
3442         (handle_configure): Ditto.
3443         (handle_footer): Don't put newline before footer.am contents.
3444         (handle_merge_targets): Style tweaks.
3445         (do_one_clean_target): Ditto.
3446         (dirname): Ditto.
3447         (am_variable): Ditto.
3448         Defined some new constants.
3449         (generate_makefile): Don't call generate_header.
3450         (generate_header): Removed.
3451         (file_contents): Rewrote.
3452         (read_am_file): Rewrote.
3454         * automake.in (generate_makefile): Handle phony target.
3455         (do_one_clean_target): Pretty-print dependencies.
3456         (handle_installdirs): Pretty-print rule.
3458         * Makefile.am (maintainer-check): Made some commands silent.
3460         * automake.in (initialize_global_constants): Don't install or
3461         uninstall cat'd man pages.
3462         (initialize_per_input): Added phony target.
3463         (push_phony_cleaners): New function.
3464         (get_object_extension): Handle phony targets.
3465         (handle_texinfo): Ditto.
3466         (handle_man_pages): Ditto.
3467         (handle_tags): Ditto.
3468         (handle_dist): Ditto.
3469         (handle_subdirs): Ditto.
3470         (handle_installdirs): Ditto.
3471         (handle_merge_targets): Ditto.
3472         (handle_clean): Ditto.
3473         (do_one_merge_target): Ditto.
3474         (am_install_var): Ditto.
3475         (handle_phony): New function.
3476         (generate_makefile): Call it.
3477         (pretty_print_internal): New function.
3478         (pretty_print_rule): Ditto.
3480 Sun Dec 31 13:04:59 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3482         * automake.in (initialize_global_constants): Don't print body of
3483         loop at make time.
3485         Changes from François Pinard:
3486         * depend.am (MKDEP): Include DEFS, INCLUDES, CPPFLAGS, CFLAGS.
3487         (DEP_FILES): Put dependency files in $(srcdir).
3488         Look in $(srcdir) when including dependency files.
3489         ($(srcdir)/.deps/.P): .deps/.P is in $(srcdir).
3490         (.deps/%.P): MKDEP includes all macro expansions.
3491         * dist-subd-top.am (dist): Get absolute path for distdir.  Don't
3492         be so verbose.
3493         * dist-subd.am (dist): Don't be so verbose.
3494         * dist.am (dist): Don't be so verbose.
3496         * automake.in (do_one_clean_target): Remove config.status in
3497         maintainer-clean.  From Jim Meyering.
3499         * programs-clean.am (clean-@DIR@PROGRAMS): Bug fix.  From Jim
3500         Meyering.
3502         * automake.in (handle_merge_targets): Add dummy command for empty
3503         install target.  From Jim Meyering.
3505 Tue Dec 12 10:06:28 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3507         * texinfos.am (uninstall-info): Bug fix.
3509         * Makefile.am (maintainer-check): Error if ${...} used.
3510         * depend.am (DEP_FILES): Prefer $(...).
3512         * scripts.am (install-@DIR@SCRIPTS): Only install script if it
3513         exists.
3514         * libraries.am (install-@DIR@LIBRARIES): Only install library if
3515         it exists.
3516         * programs.am (install-@DIR@PROGRAMS): Only install program if it
3517         exists.
3519         * texinfos-vars.am (TEXFILES): Removed.
3521         * Makefile.am (pkgdata_DATA): Removed libprograms.am.
3523         * automake.in (do_one_merge_target): Never generate trailing
3524         whitespace.
3525         (pretty_print): New function.
3526         (handle_footer): Prettyprint definitions.
3527         (am_install_var): Ditto.
3528         (handle_source_transform): Ditto.
3529         (handle_dist): Ditto.
3530         (handle_libraries): Ditto.
3531         (read_am_file): Put comments nearer appropriate code.
3533         * texi-clean.am (mostlyclean-info): Use continued lines, not
3534         multiple rm's.  From Jim Meyering.
3536 Sun Dec 10 11:59:33 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3538         * Makefile.am (pkgdata_DATA): Cause INSTALL, install-sh, mdate-sh,
3539         mkinstalldirs, texinfo.tex to be installed.
3540         * automake.in (symlink_exists): New global.
3541         (install_missing): Ditto.
3542         (require_file): Install missing files if possible.
3543         (parse_arguments): Handle --install-missing option.
3544         (initialize_global_constants): Document --install-missing.
3546         * Makefile.am (cvs-dist): Don't release unless NEWS updated.
3547         Ensure 'checks' pass before release.
3548         (maintainer-check): Renamed.  Look in $(srcdir) for sources.  From
3549         Franc,ois Pinard.
3550         (cvs-dist): Depend on maintainer-check instead of explicitly
3551         running check.
3553         * configure.in (VERSION): Version 0.26.
3555         * Makefile.am (check-local): Only look at [a-z]*.am.  Fixed sense
3556         of 'if' test.
3558         * depend.am (DEP_FILES): Bug fix.
3560         * automake.in (do_one_clean_target): Typo.
3562         * Makefile.am (check-local): Run syntax check under Perl 4.
3564         * automake.in: Fixes for Perl 4, from Gord Matzigkeit.
3565         (handle_source_transform): Loop variable is now $_.  From Gor
3567         * Makefile.am (check-local): Check for 'true' in source.
3568         * texinfos.am (install-info): Can't use "true" in any rule.
3570 Sat Dec  9 10:16:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3572         * Makefile.am (cvs-dist): New target.
3574         * tags.am (TAGS): Use "test -z ... ||" to avoid spurious
3575         failures.
3577         * texinfos.am (install-info): Don't do install-info for now.
3579         * clean.am (distclean-generic): Don't remove config.status here.
3580         * automake.in (do_one_clean_target): Remove config.status later,
3581         for 'make -j2'.  From Jim Meyering.
3583 Fri Dec  8 16:30:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3585         * configure.in (VERSION): Version 0.25.
3587         * automake.in (handle_texinfo): Use "$? >> 8", not "$?".
3588         (handle_configure): Check for AC_PROG_MAKE_SET.
3590         * depend.am (DEP_FILES): Handle deANSIfication case.  From Jim
3591         Meyering.
3593         * automake.in (am_install_var): Changed how 'clean' handled for
3594         uniform name targets.
3595         * Makefile.am (pkgdata_DATA): Added new files.
3596         * data-clean.am: New file.
3597         * scripts-clean.am: New file.
3598         * libraries-clean.am: New file.
3599         * programs-clean.am: New file.
3601 Wed Dec  6 00:06:11 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3603         * automake.in (am_install_var): Error if variable name
3604         "misspelled".
3605         (handle_source_transform): Automatically include .c file
3606         corresponding to .y or .l.
3608 Tue Dec  5 00:46:14 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3610         * programs.am: Changed for uniform naming scheme.
3612         * automake.in (read_am_file): Allow '-' and '.' in target names.
3613         (generate_makefile): Don't pass arguments to handle_libraries.
3614         (initialize_per_input): Define @sources, @objects.
3615         (generate_makefile): Init @sources, @objects if needed.
3616         (handle_source_transform): Push onto @sources, @objects here.
3617         (am_install_var): Push primary onto @all, for configure-time
3618         customization.
3619         (handle_programs): Use new uniform naming scheme.
3621         * Makefile.am (check-local): New target.
3623         * automake.in (handle_libraries): Use uniform naming scheme.
3625         * libraries.am: Rewrote for uniform naming scheme.
3627         * scripts.am: Updated names of all clean targets.
3629         * automake.in (handle_programs): Split on all whitespace.
3630         (handle_libraries): Ditto.
3631         (handle_texinfo): Ditto.
3632         (handle_man_pages): Ditto.
3633         (am_install_var): Changed return result.
3634         (am_install_var): Changed interface.
3635         (am_install_var): Push onto @clean@ if requested.
3636         (handle_scripts): Pass -clean to am_install_var.
3638 Mon Dec  4 11:55:36 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3640         * automake.in (am_install_var): Push target onto @all.
3641         (get_object_extension): Use $(...).
3642         (handle_source_transform): Ditto.
3643         (handle_programs): Ditto.
3645         * automake.in (require_argument): New function.
3646         (parse_arguments): Use it.
3647         (push_dist_common): New function.
3648         (generate_makefile): Use it.
3649         (handle_texinfo): Ditto.
3650         (handle_dist): Ditto.
3651         (handle_configure): Ditto.
3652         (require_file): Ditto.
3653         (generate_makefile): Don't pass arguments to handle_scripts.
3654         (handle_configure): Require configure.in.
3655         (check_gnu_standards): New function.
3656         (check_gnits_standards): Ditto.
3657         (generate_makefile): Check standards.
3659         * Makefile.am (bin_SCRIPTS): Changed name from SCRIPTS.
3661         * automake.in (LENIENT, GNU, GNITS): New constants.
3662         (initialize_per_input): New function.
3663         (generate_makefile): Use it.
3664         (initialize_global_constants): Renamed from init_globals.
3665         (require_file): Added strictness argument.
3666         (parse_arguments): Added --strict option.
3667         (set_strictness): New function.
3668         (parse_arguments): use it.
3669         (initialize_global_constants): Document --strictness.
3671         * automake.in: Use ${1+"$@"} to preserve quoting when running
3672         under sh.
3674         * texinfos.am (install-info): Don't use "true".
3675         * tags.am (TAGS): Don't use "true".
3677         * dist.am, dist-subd-top.am, remake-hdr.am, remake-subd.am,
3678         remake.am, subdirs.am, texinfos.am: Use "&&" after cd.
3680         * program.am (@PROGRAM@): Use LINK macro.
3681         * compile.am (.c.o): Use COMPILE macro.
3683         * clean.am, remake-hdr.am, remake.am, texinfos.am: Use $(...), not
3684         ${...}.
3686         * subdirs.am (RECURSIVE): Removed macro.
3688         * clean.am: Changed to not be so verbose.
3690         * Makefile.am (pkgdata_DATA): Include texi-clean.am.
3691         * automake.in (handle_texinfo): Transform texi-clean and put into
3692         output rules.
3693         * texinfos-vars.am (TEXFILES): Removed.
3694         * texinfos.am: Removed 'clean' targets.
3695         * texi-clean.am: New file.
3697         * Makefile.am (ETAGS_ARGS): Just use 'automake.in'.
3699         * texinfos-vars.am (TEXFILES): Added *.op.
3701         * dist-vars.am (DISTFILES): Renamed from DIST_FILES, per GNU
3702         standards.
3703         * dist.am (dist): Use DISTFILES.
3704         * dist-subd.am (dist): Use DISTFILES.
3705         * dist-subd-top.am (dist): Use DISTFILES.
3707 Sun Dec  3 00:24:08 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3709         * Makefile.am (ETAGS_ARGS): Define.
3711         * depend.am (.deps/.P): Use ":", not "echo timestamp".  From Jim
3712         Meyering.
3714         * dist-vars.am (DIST_FILES): Removed PACKAGEDATA.
3716         * automake.in (handle_scripts): Use am_install_var.
3718         * scripts.am: Rewrote for new uniform naming scheme.
3720         * Makefile.am (pkgdata_DATA): Removed libscripts.am.
3722         * libscripts.am: Removed.
3724         * packagedata.am: Removed.
3726         * Makefile.am (PACKAGEDATA): Removed packagedata.am.
3727         (pkgdata_DATA): Renamed from PACKAGEDATA.
3729         * automake.in (handle_data): Use am_install_var.
3730         (init_globals): Init %exec_dir_p.
3732         * data.am: Rewrote for new uniform naming scheme.
3734         * automake.in (get_object_extension): New function.
3735         (handle_programs): Use it.
3736         (dir_holds_sources): Changed interpretation.
3737         (handle_headers): New function.
3738         (am_install_var): New function.
3739         (generate_makefile): Call handle_headers.
3741         * header-vars.am (pkgdatadir): New macro.
3742         (pkglibdir): Ditto.
3743         (pkgincludedir): Ditto.
3745         * automake.in (handle_source_transform): New function.
3746         (am_error): New function.
3747         (generate_makefile): Use it.
3748         (handle_source_transform): Ditto.
3749         (handle_texinfo): Ditto.
3750         (handle_dependencies): Ditto.
3751         (handle_merge_targets): Ditto.
3752         (require_file): Ditto.
3754 Sat Dec  2 21:39:56 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3756         * automake.in: Updated FSF address.  From Jim Meyering.
3757         * header-vars.am: Updated FSF address.
3759         * distname.am: Removed.
3761         * automake.in (file_contents): Strip "##" comments.
3762         * Various files: Added "##" comments for strange things.
3764         * automake.in (handle_tags): Generate TAGS rule for every
3765         directory.
3767         * subdirs.am (RECURSIVE): Include installcheck-recursive.
3768         * automake.in (installcheck): New variable.
3769         (generate_makefile): Initialize it.
3770         (handle_subdirs): Push 'installcheck-recursive'.
3771         (handle_merge_targets): Handle installcheck target.
3773 Thu Nov 30 20:13:16 1995  Tom Tromey  <tromey@cambric>
3775         * automake.in ($PACKAGE): Removed.
3777         * header-vars.am (ALL): Removed.
3779         * automake.in: Reworked 'all' target handling.
3781         * automake.in (generate_makefile):
3782         Don't use AM_ forms in call to am_variable.
3784         * automake.in: Changes for Perl 5, from Gord Matzigkeit
3786         * clean.am (MOSTLYCLEANFILES, MAINTAINERCLEANFILES): New variables.
3788         * automake.in (handle_footer): Allow SUFFIXES variable.
3790         * automake.in (am_variable): New function.
3791         (handle_texinfo): Use it.
3792         (generate_makefile): Use it.
3794         * configure.in: Version 0.24.
3796 Wed Nov 29 23:50:14 1995  Tom Tromey  <tromey@cambric>
3798         * automake.in (handle_libraries):
3799         Generate blah_LIBADD defines if required.
3801         * library.am (lib@LIBRARY@.a): Look at $(@LIBRARY@_LIBADD)
3803         * libraries-vars.am (LIBOBJS, ALLOCA): Removed.
3805         * compile-kr.am: ($(OBJECTS)): Depend on $(ANSI2KNR), not ansi2knr.
3807         * configure.in: Version 0.23
3809         * dist-subd-top.am (dist): Don't die if a subdirectory already exists.
3811         * dist-subd-top.am, dist.am (dist): Give automake --output-dir option.
3813         * automake.in: New option --output-dir
3815         * automake.in (handle_configure): Fixed typo.
3817         * automake.in (handle_installdirs): Always make installdirs target.
3819         * subdirs.am (RECURSIVE): Removed uninstall-data-recursive and
3820         uninstall-exec-recursive.  Added installdirs-recursive.
3822         * automake.in (handle_installdirs): Handle installdirs-recursive.
3823         (handle_man_pages): 'all' depends on $(MANS)
3825         * Makefile.am: Removed mans.am.
3827         * automake.in: More man-related fixes
3829         * automake.in: Bug fixes
3831         * automake.in: Rewrote man page handling.
3833         * texi-version.am, remake-hdr.am, depend.am: Don't use touch.
3835         * automake.in (handle_installdirs): New function.
3836         (@installdirs): New global.
3837         Many changes to deal with installdirs.
3839         * clean.am (clean-generic): Always supply 'else' clause to 'if'
3841         * automake.in (generate_header): Don't use header.am.
3842         (handle_dist): Don't use dist-subd-vars.am.
3844         * Makefile.am (PACKAGEDATA): Removed dist-subd-vars.am, header.am.
3846         * Makefile.am (DISTCLEANFILES): Removed.
3848         * clean.am (clean-generic): Bug fix.
3850         * clean.am (clean-generic): Only remove CLEANFILES if nonempty
3852         * texi-version.am (clean-vti): No such macro as VTI
3854 Tue Nov 28 19:56:07 1995  Tom Tromey  <tromey@cambric>
3856         * automake.in: Bug fix for maintainer-clean
3858         * automake.in (do_one_clean_target):
3859         Print special text in maintainer-clean.
3860         (handle_clean): Always include clean.am
3862         * clean.am: Use -generic clean targets.
3864         * compile.am: Added clean targets.
3866         * configure.in: Version 0.22.
3868         * automake.in (handle_dependencies):
3869         Put trailing newline after all deps.
3871         * automake.in (handle_dependencies): Another dependency bug fix.
3873         * automake.in (handle_dependencies):
3874         Bug fix when including dependencies.
3876         * automake.in (handle_configure):
3877         Verify existence of install-sh, mkinstalldirs
3879         * automake.in (handle_texinfo): Include stamp-vti in distribution
3881         * dist-subd-vars.am, dist-vars.am (DIST_FILES):
3882         Include DATA, PACKAGEDATA.
3884         * Makefile.am: Nothing
3886         * Makefile.am (DIST_OTHER): Don't distribute gettext-sh
3888         * automake.in (handle_texinfo): Typo
3890         * automake.in: If script ends up in shell, feed to perl
3892         * automake.in: Rewrote 'clean' rules.
3893         Documentation made and installed first.
3894         'all' depends on 'info'
3896 Mon Nov 27 23:57:29 1995  Tom Tromey  <tromey@cambric>
3898         * configure.in, Makefile.am: Turned off internationalization.
3900         * clean-kr.am: Rewrote for new clean scheme.
3902         * tags-clean.am: Remove TAGS in distclean, not maintainer-clean
3904         * Makefile.am (PACKAGEDATA): Include tags-clean.am
3906         * subdirs.am: Removed bogus local clean targets
3908         * tags-clean.am: Initial revision
3910         * texi-version.am: Added clean targets
3912         * texinfos.am: Fixes to clean targets.
3914         * texinfos.am, libscripts.am, scripts.am, libraries.am, libprograms.am, programs.am:
3915         Added clean targets
3917         * compile-kr.am (ansi2knr.o): Depend on CONFIG_HEADER
3919         * automake.in: Completely revamped automatic de-ANSI-fication
3921         * compile-kr.am: (ansi2knr, $(OBJECTS)): New targets
3923         * compile-vars.am (LINK): New macro
3925         * kr-vars.am: Trailing blank line
3927         * compile-kr.am: Rewrote
3929         * compile-vars.am (COMPILE): New macro
3931         * compile-vars.am (ANSI2KNR): Removed
3933         * Makefile.am (PACKAGEDATA): Removed all sed scripts.  Added kr-vars.am
3935         * kr-vars.am: Initial revision
3937         * automake.in (require_file): New function.
3938         (handle_texinfo): Require 'mdate-sh'
3939         (common_sometimes): New variable
3940         (usage): Use it.
3942         * texi-version.am (stamp-vti): Use Ulrich's mdate-sh script
3944         * mdate-sh: Initial revision
3946         * automake.in (handle_footer): Don't define SOURCES or OBJECTS if empty
3948         * automake.in (generate_makefile):
3949         Put Makefile.in, Makefile.am in @dist_common
3950         (handle_configure): Use @dist_common as appropriate
3952         * dist-subd-vars.am, dist-vars.am (DIST_CONF): Removed
3954         * configure.in: Abort if perl not found
3956         * configure.in: Look for perl
3958         * automake.in: Reimplemented in Perl
3960         * automake.in: Fixlet
3962 Sun Nov 26 08:09:30 1995  Tom Tromey  <tromey@cambric>
3964         * automake.in: Always print ".SUFFIXES:" rule.
3966         * automake.in: Distribution config.h.in if required
3968         * automake.in: Bug fix when including texi-version.am
3970         * automake.in: Bug fix when looking for .texi file in $am_reldir
3972         * depend.am: Comment fix
3974         * automake.in: Look for .texi file in $am_reldir
3976         * automake.in: Fixlet
3978         * automake.in: Blank line after targets from user's Makefile.am
3980         * automake.in: Move footer items to actual footer
3982         * automake.in: Include stamp-h.in in DIST_COMMON if necessary
3984         * automake.in (common):
3985         Don't include acconfig.h, config.h.top, config.h.bot
3987         * Makefile.am (CONFIG_HEADER): Renamed from CONFIG_H
3989         * Makefile.am (CONFIG_H): Define
3991         * acconfig.h: Initial revision
3993         * configure.in: Use AC_CONFIG_HEADER.
3995         * automake.in: Put blah_TEXINFOS into DIST_COMMON
3997         * automake.in: .info file explicitly depends on primary .texi file
3999         * texinfos.am (install-info): Always supply 'else' clause to 'if'
4001         * tags.am (TAGS): Always supply 'else' clause to 'if'
4003         * subdirs.am (.NOEXPORT): Removed (now in footer.am)
4005         * automake.in: Always include footer.am in output
4007         * mans.am (install-man): Always supply 'else' clause to 'if'
4009         * automake.in: More version.texi fixes
4011         * automake.in: Only do version.texi processing if requested.
4013         * automake.in: Minor internationalization fixes.
4014         Subshell can now exit with nonzero status.
4015         Fixed up .texi handling; now uses texi-version.am
4016         Make sure '.c' and '.o' are in .SUFFIXES if required.
4018         * Makefile.am (PACKAGEDATA): Include texi-version.am
4019         (stamp-vti, version.texi): Removed
4020         (TEXINFOS): Don't reference version.texi
4022         * texi-version.am: Initial revision
4024         * dist.am, dist-subd-top.am (dist):
4025         [DIST_SUBDIRS] Follow symlinks when copying.
4027         * dist-subd-top.am (dist): Removed unneeded subdir= option to make
4029 Sat Nov 25 23:23:39 1995  Tom Tromey  <tromey@cambric>
4031         * automake.in: Added --amdir option
4033         * Makefile.am, configure.in: Turned on internationalization
4035         * Makefile.am: Set EDITION
4037         * configure.in: Version 0.21
4039         * tags.am, tags-subd.am: Don't use double-colon rules
4041         * automake.in: Redid install-data, install-exec, uninstall handling
4043         * configure.in: Turn off i18n
4045 Fri Nov 24 23:51:37 1995  Tom Tromey  <tromey@cambric>
4047         * automake.in (common): Remove NLS
4049         * automake.in (common): Include ABOUT-NLS.
4051         * automake.in: Test for install-sh and mkinstalldirs
4053         * automake.in: Blank line after OBJECTS= line
4055         * automake.in: Start subshell in loop after check for Makefile.am
4057         * automake.in: --use-deps now the default
4059         * automake.in (am_dir): Don't apply transform to install directory name
4061         * packagedata.am: Don't apply transform to install directory name
4063         * Makefile.am (SUBDIRS): Hold off on internationalization
4065 Thu Nov 23 18:02:38 1995  Tom Tromey  <tromey@cambric>
4067         * automake.in:
4068         Write 'SOURCES =' line after copying Makefile.am variables
4070         * automake.in: Fixed bug in "--" option processing
4072         * subdirs.am: ($(RECURSIVE)): Removed trailing \ from last line
4074         * Makefile.am (DIST_OTHER): Include gettext-sh
4076         * Makefile.am (SUBDIRS): Define
4078         * configure.in: Include internationalization bits
4080         * automake.in: Many changes to avoid double-colon rules.
4082         * subdirs.am: ($(RECURSIVE)): Print name of target actually used
4084         * subdirs.am: Removed "::" rules
4086         * header.am: Removed install, uninstall
4088         * header.am: Added install, uninstall targets
4090         * hack-make.sed: Rewrite targets like "all-local" to "all_local"
4092         * header.am, libraries.am, mans.am, texinfos.am, footer.am:
4093         Removed "::" rules
4095         * Makefile.am (PACKAGEDATA): Include libscripts.am
4097         * libprograms.am: Don't install libscripts here
4099         * libscripts.am: Initial revision
4101         * scripts.am, programs.am, libprograms.am: Removed "::" rules
4103         * automake.in (am_dir): Run package name through name transform.
4105         * automake.in: Don't use packagedata.sed or data.sed
4107         * Makefile.am (PACKAGEDATA): Removed data.sed, packagedata.sed.  Added
4108         packagedata.am
4110         * data.am: No longer run through sed
4112         * packagedata.am: Initial revision
4114 Wed Nov 22 22:31:02 1995  Tom Tromey  <tromey@cambric>
4116         * automake.in: No blank line after Usage
4118         * automake.in: Removed "NLS nuisances" section.
4119         Now uniformly uses $echo for user-visible messages (in advance of
4120         internationalization)
4122         * subdirs.am (maintainer-clean): Don't use realclean-local
4124         * Makefile.am: Use PACKAGEDATA, not custom code
4126         * data.am: Use @LONG@, not $(@LONG@)
4128         * automake.in: Handle DATA and PACKAGEDATA
4130         * packagedata.sed: Initial revision
4132         * data.am: Use @DIR@, not $(@DIR@)
4134         * data.sed: Use $(datadir), not datadir
4136         * data.sed: Initial revision
4138         * data.am: Wrote uninstall targets
4140         * data.am: Initial revision
4142         * dist-subd.am (dist): Don't link a file that has already been linked
4144         * dist-subd-top.am, dist.am (dist):
4145         Run `automake --include-deps' before making distribution
4147         * automake.in: More dependency-tracking bug fixes
4149         * dist-vars.am (DIST_FILES): Rearranged to be like dist-vars-subd.am
4151         * dist-subd-vars.am (DIST_FILES): Include DIST_COMMON
4153         * tags-subd.am, tags.am: Added trailing blank line
4155         * depend.am: Use ".P", not "empty.P", as placeholder.
4157         * automake.in: Only include depend.am if SOURCES not empty
4159         * automake.in: Added --use-deps and --include-deps options.
4160         Handle auto-generating dependencies.
4162         * Makefile.am (am_DATA): Include depend.am
4164         * depend.am: Initial revision
4166         * automake.in: Look for acconfig.h, config.h.top, and config.h.bot
4168         * automake.in: Put blank line after .SUFFIXES
4170         * scripts.am: Added blank line at end
4172         * scripts.am: Removed unnecessary comment
4174         * scripts.am: Removed unnecessary workarounds
4176         * automake.in: Don't include programs.am if PROGRAMS empty
4178         * header-vars.am (INSTALL_SCRIPT): Typo
4180         * texinfos.am, compile-kr.am: Don't include .SUFFIXES
4182         * automake.in: Handle .SUFFIXES here.
4184         * configure.in: Use fp_PROG_INSTALL
4186         * header-vars.am: Changes for autoconf 2.5.
4187         Now includes INSTALL_SCRIPTS.
4189         * texinfos.am (install-info): Bug fix
4191         * automake.in:
4192         Include scripts.am or libscripts.am in output if appropriate
4194         * programs.am (install-programs, uninstall-programs):
4195         Don't install SCRIPTS
4197         * Makefile.am (am_DATA): Include scripts.am
4199         * scripts.am: Initial revision
4201 Tue Nov 21 09:11:38 1995  Tom Tromey  <tromey@cambric>
4203         * automake.in:
4204         Cleaned up how "prog_SOURCES" variable is found in input.
4205         Ditto prog_OBJECTS.
4206         Put static sed scripts into separate, installed files.
4208         * Makefile.am (am_DATA): Include hack-make.sed and nl-remove.sed
4210         * hack-make.sed, nl-remove.sed: Initial revision
4212         * texinfos.am (install-info): Rewrote
4214         * subdirs.am (all-recursive): Put with other -recursive rules
4216         * configure.in: Version 0.20
4218         * automake.in: Another bug fix
4220         * automake.in: Bug fix when looking for texinfo.tex
4222         * texinfo.tex: Initial revision
4224         * automake.in:
4225         If TEXINFOS defined but texinfo.tex does not exist, give warning.
4227         * subdirs.am (all): Renamed from _all.  Now uses all-recursive
4228         (all-recursive): Don't fail immediately if -k specified.
4230 Mon Nov 20 22:48:03 1995  Tom Tromey  <tromey@cambric>
4232         * subdirs.am (_all):
4233         New target.  Now use Jim Meyering's formulation of AIX
4234         workaround.
4235         (install-exec, install-data): New targets
4237 Sat Nov 18 19:07:30 1995  Tom Tromey  <tromey@cambric>
4239         * remake.am (Makefile.in): automake "Makefile", not "Makefile.am"
4241         * automake.in: Use @datadir@
4243         * automake.in: Added @configure_input@ line
4245 Fri Nov 17 23:32:43 1995  Tom Tromey  <tromey@cambric>
4247         * automake.in: "--help" option now prints auto-recognized file names.
4248         Allow AM_ overriding of more variables.
4250         * texinfos.am (install-info):
4251         Don't cd to srcdir to avoid breaking install-sh
4252         Other bug fixes
4254         * Makefile.am: Handle automake.texi
4256 Thu Nov 16 18:43:43 1995  Tom Tromey  <tromey@cambric>
4258         * subdirs.am (all): Separated out due to AIX 3.2.5 bug.
4260         * tags.am (TAGS): bug fix
4262         * automake.in: Use am_dir, not AM_DIR.
4263         Use version, not VERSION.
4264         Bug fix in TAGS code.
4266         * Makefile.am (am_DATA): Include tags.am and tags-subd.am
4268         * subdirs.am: TAGS target now in tags.am
4270         * footer.am: TAGS and ID targets now in tags-subd.am
4272         * tags-subd.am, tags.am: Initial revision
4274         * automake.in: Cleaned up AM_PROGRAM code.
4275         Handle TAGS target better
4277         * remake.am, remake-subd.am (Makefile.in): Bug fix.
4279         * automake.in (usage): Updated
4281         * remake-subd.am, remake.am:
4282         Added rule where Makefile.in depends on Makefile.am
4284         * automake.in: Entire body of 'for' loop now in subshell
4286         * automake.in (common): config.guess and config.sub are common files.
4288         * dist-subd-top.am, dist.am (dist): Bug fix.
4290         * Makefile.am (DIST_OTHER): Don't include TODO
4292         * automake.in: Auto-include TODO and THANKS files.
4294         * dist-subd-top.am, dist.am (dist): Don't depend on DIST_DIRS
4296         * automake.in: More bug fixes in "look for Makefile.am" code.
4298         * automake.in: Bug fix in "look for Makefile.am" code.
4300         * automake.in:
4301         If no arguments given, look for all Makefile.am's in this
4302         directory and in immediate subdirs
4304         * automake.in: Bug fixes for LDADD-override feature.
4306         * program.am: Use @PROGRAM@_LDADD, and put after LDFLAGS
4308         * automake.in: Allow `prog_LDADD', if specified, to override LDADD.
4310         * automake.in: Use AM_PROGRAMS, not ALLPROGRAMS, and invert sense.
4312         * header-vars.am (ALL): Use PROGRAMS, not ALLPROGRAMS.
4314 Wed Nov 15 01:54:43 1995  Tom Tromey  <tromey@cambric>
4316         * automake.in: No longer look for _SOURCES or _OBJECTS
4318         * header-vars.am:
4319         Remove "automatically created" header (now in automake).
4320         Updated copyright.
4322         * automake.in: Put version info in Makefile header
4324 Tue Nov 14 23:38:17 1995  Tom Tromey  <tromey@cambric>
4326         * automake.in: Minor cleanups
4328         * dist-subd-top.am, dist.am (dist):
4329         Don't link or copy file if it already exists.
4331         * automake.in:
4332         Look for _SOURCES (common sources) and generate _OBJECTS.
4334         * footer.am (ID, TAGS): Include HEADERS
4336         * dist-vars.am, dist-subd-vars.am (DIST_FILES): Include HEADERS
4338 Mon Nov 13 22:20:02 1995  Tom Tromey  <tromey@cambric>
4340         * dist-subd.am (distdir): Is relative to ".."
4342         * dist-subd-vars.am (PACKAGE, VERSION): Define
4344         * dist-subd.am (dist): Don't handle DIST_DIRS.
4346         * mans.am (uninstall-man): Another bug fix.
4348         * mans.am (uninstall-man): Bug fix.
4350         * dist.am, dist-subd-top.am (dist): Bug fix
4352         * Makefile.am (DIST_SUBDIRS): New macro
4354         * dist-subd-top.am, dist.am (dist): Handle DIST_SUBDIRS
4356         * Makefile.am (DIST_OTHER): Include automake.in
4358         * Makefile.am (DISTCLEANFILES): New macro.
4360         * automake.in (common): Include COPYING.LIB
4362         * Makefile.am (automake): New rule.
4364         * texinfos.am (install-info): Changed per GNU standards
4366         * remake-hdr.am (stamp-h.in):
4367         Use "touch", not "date", per GNU standards.
4369         * automake.in (common): Include texinfo.tex
4371 Sun Nov 12 23:59:08 1995  Tom Tromey  <tromey@cambric>
4373         * automake.in: More fixes when finding common files.
4375         * Makefile.am (DIST_OTHER): Another removal.
4377         * automake.in: Special-case when amdir=.
4379         * Makefile.am (DIST_OTHER): Removed auto-detected files.
4381         * automake.in:
4382         Search for commonly-used files and auto-include them in distribution
4384         * dist-vars.am (DIST_FILES): Include DIST_COMMON.
4385         (DIST_CONF): Removed files searched for by automake.
4387         * automake.in: More arg-parsing bug fixes.
4389         * Makefile.am (DIST_OTHER): Include install-sh
4391         * Makefile.am (DIST_OTHER): Don't include auto-included files.
4393         * automake.in: Bug fixes to argument parsing code.
4395         * automake.in: Handle --version and --help.
4396         NLS stuff from autoconf.
4398         * Makefile.am (amdatadir): Fixed typo.
4399         (install): Make install directories
4401         * Makefile.am: Use "install::", not "install:"
4403         * install-sh, mkinstalldirs: Initial revision
4405         * configure.in: Use AC_PROG_INSTALL
4407         * automake.in: Set AM_DIR based on configure results.
4409         * Makefile.am (install): New target.
4410         (amdatadir): New variable.
4412         * automake.in: Use "#! /", not "#!/".
4414         * Makefile.am, configure.in: Initial revision
4416         * automake.in: Renamed from "automake".
4417         Set VERSION.
4419         * dist.am (PACKAGE, VERSION): Now in dist-vars.am
4421         * automake.in: Insert remake-subd.am if appropriate.
4423         * subdirs.am (TAGS): Include $(CONFIG_HEADER) when making tags.
4425         * automake.in: Handle ALLPROGRAMS variable.
4427         * header-vars.am (ALL): Use ALLPROGRAMS, not PROGRAMS.
4429         * automake.in: Fixlet when printing "subdir=DIR"
4431         * automake.in: Put "subdir=DIR" into subdir Makefile
4433         * automake.in: Don't refer to distname.am.
4434         Only put footer.am in subdir Makefiles.
4436         * subdirs.am (id, ID): New target.
4437         (.NOEXPORT): Copied from footers.am.
4439         * subdirs.am (TAGS): Bug fixes.
4441         * subdirs.am (TAGS): Don't fail if a subdir doesn't have TAGS target.
4443         * subdirs.am (maintainer-clean-local): Remove TAGS
4445         * subdirs.am (TAGS): Make tags file that includes all subdir tags files
4447         * subdirs.am: Use maintainer-clean, per GNU standards
4449         * dist-subd-top.am: Some variables defined in dist-vars.am
4451         * dist-vars.am (PACKAGE, VERSION):
4452         New variables, initialized by configure
4454         * footer.am (id, ID): New targets
4455         (TAGS): Put TAGS file in build, not source, directory
4457         * remake-subd.am (Makefile): Don't assume subdir is 'src'
4459         * dist.am: Changed to assume PACKAGE and VERSION are set by configure.
4461         * dist-subd.am: Changed to conform to new top-level dist target.
4463         * dist-subd-top.am:
4464         Changed to assume PACKAGE and VERSION are set by configure.
4466         * clean-kr.am, clean.am (maintainer-clean):
4467         Updated rules per GNU standards.
4469         * clean.am, clean-kr.am (maintainer-clean): Renamed from realclean.
4471 Sat Nov  5 14:39:50 1994  djm  <djm@cambric>
4473         * automake.in, texinfos.am: kludge for multiple-part info files
4475 Thu Nov  3 13:33:44 1994  djm  <djm@cambric>
4477         * clean.am, clean-kr.am: remove INFOS
4479 Wed Nov  2 06:15:42 1994  djm  <djm@cambric>
4481         * texinfos.am: add path
4483         * remake.am, remake-hdr.am: account for VPATH limitations
4485 Mon Oct 24 23:01:59 1994  djm  <djm@cambric>
4487         * automake.in, dist-subd-top.am, dist-subd.am, dist.am, header-vars.am, libprograms.am, programs.am:
4488         handle SCRIPTS and LIBSCRIPTS similar to PROGRAMS
4490 Sun Oct 23 01:50:41 1994  djm  <djm@cambric>
4492         * texinfos.am: install-info depends on info files
4494         * dist-subd-vars.am, dist-vars.am: distrib info files
4496 Sun Oct  2 02:03:06 1994  djm  <djm@cambric>
4498         * clean-kr.am, clean.am: fix up distclean
4500         * subdirs.am: fix typo
4502         * clean.am: do more in distclean
4504 Sat Oct  1 23:52:51 1994  djm  <djm@cambric>
4506         * libraries.am: make install depend on all
4508         * automake.in: fix typo
4510 Wed Sep 28 21:15:26 1994  djm  <djm@cambric>
4512         * dist-subd-vars.am, dist-vars.am, header-vars.am: fix doc bugs
4514         * automake.in, compile-vars.am, dist.am: fix dist for no subdirs
4516         * dist-subd-top.am: Initial revision
4518         * automake.in, header-vars.am, libraries-vars.am, mans-vars.am, texinfos-vars.am:
4519         centralize prefix var setting
4521         * header-vars.am: set all the std vars based on prefix
4523 Tue Sep 27 01:32:22 1994  djm  <djm@cambric>
4525         * automake.in: don't add kr stuff if not needed
4527         * dist-vars.am: add config vars to dist
4529 Mon Sep 26 23:09:09 1994  djm  <djm@cambric>
4531         * program.am: add LDADD
4533         * compile-vars.am: remove LDADD from LDFLAGS
4535         * clean.am: move knr stuff to another file
4537         * automake.in: use different clean file for ansi2knr
4539         * clean-kr.am: Initial revision
4541 Thu Sep 22 03:45:02 1994  djm  <djm@cambric>
4543         * automake.in, dist-subd.am, dist.am: fix rules and dist
4545 Tue Sep 20 21:29:40 1994  djm  <djm@cambric>
4547         * compile.am, automake.in: split out knr
4549         * compile-kr.am: Initial revision
4551         * libprograms.am: fix typo
4553         * automake.in, clean.am, compile-vars.am, header-vars.am, libprograms.am:
4554         make libprograms work
4556         * libprograms.am: Initial revision
4558         * automake.in, compile.am, header-vars.am: fix little bugs
4560         * compile.am: allow parallel K&R
4562         * clean.am: remove kerb temps
4564         * automake.in: fix recognizing start of rules
4566         * dist-subd.am, dist.am: fix dist
4568         * automake.in, compile.am, footer.am, texinfos.am: fix ansi2knr
4570 Mon Sep 19 23:39:21 1994  djm  <djm@cambric>
4572         * automake.in: works on m4 too
4574         * automake.in, mans.am: works on fileutils
4576         * 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:
4577         works on fileutils except for all
4579         * automake.in: vars thing
4581         * header-vars.am: Initial revision
4583         * texinfos-vars.am, mans-vars.am, libraries-vars.am, dist-vars.am, dist-subd-vars.am:
4584         entered into RCS
4586         * compile-vars.am: Initial revision
4588         * automake.in: many improvements
4590         * footer.am: Initial revision
4592         * dist.am: remove distname
4594         * automake.in: namespace cleanup
4596         * distname.am: Initial revision
4598         * 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:
4599         might work
4601         * 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:
4602         Initial revision