1 Tue Sep 3 18:50:32 1996 Tom Tromey <tromey@creche.cygnus.com>
3 * texinfos.am (install-info): Added NORMAL_INSTALL.
4 * scripts.am (install-@DIR@SCRIPTS): Added NORMAL_INSTALL.
5 * programs.am (install-@DIR@PROGRAMS): Added NORMAL_INSTALL.
6 * lisp.am (install-@DIR@LISP): Added NORMAL_INSTALL.
7 * libraries.am (install-@DIR@LIBRARIES): Added NORMAL_INSTALL.
8 Also, use POST_INSTALL when running ranlib.
9 * header.am (install-@DIR@HEADERS): Added NORMAL_INSTALL.
10 * data.am (install-@DIR@DATA): Added NORMAL_INSTALL.
12 * automake.in (handle_man_pages): Added NORMAL_INSTALL invocation.
13 (handle_merge_targets): Ditto.
14 (handle_merge_targets): Error if PRE_INSTALL, POST_INSTALL, or
15 NORMAL_INSTALL defined.
17 * m4/AM_PROG_INSTALL.m4: INSTALL_SCRIPT defaults to
18 ${INSTALL_PROGRAM}. From François Pinard.
20 Tue Aug 27 08:25:05 1996 Tom Tromey <tromey@creche.cygnus.com>
22 * automake.in (file_contents_with_transform): Correctly remove
23 @(UN)?MAINT@ from input when maintainer mode not active.
24 (handle_aclocal_m4): Handle no-maintainer-mode case.
26 * remake-hdr.am ($(CONFIG_HEADER)): Removed @MAINT@.
28 * m4/AM_SANITY_CHECK_CC.m4: New file (from Jim Meyering).
30 Mon Aug 26 21:37:32 1996 Tom Tromey <tromey@creche.cygnus.com>
32 * automake.in (handle_lib_objects): Bug fix from Steve M Robbins.
33 (handle_libraries): Don't include libraries from EXTRA_LIBRARIES
34 in LIBFILES definition. Reported by Steve M Robbins. Test
37 * automake.in (variable_value_as_list): New sub.
38 (handle_source_transform): Use it.
39 (handle_lib_objects): Ditto.
40 (handle_libraries): Ditto.
41 (handle_texinfo): Ditto.
42 (handle_man_pages): Ditto.
43 (am_install_var): Ditto.
44 (handle_options): Ditto.
46 Sat Aug 24 09:30:46 1996 Tom Tromey <tromey@creche.cygnus.com>
48 Reported by Jim Meyering:
49 * automake.in (get_object_extension): Look in "./" for ansi2knr if
51 (handle_aclocal_m4): Protect aclocal.m4 rule with @MAINT@.
53 * remake.am (.PHONY): New target.
55 * m4/AM_MAINTAINER_MODE.m4: Also define UNMAINT.
57 * automake.in (check_gnu_standards): Disallow no-installman,
59 (read_am_file): Sed out UNMAINT too.
60 (file_contents_with_transform): Ditto.
62 * acinstall: New file.
64 * m4/AM_INIT_AUTOMAKE.m4: Define PACKAGE and VERSION.
66 * m4/AM_WITH_REGEX.m4: New version from François Pinard.
68 * m4/AM_TYPE_PTRDIFF_T.m4: Use am_cv, not ac_cv.
69 * m4/AM_C_PROTOTYPES.m4: Ditto.
70 * m4/AM_FUNC_STRTOD.m4: Ditto.
71 * m4/AM_PROG_CC_STDC.m4: Ditto.
72 * m4/AM_PROG_LIBTOOL.m4: Ditto.
74 Fri Aug 23 22:23:50 1996 Tom Tromey <tromey@creche.cygnus.com>
76 * m4/Makefile.am (m4datadir): New macro
77 (m4data_DATA): Renamed.
79 * Makefile.am (cvs-dist): Depend on distcheck target.
81 Mon Aug 19 15:37:32 1996 Tom Tromey <tromey@creche.cygnus.com>
83 * automake.in (initialize_global_constants): [common_files]
86 * m4/AM_PROG_CC_STDC.m4: Patch from Jim Meyering/Kaveh Ghazi.
88 Sat Aug 17 11:27:14 1996 Tom Tromey <tromey@creche.cygnus.com>
90 * automake.in (handle_dependencies): Push `depend'-clean targets
92 * depend.am (mostlyclean-depend, clean-depend, distclean-depend,
93 maintainer-clean-depend): New targets.
95 Tue Aug 13 17:53:58 1996 Tom Tromey <tromey@creche.cygnus.com>
97 * texinfos.am (.texinfo.info): New target.
98 (.texinfo.dvi): New target.
101 * automake.in (handle_texinfo): Use `.info[-0-9]*' as pattern to
103 (handle_texinfo): Handle `.texinfo' files.
105 Mon Aug 12 10:28:46 1996 Tom Tromey <tromey@creche.cygnus.com>
107 * automake.in (require_file_internal): Special-case `.' when
108 finding files to distribute. Test libobj2.test.
110 * aclocal.in (add_file): Fixed regexp for matching AC_DEFUN. Test
113 * m4/AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL.m4: New file.
114 * m4/AM_SYS_POSIX_TERMIOS.m4: New file.
116 * compile-kr.am: Removed duplicate ansi2knr rules.
118 Sun Aug 11 00:20:16 1996 Tom Tromey <tromey@creche.cygnus.com>
120 * automake.in (handle_yacc_lex_cxx): Bug fix from Josh MacDonald.
121 (handle_yacc_lex_cxx): Put C++ extensions on suffix list.
124 * automake.in (initialize_global_constants): [common_files]
125 Include interlock and ylwrap.
127 * Released version 1.1c.
129 * aclocal.in (obsolete_macros): md_TYPE_PTRDIFF_T and
130 ud_PATH_LISPDIR are obsolete names.
132 * m4/AM_LC_MESSAGES.m4, m4/AM_WITH_NLS.m4, m4/AM_GNU_GETTEXT.m4:
135 * automake.in (handle_lib_objects): Changed interface. Now
136 generates _DEPENDENCIES variable if appropriate.
137 (handle_emacs_lisp): Use AM_PATH_LISPDIR.
138 (scan_configure): Ditto.
140 * Makefile.am (CLEANFILES): Removed.
142 * automake.in (handle_configure): Define CONFIG_CLEAN_FILES.
144 * clean.am (clean-generic): Remove $(CONFIG_CLEAN_FILES).
146 * compile-vars.am (CC, CFLAGS, COMPILE, LINK): Removed.
148 * automake.in (handle_yacc_lex_cxx): Require ylwrap in
150 (handle_source_transform): Changed return result.
151 (handle_programs): Use linker returned by
152 handle_source_transform.
153 (seen_prog_cc, seen_prog_cxx): New globals.
154 (scan_configure): Recognize AC_PROG_CC and AC_PROG_CXX.
155 (handle_yacc_lex_cxx): Error message if AC_PROG_CXX or
156 AC_PROG_YACC missing.
157 (seen_decl_yytext, seen_prog_lex): New globals.
158 (scan_configure): Set them.
159 (handle_yacc_lex_cxx): Warn about missing AC_PROG_LEX or
161 (handle_yacc_lex_cxx): Use $(LEX_OUTPUT_ROOT).
162 (initialize_per_input): Initialize seen_c_source.
163 (handle_yacc_lex_cxx): Define CC, CFLAGS, COMPILE, LINK only when
165 (handle_source_transform): Set seen_c_source.
167 * interlock: Changed usage.
171 * automake.in (handle_yacc_lex_cxx): Renamed.
173 * automake.in (handle_dependencies): Handle %cxx_extensions.
174 Include depend2.am when appropriate.
176 * depend2.am: New file; contents from depend.am but templatized.
178 * automake.in (initialize_per_input): Initialize
180 (handle_source_transform): Set %cxx_extensions.
182 Sat Aug 10 10:29:30 1996 Tom Tromey <tromey@creche.cygnus.com>
184 * interlock: New file.
186 * automake.in (handle_yacc_lex): New sub.
187 (handle_source_transform): Removed most yacc/lex handling.
188 (initialize_per_input): Init yacc_sources, lex_sources.
189 (generate_makefile): Run handle_yacc_lex.
190 (handle_merge_targets): Use `scalar' and not $# to find length of
193 * m4/AM_FEATURE_EXIT.m4: Wrote.
194 * m4/AM_FEATURE_CTYPE.m4: Wrote.
195 * m4/AM_FEATURE_ERRNO.m4: Wrote.
197 * aclocal.in (macro_seen): New global.
198 (add_file): Set macro_seen entry. Only push required macro on
199 @rlist if not already seen. Test defun.test.
201 * automake.in (get_object_extension): Handle directory prefix on
204 * kr-extra.am: New file.
206 * kr-vars.am: Removed.
208 * automake.in (handle_options): Handle directory prefix on
211 * automake.in (scan_configure): Recognize AM_FUNC_STRTOD.
213 * aclocal.in (add_file): Error if macro is duplicated. Test
216 Fri Aug 9 09:18:46 1996 Tom Tromey <tromey@creche.cygnus.com>
218 * automake.in (handle_programs): Substitute @XLINK@. Make sure
219 linker variable is transformed name.
220 * program.am (@PROGRAM@): Use @XLINK@ to link.
222 * automake.in (handle_scripts): Fixed call to
224 (handle_libraries): Better error message when AC_PROG_RANLIB
227 * automake.in (handle_libraries): Canonicalize library name. Test
229 * library.am (lib@LIBRARY@.a): Use @XLIBRARY@ where appropriate.
230 (lib@LIBRARY@.a): Look at _DEPENDENCIES variable.
232 Thu Aug 8 10:57:21 1996 Tom Tromey <tromey@creche.cygnus.com>
234 * automake.in (handle_scripts): Correctly compute
235 $scripts_installed. Test scripts.test.
237 Wed Aug 7 12:13:15 1996 Tom Tromey <tromey@creche.cygnus.com>
239 * ansi2knr.c: New version.
241 Tue Aug 6 10:58:37 1996 Tom Tromey <tromey@creche.cygnus.com>
243 * automake.in (handle_source_transform): Handle more C++ file
244 extensions. "Handle" Objective C. Handle more FORTRAN
247 * compile-vars.am (LEX): Removed.
250 * automake.in (handle_source_transform): Correctly handle lex
251 source. Test lex.test.
252 (handle_source_transform): Skip more C++ headers. Generate macro
253 definitions for YACC and LEX on first use.
255 * aclocal.in (parse_arguments): Mention GNU.
256 * automake.in (parse_arguments): Mention GNU.
258 Mon Aug 5 00:12:45 1996 Tom Tromey <tromey@creche.cygnus.com>
260 * automake.in (handle_programs): Define program_LINK.
261 * program.am (@PROGRAM@): Use program_LINK to link.
263 * Released version 1.1b
265 * automake.in (scan_configure): AM_INIT_AUTOMAKE sets
266 seen_prog_install to `2'.
268 * configure.in: Don't run AM_PROG_INSTALL.
270 * automake.in (parse_arguments): Use $PACKAGE.
271 ($PACKAGE): New global.
272 ($am_c_prototypes): Renamed.
273 (get_object_extension): Use am_c_prototypes.
274 (scan_configure): Ditto.
275 (scan_configure): Use AM_MAINTAINER_MODE.
276 (scan_configure): Warn about obsolete macros.
278 * aclocal.in (parse_arguments): Use $PACKAGE.
279 ($PACKAGE): New global.
281 * Makefile.am (CLEANFILES): Added aclocal.
282 (ETAGS_ARGS): Added aclocal.in.
283 (TAGS_DEPENDENCIES): Ditto.
284 (maintainer-check): Depend on aclocal.
285 (maintainer-check): Check aclocal.
286 (bin_SCRIPTS): Include aclocal.
288 * automake.in (scan_configure): Handle AM_INIT_AUTOMAKE.
289 (scan_configure): Use AM_PROG_INSTALL.
291 * configure.in: Use AM_INIT_AUTOMAKE.
293 * automake.in (keyed_aclocal_warning): Warning tells about
295 (handle_aclocal_m4): New sub.
296 (handle_configure): Use it.
298 * aclocal.in (output_file): New global.
299 (usage): Handle --output.
300 (parse_arguments): Handle --output.
302 * m4/AM_INIT_AUTOMAKE.m4: New file.
304 * m4/AM_PROG_CC_STDC.m4: Require AC_PROG_CC.
307 * automake.in (handle_dist_worker): Reverted erroneous "-chmod".
308 (handle_texinfo): Don't generate `.info-[0-9]' as a filename.
310 * texinfos.am (.texi.info): Force .info file to be built in
311 srcdir. From Franc,ois Pinard.
314 * m4/AM_PROG_CC_STDC.m4: (fp_PROG_CC_STDC): Include sys/stat.h in
315 test program so that DYNIX/ptx V4.1.3 doesn't use `-Xc
316 -D__EXTENSIONS__' -- with those options on that system, sys/stat.h
317 gets compile errors. With help from Marcus Daniels.
319 * automake.in (initialize_global_constants): Put elisp-comp into
320 @common_files. Bug from Glenn Amerine.
322 Sun Aug 4 12:52:43 1996 Tom Tromey <tromey@creche.cygnus.com>
324 * automake.in (handle_dist_worker): Use fgrep, not grep.
326 * m4/AM_C_PROTOTYPES.m4: Changes from François Pinard.
328 * automake.in (handle_emacs_lisp): Include lisp-clean.am in
330 (initialize_global_constants): [install_man_format] Don't hide
331 "ugliness" at install time.
333 * lisp-clean.am: New file.
335 * tags-clean.am (maintainer-clean-tags): Remove TAGS and ID here.
337 * automake.in (handle_man_pages): Patch from Janos Farkas to fix
338 bug when installing man pages. Test man.test.
339 (initialize_global_constants): [install_man_format] Make sure man
340 page can actually be found in either source or build dirs.
341 (handle_dist_worker): Use "755" permissions on distdir.
343 * automake.in (handle_dist): Allow chmod's to fail.
344 (am_primary_prefixes): New function.
345 (am_install_var): Use it.
346 (handle_libraries): Use it. Test libfiles.test.
347 (handle_dist): For dist-tarZ, assume traditional "tar" and
350 * m4/AM_FUNC_STRTOD.m4: New file.
352 * automake.in (handle_dist): Only generate `distdir' variable if
353 it doesn't already exist.
355 Fix for bug reported by Harlan Stenn. Test tags.test.
356 * automake.in (initialize_per_input): Define dir_holds_sources.
357 (handle_tags): Check dir_holds_headers.
358 (handle_headers): Set dir_holds_headers.
360 * automake.in (handle_texinfo): Generate "version.texi" dependency
361 for .dvi file. Bug reported by Glenn Amerine. Test vtexi2.test.
363 * automake.in (handle_configure): Require file $input, not
364 "$local.in". From Nyul Laszlo. Test colon.test.
366 Sun Jul 28 11:14:52 1996 Tom Tromey <tromey@creche.cygnus.com>
368 * aclocal.in: New file.
369 * configure.in: Generate m4/Makefile, aclocal.
370 * Makefile.am (SUBDIRS): Include m4.
371 * m4/Makefile.am: New file.
373 Fri Jul 19 10:12:27 1996 Tom Tromey <tromey@creche.cygnus.com>
375 * automake.in (initialize_global_constants): Put ansi2knr.c and
376 ansi2knr.1 into common_files. Bug report from François Pinard.
378 Mon Jul 15 10:28:29 1996 Tom Tromey <tromey@creche.cygnus.com>
380 * install-sh: Updated copyright notice.
382 Fri Jul 5 08:23:00 1996 Tom Tromey <tromey@creche.cygnus.com>
384 * subdirs.am (maintainer-clean-recursive): Don't be so noisy.
385 Report from Josh MacDonald.
387 Bugs from Gord Matzigkeit:
388 * automake.in (handle_footer): Push contents of $(SUFFIXES), not
390 (handle_dist): Ignore chmod return results.
392 * programs-clean.am (clean-@DIR@PROGRAMS): Work around failing
393 Solaris "rm -f". Bug from Kaveh R. Ghazi.
394 * libraries-clean.am (clean-@DIR@LIBRARIES): Likewise.
396 Fri Jun 21 10:42:06 1996 Tom Tromey <tromey@creche.cygnus.com>
398 * texinfos.am (install-info): Use "if", not "&&", to avoid
399 install problem when glob doesn't match.
401 * automake.in (initialize_global_constants): [USAGE] Added
403 (force_generation): New global.
404 (parse_arguments): Handle --no-force.
405 (generate_makefile): Handle --no-force.
407 * Makefile.am (maintainer-check): Ensure all invocations of
408 mkinstalldirs are correct.
410 Tue Jun 18 10:53:54 1996 Tom Tromey <tromey@creche.cygnus.com>
412 * automake.in (handle_tests): Don't directly generate site.exp.
414 Sun Jun 16 22:21:16 1996 Harlan Stenn <harlan@brown.pfcs.com>
416 * automake.in: Treat an initial `#' on a word in AUTOMAKE_OPTIONS
417 as a comment start. Add support for a dist-tarZ target.
419 Tue Jun 11 22:14:21 1996 Marcus Daniels <marcus@sayre.sysc.pdx.edu>
421 * depend.am ($(srcdir)/.deps/%.P): Convert absolute $(top_srcdir)
422 paths into relative paths.
424 Mon Jun 10 21:11:20 1996 Tom Tromey <tromey@creche.cygnus.com>
426 * texinfo.tex: New version.
428 * automake.in: Look for AM_PROG_LIBTOOL. From Gord Matzigkeit.
429 (initialize_global_constants): Added libtool to
431 (handle_source_transform): Pass YFLAGS to yacc and LFLAGS to lex.
433 Sun Jun 9 17:45:48 1996 Tom Tromey <tromey@creche.cygnus.com>
435 * texinfos.am (install-info): Don't install ~ files. Bug report
437 * automake.in (handle_texinfo): Don't push '.info*' onto
440 * automake.in (handle_gettext): Ensure po and intl in SUBDIRS when
442 (handle_dist): Pass --with-included-gettext to configure if using
445 * compile-kr.am (._c._o): Pass -c to $(COMPILE).
447 * compile.am (.c.o): Pass -c to $(COMPILE).
448 * compile-vars.am (COMPILE): Don't include -c.
450 * remake.am ($(srcdir)/Makefile.in): Pass --strictness to
452 * automake.in (handle_configure): Supply --strictness arg to
455 Fri Jun 7 12:31:31 1996 Tom Tromey <tromey@creche.cygnus.com>
457 * automake.in (handle_tests): Fix quoting on `pwd`.
458 (handle_options): Recognize no-installinfo option.
459 (handle_man_pages): Don't put man directory on @installdirs if
460 no-installman is specified.
461 (handle_texinfo): Handle no-installinfo option.
462 (handle_options): Compare version against $num_version, not
464 (handle_source_transform): Generate rules for output of lex,
465 yacc. Bug report from Thomas Morgan. Test yacc.test.
466 (handle_dist): "distcheck" now runs "make dvi".
467 (handle_tests): Support $(TESTS_ENVIRONMENT). Idea from Ulrich
470 * dejagnu.am (check-DEJAGNU): Depend on site.exp.
472 Sun Jun 2 10:33:10 1996 Tom Tromey <tromey@creche.cygnus.com>
474 * automake.in (handle_emacs_lisp): New function.
475 (initialize_global_constants): Added elisp-comp to
477 (seen_lispdir): New global.
478 (scan_configure): Handle ud_PATH_LISPDIR.
480 * elisp-comp: New file.
484 * automake.in (generate_makefile): Run handle_emacs_lisp.
486 * aclocal.m4 (ud_PATH_LISPDIR): New macro, from Ulrich Drepper.
488 * automake.in (initialize_global_constants): Removed version.texi
489 from common_sometimes.
490 (initialize_global_constants): Added texinfo.tex to common_files.
492 (handle_tests): Allow dejagnu- and automake-style test suites to
493 coexist. Test dejagnu.test.
494 (initialize_global_constants): New constants AC_CANONICAL_HOST,
496 (scan_configure): Use new constants.
497 (handle_tests): Put target specific information into site.exp if
499 (read_am_file): Generate some extra variables when AC_CANONICAL_*
501 (handle_options): Allow version number to have letters appended.
502 (handle_tests): Error if RUNTEST, RUNTESTFLAGS defined but dejagnu
504 (initialize_global_constants): install_man_format changed to
505 handle built man pages.
507 Wed May 29 10:35:01 1996 Tom Tromey <tromey@creche.cygnus.com>
509 * config.guess, config.sub: New versions.
511 Tue May 28 19:27:11 1996 Tom Tromey <tromey@creche.cygnus.com>
513 * configure.in (VERSION): Upped to 1.0.
515 Sat May 25 10:19:53 1996 Tom Tromey <tromey@creche.cygnus.com>
517 * automake.in (handle_tests): Handle dejagnu.
518 (handle_options): Recognize dejagnu option.
520 * dejagnu.am: New file.
522 Thu May 23 10:01:13 1996 Tom Tromey <tromey@creche.cygnus.com>
524 * automake.in (handle_dist): Run installcheck target from
527 * configure.in (VERSION): Upped to 0.34.
529 * automake.in (scan_configure): Always allow upgrading to
530 fp_PROG_INSTALL. Test fpinstall.test.
532 Wed May 22 14:45:28 1996 Joshua Cowan <jcowan@hermit.reslife.okstate.edu>
534 (handle_dist): Make `distcheck' check `install' target, too.
536 Wed May 22 09:49:27 1996 Tom Tromey <tromey@creche.cygnus.com>
538 * automake.in (initialize_per_input): Don't initialize
539 $output_directory here; initialize it globally. From Joshua
540 Cowan. Test outdir.test.
542 Sat May 18 10:57:40 1996 Tom Tromey <tromey@creche.cygnus.com>
544 * automake.in (handle_tests): Don't push TESTS onto dist_common.
545 (initialize_global_constants): Put install-sh and mkinstalldirs
546 into @common_files. Test insh2.test.
548 Fri May 17 09:02:02 1996 Tom Tromey <tromey@creche.cygnus.com>
550 * automake.in (handle_source_transform): Don't generate _OBJECTS
551 when no source files specified. Test number.test.
553 From Joerg-Martin Schwarz:
554 * automake.in (seen_package, seen_version): New globals.
555 (scan_configure): Look for PACKAGE= and VERSION=.
557 * automake.in (handle_options): Recognize dist-zip.
558 (handle_dist): Handle dist-zip.
559 (handle_options): Use ' ', not \s+, with split. Test
561 (handle_source_transform): Likewise.
562 (handle_lib_objects): Likewise.
563 (handle_libraries): Likewise.
564 (handle_texinfo): Likewise.
565 (handle_man_pages): Likewise.
566 (handle_subdirs): Likewise.
567 (handle_gettext): Likewise.
568 (handle_footer): Likewise.
569 (handle_tests): Likewise.
570 (scan_configure): Likewise.
571 (am_install_var): Likewise.
573 * Makefile.am (TAGS_DEPENDENCIES): New macro.
575 * tags.am (tags-recursive): New target.
576 (TAGS): Depend on it.
578 * automake.in (handle_tags): Put tags-recursive on @phony.
580 * tags-subd.am (TAGS): Depend on HEADERS, SOURCES,
582 * tags.am (TAGS): Depend on HEADERS, SOURCES, TAGS_DEPENDENCIES.
584 Thu May 16 09:21:48 1996 Tom Tromey <tromey@creche.cygnus.com>
586 * remake.am (configure): Depend on $(CONFIGURE_DEPENDENCIES).
588 * automake.in (scan_configure): Look for install-sh and
590 (initialize_global_constants): Moved mdate-sh from
591 common_sometimes to common_files. Test mdate2.test.
593 Tue May 14 21:52:01 1996 Tom Tromey <tromey@creche.cygnus.com>
595 * automake.in (seen_maint_mode): New global.
596 (scan_configure): Handle jm_MAINTAINER_MODE.
597 (read_am_file): Handle seen_maint_mode.
598 (file_contents_with_transform): Handle seen_maint_mode.
599 (handle_source_transform): Changed interface, all callers.
602 * remake-hdr.am, remake-subd.am, remake.am, texi-version.am:
604 * aclocal.m4 (jm_MAINTAINER_MODE): New macro.
606 * automake.in (handle_configure): Check $config_aux_dir against
607 empty string. From Markku Rossi. Test mkinstall.test.
609 Fri May 10 14:38:47 1996 Gord Matzigkeit <gord@gnu.ai.mit.edu>
611 * automake.in (distcheck): Added new rule to top level
614 Wed May 8 21:57:21 1996 Gord Matzigkeit <gord@gnu.ai.mit.edu>
616 * automake.in (scan_configure): Make sure that gm_PROG_LIBTOOL
618 (generate_makefile): libtool, config.sub, and config.guess should
619 only ever appear in the top directory of a package.
621 Tue May 14 10:24:30 1996 Tom Tromey <tromey@creche.cygnus.com>
623 * automake.in (initialize_global_constants): Added libversion.in
626 * configure.in (VERSION): Upped to 0.33.
628 * automake.in (am_install_var): Fixed problem in EXTRA_ handling.
631 Mon May 13 10:41:41 1996 Tom Tromey <tromey@creche.cygnus.com>
633 * install-sh (transformbasename): Correct misspelling of
634 transformbasename. From Ian Lance Taylor.
636 Sat Apr 27 11:39:10 1996 Tom Tromey <tromey@creche.cygnus.com>
638 * automake.in (handle_configure): Set mkinstalldirs variable
640 (handle_dist_worker): Explicitly set distdir in subdir makes.
641 (handle_dist): Handle separate distdir target.
642 (handle_dist_worker): Only generate distdir target.
644 * texinfos.am (install-info): Use $(mkinstalldirs).
645 * scripts.am (install-@DIR@SCRIPTS): Use $(mkinstalldirs).
646 * programs.am (install-@DIR@PROGRAMS): Use $(mkinstalldirs).
647 * libraries.am (install-@DIR@LIBRARIES): Use $(mkinstalldirs).
648 * header.am (install-@DIR@HEADERS): Use $(mkinstalldirs).
649 * data.am (install-@DIR@DATA): Use $(mkinstalldirs).
651 * automake.in (read_am_file): Set mkinstalldirs variable.
652 (handle_man_pages): Use it.
653 (handle_installdirs): Ditto.
655 Fri Apr 26 15:10:48 1996 Tom Tromey <tromey@creche.cygnus.com>
657 * automake.in (handle_man_pages): Fix mkinstalldirs invocation.
659 Thu Apr 25 18:40:06 1996 Tom Tromey <tromey@creche.cygnus.com>
661 * automake.in (handle_dist_worker): Use $(TAR), not tar.
662 (handle_merge_targets): Make sure config header is built before
663 recursing into subdirs.
664 (handle_libraries): Generate LIBFILES for check_LIBRARIES.
665 (handle_merge_targets): Handle case where nothing is installed but
666 something must be built -- "make install" must still work.
668 * dist-vars.am (TAR): New macro.
670 * automake.in (scan_configure): Support AC_REPLACE_GNU_GETOPT.
671 (handle_configure): Require stamp-h.in when config header used.
673 Tue Apr 23 17:57:13 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
675 * doc/mdate-sh: Extract the last field from the date output, not
676 the sixth, which will fail when the timezone name has more than
677 one word or is missing.
679 Wed Apr 24 20:29:26 1996 Tom Tromey <tromey@creche.cygnus.com>
681 * automake.in (am_install_var): Use delete, not undef, to remove
682 EXTRA entry. From Gord Matzigkeit.
684 Mon Apr 22 17:48:50 1996 Tom Tromey <tromey@creche.cygnus.com>
686 * automake.in (read_am_file): Handle case where last line doesn't
689 Tue Apr 9 22:53:16 1996 Tom Tromey <tromey@creche.cygnus.com>
691 * automake.in (variable_defined): New function.
692 (read_am_file): Ensure a blank line comes before starting comments
694 (initialize_per_input): Initialize %targets.
695 (read_am_file): Set appropriate entry in %targets.
696 Many changes to use variable_defined.
697 (check_gnu_standards): Only require ChangeLog at top level. From
699 (handle_tests): check-TESTS depends on $(TESTS). From Gord
702 Mon Apr 8 22:51:41 1996 Tom Tromey <tromey@creche.cygnus.com>
704 * automake.in (parse_arguments): Added short options.
705 (initialize_global_constants): Ditto.
707 Fri Apr 5 00:22:14 1996 Tom Tromey <tromey@creche.cygnus.com>
709 * mkinstalldirs (errstatus): Don't necessarily die if mkdir
712 * automake.in (handle_source_transform): Typo fix.
714 Thu Apr 4 15:10:50 1996 Tom Tromey <tromey@creche.cygnus.com>
716 * automake.in (handle_dist_worker): Renamed dist-local to
718 (handle_merge_targets): Added install-data-hook and
720 (handle_source_transform): Handle EXTRA_prog_SOURCES form.
722 * automake.in (handle_scripts): Never allow scripts_installed to
725 * scripts.am (install-@DIR@SCRIPTS): Scripts can be found in
728 * automake.in (generate_makefile): Derived file names from given
729 input; don't assume Makefile.in and Makefile.am.
730 (am_file_name, in_file_name): New globals.
731 (read_am_file): Use them.
733 * program.am (@PROGRAM@): Use transformed program name.
735 * remake-hdr.am (stamp-h): Actually touch stamp-h.
737 Wed Apr 3 15:16:06 1996 Tom Tromey <tromey@creche.cygnus.com>
739 * automake.in (require_file_internal): Use correct file for error
740 messages. Test insh.test.
742 Mon Apr 1 09:47:44 1996 Tom Tromey <tromey@creche.cygnus.com>
744 * texinfos.am (.texi.info): Build output file in srcdir.
746 * automake.in (require_file_internal): If $dir is ".",then look in
748 (handle_texinfo): Canonicalize name of texi file before looking
749 for dependency variable.
751 Thu Mar 28 08:33:21 1996 Tom Tromey <tromey@creche.cygnus.com>
753 * automake.in (require_conf_file_with_conf_line): Yet another
754 function of this form.
755 (libtool_line): New variable.
756 (handle_libraries): Handle libtool.
758 * libraries-vars.am: Removed.
760 * automake.in (seen_libtool): New variable.
761 (scan_configure): Look for gm_PROG_LIBTOOL or AC_PROG_LIBTOOL.
763 * automake.in (handle_dist_worker): Handle dist-local.
765 * Makefile.am (maintainer-check): Do "make check" after all syntax
768 * texi-version.am (stamp-@VTI@): Look for mdate-sh in appropriate
771 * automake.in ($seen_arg_prog): New global.
772 (handle_programs): Error if AC_ARG_PROGRAM not seen.
773 (handle_scripts): Ditto.
774 (handle_configure): mkinstalldirs now a config file.
775 (handle_installdirs): Find mkinstalldirs in config_aux_dir.
776 (handle_dist_worker): Removed DIST_SUBDIRS.
777 (require_file_path): New variable.
778 (require_file_with_conf_line): Set it.
779 (require_file_with_line): Ditto.
780 (require_file): Ditto.
781 (require_file_internal): Incorporated code from
783 (require_config_file): Rewrote.
784 (require_conf_file_with_line): New function.
785 (handle_texinfo): Use it for mdate-sh.
786 (handle_texinfo): Look for mdate-sh in appropriate directory.
788 Tue Mar 26 13:47:54 1996 Tom Tromey <tromey@creche.cygnus.com>
790 * Makefile.am (cvs-dist): Find NEWS in srcdir.
791 * automake.in (handle_dist_worker): Find NEWS in srcdir.
792 ($RULE_PATTERN): Include chars "$(){}/" in allowable patterns in a
794 (require_config_file): Set config_aux_path when file found.
795 ($config_aux_dir): New variable.
796 (require_config_file): Set it.
797 (handle_man_pages): Find mkinstalldirs in config_aux_dir.
799 Mon Mar 25 15:32:57 1996 Tom Tromey <tromey@creche.cygnus.com>
801 * data.am (install-@DIR@DATA): Also allow data to be in build
804 Sun Mar 24 19:56:28 1996 Tom Tromey <tromey@creche.cygnus.com>
806 * automake.in (am_install_var): Don't look in EXTRA_primary
807 variable any more; it is handled in the main loop.
809 Wed Mar 20 16:22:35 1996 Tom Tromey <tromey@creche.cygnus.com>
811 * data.am (install-@DIR@DATA): Find data in srcdir.
813 Fri Mar 15 18:30:31 1996 Tom Tromey <tromey@creche.cygnus.com>
815 * automake.in (require_config_file): Use correct filename when
816 looking for errors. Also, install file in `.' if not found. Bug
817 reported by Gord Matzigkeit. Test installsh.test.
819 Thu Mar 14 09:28:21 1996 Tom Tromey <tromey@creche.cygnus.com>
821 * Makefile.am (cvs-diff): New target.
823 Fix for bug when install var substitutes empty. Test empty.test.
824 * header.am (install-@DIR@HEADERS): Allow empty list of headers.
825 (uninstall-@DIR@HEADERS): Ditto.
826 * scripts.am (install-@DIR@SCRIPTS): Allow empty list of scripts.
827 (uninstall-@DIR@SCRIPTS): Ditto.
828 * libraries.am (install-@DIR@LIBRARIES): Allow empty list of
830 (uninstall-@DIR@LIBRARIES): Ditto.
831 * data.am (install-@DIR@DATA): Allow empty list of data.
832 (uninstall-@DIR@DATA): Ditto.
833 * programs.am (install-@DIR@PROGRAMS): Added missing semicolon.
834 From François Pinard.
835 (install-@DIR@PROGRAMS): Fixed bug when list of programs empty.
836 (uninstall-@DIR@PROGRAMS): Ditto.
838 Wed Mar 13 19:50:23 1996 Tom Tromey <tromey@creche.cygnus.com>
840 * tags-subd.am (ID): Name of ID file must be flush against -f.
842 * configure.in (VERSION): Version 0.32.
844 Mon Mar 11 17:50:58 1996 Tom Tromey <tromey@creche.cygnus.com>
846 * automake.in (seen_linguas, all_linguas_line): New variables.
847 (handle_gettext): New function.
848 (generate_makefile): Run it.
849 (scan_configure): Recognize ALL_LINGUAS.
851 Mon Mar 11 14:34:36 1996 Gord Matzigkeit <gord@enci.ucalgary.ca>
853 * automake.texi: doc fix.
855 * automake.in (am_install_var): Added support for check and
856 installcheck special prefixes.
858 Sun Mar 10 10:44:42 1996 Tom Tromey <tromey@creche.cygnus.com>
860 * automake.in (handle_subdirs): Don't do SUBDIRS check for
863 Tue Mar 5 18:12:04 1996 Tom Tromey <tromey@creche.cygnus.com>
865 * automake.in (OBJECT_PATTERN): Removed.
866 (am_install_var): No error if name is invalid.
867 (handle_programs): Canonicalize program names.
868 (BOGUS_MACRO_PATTERN): New variable.
869 (read_am_file): Error if bad macro name given.
870 (require_file_internal): Use am_line_error, not am_conf_error.
872 * program.am (@PROGRAM@): Recognize @PROGRAM@_DEPENDENCIES.
874 Mon Mar 4 19:30:24 1996 Tom Tromey <tromey@creche.cygnus.com>
876 * automake.in (handle_lib_objects): New function.
877 (handle_libraries): Use it.
878 (handle_programs): Ditto.
879 (handle_dist_worker): Deprecate DIST_SUBDIRS.
880 (am_install_var): Allow extended directory mechanism to work.
883 * dist-vars.am (DISTFILES): Use EXTRA_DIST.
884 (DEP_DISTFILES): Ditto.
886 * automake.in (OBJECT_PATTERN): New variable.
887 (am_install_var): Use it.
888 (handle_dist): DIST_OTHER is an anachronism.
890 Sat Mar 2 17:04:38 1996 Tom Tromey <tromey@creche.cygnus.com>
892 * automake.in (handle_dist_worker): Only cause Automake to be
893 re-run if not making a distribution. Fixes bug reported by
894 Joerg-Martin Schwarz.
895 (require_file_with_line): New function.
896 (require_file): Use it.
897 (am_line_error): Don't print line number if $symbol is empty.
898 (get_object_extension): Use require_file_with_line.
899 (handle_libraries): Use require_file_with_line.
900 (handle_texinfo): Use require_file_with_line.
901 (handle_configure): Use am_conf_line_error and
902 require_file_with_conf_line.
903 (handle_subdirs): Use require_file_with_conf_line.
904 (handle_configure): Use require_file_with_conf_line.
905 (handle_tests): Push check-TESTS on @phony.
906 (am_conf_line_error): New function.
907 (require_file_with_conf_line): New function.
908 (require_file_internal): New function.
909 (require_file_with_line): Use it.
910 (require_file): Ditto.
911 (am_conf_line_error): Handle empty line number.
912 (ac_gettext_line, ac_output_line): New variables.
913 (scan_configure): Set them.
915 Fri Mar 1 00:13:04 1996 Tom Tromey <tromey@creche.cygnus.com>
917 * automake.in (parse_arguments): Default strictness is gnu.
918 Changed `normal' to `foreign' everywhere.
919 (parse_arguments): Handle --foreign.
920 (initialize_global_constants): Document --foreign.
921 (handle_dependencies): Better error message.
922 (handle_texinfo): Don't push $vtexi on @texis.
923 (handle_texinfo): Only push $vtexi on @texi_deps if not null.
924 (handle_configure): install-sh is a config file; require it as
926 (parse_arguments): Renamed --install-missing to --add-missing.
927 (add_missing): Renamed from install_missing.
928 (am_install_var): Check to make sure contents of install variable
929 are correct if primary requires it. Test badprog.test.
930 (initialize_global_constants): Initialize
931 %primary_uses_subobjects.
932 (handle_source_transform): Skip configure substitutions. Test
933 depend.test. Also, skip empty elements.
935 Thu Feb 29 22:00:30 1996 Tom Tromey <tromey@creche.cygnus.com>
937 * texinfo.tex: New version.
939 * automake.in (am_install_var): Allow extended range of
940 installation directories.
942 * automake.in (get_object_extension): Don't allow
943 @CONFIG_INCLUDE_SPEC@ in the Makefile.in when config.h not used.
944 From Gord Matzigkeit. Test confincl.test.
946 * texinfos.am (install-info): Changed usage of install-info (in
947 comment). Per Feb 25 GNU Standards document.
949 Wed Feb 28 07:40:55 1996 Tom Tromey <tromey@creche.cygnus.com>
951 * automake.in (handle_tests): New function.
952 (generate_makefile): Call it.
953 (handle_subdirs): Skip directories whose names look like configure
955 (handle_subdirs): Require intl and po, not @INTLSUB@ and @POSUB@,
957 (scan_configure): Clear in_ac_output if "]" found. Test
959 (require_config_file): New function.
960 (generate_makefile): Use require_config_file.
961 (config_aux_path): New variable.
962 (scan_configure): Check for AC_CONFIG_AUX_DIR.
963 (handle_merge_targets): Add install-strip rule.
965 Tue Feb 27 20:00:36 1996 Tom Tromey <tromey@creche.cygnus.com>
967 * mdate-sh: New version from Ulrich Drepper.
969 * automake.in (handle_source_transform): Changed fill back to
971 (handle_libraries): Ditto.
972 (handle_dist): Ditto.
973 (handle_dependencies): Ditto.
974 (handle_footer): Ditto.
975 (handle_phony): Ditto.
977 * Makefile.am (DIST_SUBDIRS): Removed.
978 (installcheck-local): Use Perl, not test -x.
980 (maintainer-check): Use $(PERL), not @PERL@.
982 * configure.in (VERSION): Upped to 0.31.
984 Sat Feb 24 18:02:19 1996 Tom Tromey <tromey@creche.cygnus.com>
986 * automake.in (scan_configure): AC_CHECK_TOOL requires config.sub
989 * automake.in: Use keyed_aclocal_warning when warning about
991 (get_object_extension): Use keyed_aclocal_warning when warning
992 about fp_C_PROTOTYPES.
993 (keyed_aclocal_warning): New function.
995 * Makefile.am (pkgdata_DATA): Install aclocal.m4.
996 * aclocal.m4: Include fp_C_PROTOTYPES, fp_PROG_CC_STDC.
998 * automake.in (get_object_extension): Only give error about
999 fp_C_PROTOTYPES once.
1001 * automake.in (seen_ranlib): New variable.
1002 (scan_configure): Recognized AC_PROG_RANLIB.
1003 (handle_libraries): Error if ranlib not checked for.
1005 * automake.in (default_strictness): Default to GNU.
1006 (default_strictness_name): Ditto.
1008 Wed Feb 21 18:15:02 1996 Tom Tromey <tromey@creche.cygnus.com>
1010 * automake.in (read_am_file): Removed @kr@ support.
1011 (get_object_extension): Ditto.
1013 * Makefile.am (pkgdata_DATA): Include ansi2knr.c and ansi2knr.1.
1015 Tue Feb 20 17:25:18 1996 Tom Tromey <tromey@creche.cygnus.com>
1017 * depend.am ($(srcdir)/.deps/%.P): Regexp fix.
1019 Mon Feb 19 19:53:09 1996 Tom Tromey <tromey@creche.cygnus.com>
1021 * remake.am ($(srcdir)/Makefile.in): Depend on configure.in.
1022 * remake-subd.am ($(srcdir)/Makefile.in): Depend on configure.in.
1024 * automake.in (handle_scripts): Ensure $scripts_installed set to
1025 boolean value. Test proginst.test.
1027 * Makefile.am (installcheck-local): New target.
1029 * automake.in (require_file): No error if missing file is
1032 Sun Feb 18 17:10:00 1996 Tom Tromey <tromey@creche.cygnus.com>
1034 * automake.in (handle_scripts): SCRIPTS no longer automatically
1035 cleaned. Now possible to install scripts in pkgdatadir.
1036 ($seen_canonical): New variable.
1037 (generate_makefile): Check for config.guess and config.sub here;
1038 fixes bug reported by Gord Matzigkeit.
1040 * Makefile.am (pkgdata_SCRIPTS): New variable.
1041 (CLEANFILES): New macro.
1043 * scripts-clean.am: Removed.
1045 Sat Feb 17 00:15:20 1996 Tom Tromey <tromey@creche.cygnus.com>
1047 * automake.in (am_install_var): Error if primary variable actually
1049 (am_install_var): Skip elements that look like configure
1051 (am_install_var): "EXTRA" is a valid prefix.
1052 (am_install_var): Push contents EXTRA_PRIMARY onto @result.
1053 (handle_merge_targets): Treat "all" target like "install".
1054 (handle_subdirs): Don't push all-recursive.
1056 * header.am (install-@DIR@HEADERS): Don't depend on all.
1057 * data.am (install-@DIR@DATA): Don't depend on all.
1058 * libraries.am (install-@DIR@LIBRARIES): Don't depend on all.
1059 * programs.am (install-@DIR@PROGRAMS): Don't depend on all.
1060 * scripts.am (install-@DIR@SCRIPTS): Don't depend on all.
1062 * automake.in (am_install_var): Push generated install targets
1065 * subdirs.am: No longer depend on Makefile and $(CONFIG_HEADER).
1066 * automake.in (handle_merge_targets): Correctly handle recursive
1067 calls of uninstall, install-exec, and install-data.
1068 (handle_merge_targets): Put Makefile, and possibly $config_name,
1070 (handle_merge_targets): Push 'all' onto @install as appropriate.
1072 Fri Feb 16 18:27:04 1996 Tom Tromey <tromey@creche.cygnus.com>
1074 * automake.in (handle_configure): config.status is in
1075 $(top_builddir), not $(top_srcdir). Reported by Anthony Green.
1077 * automake.in (scan_configure): Recognize (AC|fp)_FUNC_FNMATCH.
1079 Thu Feb 15 19:12:45 1996 Tom Tromey <tromey@creche.cygnus.com>
1081 * automake.in: (seen_prog_yacc): New variable.
1082 (scan_configure): Look for yacc.
1083 (handle_source_transform): Skipp C++ header files.
1084 (handle_source_transform): .cxx is a C++ source file.
1086 Wed Feb 14 08:36:02 1996 Tom Tromey <tromey@creche.cygnus.com>
1088 * depend.am ($(srcdir)/.deps/.P): Use "echo", not ":".
1090 Implemented --verbose feature; idea from Greg Woods:
1091 * automake.in (verbose): New global.
1092 (generate_makefile): Print creating message if verbose.
1093 (grep_for_vers_texi): Print message if verbose.
1094 (handle_dependencies): Ditto.
1095 (scan_configure): Ditto.
1096 (read_am_file): Ditto.
1097 (parse_arguments): Added --verbose.
1098 (initialize_global_constants): Ditto.
1100 * automake.in (get_object_extension): Use am_line_error.
1101 (handle_source_transform): Ditto.
1102 (handle_libraries): Ditto.
1103 (handle_texinfo): Ditto.
1104 (handle_man_pages): Ditto.
1105 (handle_dist): Ditto.
1106 (handle_dist): Ditto.
1107 (handle_subdirs): Ditto.
1108 (handle_configure): Ditto.
1109 (handle_merge_targets): Ditto.
1110 (am_install_var): Ditto.
1111 (am_line_error): Allow actual line number as argument.
1112 (handle_configure): Use am_line_error.
1113 (scan_configure): Set config_header_line.
1114 (config_header_line): New global.
1115 Use @PERL@ to find perl during exec. From Greg Woods.
1117 Tue Feb 13 22:06:51 1996 Tom Tromey <tromey@creche.cygnus.com>
1119 * automake.in (initialize_per_input): Init %content_lines.
1120 (read_am_file): Set appropriate content_lines elements while
1122 (am_line_error): New function.
1123 (read_am_file): Use it.
1124 (handle_options): Ditto.
1126 * automake.in (scan_configure): Handle case where more than one .o
1127 is put into LIBOBJS at once. Test libobj.test.
1129 Mon Feb 12 20:39:28 1996 Tom Tromey <tromey@creche.cygnus.com>
1131 * automake.in (scan_configure): Ignore "\" in AC_OUTPUT line.
1133 (handle_subdirs): Restored intl, po warnings.
1135 * automake.in (scan_configure): Delete everything after "," or
1136 ")". Test acoutnoq.test.
1137 (handle_dist): Use $relative_dir, not nonexistent $subdir.
1138 (handle_subdirs): 'po' and 'intl' are sometimes substituted into
1139 SUBDIRS; don't warn about their absence.
1141 Sun Feb 11 16:55:15 1996 Tom Tromey <tromey@creche.cygnus.com>
1143 * automake.in (handle_texinfo): Removed bogus error message.
1145 * automake.in (handle_texinfo): Push $(INFO_DEPS), not 'info',
1147 (handle_options): Handle version number.
1149 * automake.in ($maint_charset, $dist_charset): New variables.
1150 (initialize_per_input): Init $local_maint_charset.
1151 (handle_dist): Handle DIST_CHARSET and MAINT_CHARSET.
1152 (generate_makefile): Don't print "creating...".
1154 Sat Feb 10 16:45:07 1996 Tom Tromey <tromey@creche.cygnus.com>
1156 * automake.in (get_object_extension): Substitute
1157 @CONFIG_INCLUDE_SPEC@ if CONFIG_HEADER defined.
1158 (handle_source_transform): Use $1, not \1.
1159 (pretty_print_internal): Handle Tabs in fill when computing indent
1161 (handle_merge_targets): Always generate install-exec and
1162 install-data targets. Test instexec.test.
1163 Fixed error message if fp_PROG_INSTALL missing.
1165 * compile-vars.am (DEFS): Include -I., -I$(srcdir), and
1166 @CONFIG_INCLUDE_SPEC@.
1168 * automake.in (scan_configure): Delete everything after "]". Test
1171 * configure.in (AC_OUTPUT): Create tests/Makefile.
1172 * Makefile.am (SUBDIRS): New macro.
1174 * automake.in (handle_texinfo): Put $vtexi on texi_deps. From Jim
1177 * configure.in (AC_OUTPUT): Ensure automake is executable.
1179 Thu Feb 8 17:30:29 1996 Tom Tromey <tromey@creche.cygnus.com>
1181 * automake.in (handle_subdirs): Error if directory in SUBDIRS does
1184 * automake.in (handle_configure): Handle AC_OUTPUT ":" syntax.
1187 * libraries.am (install-@DIR@LIBRARIES): Depend on all, not
1189 * header.am (install-@DIR@HEADERS): Depend on all, not
1191 * data.am (install-@DIR@DATA): Depend on all, not $(@DIR@_DATA).
1192 * scripts.am (install-@DIR@SCRIPTS): Depend on all, not
1194 * programs.am (install-@DIR@PROGRAMS): Depend on all, not
1197 * automake.in (initialize_per_input): Initialize
1199 ($seen_path_xtra): New variable.
1200 (scan_configure): Look for AC_PATH_XTRA.
1201 (get_object_extension): Add variables to output if X seen.
1203 Thu Feb 8 10:02:45 1996 Greg A. Woods <woods@most.weird.com>
1205 * automake.in (handle_programs): add pkglib to list of
1207 (various): include a tab as fill for continuation lines
1208 printed with pretty_print*, esp. for macro variable assignments.
1209 [ changed to 4 spaced by me ]
1211 Wed Feb 7 18:00:29 1996 Tom Tromey <tromey@creche.cygnus.com>
1213 * configure.in (VERSION): Upped to 0.30.
1215 * Makefile.am (automake): Removed.
1216 (DIST_OTHER): Removed.
1218 * automake.in (handle_source_transform): All dep_files are
1219 relative to $(srcdir).
1220 (handle_libraries): Ditto.
1221 (scan_configure): Test for AC_PROG_INSTALL as well as
1222 fp_PROG_INSTALL. Don't error here.
1223 (seen_prog_install): Now global.
1224 (scripts_installed): New global.
1225 (handle_scripts): Set it.
1226 Give error if appropriate install macro not seen.
1227 (handle_subdirs): Ensure $seen_gettext before requiring
1228 gettext-specific files.
1229 (handle_configure): Automatically rebuild
1232 * automake.in (handle_source_transform): Use \W when quoting
1233 regexp. When blah_SOURCES not explicitly defined, still create
1235 * depend.am ($(srcdir)/.deps/%.P): Don't use \< in regexp.
1236 * subdirs.am (maintainer-clean-recursive): Now depends on
1237 $(CONFIG_HEADER) and Makefile.
1239 * automake.in (handle_source_transform): Skip macro references.
1241 Mon Feb 5 14:58:58 1996 Tom Tromey <tromey@creche.cygnus.com>
1243 * automake.in (handle_texinfo): Include "rm" when deleting files.
1245 * Makefile.am (maintainer-check): Expect only one ${...}.
1246 * texinfos.am (install-info): Remove unneeded ${...}. From Jim
1249 * automake.in (handle_configure): Only define CONFIG_HEADER if
1251 ($seen_gettext): New variable.
1252 (handle_subdirs): Do all gettext-related checking here.
1253 (scan_configure): Just set $seen_gettext.
1254 (handle_man_pages): Properly quote $(MANS).
1256 Wed Jan 31 09:51:30 1996 Tom Tromey (tromey@gerbil.cygnus.com)
1258 * depend.am: Don't use srcdir anywhere.
1259 * automake.in (handle_libraries): Don't make .deps relative to
1261 (handle_options): Recognize no-dependencies.
1263 * depend.am (MKDEP): From Jim Meyering: Do nothing if srcdir is
1264 ".". Properly quote regexp.
1266 Tue Jan 30 12:19:09 1996 Tom Tromey (tromey@gerbil.cygnus.com)
1268 * automake.in (handle_configure): Only defined CONFIG_HEADER if
1270 (read_am_file): Quote regexp when substituting top_builddir.
1271 (handle_source_transform, handle_libraries): Look in
1272 $(srcdir)/.deps for .P files.
1274 Fri Jan 26 00:15:25 1996 Tom Tromey <tromey@creche.cygnus.com>
1276 * automake.in (am_conf_error): New function.
1277 (scan_configure): Use it.
1278 (scan_configure): A comma also ends AC_OUTPUT macro.
1280 * automake.in (read_am_file): Compute top_builddir when including
1282 (handle_configure): Use $top_builddir, not $top_reldir.
1283 (other_input_files): New variable.
1284 (dirname): Fixed bug where dirname of 'a/b/c' was 'a', not 'a/b'.
1286 Changes from Gord Matzigkeit to enabled hierarchies deeper than 2:
1287 * automake.in (input_files, seen_make_set): Declare globally.
1288 (parse_arguments): Use input_files, not make_list.
1289 Only scan configure.in once.
1290 (handle_dist): Use SUBDIRS to determine when to make
1291 subdirectories and recurisvely dist. Use $(topdir), not "..", to
1292 find top of dist tree.
1293 (handle_configure): Check for AC_PROG_MAKE_SET here. Don't require
1294 configure.in (done elsewhere).
1295 (scan_configure): seen_make_set is global. Allow arbitrary space
1296 in LIBOBJS assignment.
1297 (top_builddir): New variable.
1298 * header-vars.am (top_builddir): New variable.
1299 * remake-subd.am (Makefile): Look in top_builddir, not .., when
1301 * automake.in (handle_merge_targets): Run 'all' before
1304 * automake.in (file_contents_with_transform): Changed error
1306 (handle_configure): Define $contents{'CONFIG_HEADER'}.
1308 * texi-version.am: Many changes to support multiple .texi files.
1309 Replaced "version.texi" with "@VTEXI@". Replaced "vti" with
1311 * automake.in (handle_configure): install.sh is an anachronism.
1312 (handle_texinfo): Generalized for multiple .texi files. Handle
1313 'clean-info' internally.
1314 * texi-clean.am: Removed.
1315 * Makefile.am: Updated for removal.
1317 Wed Jan 24 22:55:32 1996 Tom Tromey <tromey@creche.cygnus.com>
1319 * automake.in (grep_for_vers_texi): New function.
1320 (handle_texinfo): Use grep_for_vers_texi, not system("grep").
1321 (handle_texinfo): Changes to generalize to multiple .texi files.
1323 Tue Jan 23 14:22:16 1996 Tom Tromey <tromey@creche.cygnus.com>
1325 Fixes from Gord Matzigkeit:
1326 * libraries.am (install-@DIR@LIBRARIES): Use top_srcdir, not
1328 * header.am: New file.
1329 * Makefile.am (pkgdata_DATA): Install header.am.
1330 * automake.in (handle_headers): Use header.am, not data.am.
1331 (am_install_var): Allow pattern to be compiled multiple times.
1333 * config.guess, config.sub: New files.
1334 * Makefile.am (pkgdata_DATA): Install config.guess and
1336 * automake.in (scan_configure): Recognize AC_CANONICAL_HOST and
1337 AC_CANONICAL_SYSTEM.
1339 Sun Jan 21 15:51:48 1996 Tom Tromey <tromey@creche.cygnus.com>
1341 * automake.in (handle_texinfo): Use info_TEXINFOS, not TEXINFOS.
1342 (handle_man_pages): Use man_MANS, not MANS.
1344 * Makefile.am (info_TEXINFOS): Renamed.
1346 * automake.in (scan_configure): Remove comments from input line.
1347 (am_variable): Removed.
1349 * remake-hdr.am (stamp-h): Use new macro CONFIG_HEADER_IN.
1351 * automake.in (config_name, config_header): New globals.
1352 (scan_configure): Look for AC_CONFIG_HEADER.
1353 (handle_configure): Handle more uses of AC_CONFIG_HEADER.
1355 Sat Jan 20 15:54:24 1996 Tom Tromey <tromey@creche.cygnus.com>
1357 * automake.in (handle_dist_worker): Bug fix.
1359 Fri Jan 19 00:50:29 1996 Tom Tromey <tromey@creche.cygnus.com>
1361 * automake.in (require_file): Install missing files only according
1362 to desired strictness.
1363 (initialize_per_input): Don't init libsources.
1364 (scan_configure): Reinit libsources.
1365 (handle_libraries): Search _LIBADD for @LIBOBJS@ and @ALLOCA@.
1366 (fp_c_prototypes): New global.
1367 (scan_configure): Set it.
1368 (get_object_extension): Error if fp_C_PROTOTYPES not in
1369 configure.in when using ansi2knr.
1370 (handle_source_transform): Skip header files.
1372 * automake.in (handle_dist_worker): Explicitly make 'dist' in
1375 Thu Jan 18 00:25:56 1996 Tom Tromey <tromey@creche.cygnus.com>
1377 From François Pinard:
1378 * automake.in (handle_source_transform): Transform $o file into .P
1380 (handle_dist_worker): Handle case where DISTFILES includes
1381 wildcard. Bug fix in subdir case.
1383 * automake.in (parse_arguments): Initialize strictness to
1386 Sun Jan 14 13:54:16 1996 Tom Tromey <tromey@creche.cygnus.com>
1388 * automake.in (scan_configure): Look for NLS support.
1390 Changes from François Pinard:
1391 * texinfos.am (install-info): Correctly install when build dir is
1393 * tags-subd.am (ID): Indentation change.
1394 * kr-vars.am (o): Use ".@U@o", not "@U@o".
1395 * depend.am ($(srcdir)/.deps/%.P): Remove temporary file.
1396 * automake.in (handle_dist_worker): Fixlets.
1397 (handle_dist): Sort keys going into dist_common.
1399 Sat Jan 13 00:18:06 1996 Tom Tromey <tromey@creche.cygnus.com>
1401 * automake.in (handle_dist_worker): If Gnits, don't allow release
1402 until NEWS is updated.
1404 * configure.in (VERSION): Version 0.29.
1406 * Makefile.am (maintainer-check): Look for perl4.036 in path.
1408 * dist-vars.am (DISTFILES): Include BUILT_SOURCES.
1409 (DEP_DISTFILES): Ditto.
1411 * automake.in (handle_dist_worker): Depend on DEP_DISTFILES.
1412 * dist-vars.am (DEP_DISTFILES): New variable.
1414 * automake.in (handle_options): Support dist-shar option.
1415 (handle_dist_worker): New function.
1416 (handle_dist): Use it.
1418 * texi-version.am (mostlyclean-vti): Remove version.tmp, not
1421 * automake.in (handle_dist): Chmod distdir 777. From François
1424 * automake.in (scan_configure): New function.
1425 (initialize_per_input): Init libsources.
1426 (generate_makefile): Run handle_configure first.
1427 (handle_configure): Run scan_configure.
1428 (handle_configure): Don't look for AC_PROG_MAKE_SET here.
1430 Thu Jan 11 23:14:18 1996 Tom Tromey <tromey@creche.cygnus.com>
1432 * Makefile.am (AUTOMAKE_OPTIONS): New variable.
1434 * automake.in (strictness, strictness_name): Renamed.
1435 (initialize_per_input): Set strictness, strictness_name.
1436 Initialize %options.
1437 (generate_makefile): Run handle_options.
1438 (handle_options): New function.
1439 (handle_man_pages): Make install-man depend on $(MANS). Turn off
1440 man page install if no-installman option given.
1441 (read_am_file): Deprecate @kr@.
1442 (get_object_extension): Look at ansi2knr option.
1443 (parse_arguments): Take global strictness from command-line
1446 Tue Jan 9 11:24:14 1996 Tom Tromey <tromey@creche.cygnus.com>
1448 Fixes from François Pinard:
1449 * depend.am ($(srcdir)/.deps/%.P): Handle deansification.
1450 * automake.in (get_object_extension): Use $o, not $(kr)o.
1451 (handle_source_transform): Don't look for $(kr)c files.
1452 * kr-vars.am (o): New macro.
1455 * depend.am (DEP_FILES): Removed.
1456 * automake.in (handle_source_transform): Push .P file onto
1458 (initialize_per_input): New variable %dep_files.
1459 (handle_dependencies): Generate DEP_FILES here.
1461 Mon Jan 8 22:27:33 1996 Tom Tromey <tromey@creche.cygnus.com>
1463 * automake.in (do_one_clean_target): Only remove config.status in
1464 top-level directory.
1465 (handle_tags): Removed 'id' from .PHONY list. From Jim Meyering.
1467 * clean.am (maintainer-clean-generic): Remove BUILT_SOURCES.
1469 * automake.in (handle_dist): Make "ln" quiet.
1471 * tags-subd.am (ID): Depend on HEADERS and SOURCES.
1473 Sat Jan 6 10:58:23 1996 Tom Tromey <tromey@cambric.colorado.edu>
1475 * automake.in (handle_merge_targets): 'check' shouldn't depend on
1477 (file_contents_with_transform): New function.
1478 (am_install_var): Use file_contents_with_transform.
1479 (handle_programs): Ditto.
1480 (handle_libraries): Ditto.
1481 (handle_texinfo): Ditto.
1482 (handle_merge_targets): Let 'install' depend on 'all' if no other
1483 dependencies exist. From Jim Meyering.
1484 (check_gnu_standards): GNU requires AUTHORS file. (See
1486 (require_file): Put body in loop.
1487 (get_object_extension): Only call require_file once.
1488 (handle_configure): Ditto.
1491 * depend.am ($(srcdir)/.deps/.P): Depend on $(BUILT_SOURCES).
1492 * tags-subd.am (id): Removed.
1494 Fri Jan 5 10:31:19 1996 Tom Tromey <tromey@cambric.colorado.edu>
1496 * Added copyright notice to each .am file.
1498 * automake.in: Cleanups from François Pinard to avoid $#.
1499 (require_argument): Fixed sense of test.
1500 (set_strictness): Bug fix.
1502 Thu Jan 4 21:21:29 1996 Tom Tromey <tromey@cambric.colorado.edu>
1504 * Makefile.am (pkgdata_DATA): Removed old dist files.
1506 * dist-subd-top.am, dist-subd.am, dist.am: Removed.
1508 * automake.in (set_strictness): Set $strictness_name.
1509 (strictness_name): New variable.
1510 (handle_dist): Substantially rewrote.
1512 * configure.in: Point AC_INIT at automake.in.
1514 * automake.in (generate_makefile): Report errors against
1515 Makefile.in, not Makefile.am.
1517 Wed Jan 3 00:05:40 1996 Tom Tromey <tromey@cambric.colorado.edu>
1519 * mdate-sh: Bug fix from Jim Meyering.
1521 * dist.am (dist): Changed in parallel with dist-subd-top.am.
1523 * mkinstalldirs: Reverted.
1525 * automake.in (initialize_global_constants): Allow COPYING.LIB
1527 (check_gnits_standards): Disallow COPYING.LIB.
1529 * texinfos.am (install-info): Only look in $(srcdir) for info
1532 * automake.in (initialize_global_constants): New variable
1534 (read_am_file): Put a copyright in each Makefile.in.
1536 * dist-vars.am (DISTFILES): Put DIST_COMMON first.
1538 * automake.in (am_install_var): Put space before "=".
1539 (handle_dist): Put README first in DIST_COMMON.
1541 * Makefile.am (pkgdata_DATA): Include COPYING.
1543 * COPYING: New file.
1545 * automake.in (parse_arguments): Added --gnu and --gnits as
1547 (initialize_global_constants): Ditto.
1548 (initialize_global_constants): Don't auto-distribute COPYING.LIB.
1549 (initialize_global_constants): Look for README first.
1550 (initialize_global_constants): Auto-distribute AUTHORS, BACKLOG,
1552 (check_gnu_standards): Require file COPYING.
1554 From François Pinard:
1555 * automake.in (file_contents): Comment out "warn"s.
1556 (usage): Use 4 columns.
1557 (USAGE_FORMAT): Ditto.
1559 * texinfos.am (install-info): Look for info file relative to $$d.
1561 * Makefile.am (cvs-dist): Suppress output of "grep".
1563 * configure.in (VERSION): Version 0.28.
1565 * automake.in (pretty_print_internal): Fix for Perl 4
1568 * configure.in (VERSION): Version 0.27.
1570 * depend.am ($(srcdir)/.deps/%.P): Must regexp-quote srcdir in sed
1573 * automake.in (initialize_global_constants): Don't quote "@" in
1574 $install_man_format.
1575 (handle_merge_targets): use "@:" as empty command, not ":".
1577 Tue Jan 2 23:33:24 1996 Tom Tromey <tromey@cambric.colorado.edu>
1579 * texinfos.am (install-info): Look in $d for info files. From
1582 * depend.am ($(srcdir)/.deps/%.P): Fixed regexp.
1584 * automake.in (read_am_file): Correctly deal with continued
1585 variable definitions.
1587 Mon Jan 1 15:43:25 1996 Tom Tromey <tromey@cambric.colorado.edu>
1589 * automake.in (handle_merge_targets): 'check' target depends on
1591 (file_contents): Don't be so verbose.
1592 (read_am_file): Ditto.
1593 (read_am_file): Must use substr to check for trailing \.
1594 (am_install_var): Use push_phony_cleaners.
1595 (file_contents): Set $was_rule when assuming a rule is seen.
1596 (read_am_file): Ditto.
1597 (do_one_clean_target): Removed spurious newline.
1599 Some changes from François Pinard:
1600 * Removed trailing whitespace from all '.am' files.
1601 * tags-subd.am (ID): Use &&, not ;.
1603 * automake.in (parse_arguments): Removed useless message.
1604 (parse_arguments): Don't explicitly referenced STDERR.
1605 (require_argument): Ditto.
1607 (set_strictness): Ditto.
1608 (file_contents): Ditto.
1609 (read_am_file): Ditto.
1610 (generate_makefile): Style tweaks.
1611 (handle_programs): Ditto.
1612 (handle_libraries): Ditto.
1613 (handle_texinfo): Ditto.
1614 (handle_man_pages): Ditto.
1615 (handle_tags): Ditto.
1616 (handle_dist): Ditto.
1617 (handle_subdirs): Ditto.
1618 (handle_configure): Ditto.
1619 (handle_footer): Don't put newline before footer.am contents.
1620 (handle_merge_targets): Style tweaks.
1621 (do_one_clean_target): Ditto.
1623 (am_variable): Ditto.
1624 Defined some new constants.
1625 (generate_makefile): Don't call generate_header.
1626 (generate_header): Removed.
1627 (file_contents): Rewrote.
1628 (read_am_file): Rewrote.
1630 * automake.in (generate_makefile): Handle phony target.
1631 (do_one_clean_target): Pretty-print dependencies.
1632 (handle_installdirs): Pretty-print rule.
1634 * Makefile.am (maintainer-check): Made some commands silent.
1636 * automake.in (initialize_global_constants): Don't install or
1637 uninstall cat'd man pages.
1638 (initialize_per_input): Added phony target.
1639 (push_phony_cleaners): New function.
1640 (get_object_extension): Handle phony targets.
1641 (handle_texinfo): Ditto.
1642 (handle_man_pages): Ditto.
1643 (handle_tags): Ditto.
1644 (handle_dist): Ditto.
1645 (handle_subdirs): Ditto.
1646 (handle_installdirs): Ditto.
1647 (handle_merge_targets): Ditto.
1648 (handle_clean): Ditto.
1649 (do_one_merge_target): Ditto.
1650 (am_install_var): Ditto.
1651 (handle_phony): New function.
1652 (generate_makefile): Call it.
1653 (pretty_print_internal): New function.
1654 (pretty_print_rule): Ditto.
1656 Sun Dec 31 13:04:59 1995 Tom Tromey <tromey@cambric.colorado.edu>
1658 * automake.in (initialize_global_constants): Don't print body of
1661 Changes from François Pinard:
1662 * depend.am (MKDEP): Include DEFS, INCLUDES, CPPFLAGS, CFLAGS.
1663 (DEP_FILES): Put dependency files in $(srcdir).
1664 Look in $(srcdir) when including dependency files.
1665 ($(srcdir)/.deps/.P): .deps/.P is in $(srcdir).
1666 (.deps/%.P): MKDEP includes all macro expansions.
1667 * dist-subd-top.am (dist): Get absolute path for distdir. Don't
1669 * dist-subd.am (dist): Don't be so verbose.
1670 * dist.am (dist): Don't be so verbose.
1672 * automake.in (do_one_clean_target): Remove config.status in
1673 maintainer-clean. From Jim Meyering.
1675 * programs-clean.am (clean-@DIR@PROGRAMS): Bug fix. From Jim
1678 * automake.in (handle_merge_targets): Add dummy command for empty
1679 install target. From Jim Meyering.
1681 Tue Dec 12 10:06:28 1995 Tom Tromey <tromey@cambric.colorado.edu>
1683 * texinfos.am (uninstall-info): Bug fix.
1685 * Makefile.am (maintainer-check): Error if ${...} used.
1686 * depend.am (DEP_FILES): Prefer $(...).
1688 * scripts.am (install-@DIR@SCRIPTS): Only install script if it
1690 * libraries.am (install-@DIR@LIBRARIES): Only install library if
1692 * programs.am (install-@DIR@PROGRAMS): Only install program if it
1695 * texinfos-vars.am (TEXFILES): Removed.
1697 * Makefile.am (pkgdata_DATA): Removed libprograms.am.
1699 * automake.in (do_one_merge_target): Never generate trailing
1701 (pretty_print): New function.
1702 (handle_footer): Prettyprint definitions.
1703 (am_install_var): Ditto.
1704 (handle_source_transform): Ditto.
1705 (handle_dist): Ditto.
1706 (handle_libraries): Ditto.
1707 (read_am_file): Put comments nearer appropriate code.
1709 * texi-clean.am (mostlyclean-info): Use continued lines, not
1710 multiple rm's. From Jim Meyering.
1712 Sun Dec 10 11:59:33 1995 Tom Tromey <tromey@cambric.colorado.edu>
1714 * Makefile.am (pkgdata_DATA): Cause INSTALL, install-sh, mdate-sh,
1715 mkinstalldirs, texinfo.tex to be installed.
1716 * automake.in (symlink_exists): New global.
1717 (install_missing): Ditto.
1718 (require_file): Install missing files if possible.
1719 (parse_arguments): Handle --install-missing option.
1720 (initialize_global_constants): Document --install-missing.
1722 * Makefile.am (cvs-dist): Don't release unless NEWS updated.
1723 Ensure 'checks' pass before release.
1724 (maintainer-check): Renamed. Look in $(srcdir) for sources. From
1726 (cvs-dist): Depend on maintainer-check instead of explicitly
1729 * configure.in (VERSION): Version 0.26.
1731 * Makefile.am (check-local): Only look at [a-z]*.am. Fixed sense
1734 * depend.am (DEP_FILES): Bug fix.
1736 * automake.in (do_one_clean_target): Typo.
1738 * Makefile.am (check-local): Run syntax check under Perl 4.
1740 * automake.in: Fixes for Perl 4, from Gord Matzigkeit.
1741 (handle_source_transform): Loop variable is now $_. From Gor
1743 * Makefile.am (check-local): Check for 'true' in source.
1744 * texinfos.am (install-info): Can't use "true" in any rule.
1746 Sat Dec 9 10:16:48 1995 Tom Tromey <tromey@cambric.colorado.edu>
1748 * Makefile.am (cvs-dist): New target.
1750 * tags.am (TAGS): Use "test -z ... ||" to avoid spurious
1753 * texinfos.am (install-info): Don't do install-info for now.
1755 * clean.am (distclean-generic): Don't remove config.status here.
1756 * automake.in (do_one_clean_target): Remove config.status later,
1757 for 'make -j2'. From Jim Meyering.
1759 Fri Dec 8 16:30:48 1995 Tom Tromey <tromey@cambric.colorado.edu>
1761 * configure.in (VERSION): Version 0.25.
1763 * automake.in (handle_texinfo): Use "$? >> 8", not "$?".
1764 (handle_configure): Check for AC_PROG_MAKE_SET.
1766 * depend.am (DEP_FILES): Handle deANSIfication case. From Jim
1769 * automake.in (am_install_var): Changed how 'clean' handled for
1770 uniform name targets.
1771 * Makefile.am (pkgdata_DATA): Added new files.
1772 * data-clean.am: New file.
1773 * scripts-clean.am: New file.
1774 * libraries-clean.am: New file.
1775 * programs-clean.am: New file.
1777 Wed Dec 6 00:06:11 1995 Tom Tromey <tromey@cambric.colorado.edu>
1779 * automake.in (am_install_var): Error if variable name
1781 (handle_source_transform): Automatically include .c file
1782 corresponding to .y or .l.
1784 Tue Dec 5 00:46:14 1995 Tom Tromey <tromey@cambric.colorado.edu>
1786 * programs.am: Changed for uniform naming scheme.
1788 * automake.in (read_am_file): Allow '-' and '.' in target names.
1789 (generate_makefile): Don't pass arguments to handle_libraries.
1790 (initialize_per_input): Define @sources, @objects.
1791 (generate_makefile): Init @sources, @objects if needed.
1792 (handle_source_transform): Push onto @sources, @objects here.
1793 (am_install_var): Push primary onto @all, for configure-time
1795 (handle_programs): Use new uniform naming scheme.
1797 * Makefile.am (check-local): New target.
1799 * automake.in (handle_libraries): Use uniform naming scheme.
1801 * libraries.am: Rewrote for uniform naming scheme.
1803 * scripts.am: Updated names of all clean targets.
1805 * automake.in (handle_programs): Split on all whitespace.
1806 (handle_libraries): Ditto.
1807 (handle_texinfo): Ditto.
1808 (handle_man_pages): Ditto.
1809 (am_install_var): Changed return result.
1810 (am_install_var): Changed interface.
1811 (am_install_var): Push onto @clean@ if requested.
1812 (handle_scripts): Pass -clean to am_install_var.
1814 Mon Dec 4 11:55:36 1995 Tom Tromey <tromey@cambric.colorado.edu>
1816 * automake.in (am_install_var): Push target onto @all.
1817 (get_object_extension): Use $(...).
1818 (handle_source_transform): Ditto.
1819 (handle_programs): Ditto.
1821 * automake.in (require_argument): New function.
1822 (parse_arguments): Use it.
1823 (push_dist_common): New function.
1824 (generate_makefile): Use it.
1825 (handle_texinfo): Ditto.
1826 (handle_dist): Ditto.
1827 (handle_configure): Ditto.
1828 (require_file): Ditto.
1829 (generate_makefile): Don't pass arguments to handle_scripts.
1830 (handle_configure): Require configure.in.
1831 (check_gnu_standards): New function.
1832 (check_gnits_standards): Ditto.
1833 (generate_makefile): Check standards.
1835 * Makefile.am (bin_SCRIPTS): Changed name from SCRIPTS.
1837 * automake.in (LENIENT, GNU, GNITS): New constants.
1838 (initialize_per_input): New function.
1839 (generate_makefile): Use it.
1840 (initialize_global_constants): Renamed from init_globals.
1841 (require_file): Added strictness argument.
1842 (parse_arguments): Added --strict option.
1843 (set_strictness): New function.
1844 (parse_arguments): use it.
1845 (initialize_global_constants): Document --strictness.
1847 * automake.in: Use ${1+"$@"} to preserve quoting when running
1850 * texinfos.am (install-info): Don't use "true".
1851 * tags.am (TAGS): Don't use "true".
1853 * dist.am, dist-subd-top.am, remake-hdr.am, remake-subd.am,
1854 remake.am, subdirs.am, texinfos.am: Use "&&" after cd.
1856 * program.am (@PROGRAM@): Use LINK macro.
1857 * compile.am (.c.o): Use COMPILE macro.
1859 * clean.am, remake-hdr.am, remake.am, texinfos.am: Use $(...), not
1862 * subdirs.am (RECURSIVE): Removed macro.
1864 * clean.am: Changed to not be so verbose.
1866 * Makefile.am (pkgdata_DATA): Include texi-clean.am.
1867 * automake.in (handle_texinfo): Transform texi-clean and put into
1869 * texinfos-vars.am (TEXFILES): Removed.
1870 * texinfos.am: Removed 'clean' targets.
1871 * texi-clean.am: New file.
1873 * Makefile.am (ETAGS_ARGS): Just use 'automake.in'.
1875 * texinfos-vars.am (TEXFILES): Added *.op.
1877 * dist-vars.am (DISTFILES): Renamed from DIST_FILES, per GNU
1879 * dist.am (dist): Use DISTFILES.
1880 * dist-subd.am (dist): Use DISTFILES.
1881 * dist-subd-top.am (dist): Use DISTFILES.
1883 Sun Dec 3 00:24:08 1995 Tom Tromey <tromey@cambric.colorado.edu>
1885 * Makefile.am (ETAGS_ARGS): Define.
1887 * depend.am (.deps/.P): Use ":", not "echo timestamp". From Jim
1890 * dist-vars.am (DIST_FILES): Removed PACKAGEDATA.
1892 * automake.in (handle_scripts): Use am_install_var.
1894 * scripts.am: Rewrote for new uniform naming scheme.
1896 * Makefile.am (pkgdata_DATA): Removed libscripts.am.
1898 * libscripts.am: Removed.
1900 * packagedata.am: Removed.
1902 * Makefile.am (PACKAGEDATA): Removed packagedata.am.
1903 (pkgdata_DATA): Renamed from PACKAGEDATA.
1905 * automake.in (handle_data): Use am_install_var.
1906 (init_globals): Init %exec_dir_p.
1908 * data.am: Rewrote for new uniform naming scheme.
1910 * automake.in (get_object_extension): New function.
1911 (handle_programs): Use it.
1912 (dir_holds_sources): Changed interpretation.
1913 (handle_headers): New function.
1914 (am_install_var): New function.
1915 (generate_makefile): Call handle_headers.
1917 * header-vars.am (pkgdatadir): New macro.
1919 (pkgincludedir): Ditto.
1921 * automake.in (handle_source_transform): New function.
1922 (am_error): New function.
1923 (generate_makefile): Use it.
1924 (handle_source_transform): Ditto.
1925 (handle_texinfo): Ditto.
1926 (handle_dependencies): Ditto.
1927 (handle_merge_targets): Ditto.
1928 (require_file): Ditto.
1930 Sat Dec 2 21:39:56 1995 Tom Tromey <tromey@cambric.colorado.edu>
1932 * automake.in: Updated FSF address. From Jim Meyering.
1933 * header-vars.am: Updated FSF address.
1935 * distname.am: Removed.
1937 * automake.in (file_contents): Strip "##" comments.
1938 * Various files: Added "##" comments for strange things.
1940 * automake.in (handle_tags): Generate TAGS rule for every
1943 * subdirs.am (RECURSIVE): Include installcheck-recursive.
1944 * automake.in (installcheck): New variable.
1945 (generate_makefile): Initialize it.
1946 (handle_subdirs): Push 'installcheck-recursive'.
1947 (handle_merge_targets): Handle installcheck target.
1949 Thu Nov 30 20:13:16 1995 Tom Tromey <tromey@cambric>
1951 * automake.in ($PACKAGE): Removed.
1953 * header-vars.am (ALL): Removed.
1955 * automake.in: Reworked 'all' target handling.
1957 * automake.in (generate_makefile):
1958 Don't use AM_ forms in call to am_variable.
1960 * automake.in: Changes for Perl 5, from Gord Matzigkeit
1962 * clean.am (MOSTLYCLEANFILES, MAINTAINERCLEANFILES): New variables.
1964 * automake.in (handle_footer): Allow SUFFIXES variable.
1966 * automake.in (am_variable): New function.
1967 (handle_texinfo): Use it.
1968 (generate_makefile): Use it.
1970 * configure.in: Version 0.24.
1972 Wed Nov 29 23:50:14 1995 Tom Tromey <tromey@cambric>
1974 * automake.in (handle_libraries):
1975 Generate blah_LIBADD defines if required.
1977 * library.am (lib@LIBRARY@.a): Look at $(@LIBRARY@_LIBADD)
1979 * libraries-vars.am (LIBOBJS, ALLOCA): Removed.
1981 * compile-kr.am: ($(OBJECTS)): Depend on $(ANSI2KNR), not ansi2knr.
1983 * configure.in: Version 0.23
1985 * dist-subd-top.am (dist): Don't die if a subdirectory already exists.
1987 * dist-subd-top.am, dist.am (dist): Give automake --output-dir option.
1989 * automake.in: New option --output-dir
1991 * automake.in (handle_configure): Fixed typo.
1993 * automake.in (handle_installdirs): Always make installdirs target.
1995 * subdirs.am (RECURSIVE): Removed uninstall-data-recursive and
1996 uninstall-exec-recursive. Added installdirs-recursive.
1998 * automake.in (handle_installdirs): Handle installdirs-recursive.
1999 (handle_man_pages): 'all' depends on $(MANS)
2001 * Makefile.am: Removed mans.am.
2003 * automake.in: More man-related fixes
2005 * automake.in: Bug fixes
2007 * automake.in: Rewrote man page handling.
2009 * texi-version.am, remake-hdr.am, depend.am: Don't use touch.
2011 * automake.in (handle_installdirs): New function.
2012 (@installdirs): New global.
2013 Many changes to deal with installdirs.
2015 * clean.am (clean-generic): Always supply 'else' clause to 'if'
2017 * automake.in (generate_header): Don't use header.am.
2018 (handle_dist): Don't use dist-subd-vars.am.
2020 * Makefile.am (PACKAGEDATA): Removed dist-subd-vars.am, header.am.
2022 * Makefile.am (DISTCLEANFILES): Removed.
2024 * clean.am (clean-generic): Bug fix.
2026 * clean.am (clean-generic): Only remove CLEANFILES if nonempty
2028 * texi-version.am (clean-vti): No such macro as VTI
2030 Tue Nov 28 19:56:07 1995 Tom Tromey <tromey@cambric>
2032 * automake.in: Bug fix for maintainer-clean
2034 * automake.in (do_one_clean_target):
2035 Print special text in maintainer-clean.
2036 (handle_clean): Always include clean.am
2038 * clean.am: Use -generic clean targets.
2040 * compile.am: Added clean targets.
2042 * configure.in: Version 0.22.
2044 * automake.in (handle_dependencies):
2045 Put trailing newline after all deps.
2047 * automake.in (handle_dependencies): Another dependency bug fix.
2049 * automake.in (handle_dependencies):
2050 Bug fix when including dependencies.
2052 * automake.in (handle_configure):
2053 Verify existence of install-sh, mkinstalldirs
2055 * automake.in (handle_texinfo): Include stamp-vti in distribution
2057 * dist-subd-vars.am, dist-vars.am (DIST_FILES):
2058 Include DATA, PACKAGEDATA.
2060 * Makefile.am: Nothing
2062 * Makefile.am (DIST_OTHER): Don't distribute gettext-sh
2064 * automake.in (handle_texinfo): Typo
2066 * automake.in: If script ends up in shell, feed to perl
2068 * automake.in: Rewrote 'clean' rules.
2069 Documentation made and installed first.
2070 'all' depends on 'info'
2072 Mon Nov 27 23:57:29 1995 Tom Tromey <tromey@cambric>
2074 * configure.in, Makefile.am: Turned off internationalization.
2076 * clean-kr.am: Rewrote for new clean scheme.
2078 * tags-clean.am: Remove TAGS in distclean, not maintainer-clean
2080 * Makefile.am (PACKAGEDATA): Include tags-clean.am
2082 * subdirs.am: Removed bogus local clean targets
2084 * tags-clean.am: Initial revision
2086 * texi-version.am: Added clean targets
2088 * texinfos.am: Fixes to clean targets.
2090 * texinfos.am, libscripts.am, scripts.am, libraries.am, libprograms.am, programs.am:
2093 * compile-kr.am (ansi2knr.o): Depend on CONFIG_HEADER
2095 * automake.in: Completely revamped automatic de-ANSI-fication
2097 * compile-kr.am: (ansi2knr, $(OBJECTS)): New targets
2099 * compile-vars.am (LINK): New macro
2101 * kr-vars.am: Trailing blank line
2103 * compile-kr.am: Rewrote
2105 * compile-vars.am (COMPILE): New macro
2107 * compile-vars.am (ANSI2KNR): Removed
2109 * Makefile.am (PACKAGEDATA): Removed all sed scripts. Added kr-vars.am
2111 * kr-vars.am: Initial revision
2113 * automake.in (require_file): New function.
2114 (handle_texinfo): Require 'mdate-sh'
2115 (common_sometimes): New variable
2118 * texi-version.am (stamp-vti): Use Ulrich's mdate-sh script
2120 * mdate-sh: Initial revision
2122 * automake.in (handle_footer): Don't define SOURCES or OBJECTS if empty
2124 * automake.in (generate_makefile):
2125 Put Makefile.in, Makefile.am in @dist_common
2126 (handle_configure): Use @dist_common as appropriate
2128 * dist-subd-vars.am, dist-vars.am (DIST_CONF): Removed
2130 * configure.in: Abort if perl not found
2132 * configure.in: Look for perl
2134 * automake.in: Reimplemented in Perl
2136 * automake.in: Fixlet
2138 Sun Nov 26 08:09:30 1995 Tom Tromey <tromey@cambric>
2140 * automake.in: Always print ".SUFFIXES:" rule.
2142 * automake.in: Distribution config.h.in if required
2144 * automake.in: Bug fix when including texi-version.am
2146 * automake.in: Bug fix when looking for .texi file in $am_reldir
2148 * depend.am: Comment fix
2150 * automake.in: Look for .texi file in $am_reldir
2152 * automake.in: Fixlet
2154 * automake.in: Blank line after targets from user's Makefile.am
2156 * automake.in: Move footer items to actual footer
2158 * automake.in: Include stamp-h.in in DIST_COMMON if necessary
2160 * automake.in (common):
2161 Don't include acconfig.h, config.h.top, config.h.bot
2163 * Makefile.am (CONFIG_HEADER): Renamed from CONFIG_H
2165 * Makefile.am (CONFIG_H): Define
2167 * acconfig.h: Initial revision
2169 * configure.in: Use AC_CONFIG_HEADER.
2171 * automake.in: Put blah_TEXINFOS into DIST_COMMON
2173 * automake.in: .info file explicitly depends on primary .texi file
2175 * texinfos.am (install-info): Always supply 'else' clause to 'if'
2177 * tags.am (TAGS): Always supply 'else' clause to 'if'
2179 * subdirs.am (.NOEXPORT): Removed (now in footer.am)
2181 * automake.in: Always include footer.am in output
2183 * mans.am (install-man): Always supply 'else' clause to 'if'
2185 * automake.in: More version.texi fixes
2187 * automake.in: Only do version.texi processing if requested.
2189 * automake.in: Minor internationalization fixes.
2190 Subshell can now exit with nonzero status.
2191 Fixed up .texi handling; now uses texi-version.am
2192 Make sure '.c' and '.o' are in .SUFFIXES if required.
2194 * Makefile.am (PACKAGEDATA): Include texi-version.am
2195 (stamp-vti, version.texi): Removed
2196 (TEXINFOS): Don't reference version.texi
2198 * texi-version.am: Initial revision
2200 * dist.am, dist-subd-top.am (dist):
2201 [DIST_SUBDIRS] Follow symlinks when copying.
2203 * dist-subd-top.am (dist): Removed unneeded subdir= option to make
2205 Sat Nov 25 23:23:39 1995 Tom Tromey <tromey@cambric>
2207 * automake.in: Added --amdir option
2209 * Makefile.am, configure.in: Turned on internationalization
2211 * Makefile.am: Set EDITION
2213 * configure.in: Version 0.21
2215 * tags.am, tags-subd.am: Don't use double-colon rules
2217 * automake.in: Redid install-data, install-exec, uninstall handling
2219 * configure.in: Turn off i18n
2221 Fri Nov 24 23:51:37 1995 Tom Tromey <tromey@cambric>
2223 * automake.in (common): Remove NLS
2225 * automake.in (common): Include ABOUT-NLS.
2227 * automake.in: Test for install-sh and mkinstalldirs
2229 * automake.in: Blank line after OBJECTS= line
2231 * automake.in: Start subshell in loop after check for Makefile.am
2233 * automake.in: --use-deps now the default
2235 * automake.in (am_dir): Don't apply transform to install directory name
2237 * packagedata.am: Don't apply transform to install directory name
2239 * Makefile.am (SUBDIRS): Hold off on internationalization
2241 Thu Nov 23 18:02:38 1995 Tom Tromey <tromey@cambric>
2244 Write 'SOURCES =' line after copying Makefile.am variables
2246 * automake.in: Fixed bug in "--" option processing
2248 * subdirs.am: ($(RECURSIVE)): Removed trailing \ from last line
2250 * Makefile.am (DIST_OTHER): Include gettext-sh
2252 * Makefile.am (SUBDIRS): Define
2254 * configure.in: Include internationalization bits
2256 * automake.in: Many changes to avoid double-colon rules.
2258 * subdirs.am: ($(RECURSIVE)): Print name of target actually used
2260 * subdirs.am: Removed "::" rules
2262 * header.am: Removed install, uninstall
2264 * header.am: Added install, uninstall targets
2266 * hack-make.sed: Rewrite targets like "all-local" to "all_local"
2268 * header.am, libraries.am, mans.am, texinfos.am, footer.am:
2271 * Makefile.am (PACKAGEDATA): Include libscripts.am
2273 * libprograms.am: Don't install libscripts here
2275 * libscripts.am: Initial revision
2277 * scripts.am, programs.am, libprograms.am: Removed "::" rules
2279 * automake.in (am_dir): Run package name through name transform.
2281 * automake.in: Don't use packagedata.sed or data.sed
2283 * Makefile.am (PACKAGEDATA): Removed data.sed, packagedata.sed. Added
2286 * data.am: No longer run through sed
2288 * packagedata.am: Initial revision
2290 Wed Nov 22 22:31:02 1995 Tom Tromey <tromey@cambric>
2292 * automake.in: No blank line after Usage
2294 * automake.in: Removed "NLS nuisances" section.
2295 Now uniformly uses $echo for user-visible messages (in advance of
2296 internationalization)
2298 * subdirs.am (maintainer-clean): Don't use realclean-local
2300 * Makefile.am: Use PACKAGEDATA, not custom code
2302 * data.am: Use @LONG@, not $(@LONG@)
2304 * automake.in: Handle DATA and PACKAGEDATA
2306 * packagedata.sed: Initial revision
2308 * data.am: Use @DIR@, not $(@DIR@)
2310 * data.sed: Use $(datadir), not datadir
2312 * data.sed: Initial revision
2314 * data.am: Wrote uninstall targets
2316 * data.am: Initial revision
2318 * dist-subd.am (dist): Don't link a file that has already been linked
2320 * dist-subd-top.am, dist.am (dist):
2321 Run `automake --include-deps' before making distribution
2323 * automake.in: More dependency-tracking bug fixes
2325 * dist-vars.am (DIST_FILES): Rearranged to be like dist-vars-subd.am
2327 * dist-subd-vars.am (DIST_FILES): Include DIST_COMMON
2329 * tags-subd.am, tags.am: Added trailing blank line
2331 * depend.am: Use ".P", not "empty.P", as placeholder.
2333 * automake.in: Only include depend.am if SOURCES not empty
2335 * automake.in: Added --use-deps and --include-deps options.
2336 Handle auto-generating dependencies.
2338 * Makefile.am (am_DATA): Include depend.am
2340 * depend.am: Initial revision
2342 * automake.in: Look for acconfig.h, config.h.top, and config.h.bot
2344 * automake.in: Put blank line after .SUFFIXES
2346 * scripts.am: Added blank line at end
2348 * scripts.am: Removed unnecessary comment
2350 * scripts.am: Removed unnecessary workarounds
2352 * automake.in: Don't include programs.am if PROGRAMS empty
2354 * header-vars.am (INSTALL_SCRIPT): Typo
2356 * texinfos.am, compile-kr.am: Don't include .SUFFIXES
2358 * automake.in: Handle .SUFFIXES here.
2360 * configure.in: Use fp_PROG_INSTALL
2362 * header-vars.am: Changes for autoconf 2.5.
2363 Now includes INSTALL_SCRIPTS.
2365 * texinfos.am (install-info): Bug fix
2368 Include scripts.am or libscripts.am in output if appropriate
2370 * programs.am (install-programs, uninstall-programs):
2371 Don't install SCRIPTS
2373 * Makefile.am (am_DATA): Include scripts.am
2375 * scripts.am: Initial revision
2377 Tue Nov 21 09:11:38 1995 Tom Tromey <tromey@cambric>
2380 Cleaned up how "prog_SOURCES" variable is found in input.
2382 Put static sed scripts into separate, installed files.
2384 * Makefile.am (am_DATA): Include hack-make.sed and nl-remove.sed
2386 * hack-make.sed, nl-remove.sed: Initial revision
2388 * texinfos.am (install-info): Rewrote
2390 * subdirs.am (all-recursive): Put with other -recursive rules
2392 * configure.in: Version 0.20
2394 * automake.in: Another bug fix
2396 * automake.in: Bug fix when looking for texinfo.tex
2398 * texinfo.tex: Initial revision
2401 If TEXINFOS defined but texinfo.tex does not exist, give warning.
2403 * subdirs.am (all): Renamed from _all. Now uses all-recursive
2404 (all-recursive): Don't fail immediately if -k specified.
2406 Mon Nov 20 22:48:03 1995 Tom Tromey <tromey@cambric>
2408 * subdirs.am (_all):
2409 New target. Now use Jim Meyering's formulation of AIX
2411 (install-exec, install-data): New targets
2413 Sat Nov 18 19:07:30 1995 Tom Tromey <tromey@cambric>
2415 * remake.am (Makefile.in): automake "Makefile", not "Makefile.am"
2417 * automake.in: Use @datadir@
2419 * automake.in: Added @configure_input@ line
2421 Fri Nov 17 23:32:43 1995 Tom Tromey <tromey@cambric>
2423 * automake.in: "--help" option now prints auto-recognized file names.
2424 Allow AM_ overriding of more variables.
2426 * texinfos.am (install-info):
2427 Don't cd to srcdir to avoid breaking install-sh
2430 * Makefile.am: Handle automake.texi
2432 Thu Nov 16 18:43:43 1995 Tom Tromey <tromey@cambric>
2434 * subdirs.am (all): Separated out due to AIX 3.2.5 bug.
2436 * tags.am (TAGS): bug fix
2438 * automake.in: Use am_dir, not AM_DIR.
2439 Use version, not VERSION.
2440 Bug fix in TAGS code.
2442 * Makefile.am (am_DATA): Include tags.am and tags-subd.am
2444 * subdirs.am: TAGS target now in tags.am
2446 * footer.am: TAGS and ID targets now in tags-subd.am
2448 * tags-subd.am, tags.am: Initial revision
2450 * automake.in: Cleaned up AM_PROGRAM code.
2451 Handle TAGS target better
2453 * remake.am, remake-subd.am (Makefile.in): Bug fix.
2455 * automake.in (usage): Updated
2457 * remake-subd.am, remake.am:
2458 Added rule where Makefile.in depends on Makefile.am
2460 * automake.in: Entire body of 'for' loop now in subshell
2462 * automake.in (common): config.guess and config.sub are common files.
2464 * dist-subd-top.am, dist.am (dist): Bug fix.
2466 * Makefile.am (DIST_OTHER): Don't include TODO
2468 * automake.in: Auto-include TODO and THANKS files.
2470 * dist-subd-top.am, dist.am (dist): Don't depend on DIST_DIRS
2472 * automake.in: More bug fixes in "look for Makefile.am" code.
2474 * automake.in: Bug fix in "look for Makefile.am" code.
2477 If no arguments given, look for all Makefile.am's in this
2478 directory and in immediate subdirs
2480 * automake.in: Bug fixes for LDADD-override feature.
2482 * program.am: Use @PROGRAM@_LDADD, and put after LDFLAGS
2484 * automake.in: Allow `prog_LDADD', if specified, to override LDADD.
2486 * automake.in: Use AM_PROGRAMS, not ALLPROGRAMS, and invert sense.
2488 * header-vars.am (ALL): Use PROGRAMS, not ALLPROGRAMS.
2490 Wed Nov 15 01:54:43 1995 Tom Tromey <tromey@cambric>
2492 * automake.in: No longer look for _SOURCES or _OBJECTS
2495 Remove "automatically created" header (now in automake).
2498 * automake.in: Put version info in Makefile header
2500 Tue Nov 14 23:38:17 1995 Tom Tromey <tromey@cambric>
2502 * automake.in: Minor cleanups
2504 * dist-subd-top.am, dist.am (dist):
2505 Don't link or copy file if it already exists.
2508 Look for _SOURCES (common sources) and generate _OBJECTS.
2510 * footer.am (ID, TAGS): Include HEADERS
2512 * dist-vars.am, dist-subd-vars.am (DIST_FILES): Include HEADERS
2514 Mon Nov 13 22:20:02 1995 Tom Tromey <tromey@cambric>
2516 * dist-subd.am (distdir): Is relative to ".."
2518 * dist-subd-vars.am (PACKAGE, VERSION): Define
2520 * dist-subd.am (dist): Don't handle DIST_DIRS.
2522 * mans.am (uninstall-man): Another bug fix.
2524 * mans.am (uninstall-man): Bug fix.
2526 * dist.am, dist-subd-top.am (dist): Bug fix
2528 * Makefile.am (DIST_SUBDIRS): New macro
2530 * dist-subd-top.am, dist.am (dist): Handle DIST_SUBDIRS
2532 * Makefile.am (DIST_OTHER): Include automake.in
2534 * Makefile.am (DISTCLEANFILES): New macro.
2536 * automake.in (common): Include COPYING.LIB
2538 * Makefile.am (automake): New rule.
2540 * texinfos.am (install-info): Changed per GNU standards
2542 * remake-hdr.am (stamp-h.in):
2543 Use "touch", not "date", per GNU standards.
2545 * automake.in (common): Include texinfo.tex
2547 Sun Nov 12 23:59:08 1995 Tom Tromey <tromey@cambric>
2549 * automake.in: More fixes when finding common files.
2551 * Makefile.am (DIST_OTHER): Another removal.
2553 * automake.in: Special-case when amdir=.
2555 * Makefile.am (DIST_OTHER): Removed auto-detected files.
2558 Search for commonly-used files and auto-include them in distribution
2560 * dist-vars.am (DIST_FILES): Include DIST_COMMON.
2561 (DIST_CONF): Removed files searched for by automake.
2563 * automake.in: More arg-parsing bug fixes.
2565 * Makefile.am (DIST_OTHER): Include install-sh
2567 * Makefile.am (DIST_OTHER): Don't include auto-included files.
2569 * automake.in: Bug fixes to argument parsing code.
2571 * automake.in: Handle --version and --help.
2572 NLS stuff from autoconf.
2574 * Makefile.am (amdatadir): Fixed typo.
2575 (install): Make install directories
2577 * Makefile.am: Use "install::", not "install:"
2579 * install-sh, mkinstalldirs: Initial revision
2581 * configure.in: Use AC_PROG_INSTALL
2583 * automake.in: Set AM_DIR based on configure results.
2585 * Makefile.am (install): New target.
2586 (amdatadir): New variable.
2588 * automake.in: Use "#! /", not "#!/".
2590 * Makefile.am, configure.in: Initial revision
2592 * automake.in: Renamed from "automake".
2595 * dist.am (PACKAGE, VERSION): Now in dist-vars.am
2597 * automake.in: Insert remake-subd.am if appropriate.
2599 * subdirs.am (TAGS): Include $(CONFIG_HEADER) when making tags.
2601 * automake.in: Handle ALLPROGRAMS variable.
2603 * header-vars.am (ALL): Use ALLPROGRAMS, not PROGRAMS.
2605 * automake.in: Fixlet when printing "subdir=DIR"
2607 * automake.in: Put "subdir=DIR" into subdir Makefile
2609 * automake.in: Don't refer to distname.am.
2610 Only put footer.am in subdir Makefiles.
2612 * subdirs.am (id, ID): New target.
2613 (.NOEXPORT): Copied from footers.am.
2615 * subdirs.am (TAGS): Bug fixes.
2617 * subdirs.am (TAGS): Don't fail if a subdir doesn't have TAGS target.
2619 * subdirs.am (maintainer-clean-local): Remove TAGS
2621 * subdirs.am (TAGS): Make tags file that includes all subdir tags files
2623 * subdirs.am: Use maintainer-clean, per GNU standards
2625 * dist-subd-top.am: Some variables defined in dist-vars.am
2627 * dist-vars.am (PACKAGE, VERSION):
2628 New variables, initialized by configure
2630 * footer.am (id, ID): New targets
2631 (TAGS): Put TAGS file in build, not source, directory
2633 * remake-subd.am (Makefile): Don't assume subdir is 'src'
2635 * dist.am: Changed to assume PACKAGE and VERSION are set by configure.
2637 * dist-subd.am: Changed to conform to new top-level dist target.
2640 Changed to assume PACKAGE and VERSION are set by configure.
2642 * clean-kr.am, clean.am (maintainer-clean):
2643 Updated rules per GNU standards.
2645 * clean.am, clean-kr.am (maintainer-clean): Renamed from realclean.
2647 Sat Nov 5 14:39:50 1994 djm <djm@cambric>
2649 * automake.in, texinfos.am: kludge for multiple-part info files
2651 Thu Nov 3 13:33:44 1994 djm <djm@cambric>
2653 * clean.am, clean-kr.am: remove INFOS
2655 Wed Nov 2 06:15:42 1994 djm <djm@cambric>
2657 * texinfos.am: add path
2659 * remake.am, remake-hdr.am: account for VPATH limitations
2661 Mon Oct 24 23:01:59 1994 djm <djm@cambric>
2663 * automake.in, dist-subd-top.am, dist-subd.am, dist.am, header-vars.am, libprograms.am, programs.am:
2664 handle SCRIPTS and LIBSCRIPTS similar to PROGRAMS
2666 Sun Oct 23 01:50:41 1994 djm <djm@cambric>
2668 * texinfos.am: install-info depends on info files
2670 * dist-subd-vars.am, dist-vars.am: distrib info files
2672 Sun Oct 2 02:03:06 1994 djm <djm@cambric>
2674 * clean-kr.am, clean.am: fix up distclean
2676 * subdirs.am: fix typo
2678 * clean.am: do more in distclean
2680 Sat Oct 1 23:52:51 1994 djm <djm@cambric>
2682 * libraries.am: make install depend on all
2684 * automake.in: fix typo
2686 Wed Sep 28 21:15:26 1994 djm <djm@cambric>
2688 * dist-subd-vars.am, dist-vars.am, header-vars.am: fix doc bugs
2690 * automake.in, compile-vars.am, dist.am: fix dist for no subdirs
2692 * dist-subd-top.am: Initial revision
2694 * automake.in, header-vars.am, libraries-vars.am, mans-vars.am, texinfos-vars.am:
2695 centralize prefix var setting
2697 * header-vars.am: set all the std vars based on prefix
2699 Tue Sep 27 01:32:22 1994 djm <djm@cambric>
2701 * automake.in: don't add kr stuff if not needed
2703 * dist-vars.am: add config vars to dist
2705 Mon Sep 26 23:09:09 1994 djm <djm@cambric>
2707 * program.am: add LDADD
2709 * compile-vars.am: remove LDADD from LDFLAGS
2711 * clean.am: move knr stuff to another file
2713 * automake.in: use different clean file for ansi2knr
2715 * clean-kr.am: Initial revision
2717 Thu Sep 22 03:45:02 1994 djm <djm@cambric>
2719 * automake.in, dist-subd.am, dist.am: fix rules and dist
2721 Tue Sep 20 21:29:40 1994 djm <djm@cambric>
2723 * compile.am, automake.in: split out knr
2725 * compile-kr.am: Initial revision
2727 * libprograms.am: fix typo
2729 * automake.in, clean.am, compile-vars.am, header-vars.am, libprograms.am:
2730 make libprograms work
2732 * libprograms.am: Initial revision
2734 * automake.in, compile.am, header-vars.am: fix little bugs
2736 * compile.am: allow parallel K&R
2738 * clean.am: remove kerb temps
2740 * automake.in: fix recognizing start of rules
2742 * dist-subd.am, dist.am: fix dist
2744 * automake.in, compile.am, footer.am, texinfos.am: fix ansi2knr
2746 Mon Sep 19 23:39:21 1994 djm <djm@cambric>
2748 * automake.in: works on m4 too
2750 * automake.in, mans.am: works on fileutils
2752 * 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:
2753 works on fileutils except for all
2755 * automake.in: vars thing
2757 * header-vars.am: Initial revision
2759 * texinfos-vars.am, mans-vars.am, libraries-vars.am, dist-vars.am, dist-subd-vars.am:
2762 * compile-vars.am: Initial revision
2764 * automake.in: many improvements
2766 * footer.am: Initial revision
2768 * dist.am: remove distname
2770 * automake.in: namespace cleanup
2772 * distname.am: Initial revision
2774 * 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:
2777 * 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: