1 Mon Mar 10 23:17:19 1997 Tom Tromey <tromey@cygnus.com>
3 * automake.in (handle_lib_objects): Set seen_c_source as
4 appropriate. From Alexander V. Lukyanov.
6 Sat Mar 8 22:54:35 1997 Tom Tromey <tromey@cygnus.com>
8 * texinfo.tex: New version.
10 * automake.in (handle_emacs_lisp): If EMACS is `no', then we
11 couldn't find an Emacs. So don't bother running elisp-comp. From
14 * automake.in (handle_texinfo): Added .tr and .cv to list of
15 texinfo clean extensions. From Karl Berry.
17 Fri Feb 28 22:14:53 1997 Tom Tromey <tromey@cygnus.com>
19 * Makefile.am: Make sure we never use "undef".
21 * automake.in (usage): Changed bug-reporting address.
22 (handle_dist): Use undef, not delete.
24 Wed Feb 26 00:20:39 1997 Tom Tromey <tromey@cygnus.com>
26 * automake.in (handle_tags): In default case, add @tags_deps to
27 dependencies of tags target.
29 Tue Feb 25 23:46:29 1997 Tom Tromey <tromey@cygnus.com>
31 * automake.in (handle_tests): If a test failed, then make should
32 fail. From Jim Meyering.
34 Mon Feb 24 19:02:21 1997 Tom Tromey <tromey@cygnus.com>
36 * texi-vers.am (@VTEXI@): Copy stamp file into output.
38 Sun Feb 23 00:10:36 1997 Tom Tromey <tromey@cygnus.com>
40 * automake.in (handle_programs): Give correct error line for lex
42 (am_line_error): Avoid uninitialized value errors from perl -w.
44 * aclocal.in (scan_m4_files): Fixed perl -w warning.
46 * texinfos.am (.texi, .texinfo): New targets.
48 * automake.in (scan_texinfo_file): Renamed.
49 (handle_texinfo): Handle files without ".info" extension.
51 * automake.in (handle_subdirs): Error if directory contains "/".
52 (handle_yacc_lex_cxx): Quoting fix.
53 (handle_single_transform_list): Use transformed (non-ansi) version
54 of $obj instead of explicit ".o". From Gord Matzigkeit.
56 * m4/sanity.m4: Pass -L to ls if possible.
58 Sat Feb 22 15:22:31 1997 Tom Tromey <tromey@cygnus.com>
60 * dist-vars.am (DISTFILES): Don't distribute MANS.
62 * automake.in (handle_dist): Use define_variable to define TAR,
64 (handle_dist): Pass GZIP in environment to tar.
65 (initialize_global_constants): Likewise.
68 * m4/protos.m4: Don't put any dependencies on AC_C_INLINE or
70 * m4/ccstdc.m4: Force AM_PROG_CC_STDC to come before AC_C_INLINE
73 Fri Feb 21 00:39:17 1997 Tom Tromey <tromey@cygnus.com>
75 From The Crimson Binome:
76 * automake.in (handle_yacc_lex_cxx): Handle C++ yacc/lex source.
77 (output_yacc_build_rule): New sub for C++ yacc/lex.
79 * automake.in (my_glob): New sub.
80 (handle_dependencies): Use my_glob.
81 (handle_aclocal_m4): Scan ACLOCAL_AMFLAGS for dependencies.
83 * ltlibs.am, lisp.am, libs.am, header.am, data.am, progs.am,
84 scripts.am, texinfos.am: Add leading space to echo.
86 * automake.in (handle_texinfo): Added .tps and .vrs to list of TeX
87 endings. From Jim Blandy.
88 (install_man_format): Make rule silent; instead print actual
91 Tue Feb 4 18:29:42 1997 Tom Tromey <tromey@cygnus.com>
93 * dist-vars.am (TAR): Removed.
94 * automake.in (TAR): New variable.
95 (handle_dist): Explicitly define TAR.
96 * configure.in: Compute TAR.
98 * automake.in (handle_lib_objects): Put @ALLOCA@ on @dep_list, not
100 (AC_SUBST_PATTERN): Typo fix.
101 (handle_aclocal_m4): Use ACLOCAL_AMFLAGS.
102 (handle_clean): Put -recursive target before -am target.
103 (handle_merge_targets): Put basename of $config_name on @all.
104 Test confsub.test. From Ramón García Fernández.
106 Tue Jan 28 22:19:04 1997 Tom Tromey <tromey@cygnus.com>
108 * automake.in (initialize_global_constants): Put libtoolize files
109 into @common_files, not @common_sometimes. From Gord Matzigkeit.
111 Sun Jan 26 17:46:08 1997 Tom Tromey <tromey@cygnus.com>
113 * texinfos.am (.texi.info): If --cygnus, set -I $(srcdir). From
116 Sun Jan 12 18:28:16 1997 Fred Fish (fnf@ninemoons.com)
118 * automake.in: Use 'interlock' and 'ylwrap' from source
119 directory or aux config directory, not build directory.
121 Tue Jan 7 18:35:10 1997 Tom Tromey <tromey@cygnus.com>
123 * aclocal.in (parse_arguments): Handle -I.
125 (scan_m4_files): Ditto.
127 * automake.in (handle_single_transform_list): Don't give error
128 message if extension unrecognized.
130 Tue Dec 17 11:18:20 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
132 * m4/header.m4 (AM_CONFIG_HEADER): Check for $CONFIG_HEADERS, not
135 Tue Jan 7 17:59:26 1997 Tom Tromey <tromey@cygnus.com>
137 * automake.in (scan_one_configure_file): AM_INIT_GUILE_MODULE runs
138 AM_PROG_INSTALL, not AC_PROG_INSTALL. From Jim Blandy.
139 (handle_texinfo): Handle no-texinfo.tex option.
140 (handle_options): Ditto.
142 Thu Jan 2 14:16:17 1997 Tom Tromey <tromey@cygnus.com>
144 * automake.in (am_install_var): Ignore EXTRA libtool libraries.
147 Wed Dec 18 15:27:09 1996 Tom Tromey <tromey@cygnus.com>
149 * automake.in (read_am_file): Sort configure_vars before adding to
151 (handle_yacc_lex_cxx): Sort de_ansi_objects.
152 (handle_man_pages): Sort %section keys.
154 Tue Dec 10 00:41:17 1996 Tom Tromey <tromey@cygnus.com>
156 * automake.in (AC_SUBST_PATTERN): Check for alphanumeric variable
157 names only. Test subst.test.
158 (scan_one_configure_file): Skip AC_DEFUN lines. Test
161 Mon Dec 9 08:18:42 1996 Tom Tromey <tromey@cygnus.com>
163 * automake.in (file_contents_with_transform): Use ne, not !=, to
164 compare strings. Compare against correct string. From Jim
166 (handle_texinfo): Use rm -f to remove info files. From Gord
171 * automake.in (handle_texinfo): Put .ps on @suffixes.
173 Sun Dec 8 12:29:52 1996 Tom Tromey <tromey@cygnus.com>
175 * automake.in (am_install_var): Directory with 'exec' in its name
176 is installed by install-exec.
178 * subdirs.am (maintainer-clean-recursive): Make commands quiet.
179 * texinfos.am: Make commands quiet.
180 * scripts.am: Make commands quiet.
181 * progs.am: Make commands quiet.
182 * ltlibs.am: Make comamnds quiet.
183 * lisp.am: Make commands quiet.
184 * libs.am: Make commands quiet.
185 * header.am: Make commands quiet.
186 * data.am: Make commands quiet.
188 * automake.in (variable_value_as_list): Handle := substitution
190 (am_conf_line_error): Take file argument. Changed all callers.
191 (scan_one_configure_file): Skip config header of [$1].
192 (scan_dependency_file): Don't add top_builddir to regex if it is
193 ".". Don't include top_builddir in output if it is ".".
194 (scan_one_configure_file): Skip version of [$2].
196 Sat Dec 7 11:34:39 1996 Tom Tromey <tromey@cygnus.com>
198 * automake.in (scan_one_configure_file): New sub.
199 (scan_configure): Scan aclocal.m4 as well as configure.in.
200 (handle_configure): Makefile.in now depends on $(ACLOCAL), because
203 * automake.in (handle_configure): Put full path to file onto
204 @rewritten_inputs. Test output4.test.
206 * automake.in (handle_configure): Put proper name onto @inputs.
209 * automake.in (handle_configure): Pass correct args to automake
210 invocations. Test remake2.test.
212 * automake.in (handle_configure): Check dirname of $file, not of
213 $local. Test output2.test.
215 * automake.in (handle_dependencies): Added some missing ";"s in
217 (get_object_extension): Ditto.
218 (handle_tags): Ditto.
219 (handle_tests): Ditto.
220 (read_am_file): Ditto.
221 (am_install_var): Ditto.
222 (file_contents_with_transform): Die if transform missing trailing
225 * automake.in (am_install_var): Quote $ in regexp substitution.
228 Fri Dec 6 18:54:10 1996 Tom Tromey <tromey@cygnus.com>
230 * automake.in (handle_configure): Require actual input files, not
231 rewritten input files. From Ulrich Drepper.
233 Thu Dec 5 02:52:20 1996 Tom Tromey <tromey@cygnus.com>
235 Suggestion from Mark Galassi:
236 * texinfos.am (DVIPS): New macro.
239 * automake.in (handle_dependencies): Check to make sure
240 --build-directory specified before searching for .P files.
241 (handle_configure): Correctly handle ":" syntax when running
244 * remake.am: Removed rules to regenerate Makefile and Makefile.in;
245 now handled by handle_configure.
247 * remake-subd.am: Removed.
249 * automake.in (scan_configure): Handle multiple ":"s in AC_OUTPUT
251 (parse_arguments): Ditto.
252 (handle_configure): Ditto.
253 (%other_output_files): Removed.
254 (rewrite_inputs_into_dependencies): New sub.
255 (handle_configure): Use it.
256 (handle_configure): Ditto.
258 From Gord Matzigkeit:
259 * automake.in (generate_makefile): Handle ":" in AC_OUTPUT arg.
260 (handle_configure): Ditto.
262 * automake.in (handle_single_transform_list): .S is assembly
263 source. From Anthony Green.
265 * automake.in (handle_single_transform_list): Correctly rewrite
266 C++ and Fortran source to objects ending in ".o". Test
269 * automake.in: Better error message if file missing.
271 * aclocal.in (@obsolete_macros): ud_GNU_GETTEXT is obsolete.
272 * automake.in (handle_gettext): Use AM_GNU_GETTEXT, not
274 (scan_configure): Ditto. ud_GNU_GETTEXT is now obsolete.
276 Wed Dec 4 00:41:23 1996 Tom Tromey <tromey@cygnus.com>
278 * automake.in (scan_configure): Skip empty elements when adding to
279 libsources. Perl 4 bug reported by Greg A Woods.
281 * Makefile.am (perl4-check): New target.
282 (cvs-dist): Run perl4-check.
284 Perl 4 fixes. Reported by Greg A. Woods:
285 * automake.in (file_contents_with_transform): If transform caused
286 all chars to go away, then skip rest of loop.
287 (handle_texinfo): Don't use "next" in arg to
288 file_contents_with_transform.
289 (handle_dependencies): Ditto.
290 (handle_tests): Ditto.
292 * m4/regex.m4 (AM_WITH_REGEX): Check for GNU regex in libc. From
295 * automake.in (parse_arguments): Removed --strictness.
296 (handle_dist_worker): Don't use --strictness.
297 (handle_configure): Ditto.
298 (initialize_global_constants): Don't mention --strictness.
300 * automake.in (handle_merge_targets): Use all-recursive-am instead
301 of all-recursive-hack. The latter is ugly, according to Joel
304 * automake.in (handle_emacs_lisp): Push $(ELCFILES) onto @all.
306 * automake.in (do_one_clean_target): Allow -local version of clean
309 Tue Dec 3 18:58:40 1996 Tom Tromey <tromey@cygnus.com>
311 * automake.in (handle_dependencies): Skip C-only lines in
312 depend2.am when appropriate.
313 * depend2.am (.deps/%.P): Omit modification of $o if language is
316 Tue Dec 3 11:29:01 1996 Gordon Matzigkeit <gord@gnu.ai.mit.edu>
318 * compile-kr.am: Quote arguments to echo.
320 * progs.am: Fix up problems when LIBTOOL is not defined (by
321 setting shell variable instprog to the installation program).
323 * aclocal.in (scan_file): Allow the acinclude.m4 file to override
324 any other macro files (but still prevent multiple definitions
325 within acinclude.m4).
327 Tue Dec 3 10:40:48 1996 Tom Tromey <tromey@cygnus.com>
330 * automake.in (handle_emacs_lisp): Typo fix.
331 (scan_configure): Only recognize VERSION after whitespace.
333 * texinfos.am: install-info requires path to info file.
335 * progs.am: Use @LIBTOOL@, not $(LIBTOOL).
337 * automake.in (am_install_var): If -ltlibs passed, substitute
340 Mon Dec 2 13:51:11 1996 Gordon Matzigkeit <gord@gnu.ai.mit.edu>
342 * automake.in (get_object_extension): Unshift ansi2knr onto the
343 all target, so that it builds before any other targets.
344 [de_ansi_objects]: Delete, since unshifting ansi2knr is an easier
347 Mon Dec 2 12:13:27 1996 Tom Tromey <tromey@cygnus.com>
352 * automake.in (handle_texinfo): Must quote $ for make.
354 Sun Dec 1 15:08:09 1996 Tom Tromey <tromey@cygnus.com>
356 * automake.in (handle_configure): Correctly handle common case of
357 multiple non-Makefiles in AC_OUTPUT. Require all input files when
360 Sun Nov 24 00:33:50 1996 Tom Tromey <tromey@cygnus.com>
362 * automake.in (handle_source_transform): Don't define
363 EXTRA_prog_SOURCES unnecessarily. Test extra2.test.
365 * automake.in (initialize_per_input): New variables
366 included_generic_compile, included_knr_compile,
367 included_libtool_compile.
368 (get_object_extension): Use them.
370 * automake.in (handle_single_transform_list): Removed
371 Objective-C/C++ support (didn't really work anyway).
372 (handle_single_transform_list): Handle assembly specially.
374 * automake.in (handle_yacc_lex_cxx): Set --mode=compile or
375 --mode=link when running libtool.
377 * ltlibs.am: Set --mode=install when running libtool.
378 (uninstall-@DIR@PROGRAMS): Set --mode=uninstall when running
380 * libtool.am (.c.lo): Set --mode=compile when running libtool.
381 * progs.am: Set --mode=install when running libtool.
383 Fix for bug reported by François Pinard:
384 * automake.in (do_check_merge_target): New sub.
385 (do_one_merge_target): No longer handle `check'.
386 (handle_merge_targets): Use do_check_merge_target.
387 (initialize_per_input): Set @check_tests.
388 (handle_tests): Push onto @check_tests, not @check.
390 * automake.in (am_install_var): Typo fix.
391 (handle_configure): Require $inputs[0].
393 Fri Nov 22 00:01:45 1996 Tom Tromey <tromey@cygnus.com>
395 * automake.in (handle_lib_objects): Fixed error message
398 Thu Nov 21 22:29:30 1996 Tom Tromey <tromey@cygnus.com>
400 * automake.in (scan_configure): AC_FUNC_FNMATCH doesn't add to
402 (handle_configure): Support multi-":" mode for AC_OUTPUT.
404 * m4/header.m4: New file.
406 * automake.in (scan_configure): Recognize AM_CONFIG_HEADER.
408 Wed Nov 20 00:23:42 1996 Tom Tromey <tromey@cygnus.com>
410 * acinstall: Allow commentary at end of "serial" line. From Gord
413 * automake.in (handle_yacc_lex_cxx): Only replace output header if
416 Tue Nov 19 19:03:30 1996 Tom Tromey <tromey@cygnus.com>
418 * automake.in (am_primary_prefixes): Allow configure variables to
419 be named after primary.
420 (am_install_var): Ditto.
422 * automake.in (initialize_per_input): Initialize output_header.
423 (generate_makefile): Set up output_header; print it before
425 (handle_footer): Put .SUFFIXES into output_header, for AIX.
427 Mon Nov 18 19:11:53 1996 Gordon Matzigkeit <gord@gnu.ai.mit.edu>
429 * automake.in: Added a lot of libtool support. New variable
430 prog_LDFLAGS to pass linker flags. Use libtoolize to install
431 libtool support files.
433 Mon Nov 18 13:29:55 1996 Tom Tromey <tromey@cygnus.com>
435 * automake.in (handle_lib_objects): Push @LIBOBJS@ and @ALLOCA@
436 onto dependency list.
438 * aclocal.in (obsolete_macros): Include AM_SANITY_CHECK_CC; now
439 part of autoconf proper.
440 * m4/ccsanity.m4: Removed.
442 Sun Nov 17 12:25:17 1996 Tom Tromey <tromey@cygnus.com>
444 * automake.in (check_typos): Check to make sure EXTRA_ variables
445 don't contain configure subs.
446 (handle_dist_worker): Removed EXTRA_DIST_DIRS; not needed.
448 Fri Nov 15 18:58:04 1996 Tom Tromey <tromey@cygnus.com>
450 * tags-subd.am: Removed.
452 * tags.am (tags-recursive): Removed.
453 (TAGS): Depend on @DIRS@, @CONFIG@. Use @CONFIG@ in rule.
454 (ID): From tags-subd.am.
456 * aclocal.in (obsolete_macros): Include AM_FUNC_FNMATCH.
457 * automake.in (scan_configure): Recognize AC_FUNC_FNMATCH.
458 * m4/fnmatch.m4: Removed (now in autoconf).
460 * automake.in (initialize_per_input): Init de_ansi_objects.
461 (handle_single_transform_list): Error if extension unrecognized.
462 Set elements of de_ansi_objects.
463 (get_object_extension): Don't push ANSI2KNR onto @all.
464 (handle_yacc_lex_cxx): Put ANSI2KNR into dependency of all ._o
466 (pretty_print_internal): Initialize $bol depending on the column.
468 Fri Nov 15 16:22:15 1996 Gordon Matzigkeit <gord@gnu.ai.mit.edu>
470 * library.am: Fixed references to LIBRARY according to new scheme.
472 * libs.am, libs-clean.am: Removed references to LIBFILES.
474 * automake.texi (A Library): doc fix
476 * automake.in (handle_libraries): Deleted references to *LIBFILES,
477 since we now have the full library name in the *LIBRARIES
479 (am_install_var): Removed `-no-all' option, which was only required
480 for the LIBFILES hack.
482 Fri Nov 15 16:39:29 1996 Tom Tromey <tromey@cygnus.com>
484 * automake.in: Applied libtool-related patches from Gord.
485 (scan_configure): Set CC configure var if AM_PROG_LIBTOOL seen.
486 Also indicate that AC_CANONICAL_HOST was run.
488 * Makefile.am (pkgdata_DATA): Removed aclocal.m4.
490 Thu Nov 14 23:11:09 1996 Tom Tromey <tromey@cygnus.com>
492 * automake.in (handle_yacc_lex_cxx): Don't auto-define YACC, LEX,
495 * dejagnu.am: Print warning if runtest missing.
497 From Joerg-Martin Schwarz:
498 * automake.in (handle_aclocal_m4): Find aclocal.m4 in srcdir.
499 (require_file_internal): Unlink file before creating it.
501 * depend2.am (.deps/%.P): Don't print commands when running.
503 Mon Nov 11 10:35:08 1996 Tom Tromey <tromey@cygnus.com>
505 * automake.in (handle_single_transform_list): Simplified C++
508 Fri Nov 8 09:49:09 1996 Tom Tromey <tromey@cygnus.com>
512 * compile-kr.am ($(OBJECTS)): Removed.
514 * automake.in (get_object_extension): Define ANSI2KNR. Push onto
515 @all if ansi2knr is in this directory.
517 * configure.in: Don't run AC_ARG_PROGRAM, AC_PROG_MAKE_SET.
519 * m4/init.m4: Run AM_SANITY_CHECK.
521 * m4/sanity.m4: New file.
523 * automake.in (handle_dist_worker): In Cygnus mode, possibly find
524 files to dist in build dir, not srcdir.
525 (%omit_dependencies): New global.
526 (scan_dependency_file): Handle OMIT_DEPENDENCIES.
527 (scan_configure): Put rx.h, regex.h on %omit_dependencies. Ditto
529 (handle_tests): Remove CYGNUS strings in Cygnus mode.
530 (handle_texinfo): Ditto.
532 * texinfos.am (dist-info): New target.
534 * automake.in (handle_dist_worker): Use DISTFILES, not
536 (initialize_per_input): Initialize dist_targets.
537 (handle_texinfo): Don't compute @infos_list; don't define or use
538 INFOS. Put dist-info onto @dist_targets.
539 (handle_dist_worker): Handle @dist_targets. Don't use the "echo
540 trick" for expanding DISTFILES any more.
542 * dist-vars.am (DEP_DISTFILES): Removed.
543 (DISTFILES): Don't include INFOS.
545 * automake.in (handle_texinfo): Handle Cygnus mode.
546 * texinfos.am (.texi.info, .texinfo.info): Handle Cygnus mode.
548 * automake.in (handle_single_transform_list): New sub.
549 (handle_source_transform): Use it.
550 (handle_built_sources): New sub.
552 Thu Nov 7 14:49:16 1996 Tom Tromey <tromey@cygnus.com>
554 * remake.am ($(srcdir)/Makefile.in): Pass @ARGS@ to automake.
555 * remake-subd.am ($(srcdir)/Makefile.in): Pass @ARGS@ to
557 * automake.in (handle_configure): Pass --cygnus when running
560 * remake-hdr.am ($(srcdir)/stamp-h.in): Depend on @FILES@, not
561 ACCONFIG, CONFIG_TOP, CONFIG_BOT.
562 * automake.in (handle_aclocal_m4): Always find aclocal.m4 in
564 (handle_configure): Don't define ACCONFIG, CONFIG_TOP, CONFIG_BOT;
565 instead substitute files directly.
567 Wed Nov 6 10:22:26 1996 Tom Tromey <tromey@cygnus.com>
569 * remake-hdr.am (stamp-h): Look in top_builddir for
571 ($(srcdir)/stamp-h.in): Look in top_srcdir for configure.in.
573 Thu Oct 31 10:55:59 1996 Tom Tromey <tromey@cygnus.com>
575 * texinfos.am (.texi.dvi): Set MAKEINFO when running texi2dvi.
578 * automake.in (handle_texinfo): Push install-info-am, not
580 (handle_merge_targets): Handle no-installinfo option.
582 * texinfos.am (install-info-am): Renamed from install-info.
584 * automake.in (handle_subdirs): Include install-info-recursive if
585 no-installinfo given.
587 * subdirs.am: Include INSTALLINFO token.
589 * automake.in (handle_texinfo): Explicitly define MAKEINFO,
591 (cygnus_mode): New global.
592 (handle_dist_worker): Pass --cygnus to automake.
593 (initialize_global_constants): Document --cygnus.
594 (check_cygnus): New sub.
595 (handle_texinfo): Don't require texinfo.tex in Cygnus mode.
597 * texi-vars.am: Removed.
599 * dejagnu.am (check-DEJAGNU): Don't define rootme.
601 * automake.in (handle_tests): Define EXPECT, RUNTEST.
603 * dejagnu.am (EXPECT): Removed.
606 * automake.in (define_program_variable): New sub.
608 Mon Oct 28 10:43:48 1996 Tom Tromey <tromey@cygnus.com>
610 * automake.in (handle_dependencies): Use -M, not -MM, for C++
613 Thu Oct 24 20:21:50 1996 Tom Tromey <tromey@cygnus.com>
615 * automake.in (check_libobjs_sources): New sub. Test
617 (handle_source_transform): Don't check for auto-discovered source
619 (handle_programs): Run check_libobjs_sources here.
620 (handle_libraries): Ditto.
622 * automake.in (define_configure_variable): New function.
623 (get_object_extension): Use define_configure_variable.
624 (handle_yacc_lex_cxx): Ditto.
625 (handle_emacs_lisp): Ditto.
626 (configure_vars): New global.
627 (AC_CHECK_PATTERN): New global.
628 (seen_ranlib, seen_prog_cc, seen_prog_cxx, seen_prog_lex):
630 (handle_yacc_lex_cxx): Use configure_vars, not seen_prog_*.
631 (AC_SUBST_PATTERN): New global.
632 (scan_configure): Use AC_SUBST_PATTERN; don't set seen_prog_*.
633 (handle_libraries): Don't use seen_ranlib.
634 (read_am_file): Run define_configure_variable on each discovered
637 Mon Oct 21 23:06:49 1996 Tom Tromey <tromey@cygnus.com>
639 * automake.in (scan_configure): Handle AM_INIT_GUILE_MODULE.
640 (handle_libraries): Pass configure substitutions directly on to
643 * automake.in (AM_PACKAGE_VERSION_PATTERN): New global.
644 (scan_configure): Use it. Test version.test.
646 Sun Oct 20 12:08:46 1996 Tom Tromey <tromey@cygnus.com>
648 * automake.in (handle_dist_worker): Explicitly pass distdir to
649 dist-hook make. From Tatu Ylonen.
651 * m4/strtod.m4: Use correct cache variable.
653 Thu Oct 17 13:45:20 1996 Tom Tromey <tromey@cygnus.com>
655 Lisp fixes from Erick Branderhorst:
656 * m4/lispdir.m4: Define lispdir, not LISPDIR.
657 * lisp.am: Added missing \.
659 Fri Oct 11 00:44:49 1996 Tom Tromey <tromey@cygnus.com>
661 * automake.in (handle_source_transform): Only rewrite c, yacc, lex
662 to use de-ansi-fication.
663 (scan_configure): Handle multi-line AC_REPLACE_FUNCS. Test
666 * automake.in (handle_lib_objects): Added $lex_seen argument.
667 Error if lex file used but LEXLIB not seen.
668 (handle_programs): Ditto.
669 (handle_yacc_lex_cxx): Define LEXLIB variable.
670 (handle_lib_objects): Don't allow LEXLIB to end up on dependency
673 Thu Oct 10 16:12:38 1996 Tom Tromey <tromey@cygnus.com>
675 * automake.in (handle_gettext): Moved check for SUBDIRS and
678 * automake.in (handle_configure): Run mkinstalldirs under
680 (handle_yacc_lex_cxx): Run interlock under $(SHELL).
682 * remake-subd.am (Makefile): Run config.status under $(SHELL).
683 * remake-hdr.am (stamp-h): Run config.status under $(SHELL).
684 * remake.am (Makefile): Run config.status under $(SHELL).
685 (config.status): Ditto.
687 * automake.in (read_am_file): Removed UNMAINT code.
688 (file_contents_with_transform): Ditto.
689 * m4/maintainer.m4: Removed bogus UNMAINT code.
691 * automake.in (handle_emacs_lisp): Define EMACS variable.
692 (handle_emacs_lisp): Make sure EMACS is in environment when
695 * elisp-comp: Exit with status 1 if usage bad.
696 Use "emacs -q". Use EMACS environment variable if set (unless set
699 * m4/lispdir.m4: Unset EMACS if it is set to `t'.
701 * automake.in (handle_dist_worker): Allow EXTRA_DIST items to be
703 (do_one_merge_target): Use all-am, not all, in subdirs case.
704 (handle_merge_targets): Always generate all-am in subdirs case.
706 * remake.am (Makefile): Depend on BUILT_SOURCES.
707 * remake-subd.am (Makefile): Depend on BUILT_SOURCES.
708 * depend.am (.deps/.P): Don't depend on BUILT_SOURCES.
710 * automake.in (handle_yacc_lex_cxx): Handle y.tab.h in non-ylwrap
713 * ylwrap: Bug fix. From Jim Meyering.
715 Wed Oct 9 22:51:16 1996 Tom Tromey <tromey@cygnus.com>
717 * m4/mktime.m4: Don't define AC_HEADER_SYS_TIME_H; instead just
718 check directly for header.
720 Mon Oct 7 13:08:15 1996 Tom Tromey <tromey@cygnus.com>
722 * automake.in (scan_configure): fp_WITH_DMALLOC and fp_WITH_REGEX
725 Sun Oct 6 00:43:01 1996 Tom Tromey <tromey@cygnus.com>
727 * automake.in (AC_CONFIG_AUX_DIR_PATTERN): New global.
728 (AM_INIT_AUTOMAKE_PATTERN): New global.
729 (scan_configure): Use them.
731 * aclocal.in (add_file): Search contents of included files. Test
733 (scan_m4_files): Don't skip acinclude.m4 when constructing
734 search. Test acsilent.test.
735 (scan_m4_files): Scan acinclude.m4.
737 * aclocal.in (add_file): Removed debugging print.
738 (scan_configure): Set $file_contents when scanning acinclude.m4.
741 * configure.in: Upped to 1.1g.
745 * texinfos.am: Run : after install-info.
747 * aclocal.in (parse_arguments): Better error message.
748 * automake.in (parse_arguments): Better error message.
750 * remake.am (Makefile): Depend on $(srcdir)/Makefile.in, to work
751 around broken makes. From David A. Swierczek.
752 * remake-subd.am (Makefile): Ditto.
754 Sat Oct 5 11:29:48 1996 Tom Tromey <tromey@cygnus.com>
756 * automake.in (generate_makefile): Put BUILT_SOURCES onto @all if
758 (handle_source_transform): Error if discovered source file is
760 (do_one_merge_target): Move all-vs-check test here.
762 * m4/obstack.m4: New file.
763 * m4/error.m4: New file.
765 * automake.in (scan_configure): Support AM_FUNC_MKTIME,
766 AM_FUNC_ERROR_AT_LINE, AM_FUNC_OBSTACK.
768 * texinfo.tex: New version from texinfo 3.9.
770 * automake.in (handle_yacc_lex_cxx): Updated for new ylwrap.
771 Also, handle y.tab.h file when "yacc -d" is used.
772 (do_one_merge_target): Use pretty_print_rule.
774 * ylwrap: Changed usage.
776 * m4/mktime.m4: New file.
778 * m4: Renamed all .m4 files to fit into 14-char limits.
780 * m4/Makefile.am (EXTRA_DIST): New macro.
782 * aclocal.in ($ac_defun_rx, %map, %file_contents): New globals.
783 (scan_m4_files): Use $ac_defun_rx.
786 (scan_configure): Scan acinclude.m4 before anything else.
787 (scan_file): New sub.
788 (check_acinclude): New sub.
791 * progs-clean.am, progs.am: Renamed from programs-clean.am,
793 * libs-clean.am, libs.am: Renamed from libraries-clean.am,
795 * texi-vars: Renamed from texinfos-vars.am.
796 * comp-vars.am: Renamed from compile-vars.am.
797 * texi-vers.am: Renamed from texi-version.am.
799 * automake.in (require_file_internal): Give error if symlink can't
801 (require_config_file): Error message references configure.in.
802 (handle_yacc_lex_cxx): Fix order of arguments to ylwrap; from
803 Joerg-Martin Schwarz.
804 (handle_texinfo): Use texi-vers, not texi-version.
805 (get_object_extension): Use comp-vars, not compile-vars.
806 (handle_texinfo): Use texi-vars, not texinfos-vars.
807 (handle_libraries): Use `libs' prefix, not `libraries'.
808 (handle_programs): Use `progs' prefix, not `programs'.
810 Fri Oct 4 01:14:08 1996 Tom Tromey <tromey@cygnus.com>
812 * aclocal.in (scan_m4_files): New sub.
814 * m4/AM_FUNC_STRTOD.m4 (am_cv_func_strtod_needs_libm): Set
815 am_cv_func_strtod_needs_libm, so we can avoid linking with -lm
818 Thu Oct 3 20:11:16 1996 Tom Tromey <tromey@cygnus.com>
820 * texinfos.am (uninstall-info): Run install-info --remove.
822 * automake.in (read_am_file): Define all variables after reading
823 .am file. Test vpath.test. Reported by Anthony Green.
825 Mon Sep 30 08:31:51 1996 Tom Tromey <tromey@cygnus.com>
827 * texinfos.am: Run install-info.
829 * automake.in (variable_value_as_list): Just return if comment
830 seen. Report from Mark Galassi.
831 (handle_options): Don't bother with explicit comment checking.
833 Tue Sep 24 09:15:46 1996 Tom Tromey <tromey@creche.cygnus.com>
835 * automake.in (read_am_file): Cleaned up dejagnu variables.
837 Mon Sep 23 00:04:48 1996 Tom Tromey <tromey@creche.cygnus.com>
839 * automake.in (parse_arguments): New usage to conform to GNU
842 * aclocal.in (parse_arguments): New usage to conform to GNU
845 * automake.in (handle_scripts): Push new target onto @check.
846 * scripts.am (check-@DIR@SCRIPTS): New target.
848 * automake.in (initialize_global_constants): Define %dist,
849 dist_header, dist_trailer.
850 (handle_dist): Make dist-all target.
851 (generate_makefile): Run check_typos later.
852 (examine_variable): New sub.
853 (handle_tags): Examine TAGS_DEPENDENCIES. Test spell3.test.
854 Error if TAGS_DEPENDENCIES but no sources used.
855 (handle_configure): Examine CONFIGURE_DEPENDENCIES.
857 Sat Sep 21 13:59:15 1996 Tom Tromey <tromey@creche.cygnus.com>
859 * automake.in (am_install_var): More error checking.
861 Fri Sep 20 09:06:37 1996 Tom Tromey <tromey@creche.cygnus.com>
863 * tags.am (TAGS): Minor cleanup.
865 * clean.am (distclean-generic): Don't remove CONFIG_HEADER.
867 * remake-hdr.am (mostlyclean-hdr, clean-hdr, distclean-hdr,
868 maintainer-clean-hdr): New targets.
870 * automake.in (handle_configure): Define CONFIG_HEADER correctly
871 when it is in current directory.
872 (handle_configure): Push "hdr" on @clean.
874 * remake-hdr.am (stamp-h): Run config.status in top_builddir.
875 ($(srcdir)/stamp-h.in): Run autoheader in top_srcdir.
877 * automake.in (scan_configure): Check for install.sh here.
879 (handle_configure): Handle case where config.h is in subdir.
880 (handle_configure): Make stamp-in.h for user if it doesn't already
884 Tue Sep 17 23:35:14 1996 Tom Tromey <tromey@creche.cygnus.com>
886 * Makefile.am (EXTRA_DIST): Include pkgdata_DATA.
888 * dist-vars.am (DISTFILES): Don't distribute BUILT_SOURCES or
890 (DEP_DISTFILES): Ditto.
892 Mon Sep 16 22:28:56 1996 Tom Tromey <tromey@creche.cygnus.com>
894 * automake.in (check_typos): Renamed.
895 (check_typos): Check for _LDADD, _LIBADD, and _DEPENDENCIES.
896 (variable_defined): Note variable as being "seen".
897 (handle_lib_objects): Don't push configure substitutions onto
900 Sun Sep 15 22:45:43 1996 Tom Tromey <tromey@creche.cygnus.com>
902 * automake.in (initialize_per_input): Init content_seen.
903 (variable_value_as_list): Set content_seen entry.
904 (define_variable): Ditto.
905 (define_pretty_variable): Ditto.
906 (check_source_typos): New sub.
907 (generate_makefile): Call it.
909 Thu Sep 12 15:03:19 1996 Tom Tromey <tromey@creche.cygnus.com>
911 * automake.in (handle_source_transform): Removed extraneous
912 space. Test implicit.test.
913 (read_am_file): Make sure "canonical" variables are mentioned in
915 (scan_configure): AC_CHECK_TOOL sets $seen_canonical to
916 $AC_CANONICAL_HOST conditionally.
917 (handle_footer): Don't use define_pretty_variable in all cases.
919 Wed Sep 11 11:54:44 1996 Tom Tromey <tromey@creche.cygnus.com>
921 * clean.am (distclean-generic): Remove CONFIG_CLEAN_FILES here,
922 per GNU/Gnits standards.
924 * libraries.am (install-@DIR@LIBRARIES): Use two loops, so new
925 NORMAL_INSTALL and POST_INSTALL variables can work when empty.
927 * automake.in (handle_options): Rewrote version handling. Now
928 returns error indicator.
929 (MACRO_PATTERN, BOGUS_MACRO_PATTERN): Handle `:=' definitions.
930 (RULE_PATTERN): Exclude `:=' from being a rule.
932 * m4/AM_PROG_CC_STDC.m4 (ac_save_CC): Bug fix from Jim Meyering.
934 * automake.in (variable_value_as_list): Always use am_line_error.
935 (define_variable): New sub.
936 (get_object_extension): Use define_variable.
937 (handle_yacc_lex_cxx): Ditto.
938 (handle_source_transform): Ditto.
939 (handle_programs): Ditto.
940 (handle_libraries): Ditto.
941 (handle_texinfo): Ditto.
942 (handle_man_pages): Ditto.
943 (handle_dependencies): Ditto.
944 (handle_aclocal_m4): Ditto.
945 (define_pretty_variable): New sub.
946 (handle_source_transform): Use define_pretty_variable.
947 (handle_lib_objects): Ditto.
948 (handle_libraries): Ditto.
949 (handle_dist): Ditto.
950 (handle_dependencies): Ditto.
951 (handle_configure): Ditto.
952 (handle_footer): Ditto.
953 (handle_emacs_lisp): Ditto.
954 (am_install_var): Ditto.
956 * Released version 1.1e.
958 * automake.in ($GNITS_VERSION_PATTERN): Handle non-alpha
961 * configure.in: Version 1.1e.
963 * automake.in (handle_texinfo): Distribute .info file.
965 Sun Sep 8 09:00:37 1996 Tom Tromey <tromey@creche.cygnus.com>
967 * Makefile.am (EXTRA_DIST): New macro.
968 (maintainer-clean): Don't run "make check".
969 (pathchk): New target.
971 * automake.in (check_gnits_standards): Only check version number
973 ($package_version_line): New variable.
974 (scan_configure): Set it.
975 (check_gnits_standards): Use am_conf_line_error.
976 (scan_configure): Remove extraneous whitespace from version
978 (handle_dist): Handle distcheck-hook.
980 * m4/AM_PROG_CC_STDC.m4: Applied patch from Jim Meyering.
982 * automake.in (scan_configure): Handle AM_WITH_REGEX.
983 (handle_lib_objects): Require .h files in %libsources but don't
984 generate dependencies for them.
985 (scan_configure): Also require rx.h and regex.h.
987 * m4/Makefile.am (m4data_DATA): Don't include AM_PROG_LIBTOOL,
988 AM_FEATURE_CTYPE, AM_FEATURE_ERRNO, AM_FEATURE_EXIT,
991 * texi-version.am: Use "cp; rm" and not "mv", to work around
994 * automake.in ($package_version): New global.
995 (scan_configure): Set it.
996 (check_gnits_standards): Verify version string; require
997 README-alpha if alpha version.
998 (scan_configure): Recognize AM_FUNC_FNMATCH,
999 AM_REPLACE_GNU_GETOPT.
1001 * Makefile.am (installcheck-local): Check all scripts.
1003 Sat Sep 7 19:22:32 1996 Tom Tromey <tromey@creche.cygnus.com>
1005 * tags-clean.am: Do deletions here again.
1007 Thu Sep 5 09:06:23 1996 Tom Tromey <tromey@creche.cygnus.com>
1009 * automake.in (usage): Include bug-reporting information.
1010 (handle_lib_objects): Error if LIBOBJS seen but never set.
1012 * aclocal.in ($acdir): Use @datadir@/aclocal.
1013 (usage): Include bug-reporting information.
1015 Wed Sep 4 11:36:06 1996 Tom Tromey <tromey@creche.cygnus.com>
1017 * automake.in (handle_source_transform): .deps no longer in
1019 (handle_lib_objects): Ditto.
1020 (handle_dist_worker): Pass --build-dir to automake.
1021 ($build_directory): New global.
1022 (parse_arguments): Handle --build-dir.
1023 (initialize_global_constants): Include --build-dir in help.
1024 (scan_dependency_file): New sub.
1025 (handle_dependencies): Use it. Also, use $build_directory.
1026 (initialize_global_constants): Added --srcdir-name.
1027 (parse_arguments): Ditto.
1028 (handle_dist_worker): Ditto.
1029 ($srcdir_name): New global.
1030 ($srcdir_rx): New global.
1031 (parse_arguments): Set it.
1033 * depend2.am: Removed all mention of $(srcdir).
1035 * depend.am (MKDEP): Use gcc -M, not gcc -MM.
1036 Removed all mention of $(srcdir); dependencies now put into build
1039 * depend2.am ($(srcdir)/.deps/%.P): Fixed computation of `top'.
1040 Don't do work silently.
1042 * automake.in (handle_merge_targets): Error if invalid uninstall
1044 (read_am_file): Fix for test block.test.
1046 Tue Sep 3 18:50:32 1996 Tom Tromey <tromey@creche.cygnus.com>
1048 * texinfos.am (install-info): Added NORMAL_INSTALL.
1049 * scripts.am (install-@DIR@SCRIPTS): Added NORMAL_INSTALL.
1050 * programs.am (install-@DIR@PROGRAMS): Added NORMAL_INSTALL.
1051 * lisp.am (install-@DIR@LISP): Added NORMAL_INSTALL.
1052 * libraries.am (install-@DIR@LIBRARIES): Added NORMAL_INSTALL.
1053 Also, use POST_INSTALL when running ranlib.
1054 * header.am (install-@DIR@HEADERS): Added NORMAL_INSTALL.
1055 * data.am (install-@DIR@DATA): Added NORMAL_INSTALL.
1057 * automake.in (handle_man_pages): Added NORMAL_INSTALL invocation.
1058 (handle_merge_targets): Ditto.
1059 (handle_merge_targets): Error if PRE_INSTALL, POST_INSTALL, or
1060 NORMAL_INSTALL defined.
1062 * m4/AM_PROG_INSTALL.m4: INSTALL_SCRIPT defaults to
1063 ${INSTALL_PROGRAM}. From François Pinard.
1065 Tue Aug 27 08:25:05 1996 Tom Tromey <tromey@creche.cygnus.com>
1067 * automake.in (file_contents_with_transform): Correctly remove
1068 @(UN)?MAINT@ from input when maintainer mode not active.
1069 (handle_aclocal_m4): Handle no-maintainer-mode case.
1071 * remake-hdr.am ($(CONFIG_HEADER)): Removed @MAINT@.
1073 * m4/AM_SANITY_CHECK_CC.m4: New file (from Jim Meyering).
1075 Mon Aug 26 21:37:32 1996 Tom Tromey <tromey@creche.cygnus.com>
1077 * automake.in (handle_lib_objects): Bug fix from Steve M Robbins.
1078 (handle_libraries): Don't include libraries from EXTRA_LIBRARIES
1079 in LIBFILES definition. Reported by Steve M Robbins. Test
1082 * automake.in (variable_value_as_list): New sub.
1083 (handle_source_transform): Use it.
1084 (handle_lib_objects): Ditto.
1085 (handle_libraries): Ditto.
1086 (handle_texinfo): Ditto.
1087 (handle_man_pages): Ditto.
1088 (am_install_var): Ditto.
1089 (handle_options): Ditto.
1091 Sat Aug 24 09:30:46 1996 Tom Tromey <tromey@creche.cygnus.com>
1093 Reported by Jim Meyering:
1094 * automake.in (get_object_extension): Look in "./" for ansi2knr if
1096 (handle_aclocal_m4): Protect aclocal.m4 rule with @MAINT@.
1098 * remake.am (.PHONY): New target.
1100 * m4/AM_MAINTAINER_MODE.m4: Also define UNMAINT.
1102 * automake.in (check_gnu_standards): Disallow no-installman,
1104 (read_am_file): Sed out UNMAINT too.
1105 (file_contents_with_transform): Ditto.
1107 * acinstall: New file.
1109 * m4/AM_INIT_AUTOMAKE.m4: Define PACKAGE and VERSION.
1111 * m4/AM_WITH_REGEX.m4: New version from François Pinard.
1113 * m4/AM_TYPE_PTRDIFF_T.m4: Use am_cv, not ac_cv.
1114 * m4/AM_C_PROTOTYPES.m4: Ditto.
1115 * m4/AM_FUNC_STRTOD.m4: Ditto.
1116 * m4/AM_PROG_CC_STDC.m4: Ditto.
1117 * m4/AM_PROG_LIBTOOL.m4: Ditto.
1119 Fri Aug 23 22:23:50 1996 Tom Tromey <tromey@creche.cygnus.com>
1121 * m4/Makefile.am (m4datadir): New macro
1122 (m4data_DATA): Renamed.
1124 * Makefile.am (cvs-dist): Depend on distcheck target.
1126 Mon Aug 19 15:37:32 1996 Tom Tromey <tromey@creche.cygnus.com>
1128 * automake.in (initialize_global_constants): [common_files]
1129 Include acinclude.m4.
1131 * m4/AM_PROG_CC_STDC.m4: Patch from Jim Meyering/Kaveh Ghazi.
1133 Sat Aug 17 11:27:14 1996 Tom Tromey <tromey@creche.cygnus.com>
1135 * automake.in (handle_dependencies): Push `depend'-clean targets
1137 * depend.am (mostlyclean-depend, clean-depend, distclean-depend,
1138 maintainer-clean-depend): New targets.
1140 Tue Aug 13 17:53:58 1996 Tom Tromey <tromey@creche.cygnus.com>
1142 * texinfos.am (.texinfo.info): New target.
1143 (.texinfo.dvi): New target.
1146 * automake.in (handle_texinfo): Use `.info[-0-9]*' as pattern to
1148 (handle_texinfo): Handle `.texinfo' files.
1150 Mon Aug 12 10:28:46 1996 Tom Tromey <tromey@creche.cygnus.com>
1152 * automake.in (require_file_internal): Special-case `.' when
1153 finding files to distribute. Test libobj2.test.
1155 * aclocal.in (add_file): Fixed regexp for matching AC_DEFUN. Test
1158 * m4/AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL.m4: New file.
1159 * m4/AM_SYS_POSIX_TERMIOS.m4: New file.
1161 * compile-kr.am: Removed duplicate ansi2knr rules.
1163 Sun Aug 11 00:20:16 1996 Tom Tromey <tromey@creche.cygnus.com>
1165 * automake.in (handle_yacc_lex_cxx): Bug fix from Josh MacDonald.
1166 (handle_yacc_lex_cxx): Put C++ extensions on suffix list.
1169 * automake.in (initialize_global_constants): [common_files]
1170 Include interlock and ylwrap.
1172 * Released version 1.1c.
1174 * aclocal.in (obsolete_macros): md_TYPE_PTRDIFF_T and
1175 ud_PATH_LISPDIR are obsolete names.
1177 * m4/AM_LC_MESSAGES.m4, m4/AM_WITH_NLS.m4, m4/AM_GNU_GETTEXT.m4:
1180 * automake.in (handle_lib_objects): Changed interface. Now
1181 generates _DEPENDENCIES variable if appropriate.
1182 (handle_emacs_lisp): Use AM_PATH_LISPDIR.
1183 (scan_configure): Ditto.
1185 * Makefile.am (CLEANFILES): Removed.
1187 * automake.in (handle_configure): Define CONFIG_CLEAN_FILES.
1189 * clean.am (clean-generic): Remove $(CONFIG_CLEAN_FILES).
1191 * compile-vars.am (CC, CFLAGS, COMPILE, LINK): Removed.
1193 * automake.in (handle_yacc_lex_cxx): Require ylwrap in
1194 multi-lex/yacc case.
1195 (handle_source_transform): Changed return result.
1196 (handle_programs): Use linker returned by
1197 handle_source_transform.
1198 (seen_prog_cc, seen_prog_cxx): New globals.
1199 (scan_configure): Recognize AC_PROG_CC and AC_PROG_CXX.
1200 (handle_yacc_lex_cxx): Error message if AC_PROG_CXX or
1201 AC_PROG_YACC missing.
1202 (seen_decl_yytext, seen_prog_lex): New globals.
1203 (scan_configure): Set them.
1204 (handle_yacc_lex_cxx): Warn about missing AC_PROG_LEX or
1206 (handle_yacc_lex_cxx): Use $(LEX_OUTPUT_ROOT).
1207 (initialize_per_input): Initialize seen_c_source.
1208 (handle_yacc_lex_cxx): Define CC, CFLAGS, COMPILE, LINK only when
1210 (handle_source_transform): Set seen_c_source.
1212 * interlock: Changed usage.
1216 * automake.in (handle_yacc_lex_cxx): Renamed.
1218 * automake.in (handle_dependencies): Handle %cxx_extensions.
1219 Include depend2.am when appropriate.
1221 * depend2.am: New file; contents from depend.am but templatized.
1223 * automake.in (initialize_per_input): Initialize
1225 (handle_source_transform): Set %cxx_extensions.
1227 Sat Aug 10 10:29:30 1996 Tom Tromey <tromey@creche.cygnus.com>
1229 * interlock: New file.
1231 * automake.in (handle_yacc_lex): New sub.
1232 (handle_source_transform): Removed most yacc/lex handling.
1233 (initialize_per_input): Init yacc_sources, lex_sources.
1234 (generate_makefile): Run handle_yacc_lex.
1235 (handle_merge_targets): Use `scalar' and not $# to find length of
1238 * m4/AM_FEATURE_EXIT.m4: Wrote.
1239 * m4/AM_FEATURE_CTYPE.m4: Wrote.
1240 * m4/AM_FEATURE_ERRNO.m4: Wrote.
1242 * aclocal.in (macro_seen): New global.
1243 (add_file): Set macro_seen entry. Only push required macro on
1244 @rlist if not already seen. Test defun.test.
1246 * automake.in (get_object_extension): Handle directory prefix on
1249 * kr-extra.am: New file.
1251 * kr-vars.am: Removed.
1253 * automake.in (handle_options): Handle directory prefix on
1256 * automake.in (scan_configure): Recognize AM_FUNC_STRTOD.
1258 * aclocal.in (add_file): Error if macro is duplicated. Test
1261 Fri Aug 9 09:18:46 1996 Tom Tromey <tromey@creche.cygnus.com>
1263 * automake.in (handle_programs): Substitute @XLINK@. Make sure
1264 linker variable is transformed name.
1265 * program.am (@PROGRAM@): Use @XLINK@ to link.
1267 * automake.in (handle_scripts): Fixed call to
1268 am_primary_prefixes.
1269 (handle_libraries): Better error message when AC_PROG_RANLIB
1272 * automake.in (handle_libraries): Canonicalize library name. Test
1274 * library.am (lib@LIBRARY@.a): Use @XLIBRARY@ where appropriate.
1275 (lib@LIBRARY@.a): Look at _DEPENDENCIES variable.
1277 Thu Aug 8 10:57:21 1996 Tom Tromey <tromey@creche.cygnus.com>
1279 * automake.in (handle_scripts): Correctly compute
1280 $scripts_installed. Test scripts.test.
1282 Wed Aug 7 12:13:15 1996 Tom Tromey <tromey@creche.cygnus.com>
1284 * ansi2knr.c: New version.
1286 Tue Aug 6 10:58:37 1996 Tom Tromey <tromey@creche.cygnus.com>
1288 * automake.in (handle_source_transform): Handle more C++ file
1289 extensions. "Handle" Objective C. Handle more FORTRAN
1292 * compile-vars.am (LEX): Removed.
1295 * automake.in (handle_source_transform): Correctly handle lex
1296 source. Test lex.test.
1297 (handle_source_transform): Skip more C++ headers. Generate macro
1298 definitions for YACC and LEX on first use.
1300 * aclocal.in (parse_arguments): Mention GNU.
1301 * automake.in (parse_arguments): Mention GNU.
1303 Mon Aug 5 00:12:45 1996 Tom Tromey <tromey@creche.cygnus.com>
1305 * automake.in (handle_programs): Define program_LINK.
1306 * program.am (@PROGRAM@): Use program_LINK to link.
1308 * Released version 1.1b
1310 * automake.in (scan_configure): AM_INIT_AUTOMAKE sets
1311 seen_prog_install to `2'.
1313 * configure.in: Don't run AM_PROG_INSTALL.
1315 * automake.in (parse_arguments): Use $PACKAGE.
1316 ($PACKAGE): New global.
1317 ($am_c_prototypes): Renamed.
1318 (get_object_extension): Use am_c_prototypes.
1319 (scan_configure): Ditto.
1320 (scan_configure): Use AM_MAINTAINER_MODE.
1321 (scan_configure): Warn about obsolete macros.
1323 * aclocal.in (parse_arguments): Use $PACKAGE.
1324 ($PACKAGE): New global.
1326 * Makefile.am (CLEANFILES): Added aclocal.
1327 (ETAGS_ARGS): Added aclocal.in.
1328 (TAGS_DEPENDENCIES): Ditto.
1329 (maintainer-check): Depend on aclocal.
1330 (maintainer-check): Check aclocal.
1331 (bin_SCRIPTS): Include aclocal.
1333 * automake.in (scan_configure): Handle AM_INIT_AUTOMAKE.
1334 (scan_configure): Use AM_PROG_INSTALL.
1336 * configure.in: Use AM_INIT_AUTOMAKE.
1338 * automake.in (keyed_aclocal_warning): Warning tells about
1340 (handle_aclocal_m4): New sub.
1341 (handle_configure): Use it.
1343 * aclocal.in (output_file): New global.
1344 (usage): Handle --output.
1345 (parse_arguments): Handle --output.
1347 * m4/AM_INIT_AUTOMAKE.m4: New file.
1349 * m4/AM_PROG_CC_STDC.m4: Require AC_PROG_CC.
1352 * automake.in (handle_dist_worker): Reverted erroneous "-chmod".
1353 (handle_texinfo): Don't generate `.info-[0-9]' as a filename.
1355 * texinfos.am (.texi.info): Force .info file to be built in
1356 srcdir. From Franc,ois Pinard.
1359 * m4/AM_PROG_CC_STDC.m4: (fp_PROG_CC_STDC): Include sys/stat.h in
1360 test program so that DYNIX/ptx V4.1.3 doesn't use `-Xc
1361 -D__EXTENSIONS__' -- with those options on that system, sys/stat.h
1362 gets compile errors. With help from Marcus Daniels.
1364 * automake.in (initialize_global_constants): Put elisp-comp into
1365 @common_files. Bug from Glenn Amerine.
1367 Sun Aug 4 12:52:43 1996 Tom Tromey <tromey@creche.cygnus.com>
1369 * automake.in (handle_dist_worker): Use fgrep, not grep.
1371 * m4/AM_C_PROTOTYPES.m4: Changes from François Pinard.
1373 * automake.in (handle_emacs_lisp): Include lisp-clean.am in
1375 (initialize_global_constants): [install_man_format] Don't hide
1376 "ugliness" at install time.
1378 * lisp-clean.am: New file.
1380 * tags-clean.am (maintainer-clean-tags): Remove TAGS and ID here.
1382 * automake.in (handle_man_pages): Patch from Janos Farkas to fix
1383 bug when installing man pages. Test man.test.
1384 (initialize_global_constants): [install_man_format] Make sure man
1385 page can actually be found in either source or build dirs.
1386 (handle_dist_worker): Use "755" permissions on distdir.
1388 * automake.in (handle_dist): Allow chmod's to fail.
1389 (am_primary_prefixes): New function.
1390 (am_install_var): Use it.
1391 (handle_libraries): Use it. Test libfiles.test.
1392 (handle_dist): For dist-tarZ, assume traditional "tar" and
1395 * m4/AM_FUNC_STRTOD.m4: New file.
1397 * automake.in (handle_dist): Only generate `distdir' variable if
1398 it doesn't already exist.
1400 Fix for bug reported by Harlan Stenn. Test tags.test.
1401 * automake.in (initialize_per_input): Define dir_holds_sources.
1402 (handle_tags): Check dir_holds_headers.
1403 (handle_headers): Set dir_holds_headers.
1405 * automake.in (handle_texinfo): Generate "version.texi" dependency
1406 for .dvi file. Bug reported by Glenn Amerine. Test vtexi2.test.
1408 * automake.in (handle_configure): Require file $input, not
1409 "$local.in". From Nyul Laszlo. Test colon.test.
1411 Sun Jul 28 11:14:52 1996 Tom Tromey <tromey@creche.cygnus.com>
1413 * aclocal.in: New file.
1414 * configure.in: Generate m4/Makefile, aclocal.
1415 * Makefile.am (SUBDIRS): Include m4.
1416 * m4/Makefile.am: New file.
1418 Fri Jul 19 10:12:27 1996 Tom Tromey <tromey@creche.cygnus.com>
1420 * automake.in (initialize_global_constants): Put ansi2knr.c and
1421 ansi2knr.1 into common_files. Bug report from François Pinard.
1423 Mon Jul 15 10:28:29 1996 Tom Tromey <tromey@creche.cygnus.com>
1425 * install-sh: Updated copyright notice.
1427 Fri Jul 5 08:23:00 1996 Tom Tromey <tromey@creche.cygnus.com>
1429 * subdirs.am (maintainer-clean-recursive): Don't be so noisy.
1430 Report from Josh MacDonald.
1432 Bugs from Gord Matzigkeit:
1433 * automake.in (handle_footer): Push contents of $(SUFFIXES), not
1435 (handle_dist): Ignore chmod return results.
1437 * programs-clean.am (clean-@DIR@PROGRAMS): Work around failing
1438 Solaris "rm -f". Bug from Kaveh R. Ghazi.
1439 * libraries-clean.am (clean-@DIR@LIBRARIES): Likewise.
1441 Fri Jun 21 10:42:06 1996 Tom Tromey <tromey@creche.cygnus.com>
1443 * texinfos.am (install-info): Use "if", not "&&", to avoid
1444 install problem when glob doesn't match.
1446 * automake.in (initialize_global_constants): [USAGE] Added
1448 (force_generation): New global.
1449 (parse_arguments): Handle --no-force.
1450 (generate_makefile): Handle --no-force.
1452 * Makefile.am (maintainer-check): Ensure all invocations of
1453 mkinstalldirs are correct.
1455 Tue Jun 18 10:53:54 1996 Tom Tromey <tromey@creche.cygnus.com>
1457 * automake.in (handle_tests): Don't directly generate site.exp.
1459 Sun Jun 16 22:21:16 1996 Harlan Stenn <harlan@brown.pfcs.com>
1461 * automake.in: Treat an initial `#' on a word in AUTOMAKE_OPTIONS
1462 as a comment start. Add support for a dist-tarZ target.
1464 Tue Jun 11 22:14:21 1996 Marcus Daniels <marcus@sayre.sysc.pdx.edu>
1466 * depend.am ($(srcdir)/.deps/%.P): Convert absolute $(top_srcdir)
1467 paths into relative paths.
1469 Mon Jun 10 21:11:20 1996 Tom Tromey <tromey@creche.cygnus.com>
1471 * texinfo.tex: New version.
1473 * automake.in: Look for AM_PROG_LIBTOOL. From Gord Matzigkeit.
1474 (initialize_global_constants): Added libtool to
1476 (handle_source_transform): Pass YFLAGS to yacc and LFLAGS to lex.
1478 Sun Jun 9 17:45:48 1996 Tom Tromey <tromey@creche.cygnus.com>
1480 * texinfos.am (install-info): Don't install ~ files. Bug report
1482 * automake.in (handle_texinfo): Don't push '.info*' onto
1485 * automake.in (handle_gettext): Ensure po and intl in SUBDIRS when
1487 (handle_dist): Pass --with-included-gettext to configure if using
1490 * compile-kr.am (._c._o): Pass -c to $(COMPILE).
1492 * compile.am (.c.o): Pass -c to $(COMPILE).
1493 * compile-vars.am (COMPILE): Don't include -c.
1495 * remake.am ($(srcdir)/Makefile.in): Pass --strictness to
1497 * automake.in (handle_configure): Supply --strictness arg to
1500 Fri Jun 7 12:31:31 1996 Tom Tromey <tromey@creche.cygnus.com>
1502 * automake.in (handle_tests): Fix quoting on `pwd`.
1503 (handle_options): Recognize no-installinfo option.
1504 (handle_man_pages): Don't put man directory on @installdirs if
1505 no-installman is specified.
1506 (handle_texinfo): Handle no-installinfo option.
1507 (handle_options): Compare version against $num_version, not
1509 (handle_source_transform): Generate rules for output of lex,
1510 yacc. Bug report from Thomas Morgan. Test yacc.test.
1511 (handle_dist): "distcheck" now runs "make dvi".
1512 (handle_tests): Support $(TESTS_ENVIRONMENT). Idea from Ulrich
1515 * dejagnu.am (check-DEJAGNU): Depend on site.exp.
1517 Sun Jun 2 10:33:10 1996 Tom Tromey <tromey@creche.cygnus.com>
1519 * automake.in (handle_emacs_lisp): New function.
1520 (initialize_global_constants): Added elisp-comp to
1522 (seen_lispdir): New global.
1523 (scan_configure): Handle ud_PATH_LISPDIR.
1525 * elisp-comp: New file.
1527 * lisp.am: New file.
1529 * automake.in (generate_makefile): Run handle_emacs_lisp.
1531 * aclocal.m4 (ud_PATH_LISPDIR): New macro, from Ulrich Drepper.
1533 * automake.in (initialize_global_constants): Removed version.texi
1534 from common_sometimes.
1535 (initialize_global_constants): Added texinfo.tex to common_files.
1537 (handle_tests): Allow dejagnu- and automake-style test suites to
1538 coexist. Test dejagnu.test.
1539 (initialize_global_constants): New constants AC_CANONICAL_HOST,
1540 AC_CANONICAL_SYSTEM.
1541 (scan_configure): Use new constants.
1542 (handle_tests): Put target specific information into site.exp if
1543 AC_CANONICAL_* used.
1544 (read_am_file): Generate some extra variables when AC_CANONICAL_*
1546 (handle_options): Allow version number to have letters appended.
1547 (handle_tests): Error if RUNTEST, RUNTESTFLAGS defined but dejagnu
1549 (initialize_global_constants): install_man_format changed to
1550 handle built man pages.
1552 Wed May 29 10:35:01 1996 Tom Tromey <tromey@creche.cygnus.com>
1554 * config.guess, config.sub: New versions.
1556 Tue May 28 19:27:11 1996 Tom Tromey <tromey@creche.cygnus.com>
1558 * configure.in (VERSION): Upped to 1.0.
1560 Sat May 25 10:19:53 1996 Tom Tromey <tromey@creche.cygnus.com>
1562 * automake.in (handle_tests): Handle dejagnu.
1563 (handle_options): Recognize dejagnu option.
1565 * dejagnu.am: New file.
1567 Thu May 23 10:01:13 1996 Tom Tromey <tromey@creche.cygnus.com>
1569 * automake.in (handle_dist): Run installcheck target from
1572 * configure.in (VERSION): Upped to 0.34.
1574 * automake.in (scan_configure): Always allow upgrading to
1575 fp_PROG_INSTALL. Test fpinstall.test.
1577 Wed May 22 14:45:28 1996 Joshua Cowan <jcowan@hermit.reslife.okstate.edu>
1579 (handle_dist): Make `distcheck' check `install' target, too.
1581 Wed May 22 09:49:27 1996 Tom Tromey <tromey@creche.cygnus.com>
1583 * automake.in (initialize_per_input): Don't initialize
1584 $output_directory here; initialize it globally. From Joshua
1585 Cowan. Test outdir.test.
1587 Sat May 18 10:57:40 1996 Tom Tromey <tromey@creche.cygnus.com>
1589 * automake.in (handle_tests): Don't push TESTS onto dist_common.
1590 (initialize_global_constants): Put install-sh and mkinstalldirs
1591 into @common_files. Test insh2.test.
1593 Fri May 17 09:02:02 1996 Tom Tromey <tromey@creche.cygnus.com>
1595 * automake.in (handle_source_transform): Don't generate _OBJECTS
1596 when no source files specified. Test number.test.
1598 From Joerg-Martin Schwarz:
1599 * automake.in (seen_package, seen_version): New globals.
1600 (scan_configure): Look for PACKAGE= and VERSION=.
1602 * automake.in (handle_options): Recognize dist-zip.
1603 (handle_dist): Handle dist-zip.
1604 (handle_options): Use ' ', not \s+, with split. Test
1606 (handle_source_transform): Likewise.
1607 (handle_lib_objects): Likewise.
1608 (handle_libraries): Likewise.
1609 (handle_texinfo): Likewise.
1610 (handle_man_pages): Likewise.
1611 (handle_subdirs): Likewise.
1612 (handle_gettext): Likewise.
1613 (handle_footer): Likewise.
1614 (handle_tests): Likewise.
1615 (scan_configure): Likewise.
1616 (am_install_var): Likewise.
1618 * Makefile.am (TAGS_DEPENDENCIES): New macro.
1620 * tags.am (tags-recursive): New target.
1621 (TAGS): Depend on it.
1623 * automake.in (handle_tags): Put tags-recursive on @phony.
1625 * tags-subd.am (TAGS): Depend on HEADERS, SOURCES,
1627 * tags.am (TAGS): Depend on HEADERS, SOURCES, TAGS_DEPENDENCIES.
1629 Thu May 16 09:21:48 1996 Tom Tromey <tromey@creche.cygnus.com>
1631 * remake.am (configure): Depend on $(CONFIGURE_DEPENDENCIES).
1633 * automake.in (scan_configure): Look for install-sh and
1635 (initialize_global_constants): Moved mdate-sh from
1636 common_sometimes to common_files. Test mdate2.test.
1638 Tue May 14 21:52:01 1996 Tom Tromey <tromey@creche.cygnus.com>
1640 * automake.in (seen_maint_mode): New global.
1641 (scan_configure): Handle jm_MAINTAINER_MODE.
1642 (read_am_file): Handle seen_maint_mode.
1643 (file_contents_with_transform): Handle seen_maint_mode.
1644 (handle_source_transform): Changed interface, all callers.
1647 * remake-hdr.am, remake-subd.am, remake.am, texi-version.am:
1649 * aclocal.m4 (jm_MAINTAINER_MODE): New macro.
1651 * automake.in (handle_configure): Check $config_aux_dir against
1652 empty string. From Markku Rossi. Test mkinstall.test.
1654 Fri May 10 14:38:47 1996 Gord Matzigkeit <gord@gnu.ai.mit.edu>
1656 * automake.in (distcheck): Added new rule to top level
1659 Wed May 8 21:57:21 1996 Gord Matzigkeit <gord@gnu.ai.mit.edu>
1661 * automake.in (scan_configure): Make sure that gm_PROG_LIBTOOL
1663 (generate_makefile): libtool, config.sub, and config.guess should
1664 only ever appear in the top directory of a package.
1666 Tue May 14 10:24:30 1996 Tom Tromey <tromey@creche.cygnus.com>
1668 * automake.in (initialize_global_constants): Added libversion.in
1671 * configure.in (VERSION): Upped to 0.33.
1673 * automake.in (am_install_var): Fixed problem in EXTRA_ handling.
1676 Mon May 13 10:41:41 1996 Tom Tromey <tromey@creche.cygnus.com>
1678 * install-sh (transformbasename): Correct misspelling of
1679 transformbasename. From Ian Lance Taylor.
1681 Sat Apr 27 11:39:10 1996 Tom Tromey <tromey@creche.cygnus.com>
1683 * automake.in (handle_configure): Set mkinstalldirs variable
1685 (handle_dist_worker): Explicitly set distdir in subdir makes.
1686 (handle_dist): Handle separate distdir target.
1687 (handle_dist_worker): Only generate distdir target.
1689 * texinfos.am (install-info): Use $(mkinstalldirs).
1690 * scripts.am (install-@DIR@SCRIPTS): Use $(mkinstalldirs).
1691 * programs.am (install-@DIR@PROGRAMS): Use $(mkinstalldirs).
1692 * libraries.am (install-@DIR@LIBRARIES): Use $(mkinstalldirs).
1693 * header.am (install-@DIR@HEADERS): Use $(mkinstalldirs).
1694 * data.am (install-@DIR@DATA): Use $(mkinstalldirs).
1696 * automake.in (read_am_file): Set mkinstalldirs variable.
1697 (handle_man_pages): Use it.
1698 (handle_installdirs): Ditto.
1700 Fri Apr 26 15:10:48 1996 Tom Tromey <tromey@creche.cygnus.com>
1702 * automake.in (handle_man_pages): Fix mkinstalldirs invocation.
1704 Thu Apr 25 18:40:06 1996 Tom Tromey <tromey@creche.cygnus.com>
1706 * automake.in (handle_dist_worker): Use $(TAR), not tar.
1707 (handle_merge_targets): Make sure config header is built before
1708 recursing into subdirs.
1709 (handle_libraries): Generate LIBFILES for check_LIBRARIES.
1710 (handle_merge_targets): Handle case where nothing is installed but
1711 something must be built -- "make install" must still work.
1713 * dist-vars.am (TAR): New macro.
1715 * automake.in (scan_configure): Support AC_REPLACE_GNU_GETOPT.
1716 (handle_configure): Require stamp-h.in when config header used.
1718 Tue Apr 23 17:57:13 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1720 * doc/mdate-sh: Extract the last field from the date output, not
1721 the sixth, which will fail when the timezone name has more than
1722 one word or is missing.
1724 Wed Apr 24 20:29:26 1996 Tom Tromey <tromey@creche.cygnus.com>
1726 * automake.in (am_install_var): Use delete, not undef, to remove
1727 EXTRA entry. From Gord Matzigkeit.
1729 Mon Apr 22 17:48:50 1996 Tom Tromey <tromey@creche.cygnus.com>
1731 * automake.in (read_am_file): Handle case where last line doesn't
1734 Tue Apr 9 22:53:16 1996 Tom Tromey <tromey@creche.cygnus.com>
1736 * automake.in (variable_defined): New function.
1737 (read_am_file): Ensure a blank line comes before starting comments
1739 (initialize_per_input): Initialize %targets.
1740 (read_am_file): Set appropriate entry in %targets.
1741 Many changes to use variable_defined.
1742 (check_gnu_standards): Only require ChangeLog at top level. From
1744 (handle_tests): check-TESTS depends on $(TESTS). From Gord
1747 Mon Apr 8 22:51:41 1996 Tom Tromey <tromey@creche.cygnus.com>
1749 * automake.in (parse_arguments): Added short options.
1750 (initialize_global_constants): Ditto.
1752 Fri Apr 5 00:22:14 1996 Tom Tromey <tromey@creche.cygnus.com>
1754 * mkinstalldirs (errstatus): Don't necessarily die if mkdir
1757 * automake.in (handle_source_transform): Typo fix.
1759 Thu Apr 4 15:10:50 1996 Tom Tromey <tromey@creche.cygnus.com>
1761 * automake.in (handle_dist_worker): Renamed dist-local to
1763 (handle_merge_targets): Added install-data-hook and
1765 (handle_source_transform): Handle EXTRA_prog_SOURCES form.
1767 * automake.in (handle_scripts): Never allow scripts_installed to
1770 * scripts.am (install-@DIR@SCRIPTS): Scripts can be found in
1773 * automake.in (generate_makefile): Derived file names from given
1774 input; don't assume Makefile.in and Makefile.am.
1775 (am_file_name, in_file_name): New globals.
1776 (read_am_file): Use them.
1778 * program.am (@PROGRAM@): Use transformed program name.
1780 * remake-hdr.am (stamp-h): Actually touch stamp-h.
1782 Wed Apr 3 15:16:06 1996 Tom Tromey <tromey@creche.cygnus.com>
1784 * automake.in (require_file_internal): Use correct file for error
1785 messages. Test insh.test.
1787 Mon Apr 1 09:47:44 1996 Tom Tromey <tromey@creche.cygnus.com>
1789 * texinfos.am (.texi.info): Build output file in srcdir.
1791 * automake.in (require_file_internal): If $dir is ".",then look in
1793 (handle_texinfo): Canonicalize name of texi file before looking
1794 for dependency variable.
1796 Thu Mar 28 08:33:21 1996 Tom Tromey <tromey@creche.cygnus.com>
1798 * automake.in (require_conf_file_with_conf_line): Yet another
1799 function of this form.
1800 (libtool_line): New variable.
1801 (handle_libraries): Handle libtool.
1803 * libraries-vars.am: Removed.
1805 * automake.in (seen_libtool): New variable.
1806 (scan_configure): Look for gm_PROG_LIBTOOL or AC_PROG_LIBTOOL.
1808 * automake.in (handle_dist_worker): Handle dist-local.
1810 * Makefile.am (maintainer-check): Do "make check" after all syntax
1813 * texi-version.am (stamp-@VTI@): Look for mdate-sh in appropriate
1816 * automake.in ($seen_arg_prog): New global.
1817 (handle_programs): Error if AC_ARG_PROGRAM not seen.
1818 (handle_scripts): Ditto.
1819 (handle_configure): mkinstalldirs now a config file.
1820 (handle_installdirs): Find mkinstalldirs in config_aux_dir.
1821 (handle_dist_worker): Removed DIST_SUBDIRS.
1822 (require_file_path): New variable.
1823 (require_file_with_conf_line): Set it.
1824 (require_file_with_line): Ditto.
1825 (require_file): Ditto.
1826 (require_file_internal): Incorporated code from
1827 require_config_file.
1828 (require_config_file): Rewrote.
1829 (require_conf_file_with_line): New function.
1830 (handle_texinfo): Use it for mdate-sh.
1831 (handle_texinfo): Look for mdate-sh in appropriate directory.
1833 Tue Mar 26 13:47:54 1996 Tom Tromey <tromey@creche.cygnus.com>
1835 * Makefile.am (cvs-dist): Find NEWS in srcdir.
1836 * automake.in (handle_dist_worker): Find NEWS in srcdir.
1837 ($RULE_PATTERN): Include chars "$(){}/" in allowable patterns in a
1839 (require_config_file): Set config_aux_path when file found.
1840 ($config_aux_dir): New variable.
1841 (require_config_file): Set it.
1842 (handle_man_pages): Find mkinstalldirs in config_aux_dir.
1844 Mon Mar 25 15:32:57 1996 Tom Tromey <tromey@creche.cygnus.com>
1846 * data.am (install-@DIR@DATA): Also allow data to be in build
1849 Sun Mar 24 19:56:28 1996 Tom Tromey <tromey@creche.cygnus.com>
1851 * automake.in (am_install_var): Don't look in EXTRA_primary
1852 variable any more; it is handled in the main loop.
1854 Wed Mar 20 16:22:35 1996 Tom Tromey <tromey@creche.cygnus.com>
1856 * data.am (install-@DIR@DATA): Find data in srcdir.
1858 Fri Mar 15 18:30:31 1996 Tom Tromey <tromey@creche.cygnus.com>
1860 * automake.in (require_config_file): Use correct filename when
1861 looking for errors. Also, install file in `.' if not found. Bug
1862 reported by Gord Matzigkeit. Test installsh.test.
1864 Thu Mar 14 09:28:21 1996 Tom Tromey <tromey@creche.cygnus.com>
1866 * Makefile.am (cvs-diff): New target.
1868 Fix for bug when install var substitutes empty. Test empty.test.
1869 * header.am (install-@DIR@HEADERS): Allow empty list of headers.
1870 (uninstall-@DIR@HEADERS): Ditto.
1871 * scripts.am (install-@DIR@SCRIPTS): Allow empty list of scripts.
1872 (uninstall-@DIR@SCRIPTS): Ditto.
1873 * libraries.am (install-@DIR@LIBRARIES): Allow empty list of
1875 (uninstall-@DIR@LIBRARIES): Ditto.
1876 * data.am (install-@DIR@DATA): Allow empty list of data.
1877 (uninstall-@DIR@DATA): Ditto.
1878 * programs.am (install-@DIR@PROGRAMS): Added missing semicolon.
1879 From François Pinard.
1880 (install-@DIR@PROGRAMS): Fixed bug when list of programs empty.
1881 (uninstall-@DIR@PROGRAMS): Ditto.
1883 Wed Mar 13 19:50:23 1996 Tom Tromey <tromey@creche.cygnus.com>
1885 * tags-subd.am (ID): Name of ID file must be flush against -f.
1887 * configure.in (VERSION): Version 0.32.
1889 Mon Mar 11 17:50:58 1996 Tom Tromey <tromey@creche.cygnus.com>
1891 * automake.in (seen_linguas, all_linguas_line): New variables.
1892 (handle_gettext): New function.
1893 (generate_makefile): Run it.
1894 (scan_configure): Recognize ALL_LINGUAS.
1896 Mon Mar 11 14:34:36 1996 Gord Matzigkeit <gord@enci.ucalgary.ca>
1898 * automake.texi: doc fix.
1900 * automake.in (am_install_var): Added support for check and
1901 installcheck special prefixes.
1903 Sun Mar 10 10:44:42 1996 Tom Tromey <tromey@creche.cygnus.com>
1905 * automake.in (handle_subdirs): Don't do SUBDIRS check for
1908 Tue Mar 5 18:12:04 1996 Tom Tromey <tromey@creche.cygnus.com>
1910 * automake.in (OBJECT_PATTERN): Removed.
1911 (am_install_var): No error if name is invalid.
1912 (handle_programs): Canonicalize program names.
1913 (BOGUS_MACRO_PATTERN): New variable.
1914 (read_am_file): Error if bad macro name given.
1915 (require_file_internal): Use am_line_error, not am_conf_error.
1917 * program.am (@PROGRAM@): Recognize @PROGRAM@_DEPENDENCIES.
1919 Mon Mar 4 19:30:24 1996 Tom Tromey <tromey@creche.cygnus.com>
1921 * automake.in (handle_lib_objects): New function.
1922 (handle_libraries): Use it.
1923 (handle_programs): Ditto.
1924 (handle_dist_worker): Deprecate DIST_SUBDIRS.
1925 (am_install_var): Allow extended directory mechanism to work.
1928 * dist-vars.am (DISTFILES): Use EXTRA_DIST.
1929 (DEP_DISTFILES): Ditto.
1931 * automake.in (OBJECT_PATTERN): New variable.
1932 (am_install_var): Use it.
1933 (handle_dist): DIST_OTHER is an anachronism.
1935 Sat Mar 2 17:04:38 1996 Tom Tromey <tromey@creche.cygnus.com>
1937 * automake.in (handle_dist_worker): Only cause Automake to be
1938 re-run if not making a distribution. Fixes bug reported by
1939 Joerg-Martin Schwarz.
1940 (require_file_with_line): New function.
1941 (require_file): Use it.
1942 (am_line_error): Don't print line number if $symbol is empty.
1943 (get_object_extension): Use require_file_with_line.
1944 (handle_libraries): Use require_file_with_line.
1945 (handle_texinfo): Use require_file_with_line.
1946 (handle_configure): Use am_conf_line_error and
1947 require_file_with_conf_line.
1948 (handle_subdirs): Use require_file_with_conf_line.
1949 (handle_configure): Use require_file_with_conf_line.
1950 (handle_tests): Push check-TESTS on @phony.
1951 (am_conf_line_error): New function.
1952 (require_file_with_conf_line): New function.
1953 (require_file_internal): New function.
1954 (require_file_with_line): Use it.
1955 (require_file): Ditto.
1956 (am_conf_line_error): Handle empty line number.
1957 (ac_gettext_line, ac_output_line): New variables.
1958 (scan_configure): Set them.
1960 Fri Mar 1 00:13:04 1996 Tom Tromey <tromey@creche.cygnus.com>
1962 * automake.in (parse_arguments): Default strictness is gnu.
1963 Changed `normal' to `foreign' everywhere.
1964 (parse_arguments): Handle --foreign.
1965 (initialize_global_constants): Document --foreign.
1966 (handle_dependencies): Better error message.
1967 (handle_texinfo): Don't push $vtexi on @texis.
1968 (handle_texinfo): Only push $vtexi on @texi_deps if not null.
1969 (handle_configure): install-sh is a config file; require it as
1971 (parse_arguments): Renamed --install-missing to --add-missing.
1972 (add_missing): Renamed from install_missing.
1973 (am_install_var): Check to make sure contents of install variable
1974 are correct if primary requires it. Test badprog.test.
1975 (initialize_global_constants): Initialize
1976 %primary_uses_subobjects.
1977 (handle_source_transform): Skip configure substitutions. Test
1978 depend.test. Also, skip empty elements.
1980 Thu Feb 29 22:00:30 1996 Tom Tromey <tromey@creche.cygnus.com>
1982 * texinfo.tex: New version.
1984 * automake.in (am_install_var): Allow extended range of
1985 installation directories.
1987 * automake.in (get_object_extension): Don't allow
1988 @CONFIG_INCLUDE_SPEC@ in the Makefile.in when config.h not used.
1989 From Gord Matzigkeit. Test confincl.test.
1991 * texinfos.am (install-info): Changed usage of install-info (in
1992 comment). Per Feb 25 GNU Standards document.
1994 Wed Feb 28 07:40:55 1996 Tom Tromey <tromey@creche.cygnus.com>
1996 * automake.in (handle_tests): New function.
1997 (generate_makefile): Call it.
1998 (handle_subdirs): Skip directories whose names look like configure
2000 (handle_subdirs): Require intl and po, not @INTLSUB@ and @POSUB@,
2002 (scan_configure): Clear in_ac_output if "]" found. Test
2004 (require_config_file): New function.
2005 (generate_makefile): Use require_config_file.
2006 (config_aux_path): New variable.
2007 (scan_configure): Check for AC_CONFIG_AUX_DIR.
2008 (handle_merge_targets): Add install-strip rule.
2010 Tue Feb 27 20:00:36 1996 Tom Tromey <tromey@creche.cygnus.com>
2012 * mdate-sh: New version from Ulrich Drepper.
2014 * automake.in (handle_source_transform): Changed fill back to
2016 (handle_libraries): Ditto.
2017 (handle_dist): Ditto.
2018 (handle_dependencies): Ditto.
2019 (handle_footer): Ditto.
2020 (handle_phony): Ditto.
2022 * Makefile.am (DIST_SUBDIRS): Removed.
2023 (installcheck-local): Use Perl, not test -x.
2025 (maintainer-check): Use $(PERL), not @PERL@.
2027 * configure.in (VERSION): Upped to 0.31.
2029 Sat Feb 24 18:02:19 1996 Tom Tromey <tromey@creche.cygnus.com>
2031 * automake.in (scan_configure): AC_CHECK_TOOL requires config.sub
2034 * automake.in: Use keyed_aclocal_warning when warning about
2036 (get_object_extension): Use keyed_aclocal_warning when warning
2037 about fp_C_PROTOTYPES.
2038 (keyed_aclocal_warning): New function.
2040 * Makefile.am (pkgdata_DATA): Install aclocal.m4.
2041 * aclocal.m4: Include fp_C_PROTOTYPES, fp_PROG_CC_STDC.
2043 * automake.in (get_object_extension): Only give error about
2044 fp_C_PROTOTYPES once.
2046 * automake.in (seen_ranlib): New variable.
2047 (scan_configure): Recognized AC_PROG_RANLIB.
2048 (handle_libraries): Error if ranlib not checked for.
2050 * automake.in (default_strictness): Default to GNU.
2051 (default_strictness_name): Ditto.
2053 Wed Feb 21 18:15:02 1996 Tom Tromey <tromey@creche.cygnus.com>
2055 * automake.in (read_am_file): Removed @kr@ support.
2056 (get_object_extension): Ditto.
2058 * Makefile.am (pkgdata_DATA): Include ansi2knr.c and ansi2knr.1.
2060 Tue Feb 20 17:25:18 1996 Tom Tromey <tromey@creche.cygnus.com>
2062 * depend.am ($(srcdir)/.deps/%.P): Regexp fix.
2064 Mon Feb 19 19:53:09 1996 Tom Tromey <tromey@creche.cygnus.com>
2066 * remake.am ($(srcdir)/Makefile.in): Depend on configure.in.
2067 * remake-subd.am ($(srcdir)/Makefile.in): Depend on configure.in.
2069 * automake.in (handle_scripts): Ensure $scripts_installed set to
2070 boolean value. Test proginst.test.
2072 * Makefile.am (installcheck-local): New target.
2074 * automake.in (require_file): No error if missing file is
2077 Sun Feb 18 17:10:00 1996 Tom Tromey <tromey@creche.cygnus.com>
2079 * automake.in (handle_scripts): SCRIPTS no longer automatically
2080 cleaned. Now possible to install scripts in pkgdatadir.
2081 ($seen_canonical): New variable.
2082 (generate_makefile): Check for config.guess and config.sub here;
2083 fixes bug reported by Gord Matzigkeit.
2085 * Makefile.am (pkgdata_SCRIPTS): New variable.
2086 (CLEANFILES): New macro.
2088 * scripts-clean.am: Removed.
2090 Sat Feb 17 00:15:20 1996 Tom Tromey <tromey@creche.cygnus.com>
2092 * automake.in (am_install_var): Error if primary variable actually
2094 (am_install_var): Skip elements that look like configure
2096 (am_install_var): "EXTRA" is a valid prefix.
2097 (am_install_var): Push contents EXTRA_PRIMARY onto @result.
2098 (handle_merge_targets): Treat "all" target like "install".
2099 (handle_subdirs): Don't push all-recursive.
2101 * header.am (install-@DIR@HEADERS): Don't depend on all.
2102 * data.am (install-@DIR@DATA): Don't depend on all.
2103 * libraries.am (install-@DIR@LIBRARIES): Don't depend on all.
2104 * programs.am (install-@DIR@PROGRAMS): Don't depend on all.
2105 * scripts.am (install-@DIR@SCRIPTS): Don't depend on all.
2107 * automake.in (am_install_var): Push generated install targets
2110 * subdirs.am: No longer depend on Makefile and $(CONFIG_HEADER).
2111 * automake.in (handle_merge_targets): Correctly handle recursive
2112 calls of uninstall, install-exec, and install-data.
2113 (handle_merge_targets): Put Makefile, and possibly $config_name,
2115 (handle_merge_targets): Push 'all' onto @install as appropriate.
2117 Fri Feb 16 18:27:04 1996 Tom Tromey <tromey@creche.cygnus.com>
2119 * automake.in (handle_configure): config.status is in
2120 $(top_builddir), not $(top_srcdir). Reported by Anthony Green.
2122 * automake.in (scan_configure): Recognize (AC|fp)_FUNC_FNMATCH.
2124 Thu Feb 15 19:12:45 1996 Tom Tromey <tromey@creche.cygnus.com>
2126 * automake.in: (seen_prog_yacc): New variable.
2127 (scan_configure): Look for yacc.
2128 (handle_source_transform): Skipp C++ header files.
2129 (handle_source_transform): .cxx is a C++ source file.
2131 Wed Feb 14 08:36:02 1996 Tom Tromey <tromey@creche.cygnus.com>
2133 * depend.am ($(srcdir)/.deps/.P): Use "echo", not ":".
2135 Implemented --verbose feature; idea from Greg Woods:
2136 * automake.in (verbose): New global.
2137 (generate_makefile): Print creating message if verbose.
2138 (grep_for_vers_texi): Print message if verbose.
2139 (handle_dependencies): Ditto.
2140 (scan_configure): Ditto.
2141 (read_am_file): Ditto.
2142 (parse_arguments): Added --verbose.
2143 (initialize_global_constants): Ditto.
2145 * automake.in (get_object_extension): Use am_line_error.
2146 (handle_source_transform): Ditto.
2147 (handle_libraries): Ditto.
2148 (handle_texinfo): Ditto.
2149 (handle_man_pages): Ditto.
2150 (handle_dist): Ditto.
2151 (handle_dist): Ditto.
2152 (handle_subdirs): Ditto.
2153 (handle_configure): Ditto.
2154 (handle_merge_targets): Ditto.
2155 (am_install_var): Ditto.
2156 (am_line_error): Allow actual line number as argument.
2157 (handle_configure): Use am_line_error.
2158 (scan_configure): Set config_header_line.
2159 (config_header_line): New global.
2160 Use @PERL@ to find perl during exec. From Greg Woods.
2162 Tue Feb 13 22:06:51 1996 Tom Tromey <tromey@creche.cygnus.com>
2164 * automake.in (initialize_per_input): Init %content_lines.
2165 (read_am_file): Set appropriate content_lines elements while
2167 (am_line_error): New function.
2168 (read_am_file): Use it.
2169 (handle_options): Ditto.
2171 * automake.in (scan_configure): Handle case where more than one .o
2172 is put into LIBOBJS at once. Test libobj.test.
2174 Mon Feb 12 20:39:28 1996 Tom Tromey <tromey@creche.cygnus.com>
2176 * automake.in (scan_configure): Ignore "\" in AC_OUTPUT line.
2178 (handle_subdirs): Restored intl, po warnings.
2180 * automake.in (scan_configure): Delete everything after "," or
2181 ")". Test acoutnoq.test.
2182 (handle_dist): Use $relative_dir, not nonexistent $subdir.
2183 (handle_subdirs): 'po' and 'intl' are sometimes substituted into
2184 SUBDIRS; don't warn about their absence.
2186 Sun Feb 11 16:55:15 1996 Tom Tromey <tromey@creche.cygnus.com>
2188 * automake.in (handle_texinfo): Removed bogus error message.
2190 * automake.in (handle_texinfo): Push $(INFO_DEPS), not 'info',
2192 (handle_options): Handle version number.
2194 * automake.in ($maint_charset, $dist_charset): New variables.
2195 (initialize_per_input): Init $local_maint_charset.
2196 (handle_dist): Handle DIST_CHARSET and MAINT_CHARSET.
2197 (generate_makefile): Don't print "creating...".
2199 Sat Feb 10 16:45:07 1996 Tom Tromey <tromey@creche.cygnus.com>
2201 * automake.in (get_object_extension): Substitute
2202 @CONFIG_INCLUDE_SPEC@ if CONFIG_HEADER defined.
2203 (handle_source_transform): Use $1, not \1.
2204 (pretty_print_internal): Handle Tabs in fill when computing indent
2206 (handle_merge_targets): Always generate install-exec and
2207 install-data targets. Test instexec.test.
2208 Fixed error message if fp_PROG_INSTALL missing.
2210 * compile-vars.am (DEFS): Include -I., -I$(srcdir), and
2211 @CONFIG_INCLUDE_SPEC@.
2213 * automake.in (scan_configure): Delete everything after "]". Test
2216 * configure.in (AC_OUTPUT): Create tests/Makefile.
2217 * Makefile.am (SUBDIRS): New macro.
2219 * automake.in (handle_texinfo): Put $vtexi on texi_deps. From Jim
2222 * configure.in (AC_OUTPUT): Ensure automake is executable.
2224 Thu Feb 8 17:30:29 1996 Tom Tromey <tromey@creche.cygnus.com>
2226 * automake.in (handle_subdirs): Error if directory in SUBDIRS does
2229 * automake.in (handle_configure): Handle AC_OUTPUT ":" syntax.
2232 * libraries.am (install-@DIR@LIBRARIES): Depend on all, not
2234 * header.am (install-@DIR@HEADERS): Depend on all, not
2236 * data.am (install-@DIR@DATA): Depend on all, not $(@DIR@_DATA).
2237 * scripts.am (install-@DIR@SCRIPTS): Depend on all, not
2239 * programs.am (install-@DIR@PROGRAMS): Depend on all, not
2242 * automake.in (initialize_per_input): Initialize
2244 ($seen_path_xtra): New variable.
2245 (scan_configure): Look for AC_PATH_XTRA.
2246 (get_object_extension): Add variables to output if X seen.
2248 Thu Feb 8 10:02:45 1996 Greg A. Woods <woods@most.weird.com>
2250 * automake.in (handle_programs): add pkglib to list of
2252 (various): include a tab as fill for continuation lines
2253 printed with pretty_print*, esp. for macro variable assignments.
2254 [ changed to 4 spaced by me ]
2256 Wed Feb 7 18:00:29 1996 Tom Tromey <tromey@creche.cygnus.com>
2258 * configure.in (VERSION): Upped to 0.30.
2260 * Makefile.am (automake): Removed.
2261 (DIST_OTHER): Removed.
2263 * automake.in (handle_source_transform): All dep_files are
2264 relative to $(srcdir).
2265 (handle_libraries): Ditto.
2266 (scan_configure): Test for AC_PROG_INSTALL as well as
2267 fp_PROG_INSTALL. Don't error here.
2268 (seen_prog_install): Now global.
2269 (scripts_installed): New global.
2270 (handle_scripts): Set it.
2271 Give error if appropriate install macro not seen.
2272 (handle_subdirs): Ensure $seen_gettext before requiring
2273 gettext-specific files.
2274 (handle_configure): Automatically rebuild
2277 * automake.in (handle_source_transform): Use \W when quoting
2278 regexp. When blah_SOURCES not explicitly defined, still create
2280 * depend.am ($(srcdir)/.deps/%.P): Don't use \< in regexp.
2281 * subdirs.am (maintainer-clean-recursive): Now depends on
2282 $(CONFIG_HEADER) and Makefile.
2284 * automake.in (handle_source_transform): Skip macro references.
2286 Mon Feb 5 14:58:58 1996 Tom Tromey <tromey@creche.cygnus.com>
2288 * automake.in (handle_texinfo): Include "rm" when deleting files.
2290 * Makefile.am (maintainer-check): Expect only one ${...}.
2291 * texinfos.am (install-info): Remove unneeded ${...}. From Jim
2294 * automake.in (handle_configure): Only define CONFIG_HEADER if
2296 ($seen_gettext): New variable.
2297 (handle_subdirs): Do all gettext-related checking here.
2298 (scan_configure): Just set $seen_gettext.
2299 (handle_man_pages): Properly quote $(MANS).
2301 Wed Jan 31 09:51:30 1996 Tom Tromey (tromey@gerbil.cygnus.com)
2303 * depend.am: Don't use srcdir anywhere.
2304 * automake.in (handle_libraries): Don't make .deps relative to
2306 (handle_options): Recognize no-dependencies.
2308 * depend.am (MKDEP): From Jim Meyering: Do nothing if srcdir is
2309 ".". Properly quote regexp.
2311 Tue Jan 30 12:19:09 1996 Tom Tromey (tromey@gerbil.cygnus.com)
2313 * automake.in (handle_configure): Only defined CONFIG_HEADER if
2315 (read_am_file): Quote regexp when substituting top_builddir.
2316 (handle_source_transform, handle_libraries): Look in
2317 $(srcdir)/.deps for .P files.
2319 Fri Jan 26 00:15:25 1996 Tom Tromey <tromey@creche.cygnus.com>
2321 * automake.in (am_conf_error): New function.
2322 (scan_configure): Use it.
2323 (scan_configure): A comma also ends AC_OUTPUT macro.
2325 * automake.in (read_am_file): Compute top_builddir when including
2327 (handle_configure): Use $top_builddir, not $top_reldir.
2328 (other_input_files): New variable.
2329 (dirname): Fixed bug where dirname of 'a/b/c' was 'a', not 'a/b'.
2331 Changes from Gord Matzigkeit to enabled hierarchies deeper than 2:
2332 * automake.in (input_files, seen_make_set): Declare globally.
2333 (parse_arguments): Use input_files, not make_list.
2334 Only scan configure.in once.
2335 (handle_dist): Use SUBDIRS to determine when to make
2336 subdirectories and recurisvely dist. Use $(topdir), not "..", to
2337 find top of dist tree.
2338 (handle_configure): Check for AC_PROG_MAKE_SET here. Don't require
2339 configure.in (done elsewhere).
2340 (scan_configure): seen_make_set is global. Allow arbitrary space
2341 in LIBOBJS assignment.
2342 (top_builddir): New variable.
2343 * header-vars.am (top_builddir): New variable.
2344 * remake-subd.am (Makefile): Look in top_builddir, not .., when
2346 * automake.in (handle_merge_targets): Run 'all' before
2349 * automake.in (file_contents_with_transform): Changed error
2351 (handle_configure): Define $contents{'CONFIG_HEADER'}.
2353 * texi-version.am: Many changes to support multiple .texi files.
2354 Replaced "version.texi" with "@VTEXI@". Replaced "vti" with
2356 * automake.in (handle_configure): install.sh is an anachronism.
2357 (handle_texinfo): Generalized for multiple .texi files. Handle
2358 'clean-info' internally.
2359 * texi-clean.am: Removed.
2360 * Makefile.am: Updated for removal.
2362 Wed Jan 24 22:55:32 1996 Tom Tromey <tromey@creche.cygnus.com>
2364 * automake.in (grep_for_vers_texi): New function.
2365 (handle_texinfo): Use grep_for_vers_texi, not system("grep").
2366 (handle_texinfo): Changes to generalize to multiple .texi files.
2368 Tue Jan 23 14:22:16 1996 Tom Tromey <tromey@creche.cygnus.com>
2370 Fixes from Gord Matzigkeit:
2371 * libraries.am (install-@DIR@LIBRARIES): Use top_srcdir, not
2373 * header.am: New file.
2374 * Makefile.am (pkgdata_DATA): Install header.am.
2375 * automake.in (handle_headers): Use header.am, not data.am.
2376 (am_install_var): Allow pattern to be compiled multiple times.
2378 * config.guess, config.sub: New files.
2379 * Makefile.am (pkgdata_DATA): Install config.guess and
2381 * automake.in (scan_configure): Recognize AC_CANONICAL_HOST and
2382 AC_CANONICAL_SYSTEM.
2384 Sun Jan 21 15:51:48 1996 Tom Tromey <tromey@creche.cygnus.com>
2386 * automake.in (handle_texinfo): Use info_TEXINFOS, not TEXINFOS.
2387 (handle_man_pages): Use man_MANS, not MANS.
2389 * Makefile.am (info_TEXINFOS): Renamed.
2391 * automake.in (scan_configure): Remove comments from input line.
2392 (am_variable): Removed.
2394 * remake-hdr.am (stamp-h): Use new macro CONFIG_HEADER_IN.
2396 * automake.in (config_name, config_header): New globals.
2397 (scan_configure): Look for AC_CONFIG_HEADER.
2398 (handle_configure): Handle more uses of AC_CONFIG_HEADER.
2400 Sat Jan 20 15:54:24 1996 Tom Tromey <tromey@creche.cygnus.com>
2402 * automake.in (handle_dist_worker): Bug fix.
2404 Fri Jan 19 00:50:29 1996 Tom Tromey <tromey@creche.cygnus.com>
2406 * automake.in (require_file): Install missing files only according
2407 to desired strictness.
2408 (initialize_per_input): Don't init libsources.
2409 (scan_configure): Reinit libsources.
2410 (handle_libraries): Search _LIBADD for @LIBOBJS@ and @ALLOCA@.
2411 (fp_c_prototypes): New global.
2412 (scan_configure): Set it.
2413 (get_object_extension): Error if fp_C_PROTOTYPES not in
2414 configure.in when using ansi2knr.
2415 (handle_source_transform): Skip header files.
2417 * automake.in (handle_dist_worker): Explicitly make 'dist' in
2420 Thu Jan 18 00:25:56 1996 Tom Tromey <tromey@creche.cygnus.com>
2422 From François Pinard:
2423 * automake.in (handle_source_transform): Transform $o file into .P
2425 (handle_dist_worker): Handle case where DISTFILES includes
2426 wildcard. Bug fix in subdir case.
2428 * automake.in (parse_arguments): Initialize strictness to
2431 Sun Jan 14 13:54:16 1996 Tom Tromey <tromey@creche.cygnus.com>
2433 * automake.in (scan_configure): Look for NLS support.
2435 Changes from François Pinard:
2436 * texinfos.am (install-info): Correctly install when build dir is
2438 * tags-subd.am (ID): Indentation change.
2439 * kr-vars.am (o): Use ".@U@o", not "@U@o".
2440 * depend.am ($(srcdir)/.deps/%.P): Remove temporary file.
2441 * automake.in (handle_dist_worker): Fixlets.
2442 (handle_dist): Sort keys going into dist_common.
2444 Sat Jan 13 00:18:06 1996 Tom Tromey <tromey@creche.cygnus.com>
2446 * automake.in (handle_dist_worker): If Gnits, don't allow release
2447 until NEWS is updated.
2449 * configure.in (VERSION): Version 0.29.
2451 * Makefile.am (maintainer-check): Look for perl4.036 in path.
2453 * dist-vars.am (DISTFILES): Include BUILT_SOURCES.
2454 (DEP_DISTFILES): Ditto.
2456 * automake.in (handle_dist_worker): Depend on DEP_DISTFILES.
2457 * dist-vars.am (DEP_DISTFILES): New variable.
2459 * automake.in (handle_options): Support dist-shar option.
2460 (handle_dist_worker): New function.
2461 (handle_dist): Use it.
2463 * texi-version.am (mostlyclean-vti): Remove version.tmp, not
2466 * automake.in (handle_dist): Chmod distdir 777. From François
2469 * automake.in (scan_configure): New function.
2470 (initialize_per_input): Init libsources.
2471 (generate_makefile): Run handle_configure first.
2472 (handle_configure): Run scan_configure.
2473 (handle_configure): Don't look for AC_PROG_MAKE_SET here.
2475 Thu Jan 11 23:14:18 1996 Tom Tromey <tromey@creche.cygnus.com>
2477 * Makefile.am (AUTOMAKE_OPTIONS): New variable.
2479 * automake.in (strictness, strictness_name): Renamed.
2480 (initialize_per_input): Set strictness, strictness_name.
2481 Initialize %options.
2482 (generate_makefile): Run handle_options.
2483 (handle_options): New function.
2484 (handle_man_pages): Make install-man depend on $(MANS). Turn off
2485 man page install if no-installman option given.
2486 (read_am_file): Deprecate @kr@.
2487 (get_object_extension): Look at ansi2knr option.
2488 (parse_arguments): Take global strictness from command-line
2491 Tue Jan 9 11:24:14 1996 Tom Tromey <tromey@creche.cygnus.com>
2493 Fixes from François Pinard:
2494 * depend.am ($(srcdir)/.deps/%.P): Handle deansification.
2495 * automake.in (get_object_extension): Use $o, not $(kr)o.
2496 (handle_source_transform): Don't look for $(kr)c files.
2497 * kr-vars.am (o): New macro.
2500 * depend.am (DEP_FILES): Removed.
2501 * automake.in (handle_source_transform): Push .P file onto
2503 (initialize_per_input): New variable %dep_files.
2504 (handle_dependencies): Generate DEP_FILES here.
2506 Mon Jan 8 22:27:33 1996 Tom Tromey <tromey@creche.cygnus.com>
2508 * automake.in (do_one_clean_target): Only remove config.status in
2509 top-level directory.
2510 (handle_tags): Removed 'id' from .PHONY list. From Jim Meyering.
2512 * clean.am (maintainer-clean-generic): Remove BUILT_SOURCES.
2514 * automake.in (handle_dist): Make "ln" quiet.
2516 * tags-subd.am (ID): Depend on HEADERS and SOURCES.
2518 Sat Jan 6 10:58:23 1996 Tom Tromey <tromey@cambric.colorado.edu>
2520 * automake.in (handle_merge_targets): 'check' shouldn't depend on
2522 (file_contents_with_transform): New function.
2523 (am_install_var): Use file_contents_with_transform.
2524 (handle_programs): Ditto.
2525 (handle_libraries): Ditto.
2526 (handle_texinfo): Ditto.
2527 (handle_merge_targets): Let 'install' depend on 'all' if no other
2528 dependencies exist. From Jim Meyering.
2529 (check_gnu_standards): GNU requires AUTHORS file. (See
2531 (require_file): Put body in loop.
2532 (get_object_extension): Only call require_file once.
2533 (handle_configure): Ditto.
2536 * depend.am ($(srcdir)/.deps/.P): Depend on $(BUILT_SOURCES).
2537 * tags-subd.am (id): Removed.
2539 Fri Jan 5 10:31:19 1996 Tom Tromey <tromey@cambric.colorado.edu>
2541 * Added copyright notice to each .am file.
2543 * automake.in: Cleanups from François Pinard to avoid $#.
2544 (require_argument): Fixed sense of test.
2545 (set_strictness): Bug fix.
2547 Thu Jan 4 21:21:29 1996 Tom Tromey <tromey@cambric.colorado.edu>
2549 * Makefile.am (pkgdata_DATA): Removed old dist files.
2551 * dist-subd-top.am, dist-subd.am, dist.am: Removed.
2553 * automake.in (set_strictness): Set $strictness_name.
2554 (strictness_name): New variable.
2555 (handle_dist): Substantially rewrote.
2557 * configure.in: Point AC_INIT at automake.in.
2559 * automake.in (generate_makefile): Report errors against
2560 Makefile.in, not Makefile.am.
2562 Wed Jan 3 00:05:40 1996 Tom Tromey <tromey@cambric.colorado.edu>
2564 * mdate-sh: Bug fix from Jim Meyering.
2566 * dist.am (dist): Changed in parallel with dist-subd-top.am.
2568 * mkinstalldirs: Reverted.
2570 * automake.in (initialize_global_constants): Allow COPYING.LIB
2572 (check_gnits_standards): Disallow COPYING.LIB.
2574 * texinfos.am (install-info): Only look in $(srcdir) for info
2577 * automake.in (initialize_global_constants): New variable
2579 (read_am_file): Put a copyright in each Makefile.in.
2581 * dist-vars.am (DISTFILES): Put DIST_COMMON first.
2583 * automake.in (am_install_var): Put space before "=".
2584 (handle_dist): Put README first in DIST_COMMON.
2586 * Makefile.am (pkgdata_DATA): Include COPYING.
2588 * COPYING: New file.
2590 * automake.in (parse_arguments): Added --gnu and --gnits as
2592 (initialize_global_constants): Ditto.
2593 (initialize_global_constants): Don't auto-distribute COPYING.LIB.
2594 (initialize_global_constants): Look for README first.
2595 (initialize_global_constants): Auto-distribute AUTHORS, BACKLOG,
2597 (check_gnu_standards): Require file COPYING.
2599 From François Pinard:
2600 * automake.in (file_contents): Comment out "warn"s.
2601 (usage): Use 4 columns.
2602 (USAGE_FORMAT): Ditto.
2604 * texinfos.am (install-info): Look for info file relative to $$d.
2606 * Makefile.am (cvs-dist): Suppress output of "grep".
2608 * configure.in (VERSION): Version 0.28.
2610 * automake.in (pretty_print_internal): Fix for Perl 4
2613 * configure.in (VERSION): Version 0.27.
2615 * depend.am ($(srcdir)/.deps/%.P): Must regexp-quote srcdir in sed
2618 * automake.in (initialize_global_constants): Don't quote "@" in
2619 $install_man_format.
2620 (handle_merge_targets): use "@:" as empty command, not ":".
2622 Tue Jan 2 23:33:24 1996 Tom Tromey <tromey@cambric.colorado.edu>
2624 * texinfos.am (install-info): Look in $d for info files. From
2627 * depend.am ($(srcdir)/.deps/%.P): Fixed regexp.
2629 * automake.in (read_am_file): Correctly deal with continued
2630 variable definitions.
2632 Mon Jan 1 15:43:25 1996 Tom Tromey <tromey@cambric.colorado.edu>
2634 * automake.in (handle_merge_targets): 'check' target depends on
2636 (file_contents): Don't be so verbose.
2637 (read_am_file): Ditto.
2638 (read_am_file): Must use substr to check for trailing \.
2639 (am_install_var): Use push_phony_cleaners.
2640 (file_contents): Set $was_rule when assuming a rule is seen.
2641 (read_am_file): Ditto.
2642 (do_one_clean_target): Removed spurious newline.
2644 Some changes from François Pinard:
2645 * Removed trailing whitespace from all '.am' files.
2646 * tags-subd.am (ID): Use &&, not ;.
2648 * automake.in (parse_arguments): Removed useless message.
2649 (parse_arguments): Don't explicitly referenced STDERR.
2650 (require_argument): Ditto.
2652 (set_strictness): Ditto.
2653 (file_contents): Ditto.
2654 (read_am_file): Ditto.
2655 (generate_makefile): Style tweaks.
2656 (handle_programs): Ditto.
2657 (handle_libraries): Ditto.
2658 (handle_texinfo): Ditto.
2659 (handle_man_pages): Ditto.
2660 (handle_tags): Ditto.
2661 (handle_dist): Ditto.
2662 (handle_subdirs): Ditto.
2663 (handle_configure): Ditto.
2664 (handle_footer): Don't put newline before footer.am contents.
2665 (handle_merge_targets): Style tweaks.
2666 (do_one_clean_target): Ditto.
2668 (am_variable): Ditto.
2669 Defined some new constants.
2670 (generate_makefile): Don't call generate_header.
2671 (generate_header): Removed.
2672 (file_contents): Rewrote.
2673 (read_am_file): Rewrote.
2675 * automake.in (generate_makefile): Handle phony target.
2676 (do_one_clean_target): Pretty-print dependencies.
2677 (handle_installdirs): Pretty-print rule.
2679 * Makefile.am (maintainer-check): Made some commands silent.
2681 * automake.in (initialize_global_constants): Don't install or
2682 uninstall cat'd man pages.
2683 (initialize_per_input): Added phony target.
2684 (push_phony_cleaners): New function.
2685 (get_object_extension): Handle phony targets.
2686 (handle_texinfo): Ditto.
2687 (handle_man_pages): Ditto.
2688 (handle_tags): Ditto.
2689 (handle_dist): Ditto.
2690 (handle_subdirs): Ditto.
2691 (handle_installdirs): Ditto.
2692 (handle_merge_targets): Ditto.
2693 (handle_clean): Ditto.
2694 (do_one_merge_target): Ditto.
2695 (am_install_var): Ditto.
2696 (handle_phony): New function.
2697 (generate_makefile): Call it.
2698 (pretty_print_internal): New function.
2699 (pretty_print_rule): Ditto.
2701 Sun Dec 31 13:04:59 1995 Tom Tromey <tromey@cambric.colorado.edu>
2703 * automake.in (initialize_global_constants): Don't print body of
2706 Changes from François Pinard:
2707 * depend.am (MKDEP): Include DEFS, INCLUDES, CPPFLAGS, CFLAGS.
2708 (DEP_FILES): Put dependency files in $(srcdir).
2709 Look in $(srcdir) when including dependency files.
2710 ($(srcdir)/.deps/.P): .deps/.P is in $(srcdir).
2711 (.deps/%.P): MKDEP includes all macro expansions.
2712 * dist-subd-top.am (dist): Get absolute path for distdir. Don't
2714 * dist-subd.am (dist): Don't be so verbose.
2715 * dist.am (dist): Don't be so verbose.
2717 * automake.in (do_one_clean_target): Remove config.status in
2718 maintainer-clean. From Jim Meyering.
2720 * programs-clean.am (clean-@DIR@PROGRAMS): Bug fix. From Jim
2723 * automake.in (handle_merge_targets): Add dummy command for empty
2724 install target. From Jim Meyering.
2726 Tue Dec 12 10:06:28 1995 Tom Tromey <tromey@cambric.colorado.edu>
2728 * texinfos.am (uninstall-info): Bug fix.
2730 * Makefile.am (maintainer-check): Error if ${...} used.
2731 * depend.am (DEP_FILES): Prefer $(...).
2733 * scripts.am (install-@DIR@SCRIPTS): Only install script if it
2735 * libraries.am (install-@DIR@LIBRARIES): Only install library if
2737 * programs.am (install-@DIR@PROGRAMS): Only install program if it
2740 * texinfos-vars.am (TEXFILES): Removed.
2742 * Makefile.am (pkgdata_DATA): Removed libprograms.am.
2744 * automake.in (do_one_merge_target): Never generate trailing
2746 (pretty_print): New function.
2747 (handle_footer): Prettyprint definitions.
2748 (am_install_var): Ditto.
2749 (handle_source_transform): Ditto.
2750 (handle_dist): Ditto.
2751 (handle_libraries): Ditto.
2752 (read_am_file): Put comments nearer appropriate code.
2754 * texi-clean.am (mostlyclean-info): Use continued lines, not
2755 multiple rm's. From Jim Meyering.
2757 Sun Dec 10 11:59:33 1995 Tom Tromey <tromey@cambric.colorado.edu>
2759 * Makefile.am (pkgdata_DATA): Cause INSTALL, install-sh, mdate-sh,
2760 mkinstalldirs, texinfo.tex to be installed.
2761 * automake.in (symlink_exists): New global.
2762 (install_missing): Ditto.
2763 (require_file): Install missing files if possible.
2764 (parse_arguments): Handle --install-missing option.
2765 (initialize_global_constants): Document --install-missing.
2767 * Makefile.am (cvs-dist): Don't release unless NEWS updated.
2768 Ensure 'checks' pass before release.
2769 (maintainer-check): Renamed. Look in $(srcdir) for sources. From
2771 (cvs-dist): Depend on maintainer-check instead of explicitly
2774 * configure.in (VERSION): Version 0.26.
2776 * Makefile.am (check-local): Only look at [a-z]*.am. Fixed sense
2779 * depend.am (DEP_FILES): Bug fix.
2781 * automake.in (do_one_clean_target): Typo.
2783 * Makefile.am (check-local): Run syntax check under Perl 4.
2785 * automake.in: Fixes for Perl 4, from Gord Matzigkeit.
2786 (handle_source_transform): Loop variable is now $_. From Gor
2788 * Makefile.am (check-local): Check for 'true' in source.
2789 * texinfos.am (install-info): Can't use "true" in any rule.
2791 Sat Dec 9 10:16:48 1995 Tom Tromey <tromey@cambric.colorado.edu>
2793 * Makefile.am (cvs-dist): New target.
2795 * tags.am (TAGS): Use "test -z ... ||" to avoid spurious
2798 * texinfos.am (install-info): Don't do install-info for now.
2800 * clean.am (distclean-generic): Don't remove config.status here.
2801 * automake.in (do_one_clean_target): Remove config.status later,
2802 for 'make -j2'. From Jim Meyering.
2804 Fri Dec 8 16:30:48 1995 Tom Tromey <tromey@cambric.colorado.edu>
2806 * configure.in (VERSION): Version 0.25.
2808 * automake.in (handle_texinfo): Use "$? >> 8", not "$?".
2809 (handle_configure): Check for AC_PROG_MAKE_SET.
2811 * depend.am (DEP_FILES): Handle deANSIfication case. From Jim
2814 * automake.in (am_install_var): Changed how 'clean' handled for
2815 uniform name targets.
2816 * Makefile.am (pkgdata_DATA): Added new files.
2817 * data-clean.am: New file.
2818 * scripts-clean.am: New file.
2819 * libraries-clean.am: New file.
2820 * programs-clean.am: New file.
2822 Wed Dec 6 00:06:11 1995 Tom Tromey <tromey@cambric.colorado.edu>
2824 * automake.in (am_install_var): Error if variable name
2826 (handle_source_transform): Automatically include .c file
2827 corresponding to .y or .l.
2829 Tue Dec 5 00:46:14 1995 Tom Tromey <tromey@cambric.colorado.edu>
2831 * programs.am: Changed for uniform naming scheme.
2833 * automake.in (read_am_file): Allow '-' and '.' in target names.
2834 (generate_makefile): Don't pass arguments to handle_libraries.
2835 (initialize_per_input): Define @sources, @objects.
2836 (generate_makefile): Init @sources, @objects if needed.
2837 (handle_source_transform): Push onto @sources, @objects here.
2838 (am_install_var): Push primary onto @all, for configure-time
2840 (handle_programs): Use new uniform naming scheme.
2842 * Makefile.am (check-local): New target.
2844 * automake.in (handle_libraries): Use uniform naming scheme.
2846 * libraries.am: Rewrote for uniform naming scheme.
2848 * scripts.am: Updated names of all clean targets.
2850 * automake.in (handle_programs): Split on all whitespace.
2851 (handle_libraries): Ditto.
2852 (handle_texinfo): Ditto.
2853 (handle_man_pages): Ditto.
2854 (am_install_var): Changed return result.
2855 (am_install_var): Changed interface.
2856 (am_install_var): Push onto @clean@ if requested.
2857 (handle_scripts): Pass -clean to am_install_var.
2859 Mon Dec 4 11:55:36 1995 Tom Tromey <tromey@cambric.colorado.edu>
2861 * automake.in (am_install_var): Push target onto @all.
2862 (get_object_extension): Use $(...).
2863 (handle_source_transform): Ditto.
2864 (handle_programs): Ditto.
2866 * automake.in (require_argument): New function.
2867 (parse_arguments): Use it.
2868 (push_dist_common): New function.
2869 (generate_makefile): Use it.
2870 (handle_texinfo): Ditto.
2871 (handle_dist): Ditto.
2872 (handle_configure): Ditto.
2873 (require_file): Ditto.
2874 (generate_makefile): Don't pass arguments to handle_scripts.
2875 (handle_configure): Require configure.in.
2876 (check_gnu_standards): New function.
2877 (check_gnits_standards): Ditto.
2878 (generate_makefile): Check standards.
2880 * Makefile.am (bin_SCRIPTS): Changed name from SCRIPTS.
2882 * automake.in (LENIENT, GNU, GNITS): New constants.
2883 (initialize_per_input): New function.
2884 (generate_makefile): Use it.
2885 (initialize_global_constants): Renamed from init_globals.
2886 (require_file): Added strictness argument.
2887 (parse_arguments): Added --strict option.
2888 (set_strictness): New function.
2889 (parse_arguments): use it.
2890 (initialize_global_constants): Document --strictness.
2892 * automake.in: Use ${1+"$@"} to preserve quoting when running
2895 * texinfos.am (install-info): Don't use "true".
2896 * tags.am (TAGS): Don't use "true".
2898 * dist.am, dist-subd-top.am, remake-hdr.am, remake-subd.am,
2899 remake.am, subdirs.am, texinfos.am: Use "&&" after cd.
2901 * program.am (@PROGRAM@): Use LINK macro.
2902 * compile.am (.c.o): Use COMPILE macro.
2904 * clean.am, remake-hdr.am, remake.am, texinfos.am: Use $(...), not
2907 * subdirs.am (RECURSIVE): Removed macro.
2909 * clean.am: Changed to not be so verbose.
2911 * Makefile.am (pkgdata_DATA): Include texi-clean.am.
2912 * automake.in (handle_texinfo): Transform texi-clean and put into
2914 * texinfos-vars.am (TEXFILES): Removed.
2915 * texinfos.am: Removed 'clean' targets.
2916 * texi-clean.am: New file.
2918 * Makefile.am (ETAGS_ARGS): Just use 'automake.in'.
2920 * texinfos-vars.am (TEXFILES): Added *.op.
2922 * dist-vars.am (DISTFILES): Renamed from DIST_FILES, per GNU
2924 * dist.am (dist): Use DISTFILES.
2925 * dist-subd.am (dist): Use DISTFILES.
2926 * dist-subd-top.am (dist): Use DISTFILES.
2928 Sun Dec 3 00:24:08 1995 Tom Tromey <tromey@cambric.colorado.edu>
2930 * Makefile.am (ETAGS_ARGS): Define.
2932 * depend.am (.deps/.P): Use ":", not "echo timestamp". From Jim
2935 * dist-vars.am (DIST_FILES): Removed PACKAGEDATA.
2937 * automake.in (handle_scripts): Use am_install_var.
2939 * scripts.am: Rewrote for new uniform naming scheme.
2941 * Makefile.am (pkgdata_DATA): Removed libscripts.am.
2943 * libscripts.am: Removed.
2945 * packagedata.am: Removed.
2947 * Makefile.am (PACKAGEDATA): Removed packagedata.am.
2948 (pkgdata_DATA): Renamed from PACKAGEDATA.
2950 * automake.in (handle_data): Use am_install_var.
2951 (init_globals): Init %exec_dir_p.
2953 * data.am: Rewrote for new uniform naming scheme.
2955 * automake.in (get_object_extension): New function.
2956 (handle_programs): Use it.
2957 (dir_holds_sources): Changed interpretation.
2958 (handle_headers): New function.
2959 (am_install_var): New function.
2960 (generate_makefile): Call handle_headers.
2962 * header-vars.am (pkgdatadir): New macro.
2964 (pkgincludedir): Ditto.
2966 * automake.in (handle_source_transform): New function.
2967 (am_error): New function.
2968 (generate_makefile): Use it.
2969 (handle_source_transform): Ditto.
2970 (handle_texinfo): Ditto.
2971 (handle_dependencies): Ditto.
2972 (handle_merge_targets): Ditto.
2973 (require_file): Ditto.
2975 Sat Dec 2 21:39:56 1995 Tom Tromey <tromey@cambric.colorado.edu>
2977 * automake.in: Updated FSF address. From Jim Meyering.
2978 * header-vars.am: Updated FSF address.
2980 * distname.am: Removed.
2982 * automake.in (file_contents): Strip "##" comments.
2983 * Various files: Added "##" comments for strange things.
2985 * automake.in (handle_tags): Generate TAGS rule for every
2988 * subdirs.am (RECURSIVE): Include installcheck-recursive.
2989 * automake.in (installcheck): New variable.
2990 (generate_makefile): Initialize it.
2991 (handle_subdirs): Push 'installcheck-recursive'.
2992 (handle_merge_targets): Handle installcheck target.
2994 Thu Nov 30 20:13:16 1995 Tom Tromey <tromey@cambric>
2996 * automake.in ($PACKAGE): Removed.
2998 * header-vars.am (ALL): Removed.
3000 * automake.in: Reworked 'all' target handling.
3002 * automake.in (generate_makefile):
3003 Don't use AM_ forms in call to am_variable.
3005 * automake.in: Changes for Perl 5, from Gord Matzigkeit
3007 * clean.am (MOSTLYCLEANFILES, MAINTAINERCLEANFILES): New variables.
3009 * automake.in (handle_footer): Allow SUFFIXES variable.
3011 * automake.in (am_variable): New function.
3012 (handle_texinfo): Use it.
3013 (generate_makefile): Use it.
3015 * configure.in: Version 0.24.
3017 Wed Nov 29 23:50:14 1995 Tom Tromey <tromey@cambric>
3019 * automake.in (handle_libraries):
3020 Generate blah_LIBADD defines if required.
3022 * library.am (lib@LIBRARY@.a): Look at $(@LIBRARY@_LIBADD)
3024 * libraries-vars.am (LIBOBJS, ALLOCA): Removed.
3026 * compile-kr.am: ($(OBJECTS)): Depend on $(ANSI2KNR), not ansi2knr.
3028 * configure.in: Version 0.23
3030 * dist-subd-top.am (dist): Don't die if a subdirectory already exists.
3032 * dist-subd-top.am, dist.am (dist): Give automake --output-dir option.
3034 * automake.in: New option --output-dir
3036 * automake.in (handle_configure): Fixed typo.
3038 * automake.in (handle_installdirs): Always make installdirs target.
3040 * subdirs.am (RECURSIVE): Removed uninstall-data-recursive and
3041 uninstall-exec-recursive. Added installdirs-recursive.
3043 * automake.in (handle_installdirs): Handle installdirs-recursive.
3044 (handle_man_pages): 'all' depends on $(MANS)
3046 * Makefile.am: Removed mans.am.
3048 * automake.in: More man-related fixes
3050 * automake.in: Bug fixes
3052 * automake.in: Rewrote man page handling.
3054 * texi-version.am, remake-hdr.am, depend.am: Don't use touch.
3056 * automake.in (handle_installdirs): New function.
3057 (@installdirs): New global.
3058 Many changes to deal with installdirs.
3060 * clean.am (clean-generic): Always supply 'else' clause to 'if'
3062 * automake.in (generate_header): Don't use header.am.
3063 (handle_dist): Don't use dist-subd-vars.am.
3065 * Makefile.am (PACKAGEDATA): Removed dist-subd-vars.am, header.am.
3067 * Makefile.am (DISTCLEANFILES): Removed.
3069 * clean.am (clean-generic): Bug fix.
3071 * clean.am (clean-generic): Only remove CLEANFILES if nonempty
3073 * texi-version.am (clean-vti): No such macro as VTI
3075 Tue Nov 28 19:56:07 1995 Tom Tromey <tromey@cambric>
3077 * automake.in: Bug fix for maintainer-clean
3079 * automake.in (do_one_clean_target):
3080 Print special text in maintainer-clean.
3081 (handle_clean): Always include clean.am
3083 * clean.am: Use -generic clean targets.
3085 * compile.am: Added clean targets.
3087 * configure.in: Version 0.22.
3089 * automake.in (handle_dependencies):
3090 Put trailing newline after all deps.
3092 * automake.in (handle_dependencies): Another dependency bug fix.
3094 * automake.in (handle_dependencies):
3095 Bug fix when including dependencies.
3097 * automake.in (handle_configure):
3098 Verify existence of install-sh, mkinstalldirs
3100 * automake.in (handle_texinfo): Include stamp-vti in distribution
3102 * dist-subd-vars.am, dist-vars.am (DIST_FILES):
3103 Include DATA, PACKAGEDATA.
3105 * Makefile.am: Nothing
3107 * Makefile.am (DIST_OTHER): Don't distribute gettext-sh
3109 * automake.in (handle_texinfo): Typo
3111 * automake.in: If script ends up in shell, feed to perl
3113 * automake.in: Rewrote 'clean' rules.
3114 Documentation made and installed first.
3115 'all' depends on 'info'
3117 Mon Nov 27 23:57:29 1995 Tom Tromey <tromey@cambric>
3119 * configure.in, Makefile.am: Turned off internationalization.
3121 * clean-kr.am: Rewrote for new clean scheme.
3123 * tags-clean.am: Remove TAGS in distclean, not maintainer-clean
3125 * Makefile.am (PACKAGEDATA): Include tags-clean.am
3127 * subdirs.am: Removed bogus local clean targets
3129 * tags-clean.am: Initial revision
3131 * texi-version.am: Added clean targets
3133 * texinfos.am: Fixes to clean targets.
3135 * texinfos.am, libscripts.am, scripts.am, libraries.am, libprograms.am, programs.am:
3138 * compile-kr.am (ansi2knr.o): Depend on CONFIG_HEADER
3140 * automake.in: Completely revamped automatic de-ANSI-fication
3142 * compile-kr.am: (ansi2knr, $(OBJECTS)): New targets
3144 * compile-vars.am (LINK): New macro
3146 * kr-vars.am: Trailing blank line
3148 * compile-kr.am: Rewrote
3150 * compile-vars.am (COMPILE): New macro
3152 * compile-vars.am (ANSI2KNR): Removed
3154 * Makefile.am (PACKAGEDATA): Removed all sed scripts. Added kr-vars.am
3156 * kr-vars.am: Initial revision
3158 * automake.in (require_file): New function.
3159 (handle_texinfo): Require 'mdate-sh'
3160 (common_sometimes): New variable
3163 * texi-version.am (stamp-vti): Use Ulrich's mdate-sh script
3165 * mdate-sh: Initial revision
3167 * automake.in (handle_footer): Don't define SOURCES or OBJECTS if empty
3169 * automake.in (generate_makefile):
3170 Put Makefile.in, Makefile.am in @dist_common
3171 (handle_configure): Use @dist_common as appropriate
3173 * dist-subd-vars.am, dist-vars.am (DIST_CONF): Removed
3175 * configure.in: Abort if perl not found
3177 * configure.in: Look for perl
3179 * automake.in: Reimplemented in Perl
3181 * automake.in: Fixlet
3183 Sun Nov 26 08:09:30 1995 Tom Tromey <tromey@cambric>
3185 * automake.in: Always print ".SUFFIXES:" rule.
3187 * automake.in: Distribution config.h.in if required
3189 * automake.in: Bug fix when including texi-version.am
3191 * automake.in: Bug fix when looking for .texi file in $am_reldir
3193 * depend.am: Comment fix
3195 * automake.in: Look for .texi file in $am_reldir
3197 * automake.in: Fixlet
3199 * automake.in: Blank line after targets from user's Makefile.am
3201 * automake.in: Move footer items to actual footer
3203 * automake.in: Include stamp-h.in in DIST_COMMON if necessary
3205 * automake.in (common):
3206 Don't include acconfig.h, config.h.top, config.h.bot
3208 * Makefile.am (CONFIG_HEADER): Renamed from CONFIG_H
3210 * Makefile.am (CONFIG_H): Define
3212 * acconfig.h: Initial revision
3214 * configure.in: Use AC_CONFIG_HEADER.
3216 * automake.in: Put blah_TEXINFOS into DIST_COMMON
3218 * automake.in: .info file explicitly depends on primary .texi file
3220 * texinfos.am (install-info): Always supply 'else' clause to 'if'
3222 * tags.am (TAGS): Always supply 'else' clause to 'if'
3224 * subdirs.am (.NOEXPORT): Removed (now in footer.am)
3226 * automake.in: Always include footer.am in output
3228 * mans.am (install-man): Always supply 'else' clause to 'if'
3230 * automake.in: More version.texi fixes
3232 * automake.in: Only do version.texi processing if requested.
3234 * automake.in: Minor internationalization fixes.
3235 Subshell can now exit with nonzero status.
3236 Fixed up .texi handling; now uses texi-version.am
3237 Make sure '.c' and '.o' are in .SUFFIXES if required.
3239 * Makefile.am (PACKAGEDATA): Include texi-version.am
3240 (stamp-vti, version.texi): Removed
3241 (TEXINFOS): Don't reference version.texi
3243 * texi-version.am: Initial revision
3245 * dist.am, dist-subd-top.am (dist):
3246 [DIST_SUBDIRS] Follow symlinks when copying.
3248 * dist-subd-top.am (dist): Removed unneeded subdir= option to make
3250 Sat Nov 25 23:23:39 1995 Tom Tromey <tromey@cambric>
3252 * automake.in: Added --amdir option
3254 * Makefile.am, configure.in: Turned on internationalization
3256 * Makefile.am: Set EDITION
3258 * configure.in: Version 0.21
3260 * tags.am, tags-subd.am: Don't use double-colon rules
3262 * automake.in: Redid install-data, install-exec, uninstall handling
3264 * configure.in: Turn off i18n
3266 Fri Nov 24 23:51:37 1995 Tom Tromey <tromey@cambric>
3268 * automake.in (common): Remove NLS
3270 * automake.in (common): Include ABOUT-NLS.
3272 * automake.in: Test for install-sh and mkinstalldirs
3274 * automake.in: Blank line after OBJECTS= line
3276 * automake.in: Start subshell in loop after check for Makefile.am
3278 * automake.in: --use-deps now the default
3280 * automake.in (am_dir): Don't apply transform to install directory name
3282 * packagedata.am: Don't apply transform to install directory name
3284 * Makefile.am (SUBDIRS): Hold off on internationalization
3286 Thu Nov 23 18:02:38 1995 Tom Tromey <tromey@cambric>
3289 Write 'SOURCES =' line after copying Makefile.am variables
3291 * automake.in: Fixed bug in "--" option processing
3293 * subdirs.am: ($(RECURSIVE)): Removed trailing \ from last line
3295 * Makefile.am (DIST_OTHER): Include gettext-sh
3297 * Makefile.am (SUBDIRS): Define
3299 * configure.in: Include internationalization bits
3301 * automake.in: Many changes to avoid double-colon rules.
3303 * subdirs.am: ($(RECURSIVE)): Print name of target actually used
3305 * subdirs.am: Removed "::" rules
3307 * header.am: Removed install, uninstall
3309 * header.am: Added install, uninstall targets
3311 * hack-make.sed: Rewrite targets like "all-local" to "all_local"
3313 * header.am, libraries.am, mans.am, texinfos.am, footer.am:
3316 * Makefile.am (PACKAGEDATA): Include libscripts.am
3318 * libprograms.am: Don't install libscripts here
3320 * libscripts.am: Initial revision
3322 * scripts.am, programs.am, libprograms.am: Removed "::" rules
3324 * automake.in (am_dir): Run package name through name transform.
3326 * automake.in: Don't use packagedata.sed or data.sed
3328 * Makefile.am (PACKAGEDATA): Removed data.sed, packagedata.sed. Added
3331 * data.am: No longer run through sed
3333 * packagedata.am: Initial revision
3335 Wed Nov 22 22:31:02 1995 Tom Tromey <tromey@cambric>
3337 * automake.in: No blank line after Usage
3339 * automake.in: Removed "NLS nuisances" section.
3340 Now uniformly uses $echo for user-visible messages (in advance of
3341 internationalization)
3343 * subdirs.am (maintainer-clean): Don't use realclean-local
3345 * Makefile.am: Use PACKAGEDATA, not custom code
3347 * data.am: Use @LONG@, not $(@LONG@)
3349 * automake.in: Handle DATA and PACKAGEDATA
3351 * packagedata.sed: Initial revision
3353 * data.am: Use @DIR@, not $(@DIR@)
3355 * data.sed: Use $(datadir), not datadir
3357 * data.sed: Initial revision
3359 * data.am: Wrote uninstall targets
3361 * data.am: Initial revision
3363 * dist-subd.am (dist): Don't link a file that has already been linked
3365 * dist-subd-top.am, dist.am (dist):
3366 Run `automake --include-deps' before making distribution
3368 * automake.in: More dependency-tracking bug fixes
3370 * dist-vars.am (DIST_FILES): Rearranged to be like dist-vars-subd.am
3372 * dist-subd-vars.am (DIST_FILES): Include DIST_COMMON
3374 * tags-subd.am, tags.am: Added trailing blank line
3376 * depend.am: Use ".P", not "empty.P", as placeholder.
3378 * automake.in: Only include depend.am if SOURCES not empty
3380 * automake.in: Added --use-deps and --include-deps options.
3381 Handle auto-generating dependencies.
3383 * Makefile.am (am_DATA): Include depend.am
3385 * depend.am: Initial revision
3387 * automake.in: Look for acconfig.h, config.h.top, and config.h.bot
3389 * automake.in: Put blank line after .SUFFIXES
3391 * scripts.am: Added blank line at end
3393 * scripts.am: Removed unnecessary comment
3395 * scripts.am: Removed unnecessary workarounds
3397 * automake.in: Don't include programs.am if PROGRAMS empty
3399 * header-vars.am (INSTALL_SCRIPT): Typo
3401 * texinfos.am, compile-kr.am: Don't include .SUFFIXES
3403 * automake.in: Handle .SUFFIXES here.
3405 * configure.in: Use fp_PROG_INSTALL
3407 * header-vars.am: Changes for autoconf 2.5.
3408 Now includes INSTALL_SCRIPTS.
3410 * texinfos.am (install-info): Bug fix
3413 Include scripts.am or libscripts.am in output if appropriate
3415 * programs.am (install-programs, uninstall-programs):
3416 Don't install SCRIPTS
3418 * Makefile.am (am_DATA): Include scripts.am
3420 * scripts.am: Initial revision
3422 Tue Nov 21 09:11:38 1995 Tom Tromey <tromey@cambric>
3425 Cleaned up how "prog_SOURCES" variable is found in input.
3427 Put static sed scripts into separate, installed files.
3429 * Makefile.am (am_DATA): Include hack-make.sed and nl-remove.sed
3431 * hack-make.sed, nl-remove.sed: Initial revision
3433 * texinfos.am (install-info): Rewrote
3435 * subdirs.am (all-recursive): Put with other -recursive rules
3437 * configure.in: Version 0.20
3439 * automake.in: Another bug fix
3441 * automake.in: Bug fix when looking for texinfo.tex
3443 * texinfo.tex: Initial revision
3446 If TEXINFOS defined but texinfo.tex does not exist, give warning.
3448 * subdirs.am (all): Renamed from _all. Now uses all-recursive
3449 (all-recursive): Don't fail immediately if -k specified.
3451 Mon Nov 20 22:48:03 1995 Tom Tromey <tromey@cambric>
3453 * subdirs.am (_all):
3454 New target. Now use Jim Meyering's formulation of AIX
3456 (install-exec, install-data): New targets
3458 Sat Nov 18 19:07:30 1995 Tom Tromey <tromey@cambric>
3460 * remake.am (Makefile.in): automake "Makefile", not "Makefile.am"
3462 * automake.in: Use @datadir@
3464 * automake.in: Added @configure_input@ line
3466 Fri Nov 17 23:32:43 1995 Tom Tromey <tromey@cambric>
3468 * automake.in: "--help" option now prints auto-recognized file names.
3469 Allow AM_ overriding of more variables.
3471 * texinfos.am (install-info):
3472 Don't cd to srcdir to avoid breaking install-sh
3475 * Makefile.am: Handle automake.texi
3477 Thu Nov 16 18:43:43 1995 Tom Tromey <tromey@cambric>
3479 * subdirs.am (all): Separated out due to AIX 3.2.5 bug.
3481 * tags.am (TAGS): bug fix
3483 * automake.in: Use am_dir, not AM_DIR.
3484 Use version, not VERSION.
3485 Bug fix in TAGS code.
3487 * Makefile.am (am_DATA): Include tags.am and tags-subd.am
3489 * subdirs.am: TAGS target now in tags.am
3491 * footer.am: TAGS and ID targets now in tags-subd.am
3493 * tags-subd.am, tags.am: Initial revision
3495 * automake.in: Cleaned up AM_PROGRAM code.
3496 Handle TAGS target better
3498 * remake.am, remake-subd.am (Makefile.in): Bug fix.
3500 * automake.in (usage): Updated
3502 * remake-subd.am, remake.am:
3503 Added rule where Makefile.in depends on Makefile.am
3505 * automake.in: Entire body of 'for' loop now in subshell
3507 * automake.in (common): config.guess and config.sub are common files.
3509 * dist-subd-top.am, dist.am (dist): Bug fix.
3511 * Makefile.am (DIST_OTHER): Don't include TODO
3513 * automake.in: Auto-include TODO and THANKS files.
3515 * dist-subd-top.am, dist.am (dist): Don't depend on DIST_DIRS
3517 * automake.in: More bug fixes in "look for Makefile.am" code.
3519 * automake.in: Bug fix in "look for Makefile.am" code.
3522 If no arguments given, look for all Makefile.am's in this
3523 directory and in immediate subdirs
3525 * automake.in: Bug fixes for LDADD-override feature.
3527 * program.am: Use @PROGRAM@_LDADD, and put after LDFLAGS
3529 * automake.in: Allow `prog_LDADD', if specified, to override LDADD.
3531 * automake.in: Use AM_PROGRAMS, not ALLPROGRAMS, and invert sense.
3533 * header-vars.am (ALL): Use PROGRAMS, not ALLPROGRAMS.
3535 Wed Nov 15 01:54:43 1995 Tom Tromey <tromey@cambric>
3537 * automake.in: No longer look for _SOURCES or _OBJECTS
3540 Remove "automatically created" header (now in automake).
3543 * automake.in: Put version info in Makefile header
3545 Tue Nov 14 23:38:17 1995 Tom Tromey <tromey@cambric>
3547 * automake.in: Minor cleanups
3549 * dist-subd-top.am, dist.am (dist):
3550 Don't link or copy file if it already exists.
3553 Look for _SOURCES (common sources) and generate _OBJECTS.
3555 * footer.am (ID, TAGS): Include HEADERS
3557 * dist-vars.am, dist-subd-vars.am (DIST_FILES): Include HEADERS
3559 Mon Nov 13 22:20:02 1995 Tom Tromey <tromey@cambric>
3561 * dist-subd.am (distdir): Is relative to ".."
3563 * dist-subd-vars.am (PACKAGE, VERSION): Define
3565 * dist-subd.am (dist): Don't handle DIST_DIRS.
3567 * mans.am (uninstall-man): Another bug fix.
3569 * mans.am (uninstall-man): Bug fix.
3571 * dist.am, dist-subd-top.am (dist): Bug fix
3573 * Makefile.am (DIST_SUBDIRS): New macro
3575 * dist-subd-top.am, dist.am (dist): Handle DIST_SUBDIRS
3577 * Makefile.am (DIST_OTHER): Include automake.in
3579 * Makefile.am (DISTCLEANFILES): New macro.
3581 * automake.in (common): Include COPYING.LIB
3583 * Makefile.am (automake): New rule.
3585 * texinfos.am (install-info): Changed per GNU standards
3587 * remake-hdr.am (stamp-h.in):
3588 Use "touch", not "date", per GNU standards.
3590 * automake.in (common): Include texinfo.tex
3592 Sun Nov 12 23:59:08 1995 Tom Tromey <tromey@cambric>
3594 * automake.in: More fixes when finding common files.
3596 * Makefile.am (DIST_OTHER): Another removal.
3598 * automake.in: Special-case when amdir=.
3600 * Makefile.am (DIST_OTHER): Removed auto-detected files.
3603 Search for commonly-used files and auto-include them in distribution
3605 * dist-vars.am (DIST_FILES): Include DIST_COMMON.
3606 (DIST_CONF): Removed files searched for by automake.
3608 * automake.in: More arg-parsing bug fixes.
3610 * Makefile.am (DIST_OTHER): Include install-sh
3612 * Makefile.am (DIST_OTHER): Don't include auto-included files.
3614 * automake.in: Bug fixes to argument parsing code.
3616 * automake.in: Handle --version and --help.
3617 NLS stuff from autoconf.
3619 * Makefile.am (amdatadir): Fixed typo.
3620 (install): Make install directories
3622 * Makefile.am: Use "install::", not "install:"
3624 * install-sh, mkinstalldirs: Initial revision
3626 * configure.in: Use AC_PROG_INSTALL
3628 * automake.in: Set AM_DIR based on configure results.
3630 * Makefile.am (install): New target.
3631 (amdatadir): New variable.
3633 * automake.in: Use "#! /", not "#!/".
3635 * Makefile.am, configure.in: Initial revision
3637 * automake.in: Renamed from "automake".
3640 * dist.am (PACKAGE, VERSION): Now in dist-vars.am
3642 * automake.in: Insert remake-subd.am if appropriate.
3644 * subdirs.am (TAGS): Include $(CONFIG_HEADER) when making tags.
3646 * automake.in: Handle ALLPROGRAMS variable.
3648 * header-vars.am (ALL): Use ALLPROGRAMS, not PROGRAMS.
3650 * automake.in: Fixlet when printing "subdir=DIR"
3652 * automake.in: Put "subdir=DIR" into subdir Makefile
3654 * automake.in: Don't refer to distname.am.
3655 Only put footer.am in subdir Makefiles.
3657 * subdirs.am (id, ID): New target.
3658 (.NOEXPORT): Copied from footers.am.
3660 * subdirs.am (TAGS): Bug fixes.
3662 * subdirs.am (TAGS): Don't fail if a subdir doesn't have TAGS target.
3664 * subdirs.am (maintainer-clean-local): Remove TAGS
3666 * subdirs.am (TAGS): Make tags file that includes all subdir tags files
3668 * subdirs.am: Use maintainer-clean, per GNU standards
3670 * dist-subd-top.am: Some variables defined in dist-vars.am
3672 * dist-vars.am (PACKAGE, VERSION):
3673 New variables, initialized by configure
3675 * footer.am (id, ID): New targets
3676 (TAGS): Put TAGS file in build, not source, directory
3678 * remake-subd.am (Makefile): Don't assume subdir is 'src'
3680 * dist.am: Changed to assume PACKAGE and VERSION are set by configure.
3682 * dist-subd.am: Changed to conform to new top-level dist target.
3685 Changed to assume PACKAGE and VERSION are set by configure.
3687 * clean-kr.am, clean.am (maintainer-clean):
3688 Updated rules per GNU standards.
3690 * clean.am, clean-kr.am (maintainer-clean): Renamed from realclean.
3692 Sat Nov 5 14:39:50 1994 djm <djm@cambric>
3694 * automake.in, texinfos.am: kludge for multiple-part info files
3696 Thu Nov 3 13:33:44 1994 djm <djm@cambric>
3698 * clean.am, clean-kr.am: remove INFOS
3700 Wed Nov 2 06:15:42 1994 djm <djm@cambric>
3702 * texinfos.am: add path
3704 * remake.am, remake-hdr.am: account for VPATH limitations
3706 Mon Oct 24 23:01:59 1994 djm <djm@cambric>
3708 * automake.in, dist-subd-top.am, dist-subd.am, dist.am, header-vars.am, libprograms.am, programs.am:
3709 handle SCRIPTS and LIBSCRIPTS similar to PROGRAMS
3711 Sun Oct 23 01:50:41 1994 djm <djm@cambric>
3713 * texinfos.am: install-info depends on info files
3715 * dist-subd-vars.am, dist-vars.am: distrib info files
3717 Sun Oct 2 02:03:06 1994 djm <djm@cambric>
3719 * clean-kr.am, clean.am: fix up distclean
3721 * subdirs.am: fix typo
3723 * clean.am: do more in distclean
3725 Sat Oct 1 23:52:51 1994 djm <djm@cambric>
3727 * libraries.am: make install depend on all
3729 * automake.in: fix typo
3731 Wed Sep 28 21:15:26 1994 djm <djm@cambric>
3733 * dist-subd-vars.am, dist-vars.am, header-vars.am: fix doc bugs
3735 * automake.in, compile-vars.am, dist.am: fix dist for no subdirs
3737 * dist-subd-top.am: Initial revision
3739 * automake.in, header-vars.am, libraries-vars.am, mans-vars.am, texinfos-vars.am:
3740 centralize prefix var setting
3742 * header-vars.am: set all the std vars based on prefix
3744 Tue Sep 27 01:32:22 1994 djm <djm@cambric>
3746 * automake.in: don't add kr stuff if not needed
3748 * dist-vars.am: add config vars to dist
3750 Mon Sep 26 23:09:09 1994 djm <djm@cambric>
3752 * program.am: add LDADD
3754 * compile-vars.am: remove LDADD from LDFLAGS
3756 * clean.am: move knr stuff to another file
3758 * automake.in: use different clean file for ansi2knr
3760 * clean-kr.am: Initial revision
3762 Thu Sep 22 03:45:02 1994 djm <djm@cambric>
3764 * automake.in, dist-subd.am, dist.am: fix rules and dist
3766 Tue Sep 20 21:29:40 1994 djm <djm@cambric>
3768 * compile.am, automake.in: split out knr
3770 * compile-kr.am: Initial revision
3772 * libprograms.am: fix typo
3774 * automake.in, clean.am, compile-vars.am, header-vars.am, libprograms.am:
3775 make libprograms work
3777 * libprograms.am: Initial revision
3779 * automake.in, compile.am, header-vars.am: fix little bugs
3781 * compile.am: allow parallel K&R
3783 * clean.am: remove kerb temps
3785 * automake.in: fix recognizing start of rules
3787 * dist-subd.am, dist.am: fix dist
3789 * automake.in, compile.am, footer.am, texinfos.am: fix ansi2knr
3791 Mon Sep 19 23:39:21 1994 djm <djm@cambric>
3793 * automake.in: works on m4 too
3795 * automake.in, mans.am: works on fileutils
3797 * 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:
3798 works on fileutils except for all
3800 * automake.in: vars thing
3802 * header-vars.am: Initial revision
3804 * texinfos-vars.am, mans-vars.am, libraries-vars.am, dist-vars.am, dist-subd-vars.am:
3807 * compile-vars.am: Initial revision
3809 * automake.in: many improvements
3811 * footer.am: Initial revision
3813 * dist.am: remove distname
3815 * automake.in: namespace cleanup
3817 * distname.am: Initial revision
3819 * 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:
3822 * 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: