1 Thu Oct 10 16:12:38 1996 Tom Tromey <tromey@cygnus.com>
3 * automake.in (handle_gettext): Moved check for SUBDIRS and
6 * automake.in (handle_configure): Run mkinstalldirs under
8 (handle_yacc_lex_cxx): Run interlock under $(SHELL).
10 * remake-subd.am (Makefile): Run config.status under $(SHELL).
11 * remake-hdr.am (stamp-h): Run config.status under $(SHELL).
12 * remake.am (Makefile): Run config.status under $(SHELL).
13 (config.status): Ditto.
15 * automake.in (read_am_file): Removed UNMAINT code.
16 (file_contents_with_transform): Ditto.
17 * m4/maintainer.m4: Removed bogus UNMAINT code.
19 * automake.in (handle_emacs_lisp): Define EMACS variable.
20 (handle_emacs_lisp): Make sure EMACS is in environment when
23 * elisp-comp: Exit with status 1 if usage bad.
24 Use "emacs -q". Use EMACS environment variable if set (unless set
27 * m4/lispdir.m4: Unset EMACS if it is set to `t'.
29 * automake.in (handle_dist_worker): Allow EXTRA_DIST items to be
31 (do_one_merge_target): Use all-am, not all, in subdirs case.
32 (handle_merge_targets): Always generate all-am in subdirs case.
34 * remake.am (Makefile): Depend on BUILT_SOURCES.
35 * remake-subd.am (Makefile): Depend on BUILT_SOURCES.
36 * depend.am (.deps/.P): Don't depend on BUILT_SOURCES.
38 * automake.in (handle_yacc_lex_cxx): Handle y.tab.h in non-ylwrap
41 * ylwrap: Bug fix. From Jim Meyering.
43 Wed Oct 9 22:51:16 1996 Tom Tromey <tromey@cygnus.com>
45 * m4/mktime.m4: Don't define AC_HEADER_SYS_TIME_H; instead just
46 check directly for header.
48 Mon Oct 7 13:08:15 1996 Tom Tromey <tromey@cygnus.com>
50 * automake.in (scan_configure): fp_WITH_DMALLOC and fp_WITH_REGEX
53 Sun Oct 6 00:43:01 1996 Tom Tromey <tromey@cygnus.com>
55 * automake.in (AC_CONFIG_AUX_DIR_PATTERN): New global.
56 (AM_INIT_AUTOMAKE_PATTERN): New global.
57 (scan_configure): Use them.
59 * aclocal.in (add_file): Search contents of included files. Test
61 (scan_m4_files): Don't skip acinclude.m4 when constructing
62 search. Test acsilent.test.
63 (scan_m4_files): Scan acinclude.m4.
65 * aclocal.in (add_file): Removed debugging print.
66 (scan_configure): Set $file_contents when scanning acinclude.m4.
69 * configure.in: Upped to 1.1g.
73 * texinfos.am: Run : after install-info.
75 * aclocal.in (parse_arguments): Better error message.
76 * automake.in (parse_arguments): Better error message.
78 * remake.am (Makefile): Depend on $(srcdir)/Makefile.in, to work
79 around broken makes. From David A. Swierczek.
80 * remake-subd.am (Makefile): Ditto.
82 Sat Oct 5 11:29:48 1996 Tom Tromey <tromey@cygnus.com>
84 * automake.in (generate_makefile): Put BUILT_SOURCES onto @all if
86 (handle_source_transform): Error if discovered source file is
88 (do_one_merge_target): Move all-vs-check test here.
90 * m4/obstack.m4: New file.
91 * m4/error.m4: New file.
93 * automake.in (scan_configure): Support AM_FUNC_MKTIME,
94 AM_FUNC_ERROR_AT_LINE, AM_FUNC_OBSTACK.
96 * texinfo.tex: New version from texinfo 3.9.
98 * automake.in (handle_yacc_lex_cxx): Updated for new ylwrap.
99 Also, handle y.tab.h file when "yacc -d" is used.
100 (do_one_merge_target): Use pretty_print_rule.
102 * ylwrap: Changed usage.
104 * m4/mktime.m4: New file.
106 * m4: Renamed all .m4 files to fit into 14-char limits.
108 * m4/Makefile.am (EXTRA_DIST): New macro.
110 * aclocal.in ($ac_defun_rx, %map, %file_contents): New globals.
111 (scan_m4_files): Use $ac_defun_rx.
114 (scan_configure): Scan acinclude.m4 before anything else.
115 (scan_file): New sub.
116 (check_acinclude): New sub.
119 * progs-clean.am, progs.am: Renamed from programs-clean.am,
121 * libs-clean.am, libs.am: Renamed from libraries-clean.am,
123 * texi-vars: Renamed from texinfos-vars.am.
124 * comp-vars.am: Renamed from compile-vars.am.
125 * texi-vers.am: Renamed from texi-version.am.
127 * automake.in (require_file_internal): Give error if symlink can't
129 (require_config_file): Error message references configure.in.
130 (handle_yacc_lex_cxx): Fix order of arguments to ylwrap; from
131 Joerg-Martin Schwarz.
132 (handle_texinfo): Use texi-vers, not texi-version.
133 (get_object_extension): Use comp-vars, not compile-vars.
134 (handle_texinfo): Use texi-vars, not texinfos-vars.
135 (handle_libraries): Use `libs' prefix, not `libraries'.
136 (handle_programs): Use `progs' prefix, not `programs'.
138 Fri Oct 4 01:14:08 1996 Tom Tromey <tromey@cygnus.com>
140 * aclocal.in (scan_m4_files): New sub.
142 * m4/AM_FUNC_STRTOD.m4 (am_cv_func_strtod_needs_libm): Set
143 am_cv_func_strtod_needs_libm, so we can avoid linking with -lm
146 Thu Oct 3 20:11:16 1996 Tom Tromey <tromey@cygnus.com>
148 * texinfos.am (uninstall-info): Run install-info --remove.
150 * automake.in (read_am_file): Define all variables after reading
151 .am file. Test vpath.test. Reported by Anthony Green.
153 Mon Sep 30 08:31:51 1996 Tom Tromey <tromey@cygnus.com>
155 * texinfos.am: Run install-info.
157 * automake.in (variable_value_as_list): Just return if comment
158 seen. Report from Mark Galassi.
159 (handle_options): Don't bother with explicit comment checking.
161 Tue Sep 24 09:15:46 1996 Tom Tromey <tromey@creche.cygnus.com>
163 * automake.in (read_am_file): Cleaned up dejagnu variables.
165 Mon Sep 23 00:04:48 1996 Tom Tromey <tromey@creche.cygnus.com>
167 * automake.in (parse_arguments): New usage to conform to GNU
170 * aclocal.in (parse_arguments): New usage to conform to GNU
173 * automake.in (handle_scripts): Push new target onto @check.
174 * scripts.am (check-@DIR@SCRIPTS): New target.
176 * automake.in (initialize_global_constants): Define %dist,
177 dist_header, dist_trailer.
178 (handle_dist): Make dist-all target.
179 (generate_makefile): Run check_typos later.
180 (examine_variable): New sub.
181 (handle_tags): Examine TAGS_DEPENDENCIES. Test spell3.test.
182 Error if TAGS_DEPENDENCIES but no sources used.
183 (handle_configure): Examine CONFIGURE_DEPENDENCIES.
185 Sat Sep 21 13:59:15 1996 Tom Tromey <tromey@creche.cygnus.com>
187 * automake.in (am_install_var): More error checking.
189 Fri Sep 20 09:06:37 1996 Tom Tromey <tromey@creche.cygnus.com>
191 * tags.am (TAGS): Minor cleanup.
193 * clean.am (distclean-generic): Don't remove CONFIG_HEADER.
195 * remake-hdr.am (mostlyclean-hdr, clean-hdr, distclean-hdr,
196 maintainer-clean-hdr): New targets.
198 * automake.in (handle_configure): Define CONFIG_HEADER correctly
199 when it is in current directory.
200 (handle_configure): Push "hdr" on @clean.
202 * remake-hdr.am (stamp-h): Run config.status in top_builddir.
203 ($(srcdir)/stamp-h.in): Run autoheader in top_srcdir.
205 * automake.in (scan_configure): Check for install.sh here.
207 (handle_configure): Handle case where config.h is in subdir.
208 (handle_configure): Make stamp-in.h for user if it doesn't already
212 Tue Sep 17 23:35:14 1996 Tom Tromey <tromey@creche.cygnus.com>
214 * Makefile.am (EXTRA_DIST): Include pkgdata_DATA.
216 * dist-vars.am (DISTFILES): Don't distribute BUILT_SOURCES or
218 (DEP_DISTFILES): Ditto.
220 Mon Sep 16 22:28:56 1996 Tom Tromey <tromey@creche.cygnus.com>
222 * automake.in (check_typos): Renamed.
223 (check_typos): Check for _LDADD, _LIBADD, and _DEPENDENCIES.
224 (variable_defined): Note variable as being "seen".
225 (handle_lib_objects): Don't push configure substitutions onto
228 Sun Sep 15 22:45:43 1996 Tom Tromey <tromey@creche.cygnus.com>
230 * automake.in (initialize_per_input): Init content_seen.
231 (variable_value_as_list): Set content_seen entry.
232 (define_variable): Ditto.
233 (define_pretty_variable): Ditto.
234 (check_source_typos): New sub.
235 (generate_makefile): Call it.
237 Thu Sep 12 15:03:19 1996 Tom Tromey <tromey@creche.cygnus.com>
239 * automake.in (handle_source_transform): Removed extraneous
240 space. Test implicit.test.
241 (read_am_file): Make sure "canonical" variables are mentioned in
243 (scan_configure): AC_CHECK_TOOL sets $seen_canonical to
244 $AC_CANONICAL_HOST conditionally.
245 (handle_footer): Don't use define_pretty_variable in all cases.
247 Wed Sep 11 11:54:44 1996 Tom Tromey <tromey@creche.cygnus.com>
249 * clean.am (distclean-generic): Remove CONFIG_CLEAN_FILES here,
250 per GNU/Gnits standards.
252 * libraries.am (install-@DIR@LIBRARIES): Use two loops, so new
253 NORMAL_INSTALL and POST_INSTALL variables can work when empty.
255 * automake.in (handle_options): Rewrote version handling. Now
256 returns error indicator.
257 (MACRO_PATTERN, BOGUS_MACRO_PATTERN): Handle `:=' definitions.
258 (RULE_PATTERN): Exclude `:=' from being a rule.
260 * m4/AM_PROG_CC_STDC.m4 (ac_save_CC): Bug fix from Jim Meyering.
262 * automake.in (variable_value_as_list): Always use am_line_error.
263 (define_variable): New sub.
264 (get_object_extension): Use define_variable.
265 (handle_yacc_lex_cxx): Ditto.
266 (handle_source_transform): Ditto.
267 (handle_programs): Ditto.
268 (handle_libraries): Ditto.
269 (handle_texinfo): Ditto.
270 (handle_man_pages): Ditto.
271 (handle_dependencies): Ditto.
272 (handle_aclocal_m4): Ditto.
273 (define_pretty_variable): New sub.
274 (handle_source_transform): Use define_pretty_variable.
275 (handle_lib_objects): Ditto.
276 (handle_libraries): Ditto.
277 (handle_dist): Ditto.
278 (handle_dependencies): Ditto.
279 (handle_configure): Ditto.
280 (handle_footer): Ditto.
281 (handle_emacs_lisp): Ditto.
282 (am_install_var): Ditto.
284 * Released version 1.1e.
286 * automake.in ($GNITS_VERSION_PATTERN): Handle non-alpha
289 * configure.in: Version 1.1e.
291 * automake.in (handle_texinfo): Distribute .info file.
293 Sun Sep 8 09:00:37 1996 Tom Tromey <tromey@creche.cygnus.com>
295 * Makefile.am (EXTRA_DIST): New macro.
296 (maintainer-clean): Don't run "make check".
297 (pathchk): New target.
299 * automake.in (check_gnits_standards): Only check version number
301 ($package_version_line): New variable.
302 (scan_configure): Set it.
303 (check_gnits_standards): Use am_conf_line_error.
304 (scan_configure): Remove extraneous whitespace from version
306 (handle_dist): Handle distcheck-hook.
308 * m4/AM_PROG_CC_STDC.m4: Applied patch from Jim Meyering.
310 * automake.in (scan_configure): Handle AM_WITH_REGEX.
311 (handle_lib_objects): Require .h files in %libsources but don't
312 generate dependencies for them.
313 (scan_configure): Also require rx.h and regex.h.
315 * m4/Makefile.am (m4data_DATA): Don't include AM_PROG_LIBTOOL,
316 AM_FEATURE_CTYPE, AM_FEATURE_ERRNO, AM_FEATURE_EXIT,
319 * texi-version.am: Use "cp; rm" and not "mv", to work around
322 * automake.in ($package_version): New global.
323 (scan_configure): Set it.
324 (check_gnits_standards): Verify version string; require
325 README-alpha if alpha version.
326 (scan_configure): Recognize AM_FUNC_FNMATCH,
327 AM_REPLACE_GNU_GETOPT.
329 * Makefile.am (installcheck-local): Check all scripts.
331 Sat Sep 7 19:22:32 1996 Tom Tromey <tromey@creche.cygnus.com>
333 * tags-clean.am: Do deletions here again.
335 Thu Sep 5 09:06:23 1996 Tom Tromey <tromey@creche.cygnus.com>
337 * automake.in (usage): Include bug-reporting information.
338 (handle_lib_objects): Error if LIBOBJS seen but never set.
340 * aclocal.in ($acdir): Use @datadir@/aclocal.
341 (usage): Include bug-reporting information.
343 Wed Sep 4 11:36:06 1996 Tom Tromey <tromey@creche.cygnus.com>
345 * automake.in (handle_source_transform): .deps no longer in
347 (handle_lib_objects): Ditto.
348 (handle_dist_worker): Pass --build-dir to automake.
349 ($build_directory): New global.
350 (parse_arguments): Handle --build-dir.
351 (initialize_global_constants): Include --build-dir in help.
352 (scan_dependency_file): New sub.
353 (handle_dependencies): Use it. Also, use $build_directory.
354 (initialize_global_constants): Added --srcdir-name.
355 (parse_arguments): Ditto.
356 (handle_dist_worker): Ditto.
357 ($srcdir_name): New global.
358 ($srcdir_rx): New global.
359 (parse_arguments): Set it.
361 * depend2.am: Removed all mention of $(srcdir).
363 * depend.am (MKDEP): Use gcc -M, not gcc -MM.
364 Removed all mention of $(srcdir); dependencies now put into build
367 * depend2.am ($(srcdir)/.deps/%.P): Fixed computation of `top'.
368 Don't do work silently.
370 * automake.in (handle_merge_targets): Error if invalid uninstall
372 (read_am_file): Fix for test block.test.
374 Tue Sep 3 18:50:32 1996 Tom Tromey <tromey@creche.cygnus.com>
376 * texinfos.am (install-info): Added NORMAL_INSTALL.
377 * scripts.am (install-@DIR@SCRIPTS): Added NORMAL_INSTALL.
378 * programs.am (install-@DIR@PROGRAMS): Added NORMAL_INSTALL.
379 * lisp.am (install-@DIR@LISP): Added NORMAL_INSTALL.
380 * libraries.am (install-@DIR@LIBRARIES): Added NORMAL_INSTALL.
381 Also, use POST_INSTALL when running ranlib.
382 * header.am (install-@DIR@HEADERS): Added NORMAL_INSTALL.
383 * data.am (install-@DIR@DATA): Added NORMAL_INSTALL.
385 * automake.in (handle_man_pages): Added NORMAL_INSTALL invocation.
386 (handle_merge_targets): Ditto.
387 (handle_merge_targets): Error if PRE_INSTALL, POST_INSTALL, or
388 NORMAL_INSTALL defined.
390 * m4/AM_PROG_INSTALL.m4: INSTALL_SCRIPT defaults to
391 ${INSTALL_PROGRAM}. From François Pinard.
393 Tue Aug 27 08:25:05 1996 Tom Tromey <tromey@creche.cygnus.com>
395 * automake.in (file_contents_with_transform): Correctly remove
396 @(UN)?MAINT@ from input when maintainer mode not active.
397 (handle_aclocal_m4): Handle no-maintainer-mode case.
399 * remake-hdr.am ($(CONFIG_HEADER)): Removed @MAINT@.
401 * m4/AM_SANITY_CHECK_CC.m4: New file (from Jim Meyering).
403 Mon Aug 26 21:37:32 1996 Tom Tromey <tromey@creche.cygnus.com>
405 * automake.in (handle_lib_objects): Bug fix from Steve M Robbins.
406 (handle_libraries): Don't include libraries from EXTRA_LIBRARIES
407 in LIBFILES definition. Reported by Steve M Robbins. Test
410 * automake.in (variable_value_as_list): New sub.
411 (handle_source_transform): Use it.
412 (handle_lib_objects): Ditto.
413 (handle_libraries): Ditto.
414 (handle_texinfo): Ditto.
415 (handle_man_pages): Ditto.
416 (am_install_var): Ditto.
417 (handle_options): Ditto.
419 Sat Aug 24 09:30:46 1996 Tom Tromey <tromey@creche.cygnus.com>
421 Reported by Jim Meyering:
422 * automake.in (get_object_extension): Look in "./" for ansi2knr if
424 (handle_aclocal_m4): Protect aclocal.m4 rule with @MAINT@.
426 * remake.am (.PHONY): New target.
428 * m4/AM_MAINTAINER_MODE.m4: Also define UNMAINT.
430 * automake.in (check_gnu_standards): Disallow no-installman,
432 (read_am_file): Sed out UNMAINT too.
433 (file_contents_with_transform): Ditto.
435 * acinstall: New file.
437 * m4/AM_INIT_AUTOMAKE.m4: Define PACKAGE and VERSION.
439 * m4/AM_WITH_REGEX.m4: New version from François Pinard.
441 * m4/AM_TYPE_PTRDIFF_T.m4: Use am_cv, not ac_cv.
442 * m4/AM_C_PROTOTYPES.m4: Ditto.
443 * m4/AM_FUNC_STRTOD.m4: Ditto.
444 * m4/AM_PROG_CC_STDC.m4: Ditto.
445 * m4/AM_PROG_LIBTOOL.m4: Ditto.
447 Fri Aug 23 22:23:50 1996 Tom Tromey <tromey@creche.cygnus.com>
449 * m4/Makefile.am (m4datadir): New macro
450 (m4data_DATA): Renamed.
452 * Makefile.am (cvs-dist): Depend on distcheck target.
454 Mon Aug 19 15:37:32 1996 Tom Tromey <tromey@creche.cygnus.com>
456 * automake.in (initialize_global_constants): [common_files]
457 Include acinclude.m4.
459 * m4/AM_PROG_CC_STDC.m4: Patch from Jim Meyering/Kaveh Ghazi.
461 Sat Aug 17 11:27:14 1996 Tom Tromey <tromey@creche.cygnus.com>
463 * automake.in (handle_dependencies): Push `depend'-clean targets
465 * depend.am (mostlyclean-depend, clean-depend, distclean-depend,
466 maintainer-clean-depend): New targets.
468 Tue Aug 13 17:53:58 1996 Tom Tromey <tromey@creche.cygnus.com>
470 * texinfos.am (.texinfo.info): New target.
471 (.texinfo.dvi): New target.
474 * automake.in (handle_texinfo): Use `.info[-0-9]*' as pattern to
476 (handle_texinfo): Handle `.texinfo' files.
478 Mon Aug 12 10:28:46 1996 Tom Tromey <tromey@creche.cygnus.com>
480 * automake.in (require_file_internal): Special-case `.' when
481 finding files to distribute. Test libobj2.test.
483 * aclocal.in (add_file): Fixed regexp for matching AC_DEFUN. Test
486 * m4/AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL.m4: New file.
487 * m4/AM_SYS_POSIX_TERMIOS.m4: New file.
489 * compile-kr.am: Removed duplicate ansi2knr rules.
491 Sun Aug 11 00:20:16 1996 Tom Tromey <tromey@creche.cygnus.com>
493 * automake.in (handle_yacc_lex_cxx): Bug fix from Josh MacDonald.
494 (handle_yacc_lex_cxx): Put C++ extensions on suffix list.
497 * automake.in (initialize_global_constants): [common_files]
498 Include interlock and ylwrap.
500 * Released version 1.1c.
502 * aclocal.in (obsolete_macros): md_TYPE_PTRDIFF_T and
503 ud_PATH_LISPDIR are obsolete names.
505 * m4/AM_LC_MESSAGES.m4, m4/AM_WITH_NLS.m4, m4/AM_GNU_GETTEXT.m4:
508 * automake.in (handle_lib_objects): Changed interface. Now
509 generates _DEPENDENCIES variable if appropriate.
510 (handle_emacs_lisp): Use AM_PATH_LISPDIR.
511 (scan_configure): Ditto.
513 * Makefile.am (CLEANFILES): Removed.
515 * automake.in (handle_configure): Define CONFIG_CLEAN_FILES.
517 * clean.am (clean-generic): Remove $(CONFIG_CLEAN_FILES).
519 * compile-vars.am (CC, CFLAGS, COMPILE, LINK): Removed.
521 * automake.in (handle_yacc_lex_cxx): Require ylwrap in
523 (handle_source_transform): Changed return result.
524 (handle_programs): Use linker returned by
525 handle_source_transform.
526 (seen_prog_cc, seen_prog_cxx): New globals.
527 (scan_configure): Recognize AC_PROG_CC and AC_PROG_CXX.
528 (handle_yacc_lex_cxx): Error message if AC_PROG_CXX or
529 AC_PROG_YACC missing.
530 (seen_decl_yytext, seen_prog_lex): New globals.
531 (scan_configure): Set them.
532 (handle_yacc_lex_cxx): Warn about missing AC_PROG_LEX or
534 (handle_yacc_lex_cxx): Use $(LEX_OUTPUT_ROOT).
535 (initialize_per_input): Initialize seen_c_source.
536 (handle_yacc_lex_cxx): Define CC, CFLAGS, COMPILE, LINK only when
538 (handle_source_transform): Set seen_c_source.
540 * interlock: Changed usage.
544 * automake.in (handle_yacc_lex_cxx): Renamed.
546 * automake.in (handle_dependencies): Handle %cxx_extensions.
547 Include depend2.am when appropriate.
549 * depend2.am: New file; contents from depend.am but templatized.
551 * automake.in (initialize_per_input): Initialize
553 (handle_source_transform): Set %cxx_extensions.
555 Sat Aug 10 10:29:30 1996 Tom Tromey <tromey@creche.cygnus.com>
557 * interlock: New file.
559 * automake.in (handle_yacc_lex): New sub.
560 (handle_source_transform): Removed most yacc/lex handling.
561 (initialize_per_input): Init yacc_sources, lex_sources.
562 (generate_makefile): Run handle_yacc_lex.
563 (handle_merge_targets): Use `scalar' and not $# to find length of
566 * m4/AM_FEATURE_EXIT.m4: Wrote.
567 * m4/AM_FEATURE_CTYPE.m4: Wrote.
568 * m4/AM_FEATURE_ERRNO.m4: Wrote.
570 * aclocal.in (macro_seen): New global.
571 (add_file): Set macro_seen entry. Only push required macro on
572 @rlist if not already seen. Test defun.test.
574 * automake.in (get_object_extension): Handle directory prefix on
577 * kr-extra.am: New file.
579 * kr-vars.am: Removed.
581 * automake.in (handle_options): Handle directory prefix on
584 * automake.in (scan_configure): Recognize AM_FUNC_STRTOD.
586 * aclocal.in (add_file): Error if macro is duplicated. Test
589 Fri Aug 9 09:18:46 1996 Tom Tromey <tromey@creche.cygnus.com>
591 * automake.in (handle_programs): Substitute @XLINK@. Make sure
592 linker variable is transformed name.
593 * program.am (@PROGRAM@): Use @XLINK@ to link.
595 * automake.in (handle_scripts): Fixed call to
597 (handle_libraries): Better error message when AC_PROG_RANLIB
600 * automake.in (handle_libraries): Canonicalize library name. Test
602 * library.am (lib@LIBRARY@.a): Use @XLIBRARY@ where appropriate.
603 (lib@LIBRARY@.a): Look at _DEPENDENCIES variable.
605 Thu Aug 8 10:57:21 1996 Tom Tromey <tromey@creche.cygnus.com>
607 * automake.in (handle_scripts): Correctly compute
608 $scripts_installed. Test scripts.test.
610 Wed Aug 7 12:13:15 1996 Tom Tromey <tromey@creche.cygnus.com>
612 * ansi2knr.c: New version.
614 Tue Aug 6 10:58:37 1996 Tom Tromey <tromey@creche.cygnus.com>
616 * automake.in (handle_source_transform): Handle more C++ file
617 extensions. "Handle" Objective C. Handle more FORTRAN
620 * compile-vars.am (LEX): Removed.
623 * automake.in (handle_source_transform): Correctly handle lex
624 source. Test lex.test.
625 (handle_source_transform): Skip more C++ headers. Generate macro
626 definitions for YACC and LEX on first use.
628 * aclocal.in (parse_arguments): Mention GNU.
629 * automake.in (parse_arguments): Mention GNU.
631 Mon Aug 5 00:12:45 1996 Tom Tromey <tromey@creche.cygnus.com>
633 * automake.in (handle_programs): Define program_LINK.
634 * program.am (@PROGRAM@): Use program_LINK to link.
636 * Released version 1.1b
638 * automake.in (scan_configure): AM_INIT_AUTOMAKE sets
639 seen_prog_install to `2'.
641 * configure.in: Don't run AM_PROG_INSTALL.
643 * automake.in (parse_arguments): Use $PACKAGE.
644 ($PACKAGE): New global.
645 ($am_c_prototypes): Renamed.
646 (get_object_extension): Use am_c_prototypes.
647 (scan_configure): Ditto.
648 (scan_configure): Use AM_MAINTAINER_MODE.
649 (scan_configure): Warn about obsolete macros.
651 * aclocal.in (parse_arguments): Use $PACKAGE.
652 ($PACKAGE): New global.
654 * Makefile.am (CLEANFILES): Added aclocal.
655 (ETAGS_ARGS): Added aclocal.in.
656 (TAGS_DEPENDENCIES): Ditto.
657 (maintainer-check): Depend on aclocal.
658 (maintainer-check): Check aclocal.
659 (bin_SCRIPTS): Include aclocal.
661 * automake.in (scan_configure): Handle AM_INIT_AUTOMAKE.
662 (scan_configure): Use AM_PROG_INSTALL.
664 * configure.in: Use AM_INIT_AUTOMAKE.
666 * automake.in (keyed_aclocal_warning): Warning tells about
668 (handle_aclocal_m4): New sub.
669 (handle_configure): Use it.
671 * aclocal.in (output_file): New global.
672 (usage): Handle --output.
673 (parse_arguments): Handle --output.
675 * m4/AM_INIT_AUTOMAKE.m4: New file.
677 * m4/AM_PROG_CC_STDC.m4: Require AC_PROG_CC.
680 * automake.in (handle_dist_worker): Reverted erroneous "-chmod".
681 (handle_texinfo): Don't generate `.info-[0-9]' as a filename.
683 * texinfos.am (.texi.info): Force .info file to be built in
684 srcdir. From Franc,ois Pinard.
687 * m4/AM_PROG_CC_STDC.m4: (fp_PROG_CC_STDC): Include sys/stat.h in
688 test program so that DYNIX/ptx V4.1.3 doesn't use `-Xc
689 -D__EXTENSIONS__' -- with those options on that system, sys/stat.h
690 gets compile errors. With help from Marcus Daniels.
692 * automake.in (initialize_global_constants): Put elisp-comp into
693 @common_files. Bug from Glenn Amerine.
695 Sun Aug 4 12:52:43 1996 Tom Tromey <tromey@creche.cygnus.com>
697 * automake.in (handle_dist_worker): Use fgrep, not grep.
699 * m4/AM_C_PROTOTYPES.m4: Changes from François Pinard.
701 * automake.in (handle_emacs_lisp): Include lisp-clean.am in
703 (initialize_global_constants): [install_man_format] Don't hide
704 "ugliness" at install time.
706 * lisp-clean.am: New file.
708 * tags-clean.am (maintainer-clean-tags): Remove TAGS and ID here.
710 * automake.in (handle_man_pages): Patch from Janos Farkas to fix
711 bug when installing man pages. Test man.test.
712 (initialize_global_constants): [install_man_format] Make sure man
713 page can actually be found in either source or build dirs.
714 (handle_dist_worker): Use "755" permissions on distdir.
716 * automake.in (handle_dist): Allow chmod's to fail.
717 (am_primary_prefixes): New function.
718 (am_install_var): Use it.
719 (handle_libraries): Use it. Test libfiles.test.
720 (handle_dist): For dist-tarZ, assume traditional "tar" and
723 * m4/AM_FUNC_STRTOD.m4: New file.
725 * automake.in (handle_dist): Only generate `distdir' variable if
726 it doesn't already exist.
728 Fix for bug reported by Harlan Stenn. Test tags.test.
729 * automake.in (initialize_per_input): Define dir_holds_sources.
730 (handle_tags): Check dir_holds_headers.
731 (handle_headers): Set dir_holds_headers.
733 * automake.in (handle_texinfo): Generate "version.texi" dependency
734 for .dvi file. Bug reported by Glenn Amerine. Test vtexi2.test.
736 * automake.in (handle_configure): Require file $input, not
737 "$local.in". From Nyul Laszlo. Test colon.test.
739 Sun Jul 28 11:14:52 1996 Tom Tromey <tromey@creche.cygnus.com>
741 * aclocal.in: New file.
742 * configure.in: Generate m4/Makefile, aclocal.
743 * Makefile.am (SUBDIRS): Include m4.
744 * m4/Makefile.am: New file.
746 Fri Jul 19 10:12:27 1996 Tom Tromey <tromey@creche.cygnus.com>
748 * automake.in (initialize_global_constants): Put ansi2knr.c and
749 ansi2knr.1 into common_files. Bug report from François Pinard.
751 Mon Jul 15 10:28:29 1996 Tom Tromey <tromey@creche.cygnus.com>
753 * install-sh: Updated copyright notice.
755 Fri Jul 5 08:23:00 1996 Tom Tromey <tromey@creche.cygnus.com>
757 * subdirs.am (maintainer-clean-recursive): Don't be so noisy.
758 Report from Josh MacDonald.
760 Bugs from Gord Matzigkeit:
761 * automake.in (handle_footer): Push contents of $(SUFFIXES), not
763 (handle_dist): Ignore chmod return results.
765 * programs-clean.am (clean-@DIR@PROGRAMS): Work around failing
766 Solaris "rm -f". Bug from Kaveh R. Ghazi.
767 * libraries-clean.am (clean-@DIR@LIBRARIES): Likewise.
769 Fri Jun 21 10:42:06 1996 Tom Tromey <tromey@creche.cygnus.com>
771 * texinfos.am (install-info): Use "if", not "&&", to avoid
772 install problem when glob doesn't match.
774 * automake.in (initialize_global_constants): [USAGE] Added
776 (force_generation): New global.
777 (parse_arguments): Handle --no-force.
778 (generate_makefile): Handle --no-force.
780 * Makefile.am (maintainer-check): Ensure all invocations of
781 mkinstalldirs are correct.
783 Tue Jun 18 10:53:54 1996 Tom Tromey <tromey@creche.cygnus.com>
785 * automake.in (handle_tests): Don't directly generate site.exp.
787 Sun Jun 16 22:21:16 1996 Harlan Stenn <harlan@brown.pfcs.com>
789 * automake.in: Treat an initial `#' on a word in AUTOMAKE_OPTIONS
790 as a comment start. Add support for a dist-tarZ target.
792 Tue Jun 11 22:14:21 1996 Marcus Daniels <marcus@sayre.sysc.pdx.edu>
794 * depend.am ($(srcdir)/.deps/%.P): Convert absolute $(top_srcdir)
795 paths into relative paths.
797 Mon Jun 10 21:11:20 1996 Tom Tromey <tromey@creche.cygnus.com>
799 * texinfo.tex: New version.
801 * automake.in: Look for AM_PROG_LIBTOOL. From Gord Matzigkeit.
802 (initialize_global_constants): Added libtool to
804 (handle_source_transform): Pass YFLAGS to yacc and LFLAGS to lex.
806 Sun Jun 9 17:45:48 1996 Tom Tromey <tromey@creche.cygnus.com>
808 * texinfos.am (install-info): Don't install ~ files. Bug report
810 * automake.in (handle_texinfo): Don't push '.info*' onto
813 * automake.in (handle_gettext): Ensure po and intl in SUBDIRS when
815 (handle_dist): Pass --with-included-gettext to configure if using
818 * compile-kr.am (._c._o): Pass -c to $(COMPILE).
820 * compile.am (.c.o): Pass -c to $(COMPILE).
821 * compile-vars.am (COMPILE): Don't include -c.
823 * remake.am ($(srcdir)/Makefile.in): Pass --strictness to
825 * automake.in (handle_configure): Supply --strictness arg to
828 Fri Jun 7 12:31:31 1996 Tom Tromey <tromey@creche.cygnus.com>
830 * automake.in (handle_tests): Fix quoting on `pwd`.
831 (handle_options): Recognize no-installinfo option.
832 (handle_man_pages): Don't put man directory on @installdirs if
833 no-installman is specified.
834 (handle_texinfo): Handle no-installinfo option.
835 (handle_options): Compare version against $num_version, not
837 (handle_source_transform): Generate rules for output of lex,
838 yacc. Bug report from Thomas Morgan. Test yacc.test.
839 (handle_dist): "distcheck" now runs "make dvi".
840 (handle_tests): Support $(TESTS_ENVIRONMENT). Idea from Ulrich
843 * dejagnu.am (check-DEJAGNU): Depend on site.exp.
845 Sun Jun 2 10:33:10 1996 Tom Tromey <tromey@creche.cygnus.com>
847 * automake.in (handle_emacs_lisp): New function.
848 (initialize_global_constants): Added elisp-comp to
850 (seen_lispdir): New global.
851 (scan_configure): Handle ud_PATH_LISPDIR.
853 * elisp-comp: New file.
857 * automake.in (generate_makefile): Run handle_emacs_lisp.
859 * aclocal.m4 (ud_PATH_LISPDIR): New macro, from Ulrich Drepper.
861 * automake.in (initialize_global_constants): Removed version.texi
862 from common_sometimes.
863 (initialize_global_constants): Added texinfo.tex to common_files.
865 (handle_tests): Allow dejagnu- and automake-style test suites to
866 coexist. Test dejagnu.test.
867 (initialize_global_constants): New constants AC_CANONICAL_HOST,
869 (scan_configure): Use new constants.
870 (handle_tests): Put target specific information into site.exp if
872 (read_am_file): Generate some extra variables when AC_CANONICAL_*
874 (handle_options): Allow version number to have letters appended.
875 (handle_tests): Error if RUNTEST, RUNTESTFLAGS defined but dejagnu
877 (initialize_global_constants): install_man_format changed to
878 handle built man pages.
880 Wed May 29 10:35:01 1996 Tom Tromey <tromey@creche.cygnus.com>
882 * config.guess, config.sub: New versions.
884 Tue May 28 19:27:11 1996 Tom Tromey <tromey@creche.cygnus.com>
886 * configure.in (VERSION): Upped to 1.0.
888 Sat May 25 10:19:53 1996 Tom Tromey <tromey@creche.cygnus.com>
890 * automake.in (handle_tests): Handle dejagnu.
891 (handle_options): Recognize dejagnu option.
893 * dejagnu.am: New file.
895 Thu May 23 10:01:13 1996 Tom Tromey <tromey@creche.cygnus.com>
897 * automake.in (handle_dist): Run installcheck target from
900 * configure.in (VERSION): Upped to 0.34.
902 * automake.in (scan_configure): Always allow upgrading to
903 fp_PROG_INSTALL. Test fpinstall.test.
905 Wed May 22 14:45:28 1996 Joshua Cowan <jcowan@hermit.reslife.okstate.edu>
907 (handle_dist): Make `distcheck' check `install' target, too.
909 Wed May 22 09:49:27 1996 Tom Tromey <tromey@creche.cygnus.com>
911 * automake.in (initialize_per_input): Don't initialize
912 $output_directory here; initialize it globally. From Joshua
913 Cowan. Test outdir.test.
915 Sat May 18 10:57:40 1996 Tom Tromey <tromey@creche.cygnus.com>
917 * automake.in (handle_tests): Don't push TESTS onto dist_common.
918 (initialize_global_constants): Put install-sh and mkinstalldirs
919 into @common_files. Test insh2.test.
921 Fri May 17 09:02:02 1996 Tom Tromey <tromey@creche.cygnus.com>
923 * automake.in (handle_source_transform): Don't generate _OBJECTS
924 when no source files specified. Test number.test.
926 From Joerg-Martin Schwarz:
927 * automake.in (seen_package, seen_version): New globals.
928 (scan_configure): Look for PACKAGE= and VERSION=.
930 * automake.in (handle_options): Recognize dist-zip.
931 (handle_dist): Handle dist-zip.
932 (handle_options): Use ' ', not \s+, with split. Test
934 (handle_source_transform): Likewise.
935 (handle_lib_objects): Likewise.
936 (handle_libraries): Likewise.
937 (handle_texinfo): Likewise.
938 (handle_man_pages): Likewise.
939 (handle_subdirs): Likewise.
940 (handle_gettext): Likewise.
941 (handle_footer): Likewise.
942 (handle_tests): Likewise.
943 (scan_configure): Likewise.
944 (am_install_var): Likewise.
946 * Makefile.am (TAGS_DEPENDENCIES): New macro.
948 * tags.am (tags-recursive): New target.
949 (TAGS): Depend on it.
951 * automake.in (handle_tags): Put tags-recursive on @phony.
953 * tags-subd.am (TAGS): Depend on HEADERS, SOURCES,
955 * tags.am (TAGS): Depend on HEADERS, SOURCES, TAGS_DEPENDENCIES.
957 Thu May 16 09:21:48 1996 Tom Tromey <tromey@creche.cygnus.com>
959 * remake.am (configure): Depend on $(CONFIGURE_DEPENDENCIES).
961 * automake.in (scan_configure): Look for install-sh and
963 (initialize_global_constants): Moved mdate-sh from
964 common_sometimes to common_files. Test mdate2.test.
966 Tue May 14 21:52:01 1996 Tom Tromey <tromey@creche.cygnus.com>
968 * automake.in (seen_maint_mode): New global.
969 (scan_configure): Handle jm_MAINTAINER_MODE.
970 (read_am_file): Handle seen_maint_mode.
971 (file_contents_with_transform): Handle seen_maint_mode.
972 (handle_source_transform): Changed interface, all callers.
975 * remake-hdr.am, remake-subd.am, remake.am, texi-version.am:
977 * aclocal.m4 (jm_MAINTAINER_MODE): New macro.
979 * automake.in (handle_configure): Check $config_aux_dir against
980 empty string. From Markku Rossi. Test mkinstall.test.
982 Fri May 10 14:38:47 1996 Gord Matzigkeit <gord@gnu.ai.mit.edu>
984 * automake.in (distcheck): Added new rule to top level
987 Wed May 8 21:57:21 1996 Gord Matzigkeit <gord@gnu.ai.mit.edu>
989 * automake.in (scan_configure): Make sure that gm_PROG_LIBTOOL
991 (generate_makefile): libtool, config.sub, and config.guess should
992 only ever appear in the top directory of a package.
994 Tue May 14 10:24:30 1996 Tom Tromey <tromey@creche.cygnus.com>
996 * automake.in (initialize_global_constants): Added libversion.in
999 * configure.in (VERSION): Upped to 0.33.
1001 * automake.in (am_install_var): Fixed problem in EXTRA_ handling.
1004 Mon May 13 10:41:41 1996 Tom Tromey <tromey@creche.cygnus.com>
1006 * install-sh (transformbasename): Correct misspelling of
1007 transformbasename. From Ian Lance Taylor.
1009 Sat Apr 27 11:39:10 1996 Tom Tromey <tromey@creche.cygnus.com>
1011 * automake.in (handle_configure): Set mkinstalldirs variable
1013 (handle_dist_worker): Explicitly set distdir in subdir makes.
1014 (handle_dist): Handle separate distdir target.
1015 (handle_dist_worker): Only generate distdir target.
1017 * texinfos.am (install-info): Use $(mkinstalldirs).
1018 * scripts.am (install-@DIR@SCRIPTS): Use $(mkinstalldirs).
1019 * programs.am (install-@DIR@PROGRAMS): Use $(mkinstalldirs).
1020 * libraries.am (install-@DIR@LIBRARIES): Use $(mkinstalldirs).
1021 * header.am (install-@DIR@HEADERS): Use $(mkinstalldirs).
1022 * data.am (install-@DIR@DATA): Use $(mkinstalldirs).
1024 * automake.in (read_am_file): Set mkinstalldirs variable.
1025 (handle_man_pages): Use it.
1026 (handle_installdirs): Ditto.
1028 Fri Apr 26 15:10:48 1996 Tom Tromey <tromey@creche.cygnus.com>
1030 * automake.in (handle_man_pages): Fix mkinstalldirs invocation.
1032 Thu Apr 25 18:40:06 1996 Tom Tromey <tromey@creche.cygnus.com>
1034 * automake.in (handle_dist_worker): Use $(TAR), not tar.
1035 (handle_merge_targets): Make sure config header is built before
1036 recursing into subdirs.
1037 (handle_libraries): Generate LIBFILES for check_LIBRARIES.
1038 (handle_merge_targets): Handle case where nothing is installed but
1039 something must be built -- "make install" must still work.
1041 * dist-vars.am (TAR): New macro.
1043 * automake.in (scan_configure): Support AC_REPLACE_GNU_GETOPT.
1044 (handle_configure): Require stamp-h.in when config header used.
1046 Tue Apr 23 17:57:13 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1048 * doc/mdate-sh: Extract the last field from the date output, not
1049 the sixth, which will fail when the timezone name has more than
1050 one word or is missing.
1052 Wed Apr 24 20:29:26 1996 Tom Tromey <tromey@creche.cygnus.com>
1054 * automake.in (am_install_var): Use delete, not undef, to remove
1055 EXTRA entry. From Gord Matzigkeit.
1057 Mon Apr 22 17:48:50 1996 Tom Tromey <tromey@creche.cygnus.com>
1059 * automake.in (read_am_file): Handle case where last line doesn't
1062 Tue Apr 9 22:53:16 1996 Tom Tromey <tromey@creche.cygnus.com>
1064 * automake.in (variable_defined): New function.
1065 (read_am_file): Ensure a blank line comes before starting comments
1067 (initialize_per_input): Initialize %targets.
1068 (read_am_file): Set appropriate entry in %targets.
1069 Many changes to use variable_defined.
1070 (check_gnu_standards): Only require ChangeLog at top level. From
1072 (handle_tests): check-TESTS depends on $(TESTS). From Gord
1075 Mon Apr 8 22:51:41 1996 Tom Tromey <tromey@creche.cygnus.com>
1077 * automake.in (parse_arguments): Added short options.
1078 (initialize_global_constants): Ditto.
1080 Fri Apr 5 00:22:14 1996 Tom Tromey <tromey@creche.cygnus.com>
1082 * mkinstalldirs (errstatus): Don't necessarily die if mkdir
1085 * automake.in (handle_source_transform): Typo fix.
1087 Thu Apr 4 15:10:50 1996 Tom Tromey <tromey@creche.cygnus.com>
1089 * automake.in (handle_dist_worker): Renamed dist-local to
1091 (handle_merge_targets): Added install-data-hook and
1093 (handle_source_transform): Handle EXTRA_prog_SOURCES form.
1095 * automake.in (handle_scripts): Never allow scripts_installed to
1098 * scripts.am (install-@DIR@SCRIPTS): Scripts can be found in
1101 * automake.in (generate_makefile): Derived file names from given
1102 input; don't assume Makefile.in and Makefile.am.
1103 (am_file_name, in_file_name): New globals.
1104 (read_am_file): Use them.
1106 * program.am (@PROGRAM@): Use transformed program name.
1108 * remake-hdr.am (stamp-h): Actually touch stamp-h.
1110 Wed Apr 3 15:16:06 1996 Tom Tromey <tromey@creche.cygnus.com>
1112 * automake.in (require_file_internal): Use correct file for error
1113 messages. Test insh.test.
1115 Mon Apr 1 09:47:44 1996 Tom Tromey <tromey@creche.cygnus.com>
1117 * texinfos.am (.texi.info): Build output file in srcdir.
1119 * automake.in (require_file_internal): If $dir is ".",then look in
1121 (handle_texinfo): Canonicalize name of texi file before looking
1122 for dependency variable.
1124 Thu Mar 28 08:33:21 1996 Tom Tromey <tromey@creche.cygnus.com>
1126 * automake.in (require_conf_file_with_conf_line): Yet another
1127 function of this form.
1128 (libtool_line): New variable.
1129 (handle_libraries): Handle libtool.
1131 * libraries-vars.am: Removed.
1133 * automake.in (seen_libtool): New variable.
1134 (scan_configure): Look for gm_PROG_LIBTOOL or AC_PROG_LIBTOOL.
1136 * automake.in (handle_dist_worker): Handle dist-local.
1138 * Makefile.am (maintainer-check): Do "make check" after all syntax
1141 * texi-version.am (stamp-@VTI@): Look for mdate-sh in appropriate
1144 * automake.in ($seen_arg_prog): New global.
1145 (handle_programs): Error if AC_ARG_PROGRAM not seen.
1146 (handle_scripts): Ditto.
1147 (handle_configure): mkinstalldirs now a config file.
1148 (handle_installdirs): Find mkinstalldirs in config_aux_dir.
1149 (handle_dist_worker): Removed DIST_SUBDIRS.
1150 (require_file_path): New variable.
1151 (require_file_with_conf_line): Set it.
1152 (require_file_with_line): Ditto.
1153 (require_file): Ditto.
1154 (require_file_internal): Incorporated code from
1155 require_config_file.
1156 (require_config_file): Rewrote.
1157 (require_conf_file_with_line): New function.
1158 (handle_texinfo): Use it for mdate-sh.
1159 (handle_texinfo): Look for mdate-sh in appropriate directory.
1161 Tue Mar 26 13:47:54 1996 Tom Tromey <tromey@creche.cygnus.com>
1163 * Makefile.am (cvs-dist): Find NEWS in srcdir.
1164 * automake.in (handle_dist_worker): Find NEWS in srcdir.
1165 ($RULE_PATTERN): Include chars "$(){}/" in allowable patterns in a
1167 (require_config_file): Set config_aux_path when file found.
1168 ($config_aux_dir): New variable.
1169 (require_config_file): Set it.
1170 (handle_man_pages): Find mkinstalldirs in config_aux_dir.
1172 Mon Mar 25 15:32:57 1996 Tom Tromey <tromey@creche.cygnus.com>
1174 * data.am (install-@DIR@DATA): Also allow data to be in build
1177 Sun Mar 24 19:56:28 1996 Tom Tromey <tromey@creche.cygnus.com>
1179 * automake.in (am_install_var): Don't look in EXTRA_primary
1180 variable any more; it is handled in the main loop.
1182 Wed Mar 20 16:22:35 1996 Tom Tromey <tromey@creche.cygnus.com>
1184 * data.am (install-@DIR@DATA): Find data in srcdir.
1186 Fri Mar 15 18:30:31 1996 Tom Tromey <tromey@creche.cygnus.com>
1188 * automake.in (require_config_file): Use correct filename when
1189 looking for errors. Also, install file in `.' if not found. Bug
1190 reported by Gord Matzigkeit. Test installsh.test.
1192 Thu Mar 14 09:28:21 1996 Tom Tromey <tromey@creche.cygnus.com>
1194 * Makefile.am (cvs-diff): New target.
1196 Fix for bug when install var substitutes empty. Test empty.test.
1197 * header.am (install-@DIR@HEADERS): Allow empty list of headers.
1198 (uninstall-@DIR@HEADERS): Ditto.
1199 * scripts.am (install-@DIR@SCRIPTS): Allow empty list of scripts.
1200 (uninstall-@DIR@SCRIPTS): Ditto.
1201 * libraries.am (install-@DIR@LIBRARIES): Allow empty list of
1203 (uninstall-@DIR@LIBRARIES): Ditto.
1204 * data.am (install-@DIR@DATA): Allow empty list of data.
1205 (uninstall-@DIR@DATA): Ditto.
1206 * programs.am (install-@DIR@PROGRAMS): Added missing semicolon.
1207 From François Pinard.
1208 (install-@DIR@PROGRAMS): Fixed bug when list of programs empty.
1209 (uninstall-@DIR@PROGRAMS): Ditto.
1211 Wed Mar 13 19:50:23 1996 Tom Tromey <tromey@creche.cygnus.com>
1213 * tags-subd.am (ID): Name of ID file must be flush against -f.
1215 * configure.in (VERSION): Version 0.32.
1217 Mon Mar 11 17:50:58 1996 Tom Tromey <tromey@creche.cygnus.com>
1219 * automake.in (seen_linguas, all_linguas_line): New variables.
1220 (handle_gettext): New function.
1221 (generate_makefile): Run it.
1222 (scan_configure): Recognize ALL_LINGUAS.
1224 Mon Mar 11 14:34:36 1996 Gord Matzigkeit <gord@enci.ucalgary.ca>
1226 * automake.texi: doc fix.
1228 * automake.in (am_install_var): Added support for check and
1229 installcheck special prefixes.
1231 Sun Mar 10 10:44:42 1996 Tom Tromey <tromey@creche.cygnus.com>
1233 * automake.in (handle_subdirs): Don't do SUBDIRS check for
1236 Tue Mar 5 18:12:04 1996 Tom Tromey <tromey@creche.cygnus.com>
1238 * automake.in (OBJECT_PATTERN): Removed.
1239 (am_install_var): No error if name is invalid.
1240 (handle_programs): Canonicalize program names.
1241 (BOGUS_MACRO_PATTERN): New variable.
1242 (read_am_file): Error if bad macro name given.
1243 (require_file_internal): Use am_line_error, not am_conf_error.
1245 * program.am (@PROGRAM@): Recognize @PROGRAM@_DEPENDENCIES.
1247 Mon Mar 4 19:30:24 1996 Tom Tromey <tromey@creche.cygnus.com>
1249 * automake.in (handle_lib_objects): New function.
1250 (handle_libraries): Use it.
1251 (handle_programs): Ditto.
1252 (handle_dist_worker): Deprecate DIST_SUBDIRS.
1253 (am_install_var): Allow extended directory mechanism to work.
1256 * dist-vars.am (DISTFILES): Use EXTRA_DIST.
1257 (DEP_DISTFILES): Ditto.
1259 * automake.in (OBJECT_PATTERN): New variable.
1260 (am_install_var): Use it.
1261 (handle_dist): DIST_OTHER is an anachronism.
1263 Sat Mar 2 17:04:38 1996 Tom Tromey <tromey@creche.cygnus.com>
1265 * automake.in (handle_dist_worker): Only cause Automake to be
1266 re-run if not making a distribution. Fixes bug reported by
1267 Joerg-Martin Schwarz.
1268 (require_file_with_line): New function.
1269 (require_file): Use it.
1270 (am_line_error): Don't print line number if $symbol is empty.
1271 (get_object_extension): Use require_file_with_line.
1272 (handle_libraries): Use require_file_with_line.
1273 (handle_texinfo): Use require_file_with_line.
1274 (handle_configure): Use am_conf_line_error and
1275 require_file_with_conf_line.
1276 (handle_subdirs): Use require_file_with_conf_line.
1277 (handle_configure): Use require_file_with_conf_line.
1278 (handle_tests): Push check-TESTS on @phony.
1279 (am_conf_line_error): New function.
1280 (require_file_with_conf_line): New function.
1281 (require_file_internal): New function.
1282 (require_file_with_line): Use it.
1283 (require_file): Ditto.
1284 (am_conf_line_error): Handle empty line number.
1285 (ac_gettext_line, ac_output_line): New variables.
1286 (scan_configure): Set them.
1288 Fri Mar 1 00:13:04 1996 Tom Tromey <tromey@creche.cygnus.com>
1290 * automake.in (parse_arguments): Default strictness is gnu.
1291 Changed `normal' to `foreign' everywhere.
1292 (parse_arguments): Handle --foreign.
1293 (initialize_global_constants): Document --foreign.
1294 (handle_dependencies): Better error message.
1295 (handle_texinfo): Don't push $vtexi on @texis.
1296 (handle_texinfo): Only push $vtexi on @texi_deps if not null.
1297 (handle_configure): install-sh is a config file; require it as
1299 (parse_arguments): Renamed --install-missing to --add-missing.
1300 (add_missing): Renamed from install_missing.
1301 (am_install_var): Check to make sure contents of install variable
1302 are correct if primary requires it. Test badprog.test.
1303 (initialize_global_constants): Initialize
1304 %primary_uses_subobjects.
1305 (handle_source_transform): Skip configure substitutions. Test
1306 depend.test. Also, skip empty elements.
1308 Thu Feb 29 22:00:30 1996 Tom Tromey <tromey@creche.cygnus.com>
1310 * texinfo.tex: New version.
1312 * automake.in (am_install_var): Allow extended range of
1313 installation directories.
1315 * automake.in (get_object_extension): Don't allow
1316 @CONFIG_INCLUDE_SPEC@ in the Makefile.in when config.h not used.
1317 From Gord Matzigkeit. Test confincl.test.
1319 * texinfos.am (install-info): Changed usage of install-info (in
1320 comment). Per Feb 25 GNU Standards document.
1322 Wed Feb 28 07:40:55 1996 Tom Tromey <tromey@creche.cygnus.com>
1324 * automake.in (handle_tests): New function.
1325 (generate_makefile): Call it.
1326 (handle_subdirs): Skip directories whose names look like configure
1328 (handle_subdirs): Require intl and po, not @INTLSUB@ and @POSUB@,
1330 (scan_configure): Clear in_ac_output if "]" found. Test
1332 (require_config_file): New function.
1333 (generate_makefile): Use require_config_file.
1334 (config_aux_path): New variable.
1335 (scan_configure): Check for AC_CONFIG_AUX_DIR.
1336 (handle_merge_targets): Add install-strip rule.
1338 Tue Feb 27 20:00:36 1996 Tom Tromey <tromey@creche.cygnus.com>
1340 * mdate-sh: New version from Ulrich Drepper.
1342 * automake.in (handle_source_transform): Changed fill back to
1344 (handle_libraries): Ditto.
1345 (handle_dist): Ditto.
1346 (handle_dependencies): Ditto.
1347 (handle_footer): Ditto.
1348 (handle_phony): Ditto.
1350 * Makefile.am (DIST_SUBDIRS): Removed.
1351 (installcheck-local): Use Perl, not test -x.
1353 (maintainer-check): Use $(PERL), not @PERL@.
1355 * configure.in (VERSION): Upped to 0.31.
1357 Sat Feb 24 18:02:19 1996 Tom Tromey <tromey@creche.cygnus.com>
1359 * automake.in (scan_configure): AC_CHECK_TOOL requires config.sub
1362 * automake.in: Use keyed_aclocal_warning when warning about
1364 (get_object_extension): Use keyed_aclocal_warning when warning
1365 about fp_C_PROTOTYPES.
1366 (keyed_aclocal_warning): New function.
1368 * Makefile.am (pkgdata_DATA): Install aclocal.m4.
1369 * aclocal.m4: Include fp_C_PROTOTYPES, fp_PROG_CC_STDC.
1371 * automake.in (get_object_extension): Only give error about
1372 fp_C_PROTOTYPES once.
1374 * automake.in (seen_ranlib): New variable.
1375 (scan_configure): Recognized AC_PROG_RANLIB.
1376 (handle_libraries): Error if ranlib not checked for.
1378 * automake.in (default_strictness): Default to GNU.
1379 (default_strictness_name): Ditto.
1381 Wed Feb 21 18:15:02 1996 Tom Tromey <tromey@creche.cygnus.com>
1383 * automake.in (read_am_file): Removed @kr@ support.
1384 (get_object_extension): Ditto.
1386 * Makefile.am (pkgdata_DATA): Include ansi2knr.c and ansi2knr.1.
1388 Tue Feb 20 17:25:18 1996 Tom Tromey <tromey@creche.cygnus.com>
1390 * depend.am ($(srcdir)/.deps/%.P): Regexp fix.
1392 Mon Feb 19 19:53:09 1996 Tom Tromey <tromey@creche.cygnus.com>
1394 * remake.am ($(srcdir)/Makefile.in): Depend on configure.in.
1395 * remake-subd.am ($(srcdir)/Makefile.in): Depend on configure.in.
1397 * automake.in (handle_scripts): Ensure $scripts_installed set to
1398 boolean value. Test proginst.test.
1400 * Makefile.am (installcheck-local): New target.
1402 * automake.in (require_file): No error if missing file is
1405 Sun Feb 18 17:10:00 1996 Tom Tromey <tromey@creche.cygnus.com>
1407 * automake.in (handle_scripts): SCRIPTS no longer automatically
1408 cleaned. Now possible to install scripts in pkgdatadir.
1409 ($seen_canonical): New variable.
1410 (generate_makefile): Check for config.guess and config.sub here;
1411 fixes bug reported by Gord Matzigkeit.
1413 * Makefile.am (pkgdata_SCRIPTS): New variable.
1414 (CLEANFILES): New macro.
1416 * scripts-clean.am: Removed.
1418 Sat Feb 17 00:15:20 1996 Tom Tromey <tromey@creche.cygnus.com>
1420 * automake.in (am_install_var): Error if primary variable actually
1422 (am_install_var): Skip elements that look like configure
1424 (am_install_var): "EXTRA" is a valid prefix.
1425 (am_install_var): Push contents EXTRA_PRIMARY onto @result.
1426 (handle_merge_targets): Treat "all" target like "install".
1427 (handle_subdirs): Don't push all-recursive.
1429 * header.am (install-@DIR@HEADERS): Don't depend on all.
1430 * data.am (install-@DIR@DATA): Don't depend on all.
1431 * libraries.am (install-@DIR@LIBRARIES): Don't depend on all.
1432 * programs.am (install-@DIR@PROGRAMS): Don't depend on all.
1433 * scripts.am (install-@DIR@SCRIPTS): Don't depend on all.
1435 * automake.in (am_install_var): Push generated install targets
1438 * subdirs.am: No longer depend on Makefile and $(CONFIG_HEADER).
1439 * automake.in (handle_merge_targets): Correctly handle recursive
1440 calls of uninstall, install-exec, and install-data.
1441 (handle_merge_targets): Put Makefile, and possibly $config_name,
1443 (handle_merge_targets): Push 'all' onto @install as appropriate.
1445 Fri Feb 16 18:27:04 1996 Tom Tromey <tromey@creche.cygnus.com>
1447 * automake.in (handle_configure): config.status is in
1448 $(top_builddir), not $(top_srcdir). Reported by Anthony Green.
1450 * automake.in (scan_configure): Recognize (AC|fp)_FUNC_FNMATCH.
1452 Thu Feb 15 19:12:45 1996 Tom Tromey <tromey@creche.cygnus.com>
1454 * automake.in: (seen_prog_yacc): New variable.
1455 (scan_configure): Look for yacc.
1456 (handle_source_transform): Skipp C++ header files.
1457 (handle_source_transform): .cxx is a C++ source file.
1459 Wed Feb 14 08:36:02 1996 Tom Tromey <tromey@creche.cygnus.com>
1461 * depend.am ($(srcdir)/.deps/.P): Use "echo", not ":".
1463 Implemented --verbose feature; idea from Greg Woods:
1464 * automake.in (verbose): New global.
1465 (generate_makefile): Print creating message if verbose.
1466 (grep_for_vers_texi): Print message if verbose.
1467 (handle_dependencies): Ditto.
1468 (scan_configure): Ditto.
1469 (read_am_file): Ditto.
1470 (parse_arguments): Added --verbose.
1471 (initialize_global_constants): Ditto.
1473 * automake.in (get_object_extension): Use am_line_error.
1474 (handle_source_transform): Ditto.
1475 (handle_libraries): Ditto.
1476 (handle_texinfo): Ditto.
1477 (handle_man_pages): Ditto.
1478 (handle_dist): Ditto.
1479 (handle_dist): Ditto.
1480 (handle_subdirs): Ditto.
1481 (handle_configure): Ditto.
1482 (handle_merge_targets): Ditto.
1483 (am_install_var): Ditto.
1484 (am_line_error): Allow actual line number as argument.
1485 (handle_configure): Use am_line_error.
1486 (scan_configure): Set config_header_line.
1487 (config_header_line): New global.
1488 Use @PERL@ to find perl during exec. From Greg Woods.
1490 Tue Feb 13 22:06:51 1996 Tom Tromey <tromey@creche.cygnus.com>
1492 * automake.in (initialize_per_input): Init %content_lines.
1493 (read_am_file): Set appropriate content_lines elements while
1495 (am_line_error): New function.
1496 (read_am_file): Use it.
1497 (handle_options): Ditto.
1499 * automake.in (scan_configure): Handle case where more than one .o
1500 is put into LIBOBJS at once. Test libobj.test.
1502 Mon Feb 12 20:39:28 1996 Tom Tromey <tromey@creche.cygnus.com>
1504 * automake.in (scan_configure): Ignore "\" in AC_OUTPUT line.
1506 (handle_subdirs): Restored intl, po warnings.
1508 * automake.in (scan_configure): Delete everything after "," or
1509 ")". Test acoutnoq.test.
1510 (handle_dist): Use $relative_dir, not nonexistent $subdir.
1511 (handle_subdirs): 'po' and 'intl' are sometimes substituted into
1512 SUBDIRS; don't warn about their absence.
1514 Sun Feb 11 16:55:15 1996 Tom Tromey <tromey@creche.cygnus.com>
1516 * automake.in (handle_texinfo): Removed bogus error message.
1518 * automake.in (handle_texinfo): Push $(INFO_DEPS), not 'info',
1520 (handle_options): Handle version number.
1522 * automake.in ($maint_charset, $dist_charset): New variables.
1523 (initialize_per_input): Init $local_maint_charset.
1524 (handle_dist): Handle DIST_CHARSET and MAINT_CHARSET.
1525 (generate_makefile): Don't print "creating...".
1527 Sat Feb 10 16:45:07 1996 Tom Tromey <tromey@creche.cygnus.com>
1529 * automake.in (get_object_extension): Substitute
1530 @CONFIG_INCLUDE_SPEC@ if CONFIG_HEADER defined.
1531 (handle_source_transform): Use $1, not \1.
1532 (pretty_print_internal): Handle Tabs in fill when computing indent
1534 (handle_merge_targets): Always generate install-exec and
1535 install-data targets. Test instexec.test.
1536 Fixed error message if fp_PROG_INSTALL missing.
1538 * compile-vars.am (DEFS): Include -I., -I$(srcdir), and
1539 @CONFIG_INCLUDE_SPEC@.
1541 * automake.in (scan_configure): Delete everything after "]". Test
1544 * configure.in (AC_OUTPUT): Create tests/Makefile.
1545 * Makefile.am (SUBDIRS): New macro.
1547 * automake.in (handle_texinfo): Put $vtexi on texi_deps. From Jim
1550 * configure.in (AC_OUTPUT): Ensure automake is executable.
1552 Thu Feb 8 17:30:29 1996 Tom Tromey <tromey@creche.cygnus.com>
1554 * automake.in (handle_subdirs): Error if directory in SUBDIRS does
1557 * automake.in (handle_configure): Handle AC_OUTPUT ":" syntax.
1560 * libraries.am (install-@DIR@LIBRARIES): Depend on all, not
1562 * header.am (install-@DIR@HEADERS): Depend on all, not
1564 * data.am (install-@DIR@DATA): Depend on all, not $(@DIR@_DATA).
1565 * scripts.am (install-@DIR@SCRIPTS): Depend on all, not
1567 * programs.am (install-@DIR@PROGRAMS): Depend on all, not
1570 * automake.in (initialize_per_input): Initialize
1572 ($seen_path_xtra): New variable.
1573 (scan_configure): Look for AC_PATH_XTRA.
1574 (get_object_extension): Add variables to output if X seen.
1576 Thu Feb 8 10:02:45 1996 Greg A. Woods <woods@most.weird.com>
1578 * automake.in (handle_programs): add pkglib to list of
1580 (various): include a tab as fill for continuation lines
1581 printed with pretty_print*, esp. for macro variable assignments.
1582 [ changed to 4 spaced by me ]
1584 Wed Feb 7 18:00:29 1996 Tom Tromey <tromey@creche.cygnus.com>
1586 * configure.in (VERSION): Upped to 0.30.
1588 * Makefile.am (automake): Removed.
1589 (DIST_OTHER): Removed.
1591 * automake.in (handle_source_transform): All dep_files are
1592 relative to $(srcdir).
1593 (handle_libraries): Ditto.
1594 (scan_configure): Test for AC_PROG_INSTALL as well as
1595 fp_PROG_INSTALL. Don't error here.
1596 (seen_prog_install): Now global.
1597 (scripts_installed): New global.
1598 (handle_scripts): Set it.
1599 Give error if appropriate install macro not seen.
1600 (handle_subdirs): Ensure $seen_gettext before requiring
1601 gettext-specific files.
1602 (handle_configure): Automatically rebuild
1605 * automake.in (handle_source_transform): Use \W when quoting
1606 regexp. When blah_SOURCES not explicitly defined, still create
1608 * depend.am ($(srcdir)/.deps/%.P): Don't use \< in regexp.
1609 * subdirs.am (maintainer-clean-recursive): Now depends on
1610 $(CONFIG_HEADER) and Makefile.
1612 * automake.in (handle_source_transform): Skip macro references.
1614 Mon Feb 5 14:58:58 1996 Tom Tromey <tromey@creche.cygnus.com>
1616 * automake.in (handle_texinfo): Include "rm" when deleting files.
1618 * Makefile.am (maintainer-check): Expect only one ${...}.
1619 * texinfos.am (install-info): Remove unneeded ${...}. From Jim
1622 * automake.in (handle_configure): Only define CONFIG_HEADER if
1624 ($seen_gettext): New variable.
1625 (handle_subdirs): Do all gettext-related checking here.
1626 (scan_configure): Just set $seen_gettext.
1627 (handle_man_pages): Properly quote $(MANS).
1629 Wed Jan 31 09:51:30 1996 Tom Tromey (tromey@gerbil.cygnus.com)
1631 * depend.am: Don't use srcdir anywhere.
1632 * automake.in (handle_libraries): Don't make .deps relative to
1634 (handle_options): Recognize no-dependencies.
1636 * depend.am (MKDEP): From Jim Meyering: Do nothing if srcdir is
1637 ".". Properly quote regexp.
1639 Tue Jan 30 12:19:09 1996 Tom Tromey (tromey@gerbil.cygnus.com)
1641 * automake.in (handle_configure): Only defined CONFIG_HEADER if
1643 (read_am_file): Quote regexp when substituting top_builddir.
1644 (handle_source_transform, handle_libraries): Look in
1645 $(srcdir)/.deps for .P files.
1647 Fri Jan 26 00:15:25 1996 Tom Tromey <tromey@creche.cygnus.com>
1649 * automake.in (am_conf_error): New function.
1650 (scan_configure): Use it.
1651 (scan_configure): A comma also ends AC_OUTPUT macro.
1653 * automake.in (read_am_file): Compute top_builddir when including
1655 (handle_configure): Use $top_builddir, not $top_reldir.
1656 (other_input_files): New variable.
1657 (dirname): Fixed bug where dirname of 'a/b/c' was 'a', not 'a/b'.
1659 Changes from Gord Matzigkeit to enabled hierarchies deeper than 2:
1660 * automake.in (input_files, seen_make_set): Declare globally.
1661 (parse_arguments): Use input_files, not make_list.
1662 Only scan configure.in once.
1663 (handle_dist): Use SUBDIRS to determine when to make
1664 subdirectories and recurisvely dist. Use $(topdir), not "..", to
1665 find top of dist tree.
1666 (handle_configure): Check for AC_PROG_MAKE_SET here. Don't require
1667 configure.in (done elsewhere).
1668 (scan_configure): seen_make_set is global. Allow arbitrary space
1669 in LIBOBJS assignment.
1670 (top_builddir): New variable.
1671 * header-vars.am (top_builddir): New variable.
1672 * remake-subd.am (Makefile): Look in top_builddir, not .., when
1674 * automake.in (handle_merge_targets): Run 'all' before
1677 * automake.in (file_contents_with_transform): Changed error
1679 (handle_configure): Define $contents{'CONFIG_HEADER'}.
1681 * texi-version.am: Many changes to support multiple .texi files.
1682 Replaced "version.texi" with "@VTEXI@". Replaced "vti" with
1684 * automake.in (handle_configure): install.sh is an anachronism.
1685 (handle_texinfo): Generalized for multiple .texi files. Handle
1686 'clean-info' internally.
1687 * texi-clean.am: Removed.
1688 * Makefile.am: Updated for removal.
1690 Wed Jan 24 22:55:32 1996 Tom Tromey <tromey@creche.cygnus.com>
1692 * automake.in (grep_for_vers_texi): New function.
1693 (handle_texinfo): Use grep_for_vers_texi, not system("grep").
1694 (handle_texinfo): Changes to generalize to multiple .texi files.
1696 Tue Jan 23 14:22:16 1996 Tom Tromey <tromey@creche.cygnus.com>
1698 Fixes from Gord Matzigkeit:
1699 * libraries.am (install-@DIR@LIBRARIES): Use top_srcdir, not
1701 * header.am: New file.
1702 * Makefile.am (pkgdata_DATA): Install header.am.
1703 * automake.in (handle_headers): Use header.am, not data.am.
1704 (am_install_var): Allow pattern to be compiled multiple times.
1706 * config.guess, config.sub: New files.
1707 * Makefile.am (pkgdata_DATA): Install config.guess and
1709 * automake.in (scan_configure): Recognize AC_CANONICAL_HOST and
1710 AC_CANONICAL_SYSTEM.
1712 Sun Jan 21 15:51:48 1996 Tom Tromey <tromey@creche.cygnus.com>
1714 * automake.in (handle_texinfo): Use info_TEXINFOS, not TEXINFOS.
1715 (handle_man_pages): Use man_MANS, not MANS.
1717 * Makefile.am (info_TEXINFOS): Renamed.
1719 * automake.in (scan_configure): Remove comments from input line.
1720 (am_variable): Removed.
1722 * remake-hdr.am (stamp-h): Use new macro CONFIG_HEADER_IN.
1724 * automake.in (config_name, config_header): New globals.
1725 (scan_configure): Look for AC_CONFIG_HEADER.
1726 (handle_configure): Handle more uses of AC_CONFIG_HEADER.
1728 Sat Jan 20 15:54:24 1996 Tom Tromey <tromey@creche.cygnus.com>
1730 * automake.in (handle_dist_worker): Bug fix.
1732 Fri Jan 19 00:50:29 1996 Tom Tromey <tromey@creche.cygnus.com>
1734 * automake.in (require_file): Install missing files only according
1735 to desired strictness.
1736 (initialize_per_input): Don't init libsources.
1737 (scan_configure): Reinit libsources.
1738 (handle_libraries): Search _LIBADD for @LIBOBJS@ and @ALLOCA@.
1739 (fp_c_prototypes): New global.
1740 (scan_configure): Set it.
1741 (get_object_extension): Error if fp_C_PROTOTYPES not in
1742 configure.in when using ansi2knr.
1743 (handle_source_transform): Skip header files.
1745 * automake.in (handle_dist_worker): Explicitly make 'dist' in
1748 Thu Jan 18 00:25:56 1996 Tom Tromey <tromey@creche.cygnus.com>
1750 From François Pinard:
1751 * automake.in (handle_source_transform): Transform $o file into .P
1753 (handle_dist_worker): Handle case where DISTFILES includes
1754 wildcard. Bug fix in subdir case.
1756 * automake.in (parse_arguments): Initialize strictness to
1759 Sun Jan 14 13:54:16 1996 Tom Tromey <tromey@creche.cygnus.com>
1761 * automake.in (scan_configure): Look for NLS support.
1763 Changes from François Pinard:
1764 * texinfos.am (install-info): Correctly install when build dir is
1766 * tags-subd.am (ID): Indentation change.
1767 * kr-vars.am (o): Use ".@U@o", not "@U@o".
1768 * depend.am ($(srcdir)/.deps/%.P): Remove temporary file.
1769 * automake.in (handle_dist_worker): Fixlets.
1770 (handle_dist): Sort keys going into dist_common.
1772 Sat Jan 13 00:18:06 1996 Tom Tromey <tromey@creche.cygnus.com>
1774 * automake.in (handle_dist_worker): If Gnits, don't allow release
1775 until NEWS is updated.
1777 * configure.in (VERSION): Version 0.29.
1779 * Makefile.am (maintainer-check): Look for perl4.036 in path.
1781 * dist-vars.am (DISTFILES): Include BUILT_SOURCES.
1782 (DEP_DISTFILES): Ditto.
1784 * automake.in (handle_dist_worker): Depend on DEP_DISTFILES.
1785 * dist-vars.am (DEP_DISTFILES): New variable.
1787 * automake.in (handle_options): Support dist-shar option.
1788 (handle_dist_worker): New function.
1789 (handle_dist): Use it.
1791 * texi-version.am (mostlyclean-vti): Remove version.tmp, not
1794 * automake.in (handle_dist): Chmod distdir 777. From François
1797 * automake.in (scan_configure): New function.
1798 (initialize_per_input): Init libsources.
1799 (generate_makefile): Run handle_configure first.
1800 (handle_configure): Run scan_configure.
1801 (handle_configure): Don't look for AC_PROG_MAKE_SET here.
1803 Thu Jan 11 23:14:18 1996 Tom Tromey <tromey@creche.cygnus.com>
1805 * Makefile.am (AUTOMAKE_OPTIONS): New variable.
1807 * automake.in (strictness, strictness_name): Renamed.
1808 (initialize_per_input): Set strictness, strictness_name.
1809 Initialize %options.
1810 (generate_makefile): Run handle_options.
1811 (handle_options): New function.
1812 (handle_man_pages): Make install-man depend on $(MANS). Turn off
1813 man page install if no-installman option given.
1814 (read_am_file): Deprecate @kr@.
1815 (get_object_extension): Look at ansi2knr option.
1816 (parse_arguments): Take global strictness from command-line
1819 Tue Jan 9 11:24:14 1996 Tom Tromey <tromey@creche.cygnus.com>
1821 Fixes from François Pinard:
1822 * depend.am ($(srcdir)/.deps/%.P): Handle deansification.
1823 * automake.in (get_object_extension): Use $o, not $(kr)o.
1824 (handle_source_transform): Don't look for $(kr)c files.
1825 * kr-vars.am (o): New macro.
1828 * depend.am (DEP_FILES): Removed.
1829 * automake.in (handle_source_transform): Push .P file onto
1831 (initialize_per_input): New variable %dep_files.
1832 (handle_dependencies): Generate DEP_FILES here.
1834 Mon Jan 8 22:27:33 1996 Tom Tromey <tromey@creche.cygnus.com>
1836 * automake.in (do_one_clean_target): Only remove config.status in
1837 top-level directory.
1838 (handle_tags): Removed 'id' from .PHONY list. From Jim Meyering.
1840 * clean.am (maintainer-clean-generic): Remove BUILT_SOURCES.
1842 * automake.in (handle_dist): Make "ln" quiet.
1844 * tags-subd.am (ID): Depend on HEADERS and SOURCES.
1846 Sat Jan 6 10:58:23 1996 Tom Tromey <tromey@cambric.colorado.edu>
1848 * automake.in (handle_merge_targets): 'check' shouldn't depend on
1850 (file_contents_with_transform): New function.
1851 (am_install_var): Use file_contents_with_transform.
1852 (handle_programs): Ditto.
1853 (handle_libraries): Ditto.
1854 (handle_texinfo): Ditto.
1855 (handle_merge_targets): Let 'install' depend on 'all' if no other
1856 dependencies exist. From Jim Meyering.
1857 (check_gnu_standards): GNU requires AUTHORS file. (See
1859 (require_file): Put body in loop.
1860 (get_object_extension): Only call require_file once.
1861 (handle_configure): Ditto.
1864 * depend.am ($(srcdir)/.deps/.P): Depend on $(BUILT_SOURCES).
1865 * tags-subd.am (id): Removed.
1867 Fri Jan 5 10:31:19 1996 Tom Tromey <tromey@cambric.colorado.edu>
1869 * Added copyright notice to each .am file.
1871 * automake.in: Cleanups from François Pinard to avoid $#.
1872 (require_argument): Fixed sense of test.
1873 (set_strictness): Bug fix.
1875 Thu Jan 4 21:21:29 1996 Tom Tromey <tromey@cambric.colorado.edu>
1877 * Makefile.am (pkgdata_DATA): Removed old dist files.
1879 * dist-subd-top.am, dist-subd.am, dist.am: Removed.
1881 * automake.in (set_strictness): Set $strictness_name.
1882 (strictness_name): New variable.
1883 (handle_dist): Substantially rewrote.
1885 * configure.in: Point AC_INIT at automake.in.
1887 * automake.in (generate_makefile): Report errors against
1888 Makefile.in, not Makefile.am.
1890 Wed Jan 3 00:05:40 1996 Tom Tromey <tromey@cambric.colorado.edu>
1892 * mdate-sh: Bug fix from Jim Meyering.
1894 * dist.am (dist): Changed in parallel with dist-subd-top.am.
1896 * mkinstalldirs: Reverted.
1898 * automake.in (initialize_global_constants): Allow COPYING.LIB
1900 (check_gnits_standards): Disallow COPYING.LIB.
1902 * texinfos.am (install-info): Only look in $(srcdir) for info
1905 * automake.in (initialize_global_constants): New variable
1907 (read_am_file): Put a copyright in each Makefile.in.
1909 * dist-vars.am (DISTFILES): Put DIST_COMMON first.
1911 * automake.in (am_install_var): Put space before "=".
1912 (handle_dist): Put README first in DIST_COMMON.
1914 * Makefile.am (pkgdata_DATA): Include COPYING.
1916 * COPYING: New file.
1918 * automake.in (parse_arguments): Added --gnu and --gnits as
1920 (initialize_global_constants): Ditto.
1921 (initialize_global_constants): Don't auto-distribute COPYING.LIB.
1922 (initialize_global_constants): Look for README first.
1923 (initialize_global_constants): Auto-distribute AUTHORS, BACKLOG,
1925 (check_gnu_standards): Require file COPYING.
1927 From François Pinard:
1928 * automake.in (file_contents): Comment out "warn"s.
1929 (usage): Use 4 columns.
1930 (USAGE_FORMAT): Ditto.
1932 * texinfos.am (install-info): Look for info file relative to $$d.
1934 * Makefile.am (cvs-dist): Suppress output of "grep".
1936 * configure.in (VERSION): Version 0.28.
1938 * automake.in (pretty_print_internal): Fix for Perl 4
1941 * configure.in (VERSION): Version 0.27.
1943 * depend.am ($(srcdir)/.deps/%.P): Must regexp-quote srcdir in sed
1946 * automake.in (initialize_global_constants): Don't quote "@" in
1947 $install_man_format.
1948 (handle_merge_targets): use "@:" as empty command, not ":".
1950 Tue Jan 2 23:33:24 1996 Tom Tromey <tromey@cambric.colorado.edu>
1952 * texinfos.am (install-info): Look in $d for info files. From
1955 * depend.am ($(srcdir)/.deps/%.P): Fixed regexp.
1957 * automake.in (read_am_file): Correctly deal with continued
1958 variable definitions.
1960 Mon Jan 1 15:43:25 1996 Tom Tromey <tromey@cambric.colorado.edu>
1962 * automake.in (handle_merge_targets): 'check' target depends on
1964 (file_contents): Don't be so verbose.
1965 (read_am_file): Ditto.
1966 (read_am_file): Must use substr to check for trailing \.
1967 (am_install_var): Use push_phony_cleaners.
1968 (file_contents): Set $was_rule when assuming a rule is seen.
1969 (read_am_file): Ditto.
1970 (do_one_clean_target): Removed spurious newline.
1972 Some changes from François Pinard:
1973 * Removed trailing whitespace from all '.am' files.
1974 * tags-subd.am (ID): Use &&, not ;.
1976 * automake.in (parse_arguments): Removed useless message.
1977 (parse_arguments): Don't explicitly referenced STDERR.
1978 (require_argument): Ditto.
1980 (set_strictness): Ditto.
1981 (file_contents): Ditto.
1982 (read_am_file): Ditto.
1983 (generate_makefile): Style tweaks.
1984 (handle_programs): Ditto.
1985 (handle_libraries): Ditto.
1986 (handle_texinfo): Ditto.
1987 (handle_man_pages): Ditto.
1988 (handle_tags): Ditto.
1989 (handle_dist): Ditto.
1990 (handle_subdirs): Ditto.
1991 (handle_configure): Ditto.
1992 (handle_footer): Don't put newline before footer.am contents.
1993 (handle_merge_targets): Style tweaks.
1994 (do_one_clean_target): Ditto.
1996 (am_variable): Ditto.
1997 Defined some new constants.
1998 (generate_makefile): Don't call generate_header.
1999 (generate_header): Removed.
2000 (file_contents): Rewrote.
2001 (read_am_file): Rewrote.
2003 * automake.in (generate_makefile): Handle phony target.
2004 (do_one_clean_target): Pretty-print dependencies.
2005 (handle_installdirs): Pretty-print rule.
2007 * Makefile.am (maintainer-check): Made some commands silent.
2009 * automake.in (initialize_global_constants): Don't install or
2010 uninstall cat'd man pages.
2011 (initialize_per_input): Added phony target.
2012 (push_phony_cleaners): New function.
2013 (get_object_extension): Handle phony targets.
2014 (handle_texinfo): Ditto.
2015 (handle_man_pages): Ditto.
2016 (handle_tags): Ditto.
2017 (handle_dist): Ditto.
2018 (handle_subdirs): Ditto.
2019 (handle_installdirs): Ditto.
2020 (handle_merge_targets): Ditto.
2021 (handle_clean): Ditto.
2022 (do_one_merge_target): Ditto.
2023 (am_install_var): Ditto.
2024 (handle_phony): New function.
2025 (generate_makefile): Call it.
2026 (pretty_print_internal): New function.
2027 (pretty_print_rule): Ditto.
2029 Sun Dec 31 13:04:59 1995 Tom Tromey <tromey@cambric.colorado.edu>
2031 * automake.in (initialize_global_constants): Don't print body of
2034 Changes from François Pinard:
2035 * depend.am (MKDEP): Include DEFS, INCLUDES, CPPFLAGS, CFLAGS.
2036 (DEP_FILES): Put dependency files in $(srcdir).
2037 Look in $(srcdir) when including dependency files.
2038 ($(srcdir)/.deps/.P): .deps/.P is in $(srcdir).
2039 (.deps/%.P): MKDEP includes all macro expansions.
2040 * dist-subd-top.am (dist): Get absolute path for distdir. Don't
2042 * dist-subd.am (dist): Don't be so verbose.
2043 * dist.am (dist): Don't be so verbose.
2045 * automake.in (do_one_clean_target): Remove config.status in
2046 maintainer-clean. From Jim Meyering.
2048 * programs-clean.am (clean-@DIR@PROGRAMS): Bug fix. From Jim
2051 * automake.in (handle_merge_targets): Add dummy command for empty
2052 install target. From Jim Meyering.
2054 Tue Dec 12 10:06:28 1995 Tom Tromey <tromey@cambric.colorado.edu>
2056 * texinfos.am (uninstall-info): Bug fix.
2058 * Makefile.am (maintainer-check): Error if ${...} used.
2059 * depend.am (DEP_FILES): Prefer $(...).
2061 * scripts.am (install-@DIR@SCRIPTS): Only install script if it
2063 * libraries.am (install-@DIR@LIBRARIES): Only install library if
2065 * programs.am (install-@DIR@PROGRAMS): Only install program if it
2068 * texinfos-vars.am (TEXFILES): Removed.
2070 * Makefile.am (pkgdata_DATA): Removed libprograms.am.
2072 * automake.in (do_one_merge_target): Never generate trailing
2074 (pretty_print): New function.
2075 (handle_footer): Prettyprint definitions.
2076 (am_install_var): Ditto.
2077 (handle_source_transform): Ditto.
2078 (handle_dist): Ditto.
2079 (handle_libraries): Ditto.
2080 (read_am_file): Put comments nearer appropriate code.
2082 * texi-clean.am (mostlyclean-info): Use continued lines, not
2083 multiple rm's. From Jim Meyering.
2085 Sun Dec 10 11:59:33 1995 Tom Tromey <tromey@cambric.colorado.edu>
2087 * Makefile.am (pkgdata_DATA): Cause INSTALL, install-sh, mdate-sh,
2088 mkinstalldirs, texinfo.tex to be installed.
2089 * automake.in (symlink_exists): New global.
2090 (install_missing): Ditto.
2091 (require_file): Install missing files if possible.
2092 (parse_arguments): Handle --install-missing option.
2093 (initialize_global_constants): Document --install-missing.
2095 * Makefile.am (cvs-dist): Don't release unless NEWS updated.
2096 Ensure 'checks' pass before release.
2097 (maintainer-check): Renamed. Look in $(srcdir) for sources. From
2099 (cvs-dist): Depend on maintainer-check instead of explicitly
2102 * configure.in (VERSION): Version 0.26.
2104 * Makefile.am (check-local): Only look at [a-z]*.am. Fixed sense
2107 * depend.am (DEP_FILES): Bug fix.
2109 * automake.in (do_one_clean_target): Typo.
2111 * Makefile.am (check-local): Run syntax check under Perl 4.
2113 * automake.in: Fixes for Perl 4, from Gord Matzigkeit.
2114 (handle_source_transform): Loop variable is now $_. From Gor
2116 * Makefile.am (check-local): Check for 'true' in source.
2117 * texinfos.am (install-info): Can't use "true" in any rule.
2119 Sat Dec 9 10:16:48 1995 Tom Tromey <tromey@cambric.colorado.edu>
2121 * Makefile.am (cvs-dist): New target.
2123 * tags.am (TAGS): Use "test -z ... ||" to avoid spurious
2126 * texinfos.am (install-info): Don't do install-info for now.
2128 * clean.am (distclean-generic): Don't remove config.status here.
2129 * automake.in (do_one_clean_target): Remove config.status later,
2130 for 'make -j2'. From Jim Meyering.
2132 Fri Dec 8 16:30:48 1995 Tom Tromey <tromey@cambric.colorado.edu>
2134 * configure.in (VERSION): Version 0.25.
2136 * automake.in (handle_texinfo): Use "$? >> 8", not "$?".
2137 (handle_configure): Check for AC_PROG_MAKE_SET.
2139 * depend.am (DEP_FILES): Handle deANSIfication case. From Jim
2142 * automake.in (am_install_var): Changed how 'clean' handled for
2143 uniform name targets.
2144 * Makefile.am (pkgdata_DATA): Added new files.
2145 * data-clean.am: New file.
2146 * scripts-clean.am: New file.
2147 * libraries-clean.am: New file.
2148 * programs-clean.am: New file.
2150 Wed Dec 6 00:06:11 1995 Tom Tromey <tromey@cambric.colorado.edu>
2152 * automake.in (am_install_var): Error if variable name
2154 (handle_source_transform): Automatically include .c file
2155 corresponding to .y or .l.
2157 Tue Dec 5 00:46:14 1995 Tom Tromey <tromey@cambric.colorado.edu>
2159 * programs.am: Changed for uniform naming scheme.
2161 * automake.in (read_am_file): Allow '-' and '.' in target names.
2162 (generate_makefile): Don't pass arguments to handle_libraries.
2163 (initialize_per_input): Define @sources, @objects.
2164 (generate_makefile): Init @sources, @objects if needed.
2165 (handle_source_transform): Push onto @sources, @objects here.
2166 (am_install_var): Push primary onto @all, for configure-time
2168 (handle_programs): Use new uniform naming scheme.
2170 * Makefile.am (check-local): New target.
2172 * automake.in (handle_libraries): Use uniform naming scheme.
2174 * libraries.am: Rewrote for uniform naming scheme.
2176 * scripts.am: Updated names of all clean targets.
2178 * automake.in (handle_programs): Split on all whitespace.
2179 (handle_libraries): Ditto.
2180 (handle_texinfo): Ditto.
2181 (handle_man_pages): Ditto.
2182 (am_install_var): Changed return result.
2183 (am_install_var): Changed interface.
2184 (am_install_var): Push onto @clean@ if requested.
2185 (handle_scripts): Pass -clean to am_install_var.
2187 Mon Dec 4 11:55:36 1995 Tom Tromey <tromey@cambric.colorado.edu>
2189 * automake.in (am_install_var): Push target onto @all.
2190 (get_object_extension): Use $(...).
2191 (handle_source_transform): Ditto.
2192 (handle_programs): Ditto.
2194 * automake.in (require_argument): New function.
2195 (parse_arguments): Use it.
2196 (push_dist_common): New function.
2197 (generate_makefile): Use it.
2198 (handle_texinfo): Ditto.
2199 (handle_dist): Ditto.
2200 (handle_configure): Ditto.
2201 (require_file): Ditto.
2202 (generate_makefile): Don't pass arguments to handle_scripts.
2203 (handle_configure): Require configure.in.
2204 (check_gnu_standards): New function.
2205 (check_gnits_standards): Ditto.
2206 (generate_makefile): Check standards.
2208 * Makefile.am (bin_SCRIPTS): Changed name from SCRIPTS.
2210 * automake.in (LENIENT, GNU, GNITS): New constants.
2211 (initialize_per_input): New function.
2212 (generate_makefile): Use it.
2213 (initialize_global_constants): Renamed from init_globals.
2214 (require_file): Added strictness argument.
2215 (parse_arguments): Added --strict option.
2216 (set_strictness): New function.
2217 (parse_arguments): use it.
2218 (initialize_global_constants): Document --strictness.
2220 * automake.in: Use ${1+"$@"} to preserve quoting when running
2223 * texinfos.am (install-info): Don't use "true".
2224 * tags.am (TAGS): Don't use "true".
2226 * dist.am, dist-subd-top.am, remake-hdr.am, remake-subd.am,
2227 remake.am, subdirs.am, texinfos.am: Use "&&" after cd.
2229 * program.am (@PROGRAM@): Use LINK macro.
2230 * compile.am (.c.o): Use COMPILE macro.
2232 * clean.am, remake-hdr.am, remake.am, texinfos.am: Use $(...), not
2235 * subdirs.am (RECURSIVE): Removed macro.
2237 * clean.am: Changed to not be so verbose.
2239 * Makefile.am (pkgdata_DATA): Include texi-clean.am.
2240 * automake.in (handle_texinfo): Transform texi-clean and put into
2242 * texinfos-vars.am (TEXFILES): Removed.
2243 * texinfos.am: Removed 'clean' targets.
2244 * texi-clean.am: New file.
2246 * Makefile.am (ETAGS_ARGS): Just use 'automake.in'.
2248 * texinfos-vars.am (TEXFILES): Added *.op.
2250 * dist-vars.am (DISTFILES): Renamed from DIST_FILES, per GNU
2252 * dist.am (dist): Use DISTFILES.
2253 * dist-subd.am (dist): Use DISTFILES.
2254 * dist-subd-top.am (dist): Use DISTFILES.
2256 Sun Dec 3 00:24:08 1995 Tom Tromey <tromey@cambric.colorado.edu>
2258 * Makefile.am (ETAGS_ARGS): Define.
2260 * depend.am (.deps/.P): Use ":", not "echo timestamp". From Jim
2263 * dist-vars.am (DIST_FILES): Removed PACKAGEDATA.
2265 * automake.in (handle_scripts): Use am_install_var.
2267 * scripts.am: Rewrote for new uniform naming scheme.
2269 * Makefile.am (pkgdata_DATA): Removed libscripts.am.
2271 * libscripts.am: Removed.
2273 * packagedata.am: Removed.
2275 * Makefile.am (PACKAGEDATA): Removed packagedata.am.
2276 (pkgdata_DATA): Renamed from PACKAGEDATA.
2278 * automake.in (handle_data): Use am_install_var.
2279 (init_globals): Init %exec_dir_p.
2281 * data.am: Rewrote for new uniform naming scheme.
2283 * automake.in (get_object_extension): New function.
2284 (handle_programs): Use it.
2285 (dir_holds_sources): Changed interpretation.
2286 (handle_headers): New function.
2287 (am_install_var): New function.
2288 (generate_makefile): Call handle_headers.
2290 * header-vars.am (pkgdatadir): New macro.
2292 (pkgincludedir): Ditto.
2294 * automake.in (handle_source_transform): New function.
2295 (am_error): New function.
2296 (generate_makefile): Use it.
2297 (handle_source_transform): Ditto.
2298 (handle_texinfo): Ditto.
2299 (handle_dependencies): Ditto.
2300 (handle_merge_targets): Ditto.
2301 (require_file): Ditto.
2303 Sat Dec 2 21:39:56 1995 Tom Tromey <tromey@cambric.colorado.edu>
2305 * automake.in: Updated FSF address. From Jim Meyering.
2306 * header-vars.am: Updated FSF address.
2308 * distname.am: Removed.
2310 * automake.in (file_contents): Strip "##" comments.
2311 * Various files: Added "##" comments for strange things.
2313 * automake.in (handle_tags): Generate TAGS rule for every
2316 * subdirs.am (RECURSIVE): Include installcheck-recursive.
2317 * automake.in (installcheck): New variable.
2318 (generate_makefile): Initialize it.
2319 (handle_subdirs): Push 'installcheck-recursive'.
2320 (handle_merge_targets): Handle installcheck target.
2322 Thu Nov 30 20:13:16 1995 Tom Tromey <tromey@cambric>
2324 * automake.in ($PACKAGE): Removed.
2326 * header-vars.am (ALL): Removed.
2328 * automake.in: Reworked 'all' target handling.
2330 * automake.in (generate_makefile):
2331 Don't use AM_ forms in call to am_variable.
2333 * automake.in: Changes for Perl 5, from Gord Matzigkeit
2335 * clean.am (MOSTLYCLEANFILES, MAINTAINERCLEANFILES): New variables.
2337 * automake.in (handle_footer): Allow SUFFIXES variable.
2339 * automake.in (am_variable): New function.
2340 (handle_texinfo): Use it.
2341 (generate_makefile): Use it.
2343 * configure.in: Version 0.24.
2345 Wed Nov 29 23:50:14 1995 Tom Tromey <tromey@cambric>
2347 * automake.in (handle_libraries):
2348 Generate blah_LIBADD defines if required.
2350 * library.am (lib@LIBRARY@.a): Look at $(@LIBRARY@_LIBADD)
2352 * libraries-vars.am (LIBOBJS, ALLOCA): Removed.
2354 * compile-kr.am: ($(OBJECTS)): Depend on $(ANSI2KNR), not ansi2knr.
2356 * configure.in: Version 0.23
2358 * dist-subd-top.am (dist): Don't die if a subdirectory already exists.
2360 * dist-subd-top.am, dist.am (dist): Give automake --output-dir option.
2362 * automake.in: New option --output-dir
2364 * automake.in (handle_configure): Fixed typo.
2366 * automake.in (handle_installdirs): Always make installdirs target.
2368 * subdirs.am (RECURSIVE): Removed uninstall-data-recursive and
2369 uninstall-exec-recursive. Added installdirs-recursive.
2371 * automake.in (handle_installdirs): Handle installdirs-recursive.
2372 (handle_man_pages): 'all' depends on $(MANS)
2374 * Makefile.am: Removed mans.am.
2376 * automake.in: More man-related fixes
2378 * automake.in: Bug fixes
2380 * automake.in: Rewrote man page handling.
2382 * texi-version.am, remake-hdr.am, depend.am: Don't use touch.
2384 * automake.in (handle_installdirs): New function.
2385 (@installdirs): New global.
2386 Many changes to deal with installdirs.
2388 * clean.am (clean-generic): Always supply 'else' clause to 'if'
2390 * automake.in (generate_header): Don't use header.am.
2391 (handle_dist): Don't use dist-subd-vars.am.
2393 * Makefile.am (PACKAGEDATA): Removed dist-subd-vars.am, header.am.
2395 * Makefile.am (DISTCLEANFILES): Removed.
2397 * clean.am (clean-generic): Bug fix.
2399 * clean.am (clean-generic): Only remove CLEANFILES if nonempty
2401 * texi-version.am (clean-vti): No such macro as VTI
2403 Tue Nov 28 19:56:07 1995 Tom Tromey <tromey@cambric>
2405 * automake.in: Bug fix for maintainer-clean
2407 * automake.in (do_one_clean_target):
2408 Print special text in maintainer-clean.
2409 (handle_clean): Always include clean.am
2411 * clean.am: Use -generic clean targets.
2413 * compile.am: Added clean targets.
2415 * configure.in: Version 0.22.
2417 * automake.in (handle_dependencies):
2418 Put trailing newline after all deps.
2420 * automake.in (handle_dependencies): Another dependency bug fix.
2422 * automake.in (handle_dependencies):
2423 Bug fix when including dependencies.
2425 * automake.in (handle_configure):
2426 Verify existence of install-sh, mkinstalldirs
2428 * automake.in (handle_texinfo): Include stamp-vti in distribution
2430 * dist-subd-vars.am, dist-vars.am (DIST_FILES):
2431 Include DATA, PACKAGEDATA.
2433 * Makefile.am: Nothing
2435 * Makefile.am (DIST_OTHER): Don't distribute gettext-sh
2437 * automake.in (handle_texinfo): Typo
2439 * automake.in: If script ends up in shell, feed to perl
2441 * automake.in: Rewrote 'clean' rules.
2442 Documentation made and installed first.
2443 'all' depends on 'info'
2445 Mon Nov 27 23:57:29 1995 Tom Tromey <tromey@cambric>
2447 * configure.in, Makefile.am: Turned off internationalization.
2449 * clean-kr.am: Rewrote for new clean scheme.
2451 * tags-clean.am: Remove TAGS in distclean, not maintainer-clean
2453 * Makefile.am (PACKAGEDATA): Include tags-clean.am
2455 * subdirs.am: Removed bogus local clean targets
2457 * tags-clean.am: Initial revision
2459 * texi-version.am: Added clean targets
2461 * texinfos.am: Fixes to clean targets.
2463 * texinfos.am, libscripts.am, scripts.am, libraries.am, libprograms.am, programs.am:
2466 * compile-kr.am (ansi2knr.o): Depend on CONFIG_HEADER
2468 * automake.in: Completely revamped automatic de-ANSI-fication
2470 * compile-kr.am: (ansi2knr, $(OBJECTS)): New targets
2472 * compile-vars.am (LINK): New macro
2474 * kr-vars.am: Trailing blank line
2476 * compile-kr.am: Rewrote
2478 * compile-vars.am (COMPILE): New macro
2480 * compile-vars.am (ANSI2KNR): Removed
2482 * Makefile.am (PACKAGEDATA): Removed all sed scripts. Added kr-vars.am
2484 * kr-vars.am: Initial revision
2486 * automake.in (require_file): New function.
2487 (handle_texinfo): Require 'mdate-sh'
2488 (common_sometimes): New variable
2491 * texi-version.am (stamp-vti): Use Ulrich's mdate-sh script
2493 * mdate-sh: Initial revision
2495 * automake.in (handle_footer): Don't define SOURCES or OBJECTS if empty
2497 * automake.in (generate_makefile):
2498 Put Makefile.in, Makefile.am in @dist_common
2499 (handle_configure): Use @dist_common as appropriate
2501 * dist-subd-vars.am, dist-vars.am (DIST_CONF): Removed
2503 * configure.in: Abort if perl not found
2505 * configure.in: Look for perl
2507 * automake.in: Reimplemented in Perl
2509 * automake.in: Fixlet
2511 Sun Nov 26 08:09:30 1995 Tom Tromey <tromey@cambric>
2513 * automake.in: Always print ".SUFFIXES:" rule.
2515 * automake.in: Distribution config.h.in if required
2517 * automake.in: Bug fix when including texi-version.am
2519 * automake.in: Bug fix when looking for .texi file in $am_reldir
2521 * depend.am: Comment fix
2523 * automake.in: Look for .texi file in $am_reldir
2525 * automake.in: Fixlet
2527 * automake.in: Blank line after targets from user's Makefile.am
2529 * automake.in: Move footer items to actual footer
2531 * automake.in: Include stamp-h.in in DIST_COMMON if necessary
2533 * automake.in (common):
2534 Don't include acconfig.h, config.h.top, config.h.bot
2536 * Makefile.am (CONFIG_HEADER): Renamed from CONFIG_H
2538 * Makefile.am (CONFIG_H): Define
2540 * acconfig.h: Initial revision
2542 * configure.in: Use AC_CONFIG_HEADER.
2544 * automake.in: Put blah_TEXINFOS into DIST_COMMON
2546 * automake.in: .info file explicitly depends on primary .texi file
2548 * texinfos.am (install-info): Always supply 'else' clause to 'if'
2550 * tags.am (TAGS): Always supply 'else' clause to 'if'
2552 * subdirs.am (.NOEXPORT): Removed (now in footer.am)
2554 * automake.in: Always include footer.am in output
2556 * mans.am (install-man): Always supply 'else' clause to 'if'
2558 * automake.in: More version.texi fixes
2560 * automake.in: Only do version.texi processing if requested.
2562 * automake.in: Minor internationalization fixes.
2563 Subshell can now exit with nonzero status.
2564 Fixed up .texi handling; now uses texi-version.am
2565 Make sure '.c' and '.o' are in .SUFFIXES if required.
2567 * Makefile.am (PACKAGEDATA): Include texi-version.am
2568 (stamp-vti, version.texi): Removed
2569 (TEXINFOS): Don't reference version.texi
2571 * texi-version.am: Initial revision
2573 * dist.am, dist-subd-top.am (dist):
2574 [DIST_SUBDIRS] Follow symlinks when copying.
2576 * dist-subd-top.am (dist): Removed unneeded subdir= option to make
2578 Sat Nov 25 23:23:39 1995 Tom Tromey <tromey@cambric>
2580 * automake.in: Added --amdir option
2582 * Makefile.am, configure.in: Turned on internationalization
2584 * Makefile.am: Set EDITION
2586 * configure.in: Version 0.21
2588 * tags.am, tags-subd.am: Don't use double-colon rules
2590 * automake.in: Redid install-data, install-exec, uninstall handling
2592 * configure.in: Turn off i18n
2594 Fri Nov 24 23:51:37 1995 Tom Tromey <tromey@cambric>
2596 * automake.in (common): Remove NLS
2598 * automake.in (common): Include ABOUT-NLS.
2600 * automake.in: Test for install-sh and mkinstalldirs
2602 * automake.in: Blank line after OBJECTS= line
2604 * automake.in: Start subshell in loop after check for Makefile.am
2606 * automake.in: --use-deps now the default
2608 * automake.in (am_dir): Don't apply transform to install directory name
2610 * packagedata.am: Don't apply transform to install directory name
2612 * Makefile.am (SUBDIRS): Hold off on internationalization
2614 Thu Nov 23 18:02:38 1995 Tom Tromey <tromey@cambric>
2617 Write 'SOURCES =' line after copying Makefile.am variables
2619 * automake.in: Fixed bug in "--" option processing
2621 * subdirs.am: ($(RECURSIVE)): Removed trailing \ from last line
2623 * Makefile.am (DIST_OTHER): Include gettext-sh
2625 * Makefile.am (SUBDIRS): Define
2627 * configure.in: Include internationalization bits
2629 * automake.in: Many changes to avoid double-colon rules.
2631 * subdirs.am: ($(RECURSIVE)): Print name of target actually used
2633 * subdirs.am: Removed "::" rules
2635 * header.am: Removed install, uninstall
2637 * header.am: Added install, uninstall targets
2639 * hack-make.sed: Rewrite targets like "all-local" to "all_local"
2641 * header.am, libraries.am, mans.am, texinfos.am, footer.am:
2644 * Makefile.am (PACKAGEDATA): Include libscripts.am
2646 * libprograms.am: Don't install libscripts here
2648 * libscripts.am: Initial revision
2650 * scripts.am, programs.am, libprograms.am: Removed "::" rules
2652 * automake.in (am_dir): Run package name through name transform.
2654 * automake.in: Don't use packagedata.sed or data.sed
2656 * Makefile.am (PACKAGEDATA): Removed data.sed, packagedata.sed. Added
2659 * data.am: No longer run through sed
2661 * packagedata.am: Initial revision
2663 Wed Nov 22 22:31:02 1995 Tom Tromey <tromey@cambric>
2665 * automake.in: No blank line after Usage
2667 * automake.in: Removed "NLS nuisances" section.
2668 Now uniformly uses $echo for user-visible messages (in advance of
2669 internationalization)
2671 * subdirs.am (maintainer-clean): Don't use realclean-local
2673 * Makefile.am: Use PACKAGEDATA, not custom code
2675 * data.am: Use @LONG@, not $(@LONG@)
2677 * automake.in: Handle DATA and PACKAGEDATA
2679 * packagedata.sed: Initial revision
2681 * data.am: Use @DIR@, not $(@DIR@)
2683 * data.sed: Use $(datadir), not datadir
2685 * data.sed: Initial revision
2687 * data.am: Wrote uninstall targets
2689 * data.am: Initial revision
2691 * dist-subd.am (dist): Don't link a file that has already been linked
2693 * dist-subd-top.am, dist.am (dist):
2694 Run `automake --include-deps' before making distribution
2696 * automake.in: More dependency-tracking bug fixes
2698 * dist-vars.am (DIST_FILES): Rearranged to be like dist-vars-subd.am
2700 * dist-subd-vars.am (DIST_FILES): Include DIST_COMMON
2702 * tags-subd.am, tags.am: Added trailing blank line
2704 * depend.am: Use ".P", not "empty.P", as placeholder.
2706 * automake.in: Only include depend.am if SOURCES not empty
2708 * automake.in: Added --use-deps and --include-deps options.
2709 Handle auto-generating dependencies.
2711 * Makefile.am (am_DATA): Include depend.am
2713 * depend.am: Initial revision
2715 * automake.in: Look for acconfig.h, config.h.top, and config.h.bot
2717 * automake.in: Put blank line after .SUFFIXES
2719 * scripts.am: Added blank line at end
2721 * scripts.am: Removed unnecessary comment
2723 * scripts.am: Removed unnecessary workarounds
2725 * automake.in: Don't include programs.am if PROGRAMS empty
2727 * header-vars.am (INSTALL_SCRIPT): Typo
2729 * texinfos.am, compile-kr.am: Don't include .SUFFIXES
2731 * automake.in: Handle .SUFFIXES here.
2733 * configure.in: Use fp_PROG_INSTALL
2735 * header-vars.am: Changes for autoconf 2.5.
2736 Now includes INSTALL_SCRIPTS.
2738 * texinfos.am (install-info): Bug fix
2741 Include scripts.am or libscripts.am in output if appropriate
2743 * programs.am (install-programs, uninstall-programs):
2744 Don't install SCRIPTS
2746 * Makefile.am (am_DATA): Include scripts.am
2748 * scripts.am: Initial revision
2750 Tue Nov 21 09:11:38 1995 Tom Tromey <tromey@cambric>
2753 Cleaned up how "prog_SOURCES" variable is found in input.
2755 Put static sed scripts into separate, installed files.
2757 * Makefile.am (am_DATA): Include hack-make.sed and nl-remove.sed
2759 * hack-make.sed, nl-remove.sed: Initial revision
2761 * texinfos.am (install-info): Rewrote
2763 * subdirs.am (all-recursive): Put with other -recursive rules
2765 * configure.in: Version 0.20
2767 * automake.in: Another bug fix
2769 * automake.in: Bug fix when looking for texinfo.tex
2771 * texinfo.tex: Initial revision
2774 If TEXINFOS defined but texinfo.tex does not exist, give warning.
2776 * subdirs.am (all): Renamed from _all. Now uses all-recursive
2777 (all-recursive): Don't fail immediately if -k specified.
2779 Mon Nov 20 22:48:03 1995 Tom Tromey <tromey@cambric>
2781 * subdirs.am (_all):
2782 New target. Now use Jim Meyering's formulation of AIX
2784 (install-exec, install-data): New targets
2786 Sat Nov 18 19:07:30 1995 Tom Tromey <tromey@cambric>
2788 * remake.am (Makefile.in): automake "Makefile", not "Makefile.am"
2790 * automake.in: Use @datadir@
2792 * automake.in: Added @configure_input@ line
2794 Fri Nov 17 23:32:43 1995 Tom Tromey <tromey@cambric>
2796 * automake.in: "--help" option now prints auto-recognized file names.
2797 Allow AM_ overriding of more variables.
2799 * texinfos.am (install-info):
2800 Don't cd to srcdir to avoid breaking install-sh
2803 * Makefile.am: Handle automake.texi
2805 Thu Nov 16 18:43:43 1995 Tom Tromey <tromey@cambric>
2807 * subdirs.am (all): Separated out due to AIX 3.2.5 bug.
2809 * tags.am (TAGS): bug fix
2811 * automake.in: Use am_dir, not AM_DIR.
2812 Use version, not VERSION.
2813 Bug fix in TAGS code.
2815 * Makefile.am (am_DATA): Include tags.am and tags-subd.am
2817 * subdirs.am: TAGS target now in tags.am
2819 * footer.am: TAGS and ID targets now in tags-subd.am
2821 * tags-subd.am, tags.am: Initial revision
2823 * automake.in: Cleaned up AM_PROGRAM code.
2824 Handle TAGS target better
2826 * remake.am, remake-subd.am (Makefile.in): Bug fix.
2828 * automake.in (usage): Updated
2830 * remake-subd.am, remake.am:
2831 Added rule where Makefile.in depends on Makefile.am
2833 * automake.in: Entire body of 'for' loop now in subshell
2835 * automake.in (common): config.guess and config.sub are common files.
2837 * dist-subd-top.am, dist.am (dist): Bug fix.
2839 * Makefile.am (DIST_OTHER): Don't include TODO
2841 * automake.in: Auto-include TODO and THANKS files.
2843 * dist-subd-top.am, dist.am (dist): Don't depend on DIST_DIRS
2845 * automake.in: More bug fixes in "look for Makefile.am" code.
2847 * automake.in: Bug fix in "look for Makefile.am" code.
2850 If no arguments given, look for all Makefile.am's in this
2851 directory and in immediate subdirs
2853 * automake.in: Bug fixes for LDADD-override feature.
2855 * program.am: Use @PROGRAM@_LDADD, and put after LDFLAGS
2857 * automake.in: Allow `prog_LDADD', if specified, to override LDADD.
2859 * automake.in: Use AM_PROGRAMS, not ALLPROGRAMS, and invert sense.
2861 * header-vars.am (ALL): Use PROGRAMS, not ALLPROGRAMS.
2863 Wed Nov 15 01:54:43 1995 Tom Tromey <tromey@cambric>
2865 * automake.in: No longer look for _SOURCES or _OBJECTS
2868 Remove "automatically created" header (now in automake).
2871 * automake.in: Put version info in Makefile header
2873 Tue Nov 14 23:38:17 1995 Tom Tromey <tromey@cambric>
2875 * automake.in: Minor cleanups
2877 * dist-subd-top.am, dist.am (dist):
2878 Don't link or copy file if it already exists.
2881 Look for _SOURCES (common sources) and generate _OBJECTS.
2883 * footer.am (ID, TAGS): Include HEADERS
2885 * dist-vars.am, dist-subd-vars.am (DIST_FILES): Include HEADERS
2887 Mon Nov 13 22:20:02 1995 Tom Tromey <tromey@cambric>
2889 * dist-subd.am (distdir): Is relative to ".."
2891 * dist-subd-vars.am (PACKAGE, VERSION): Define
2893 * dist-subd.am (dist): Don't handle DIST_DIRS.
2895 * mans.am (uninstall-man): Another bug fix.
2897 * mans.am (uninstall-man): Bug fix.
2899 * dist.am, dist-subd-top.am (dist): Bug fix
2901 * Makefile.am (DIST_SUBDIRS): New macro
2903 * dist-subd-top.am, dist.am (dist): Handle DIST_SUBDIRS
2905 * Makefile.am (DIST_OTHER): Include automake.in
2907 * Makefile.am (DISTCLEANFILES): New macro.
2909 * automake.in (common): Include COPYING.LIB
2911 * Makefile.am (automake): New rule.
2913 * texinfos.am (install-info): Changed per GNU standards
2915 * remake-hdr.am (stamp-h.in):
2916 Use "touch", not "date", per GNU standards.
2918 * automake.in (common): Include texinfo.tex
2920 Sun Nov 12 23:59:08 1995 Tom Tromey <tromey@cambric>
2922 * automake.in: More fixes when finding common files.
2924 * Makefile.am (DIST_OTHER): Another removal.
2926 * automake.in: Special-case when amdir=.
2928 * Makefile.am (DIST_OTHER): Removed auto-detected files.
2931 Search for commonly-used files and auto-include them in distribution
2933 * dist-vars.am (DIST_FILES): Include DIST_COMMON.
2934 (DIST_CONF): Removed files searched for by automake.
2936 * automake.in: More arg-parsing bug fixes.
2938 * Makefile.am (DIST_OTHER): Include install-sh
2940 * Makefile.am (DIST_OTHER): Don't include auto-included files.
2942 * automake.in: Bug fixes to argument parsing code.
2944 * automake.in: Handle --version and --help.
2945 NLS stuff from autoconf.
2947 * Makefile.am (amdatadir): Fixed typo.
2948 (install): Make install directories
2950 * Makefile.am: Use "install::", not "install:"
2952 * install-sh, mkinstalldirs: Initial revision
2954 * configure.in: Use AC_PROG_INSTALL
2956 * automake.in: Set AM_DIR based on configure results.
2958 * Makefile.am (install): New target.
2959 (amdatadir): New variable.
2961 * automake.in: Use "#! /", not "#!/".
2963 * Makefile.am, configure.in: Initial revision
2965 * automake.in: Renamed from "automake".
2968 * dist.am (PACKAGE, VERSION): Now in dist-vars.am
2970 * automake.in: Insert remake-subd.am if appropriate.
2972 * subdirs.am (TAGS): Include $(CONFIG_HEADER) when making tags.
2974 * automake.in: Handle ALLPROGRAMS variable.
2976 * header-vars.am (ALL): Use ALLPROGRAMS, not PROGRAMS.
2978 * automake.in: Fixlet when printing "subdir=DIR"
2980 * automake.in: Put "subdir=DIR" into subdir Makefile
2982 * automake.in: Don't refer to distname.am.
2983 Only put footer.am in subdir Makefiles.
2985 * subdirs.am (id, ID): New target.
2986 (.NOEXPORT): Copied from footers.am.
2988 * subdirs.am (TAGS): Bug fixes.
2990 * subdirs.am (TAGS): Don't fail if a subdir doesn't have TAGS target.
2992 * subdirs.am (maintainer-clean-local): Remove TAGS
2994 * subdirs.am (TAGS): Make tags file that includes all subdir tags files
2996 * subdirs.am: Use maintainer-clean, per GNU standards
2998 * dist-subd-top.am: Some variables defined in dist-vars.am
3000 * dist-vars.am (PACKAGE, VERSION):
3001 New variables, initialized by configure
3003 * footer.am (id, ID): New targets
3004 (TAGS): Put TAGS file in build, not source, directory
3006 * remake-subd.am (Makefile): Don't assume subdir is 'src'
3008 * dist.am: Changed to assume PACKAGE and VERSION are set by configure.
3010 * dist-subd.am: Changed to conform to new top-level dist target.
3013 Changed to assume PACKAGE and VERSION are set by configure.
3015 * clean-kr.am, clean.am (maintainer-clean):
3016 Updated rules per GNU standards.
3018 * clean.am, clean-kr.am (maintainer-clean): Renamed from realclean.
3020 Sat Nov 5 14:39:50 1994 djm <djm@cambric>
3022 * automake.in, texinfos.am: kludge for multiple-part info files
3024 Thu Nov 3 13:33:44 1994 djm <djm@cambric>
3026 * clean.am, clean-kr.am: remove INFOS
3028 Wed Nov 2 06:15:42 1994 djm <djm@cambric>
3030 * texinfos.am: add path
3032 * remake.am, remake-hdr.am: account for VPATH limitations
3034 Mon Oct 24 23:01:59 1994 djm <djm@cambric>
3036 * automake.in, dist-subd-top.am, dist-subd.am, dist.am, header-vars.am, libprograms.am, programs.am:
3037 handle SCRIPTS and LIBSCRIPTS similar to PROGRAMS
3039 Sun Oct 23 01:50:41 1994 djm <djm@cambric>
3041 * texinfos.am: install-info depends on info files
3043 * dist-subd-vars.am, dist-vars.am: distrib info files
3045 Sun Oct 2 02:03:06 1994 djm <djm@cambric>
3047 * clean-kr.am, clean.am: fix up distclean
3049 * subdirs.am: fix typo
3051 * clean.am: do more in distclean
3053 Sat Oct 1 23:52:51 1994 djm <djm@cambric>
3055 * libraries.am: make install depend on all
3057 * automake.in: fix typo
3059 Wed Sep 28 21:15:26 1994 djm <djm@cambric>
3061 * dist-subd-vars.am, dist-vars.am, header-vars.am: fix doc bugs
3063 * automake.in, compile-vars.am, dist.am: fix dist for no subdirs
3065 * dist-subd-top.am: Initial revision
3067 * automake.in, header-vars.am, libraries-vars.am, mans-vars.am, texinfos-vars.am:
3068 centralize prefix var setting
3070 * header-vars.am: set all the std vars based on prefix
3072 Tue Sep 27 01:32:22 1994 djm <djm@cambric>
3074 * automake.in: don't add kr stuff if not needed
3076 * dist-vars.am: add config vars to dist
3078 Mon Sep 26 23:09:09 1994 djm <djm@cambric>
3080 * program.am: add LDADD
3082 * compile-vars.am: remove LDADD from LDFLAGS
3084 * clean.am: move knr stuff to another file
3086 * automake.in: use different clean file for ansi2knr
3088 * clean-kr.am: Initial revision
3090 Thu Sep 22 03:45:02 1994 djm <djm@cambric>
3092 * automake.in, dist-subd.am, dist.am: fix rules and dist
3094 Tue Sep 20 21:29:40 1994 djm <djm@cambric>
3096 * compile.am, automake.in: split out knr
3098 * compile-kr.am: Initial revision
3100 * libprograms.am: fix typo
3102 * automake.in, clean.am, compile-vars.am, header-vars.am, libprograms.am:
3103 make libprograms work
3105 * libprograms.am: Initial revision
3107 * automake.in, compile.am, header-vars.am: fix little bugs
3109 * compile.am: allow parallel K&R
3111 * clean.am: remove kerb temps
3113 * automake.in: fix recognizing start of rules
3115 * dist-subd.am, dist.am: fix dist
3117 * automake.in, compile.am, footer.am, texinfos.am: fix ansi2knr
3119 Mon Sep 19 23:39:21 1994 djm <djm@cambric>
3121 * automake.in: works on m4 too
3123 * automake.in, mans.am: works on fileutils
3125 * 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:
3126 works on fileutils except for all
3128 * automake.in: vars thing
3130 * header-vars.am: Initial revision
3132 * texinfos-vars.am, mans-vars.am, libraries-vars.am, dist-vars.am, dist-subd-vars.am:
3135 * compile-vars.am: Initial revision
3137 * automake.in: many improvements
3139 * footer.am: Initial revision
3141 * dist.am: remove distname
3143 * automake.in: namespace cleanup
3145 * distname.am: Initial revision
3147 * 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:
3150 * 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: