1 2001-01-15 Tom Tromey <tromey@redhat.com>
3 * automake.in (handle_single_transform_list): Don't print rule
4 here when source is in subdir and object is not. Fixes
7 * automake.in (handle_single_transform_list): Correctly compute
8 $nonansi_obj. Fixes cxxansi.test.
10 * automake.texi (Man pages): Updated to account for man1_MANS,
13 2001-01-13 Steve Robbins <smr@debian.org>
14 Tom Tromey <tromey@redhat.com>
16 * aclocal.in (scan_configure): Don't recognize macro assignments
20 2001-01-13 Kevin Ryde <user42@zip.com.au>
22 * automake.in (handle_ltlibraries): Omit -rpath from
23 check_LTLIBRARIES, as per noinst_LTLIBRARIES.
25 2001-01-11 Tom Tromey <tromey@redhat.com>
27 * depcomp (case gcc3): Use -MD, not -M.
29 2001-01-10 Tom Tromey <tromey@redhat.com>
31 * depcomp: Handle gcc 3.
33 2000-12-23 Tom Tromey <tromey@redhat.com>
35 * configure.in: Updated to 1.4c for cvs.
37 * configure.in: Updated to 1.4b and released.
39 * config.guess, config.sub, texinfo.tex: New versions.
41 * automake.in (handle_dist_worker): Always define DIST_SUBDIRS.
44 * subdirs.am (maintainer-clean-recursive): Use DIST_SUBDIRS for
45 distclean and maintainer-clean.
46 * automake.texi (Top level): Document use of DIST_SUBDIRS.
49 * automake.in (handle_java): Don't skip `noinst' prefix.
51 * automake.texi (Invoking aclocal): Mention ## comments.
53 2000-12-22 Tom Tromey <tromey@redhat.com>
56 * automake.in (libtoolize_sometimes): New global.
57 (initialize_global_constants): Added libtoolize_sometimes to
60 * m4/depend.m4 (AM_SET_DEPDIR): Ignore errors when running rmdir.
62 * m4/depend.m4 (AM_SET_DEPDIR): Remove .deps directory when done.
64 2000-12-21 Tom Tromey <tromey@redhat.com>
66 * automake.texi (Tags): Document GTAGS target.
67 * tags.am (GTAGS): New target.
69 * automake.in (libtoolize_files): Removed ltconfig.
70 (initialize_global_constants): Added ltconfig to common_files.
72 2000-12-21 Kevin Ryde <user42@zip.com.au>
74 * automake.in (handle_footer): Generate .SUFFIXES target when user
75 defines suffixes but automake does not.
77 2000-12-20 Marc Espie <espie@openbsd.org>
79 * automake.in (handle_texinfo): Make path of $vtexi explicit in
81 * texi-vers.am: Likewise.
83 2000-12-20 Tom Tromey <tromey@redhat.com>
86 * automake.in (handle_footer): Always push user suffixes at the
88 * automake.texi (Suffixes): Updated to reflect new suffix
91 2000-12-18 Tom Tromey <tromey@redhat.com>
93 * automake.in (handle_built_sources): Removed.
94 (handle_merge_targets): Handle BUILT_SOURCES.
95 * automake.texi (Sources): Updated documentation of
98 2000-12-17 Tom Tromey <tromey@redhat.com>
100 * m4/protos.m4: Always do header checks.
102 * automake.in (handle_ltlibraries): Check for LDFLAGS variables
105 * automake.in (handle_ltlibraries): Allow _LDFLAGS to be
106 conditionally defined. Fixes PR automake/77 and ldflags.test.
108 2000-11-25 Tom Tromey <tromey@cygnus.com>
110 * automake.in (file_contents_with_transform): Added file name and
111 line number to error report.
112 (MACRO_PATTERN, BOGUS_MACRO_PATTERN): Leading spaces are ok.
114 2000-11-23 Pavel Roskin <proski@gnu.org>
116 * m4/regex.m4 (AM_WITH_REGEX): This macro was broken because
118 * m4/ccstdc.m4 (AC_PROG_CC_STDC): Added some M4 quotes.
119 * m4/dmalloc.m4 (AM_WITH_DMALLOC): Likewise.
120 * m4/lispdir.m4 (AM_PATH_LISPDIR): Likewise.
121 * m4/maintainer.m4 (AM_MAINTAINER_MODE): Likewise.
122 * m4/multi.m4 (AM_WITH_DMALLOC): Likewise.
123 * m4/python.m4 (AM_PATH_PYTHON): Likewise.
124 * m4/strtod.m4 (AM_FUNC_STRTOD): Likewise.
126 2000-11-23 Tom Tromey <tromey@cygnus.com>
128 * automake.in (require_file_internal): Pass $file as second
129 argument to maybe_push_required_file. Fixes PR automake/87.
131 2000-11-18 Tom Tromey <tromey@cygnus.com>
133 * m4/depend.m4 (AM_DEPENDENCIES): Redirect `$am_depcomp' stdout to
134 /dev/null. From Paul Martinolich.
136 2000-11-16 Morten Eriksen <mortene@sim.no>
138 * aclocal.in (write_aclocal): Set ``binmode'' after file has been
139 opened, otherwise it has no effect.
141 2000-10-23 Morten Eriksen <mortene@sim.no>
143 * aclocal.in (write_aclocal): Don't write aclocal.m4 with
144 CRLFs. This circumvents a bug in Cygwin bash.
146 * automake.in (generate_makefile): Don't write Makefile.in
147 files with CRLFs, as it causes problems for the dependency-file
148 extraction in AM_OUTPUT_DEPENDENCY_COMMANDS.
150 2000-10-19 Alex Hornby <alex@anvil.co.uk>
152 * automake.in (handle_merge_targets): Allow parallel install
155 2000-10-19 Akim Demaille <akim@epita.fr>
157 * subdir4.test (depcomp): Don't create it, defs does.
159 2000-10-17 Pavel Roskin <proski@gnu.org>
161 * automake.in (handle_aclocal_m4): exclude aclocal.m4 and
162 acinclude.m4 from the dependencies of aclocal.m4 to avoid
163 circular and duplicated dependencies. Strip "./" from the
166 2000-10-17 Lars J. Aas <larsa@sim.no>
168 * aclocal.in (write_aclocal): Set up aclocal.m4 header with
169 normal comments (#) instead of m4 dnl-type comments.
171 2000-10-17 Alex Hornby <alex@anvil.com>
173 * depcomp: Altered sed clause to strip of inclusion depth
174 numbers generated by cpp. Also output in gcc style.
176 2000-10-16 Morten Eriksen <mortene@sim.no>
178 * depcomp (msvisualcpp): New dependency tracking mode, for
179 Microsoft Visual C++.
181 2000-10-16 Morten Eriksen <mortene@sim.no>
183 * depcomp: Fix a bug in SGI dependency tracking mode with source
184 files which do not dependend on any other source files.
186 2000-10-16 Rodney Brown <RodneyBrown@mynd.com>
188 * aclocal.in, aclocal.m4: Standardize FSF Copyright statements.
189 * automake.in, automake.texi: Likewise.
190 * clean-kr.am, clean.am: Likewise.
191 * comp-vars.am: Likewise.
192 * compile, compile.am: Likewise.
193 * data-clean.am: Likewise.
195 * dejagnu.am: Likewise.
197 * depend.am, depend2.am: Likewise.
198 * dist-vars.am, dist.am: Likewise.
199 * elisp-comp: Likewise.
200 * footer.am: Likewise.
201 * header-vars.am, header.am: Likewise.
202 * java-clean.am java.am: Likewise.
203 * kr-extra.am: Likewise.
204 * library.am: Likewise.
205 * libs-clean.am, libs.am: Likewise.
206 * libtool.am: Likewise.
207 * lisp-clean.am lisp.am: Likewise.
208 * ltlib-clean.am ltlib.am: Likewise.
209 * ltlibrary.am: Likewise.
210 * m4/Makefile.in: Likewise.
211 * m4/strtod.m4: Likewise.
212 * mans-vars.am, mans.am: Likewise.
213 * mdate-sh: Likewise.
215 * multilib.am: Likewise.
216 * program.am: Likewise.
217 * progs-clean.am, progs.am: Likewise.
218 * python-clean.am, python.am: Likewise.
219 * remake-hdr.am, remake.am: Likewise.
220 * scripts.am: Likewise.
221 * subdirs.am: Likewise.
222 * tags-clean.am, tags.am: Likewise.
223 * texi-vers.am: Likewise.
224 * texinfos.am: Likewise.
227 2000-10-09 Pavel Roskin <proski@gnu.org>
229 * m4/init.m4 (AM_INIT_AUTOMAKE): Don't rely on variable
230 assignments changing $? - it's broken in ash-0.2.
231 * m4/missing.m4 (AM_MISSING_HAS_RUN): Likewise.
233 * automake.in (handle_aclocal_m4): If ACLOCAL_M4_SOURCES is
234 defined use it as the list of M4 files aclocal.m4 depends on.
236 2000-10-06 Alexandre Duret-Lutz <duret_g@epita.fr>
238 * aclocal.in (add_file): Strip comments while scanning for
241 2000-09-15 Alexandre Duret-Lutz <duret_g@epita.fr>
243 * automake.in (initialize_global_constants): End the
244 result of dist-bzip2 with tar.bz2, not bz2.
246 2000-08-30 Tom Tromey <tromey@cygnus.com>
248 Fix for PR automake/72:
249 * automake.in (initialize_per_input): Define `need_link'.
250 (finish_languages): Use need_link.
251 (handle_source_transform): Set need_link if required.
253 2000-08-28 Tom Tromey <tromey@cygnus.com>
255 * automake.in (yacc, yaccxx, lex, lexxx): Set `derived-autodep'
257 (register_language): Default the `derived-autodep' option.
258 (handle_single_transform_list): Add to %dep_files if language has
259 `derived-autodep' set. Re-fixes lex4.test.
261 2000-08-27 Tom Tromey <tromey@cygnus.com>
263 * automake.in (handle_single_transform_list): Only add to
264 %dep_files if language is found and supports automatic dependency
265 tracking. Fixes PR automake/75.
267 * automake.in (am_primary_prefixes): Don't set `valid' for
268 configure variables that don't satisfy the other constraints.
269 Fixes PR automake/68.
271 2000-04-14 Victor V. Vengerov <vvv@oktet.ru>
273 Fix for PR automake/67.
274 * automake.in (handle_multilib): remove .am suffix in fragment
275 name passed to file_contents.
276 * m4/multi.m4: Add missing ')' in AC_ARG_ENABLE invocation.
277 Remove external quotes in first arg of AC_OUTPUT_COMMANDS.
278 Remove unnecessary "rel-to-top-srcdir" before config-ml.in.
280 2000-08-26 Tom Tromey <tromey@cygnus.com>
282 * subdirs.am (maintainer-clean-recursive): Always run clean rules
283 in `.' after all subdirs. Fixes PR automake/3 and PR automake/24.
285 * automake.in (handle_man_pages): Generate install targets for man
286 even if man_MANS not defined. From `danpb'. Fixes PR automake/73.
288 * m4/depend.m4 (depcpp): Use `-o conftest.o'.
289 Fix for PR automake/74. From js pendry.
291 2000-08-20 Eli Zaretskii <eliz@is.elta.co.il>
293 * depcomp (gcc): Support DOS-style absolute file names with drive
296 2000-08-06 Jim Meyering <meyering@lucent.com>
298 * automake.in (handle_dependencies): Set $require_file_found{'depcomp'}
299 if the depcomp file exists, before calling require_config_file on
300 `depcomp'. This makes require_file_internal skip its buggy existence
301 test that would make automake fail (with `required file `lib/depcomp'
302 not found') when AC_CONFIG_AUX_DIR is not set.
304 This change change does not fix the existing bug where, if `depcomp'
305 is not present in the build directory (at the top level), automake
306 still gives the inaccurate diagnostic about *lib*/depcomp rather
309 2000-08-05 Jim Meyering <meyering@lucent.com>
311 * m4/header.m4 (AM_CONFIG_HEADER): Fix typo in last change:
312 add missing closing bracket and closing parenthesis.
313 Don't quote the first argument to AC_OUTPUT_COMMANDS.
314 Backslash-escape the backquotes and `$' in `am_indx'-incrementing stmt.
316 2000-08-04 Tom Tromey <tromey@cygnus.com>
318 Idea from Nicolas Thiery:
319 * automake.texi (Tests): Document DEJATOOL as a list.
320 * dejagnu.am (RUNTESTDEFAULTFLAGS): Use $$tool, not $(DEJATOOL).
321 (check-DEJAGNU): Run runtest in a loop.
323 2000-08-02 Akim Demaille <akim@epita.fr>
325 * m4: Quote properly the name of the macros being defined.
326 Use `#' instead of `dnl' where appropriate.
327 * m4/header.m4 (AM_CONFIG_HEADER): Get rid of changequote, just
329 Don't quote passive characters.
330 Pull the AC_PREREQ outside the macro.
331 * m4/init.m4: Pull the AC_PREREQ outside the macro.
333 2000-07-28 Tom Tromey <tromey@cygnus.com>
335 * lisp.am (uninstall-@DIR@LISP): Prefix file with $(DESTDIR).
338 2000-07-13 Kevin Ryde <user42@zip.com.au>
340 * automake.in (am_install_var): Apply the $(EXEEXT) hack to
341 EXTRA_PROGRAMS as well as other _PROGRAMS.
343 2000-07-02 Jim Meyering <meyering@lucent.com>
345 * automake.in (scan_one_configure_file): Recognize AC_LIBOBJ.
347 2000-06-19 Paolo Bonzini <bonzini@gnu.org>
349 * texi-vers.am: define UPDATED-MONTH variable (for an example, see
352 2000-06-02 Morten Eriksen <mortene@sim.no>
354 * depcomp: workaround for problem with SGI IRIX sed (it can only
355 handle lines of up to 8192 characters, the rest of the line will
358 2000-05-31 Morten Eriksen <mortene@sim.no>
360 * depcomp: tell SGI MIPSpro compilers to generate dependencies
361 through the pre-processor (only CVS libtool has the -Wc option
364 2000-05-15 Brendan O'Dea <bod@compusol.com.au>
366 * missing: Add support for `help2man'.
368 2000-05-11 Tom Tromey <tromey@cygnus.com>
370 * automake.in (handle_tests): Work correctly if TESTS is empty;
371 print nothing if it is. From Kevin Ryde.
373 2000-05-08 Tom Tromey <tromey@cygnus.com>
375 * automake.texi (Texinfo): Mention vers*.texi.
377 2000-05-04 Akim Demaille <akim@epita.fr>
379 AM_INIT_AUTOMAKE is no longer optional, so don't look for
380 `VERSION=' and `PACKAGE='.
381 * automake.in (seen_package, seen_version): Remove initializations of
382 unnecessary variables.
383 (scan_one_configure_file): Don't set them.
384 (scan_configure): Don't use them.
386 2000-05-01 Akim Demaille <akim@epita.fr>
388 * m4/init.m4 (AC_PROVIDE_IFELSE): If it is not defined, do it.
389 (AM_INIT_AUTOMAKE): Update the writing conventions.
390 Quote the arguments properly.
391 Add a few missing `dnl'.
392 Use AC_PROVIDE_IFELSE.
394 2000-04-26 Jim Meyering <meyering@lucent.com>
396 * automake.in (scan_one_configure_file): Handle the AC_CONFIG_FILES
397 macro. Based on a patch from Harlan Stenn.
399 2000-04-13 Akim Demaille <akim@epita.fr>
401 * compile: Remove unnecessary double quotes in assignments.
403 2000-04-13 Akim Demaille <demaille@epita.fr>
405 * automake.in (scan_one_configure_file): Also recognize
407 Remove trailing blanks.
409 2000-04-05 Tom Tromey <tromey@cygnus.com>
411 * header-vars.am (DESTDIR): Commented out definition.
413 * automake.in (require_file_internal): Pass --copy to libtoolize
414 if automake was run with `--copy'.
416 2000-03-22 Tom Tromey <tromey@cygnus.com>
418 * automake.texi (Uniform): Fix definition of pkglibdir.
419 From thi <ttn@revel.glug.org>.
421 2000-03-19 Tom Tromey <tromey@cygnus.com>
423 * aclocal.in (parse_arguments): Copyright 2000.
424 (write_aclocal): Likewise.
425 * automake.in (parse_arguments): Copyright 2000.
426 (initialize_global_constants): Likewise.
428 * automake.in (generate_makefile): Call handle_dist after
429 handle_dependencies and handle_tests. Fixes subobj3.test and
430 pr19.test regressions.
432 2000-03-19 Gordon Matzigkeit <gord@fig.org>
434 * depend2.am (@EXT@.o): Look for the source file in srcdir as well
435 as the current directory.
436 (@EXT@.lo): Likewise.
438 2000-03-19 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
440 * automake.in (handle_data): Pass -candist instead of
441 -defaultdist, for the compatibility.
443 2000-03-19 Tom Tromey <tromey@cygnus.com>
445 Fix for test nodepcomp.test:
446 * automake.in (require_file_internal): Use readlink on symlinks.
447 Only unlink file if we are going to try to add it again.
448 (handle_dependencies): Require `depcomp' here.
449 (scan_configure): Don't require `depcomp'.
451 2000-03-16 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
453 * automake.in (handle_configure): Remove $(BUILT_SOURCES) from
454 the rule to remake Makefile, whether $use_dependencies is true
455 or not. This was a historical one and doesn't make sense any
458 2000-03-19 Tom Tromey <tromey@cygnus.com>
460 More for PR automake/38:
461 * automake.texi (Invoking Automake): Document --force-missing.
462 * automake.in (force_missing): New global.
463 (parse_arguments): Recognize --force-missing.
464 (initialize_global_constants): Document --force-missing.
465 (require_file_internal): Handle --force-missing.
467 Fix for PR automake/38:
468 * automake.in (require_file_internal): Check for and handle
469 dangling symlinks. Fixes symlink2.test.
471 Fix for PR automake/45:
472 * automake.texi (configure): Mention requirement to run
474 (Requirements): Removed most text.
475 * automake.in (seen_init_automake): New global.
476 (scan_configure): Error if AM_INIT_AUTOMAKE not seen.
477 (scan_one_configure_file): Don't support AM_INIT_GUILE_MODULE.
478 Set seen_init_automake if needed.
480 Fix for PR automake/41:
481 * automake.in (require_file_found): New global.
482 (require_file_internal): Set require_file_found entry.
483 (handle_texinfo): Require file any number of times.
485 * automake.in (handle_dist_worker): Exit if `cp' fails. Fixes
488 * tags.am: Don't reference $$here. Report from Sven Verdoolaege.
490 2000-03-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
492 * m4/missing.m4: Print the backtick in a way that won't cause
493 autoconf CVS to emit any warnings.
495 2000-03-01 Jim Meyering <meyering@lucent.com>
497 * automake.in (handle_dist_worker) [generating rules for distdir]:
498 Don't use `ln' (which was just a space optimization anyway) to
499 populate $(distdir). Otherwise, the dist rules that change
500 permissions would end up affecting the master sources.
501 * texinfos.am (dist-info): Likewise.
503 2000-02-13 Jim Meyering <meyering@lucent.com>
505 * automake.in (generate_makefile): Detect write/close failure.
507 2000-02-02 Assar Westerlund <assar@sics.se>
509 * automake.in (handle_single_transform_list): do not use $< which
510 is not handled by all non-GNU makes. Instead do explicit sh code
511 testing for the file in this directory and srcdir. Based on a
512 suggestion by Alexandre Oliva <oliva@lsd.ic.unicamp.br>
514 2000-01-12 Tom Tromey <tromey@cygnus.com>
516 * m4/lispdir.m4: Added --with-lispdir argument processing.
519 2000-01-06 Tom Tromey <tromey@cygnus.com>
521 * automake.in (handle_configure): Don't check for
523 (scan_configure): Check for AC_PROG_MAKE_SET.
525 * header-vars.am (@SET_MAKE@): Added.
526 * subdirs.am (@SET_MAKE@): Removed. Report from Motoyuki
529 1999-12-19 Tom Tromey <tromey@cygnus.com>
531 * automake.in (handle_dist_worker): Expand DIST_COMMON under all
533 (require_file_internal): Corrected arguments to second invocation
534 of maybe_push_required_file.
536 Fix for PR automake/9:
537 * automake.in (make_dirs, make_dirs_set): New globals.
538 (is_make_dir): New function.
539 (handle_configure): Use it.
540 (require_file_internal): Push file if there is no Makefile in its
542 (initialize_per_input): Initialize handle_dist_run.
543 (push_dist_common): Inspect handle_dist_run.
544 (handle_dist): Set handle_dist_run. Push items from
545 configure_dist_common onto dist_common if appropriate.
546 (configure_dist_common): New global.
547 (scan_configure): Set it.
548 (maybe_push_required_file): New function.
549 (require_file_internal): Use it.
551 * automake.in (handle_dist_worker): Scan DIST_COMMON to see if
552 more subdirs are defined. From Axel Belinfante. Fixes
555 1999-12-18 Tom Tromey <tromey@cygnus.com>
557 Partial fix for PR automake/40:
558 * lisp.am (install-@DIR@LISP): Handle nobase_ case.
559 (uninstall-@DIR@LISP): Likewise.
560 * header.am (install-@DIR@HEADERS): Handle nobase_ case.
561 (uninstall-@DIR@HEADERS): Likewise.
562 * data.am (install-@DIR@DATA): Handle nobase_ case.
563 (uninstall-@DIR@DATA): Likewise.
564 * automake.in (am_primary_prefixes): Recognize `nobase_' prefix.
565 (am_install_var): Recognize and handle `nobase_' prefix.
567 1999-12-17 Tom Tromey <tromey@cygnus.com>
569 * automake.in (get_object_extension): Added space before `-I.'.
570 Report from Ralf Corsepius.
572 1999-12-15 Tom Tromey <tromey@cygnus.com>
574 * aclocal.in: Don't pass $acdir to scan_m4_files.
575 (parse_arguments): Push $acdir on end of dirlist.
576 (scan_file): Don't warn if duplicate macro seen.
578 1999-12-13 Tom Tromey <tromey@cygnus.com>
580 Fix for PR automake/30 and PR automake/23. Fixes test
582 * automake.in (initialize_per_input): Initialize
583 source_suffix_pattern.
584 (derive_suffix): New function.
585 (handle_single_transform_list): Call it.
587 * automake.in (add_depend2): Handle the no-dependency-tracking
588 case. Fixes test suffix2.test.
590 * depcomp (tmpdepfile): [case sgi] Added missing `fi'.
592 * automake.in (get_object_extension): Fixed quoting on
595 * depend2.am: Removed erroneous comment.
597 * automake.texi (Program variables): Document nostdinc.
599 * automake.in (get_object_extension): Respect nostdinc option.
600 (handle_options): Recognize nostdinc.
601 * comp-vars.am (DEFS): Use @DEFAULT_INCLUDES@ as sole
604 * automake.in (read_am_file): Allow conditional includes. Fixes
607 * depcomp: Handle case on SGI when libtool is `yes'.
608 * depend2.am (@EXT@.o): Set libtool.
609 (@EXT@.lo): Likewise.
610 (@EXT@.obj): Likewise.
612 * depcomp: Unify dashmstdout and dashXmstdout cases. Move hp case
615 1999-12-13 Pavel Roskin <pavel_roskin@geocities.com>
617 * automake.in (add_depend2): substitute $rule in the rules
618 for individual files. Fixes test specflags5.test.
620 1999-12-12 Tom Tromey <tromey@cygnus.com>
622 * m4/depout.m4 (AM_OUTPUT_DEPENDENCY_COMMANDS): Run mkinstalldirs
623 to create directories. Fixes test subobj3.test.
625 1999-12-10 Tom Tromey <tromey@cygnus.com>
627 * m4/depout.m4 (AM_OUTPUT_DEPENDENCY_COMMANDS): Don't print
628 message when creating .deps files.
630 * automake.in (initialize_global_constants): If unreadable by
631 owner, make it readable by owner regardless of number of links.
632 Fixes more of install2.test.
634 * missing: Try to see if gnutar or gtar exist before invoking
637 * m4/missing.m4 (AM_MISSING_INSTALL_SH): Remove ${SHELL} from
638 install_sh value. Look for install-sh and install.sh in a
639 somewhat more sensible way. Fixes test install2.test. Partially
642 1999-12-09 Pavel Roskin <pavel_roskin@geocities.com>
644 * m4/missing.m4: remove redundant backquote
646 1999-11-23 Tom Tromey <tromey@cygnus.com>
648 * automake.in (initialize_global_constants): Use `bzip2 -9', not
649 `bzip --best' Report from Jim Meyering.
651 1999-11-22 Tom Tromey <tromey@cygnus.com>
653 * m4/missing.m4 (AM_MISSING_INSTALL_SH): Don't take argument.
654 * m4/init.m4 (AM_INIT_AUTOMAKE): Don't pass argument to
655 AM_MISSING_INSTALL_SH.
656 * automake.in (scan_one_configure_file): Reverted previous
659 * automake.in (scan_one_configure_file): Define `install_sh'
660 configure variable when AM_INIT_AUTOMAKE seen. Report from Jim
663 * automake.in (handle_single_transform_list): Generate explicit
664 rule for subdir objects. Fixes new addition to subobj.test.
666 * automake.in (handle_lib_objects_cond): Allow LIBOBJS to be
667 defined by AC_SUBST. Fixes ltlibobjs.test.
669 Fix for sourcesub.test:
670 * automake.in (handle_single_transform_list): Added `var'
671 argument. If config sub found, give error.
672 (handle_source_transform): Updated for new
673 handle_source_transform.
675 * py-compile: New file.
676 * m4/Makefile.am (m4data_DATA): Added python.m4.
677 * m4/python.m4: New file.
678 * automake.texi (Uniform): Mention PYTHON.
680 * Makefile.am (amfiles): Added python.am, python-clean.am.
681 (dist_script_DATA): Added py-compile.
682 * python.am: New file.
683 * python-clean.am: New file.
684 * automake.in (seen_pythondir): New global.
685 (generate_makefile): Call handle_python.
686 (handle_python): New function.
687 (scan_one_configure_file): Set seen_pythondir if AM_PATH_PYTHON
689 (am_install_var): Special-case PYTHON like JAVA.
690 (scan_configure): Check for py-compile.
691 (initialize_global_constants): Added py-compile to @common_files.
693 * ltlib.am (install-@DIR@LTLIBRARIES): Added missing space.
695 1999-11-21 Tom Tromey <tromey@cygnus.com>
697 * automake.in (finish_languages): Only generate suffix rule when
698 not doing dependency tracking.
700 * m4/init.m4 (AM_INIT_AUTOMAKE): Use AM_MISSING_INSTALL_SH.
701 * m4/missing.m4 (AM_MISSING_INSTALL_SH): New macro.
703 * depend2.am: Use @SOURCE@, @OBJ@, @LTOBJ@, @OBJOBJ@, and @BASE@.
706 1999-11-19 Tom Tromey <tromey@cygnus.com>
708 * dist.am: Set `CDPATH=:' to avoid problems. Merged from
709 Alexandre's change on branch.
711 1999-10-02 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
713 * Makefile.am (maintainer-check): Look for occurrences of ``cd'
715 * dejagnu.am: Set CDPATH before cd.
716 * Makefile.in: Rebuilt.
718 * automake.in (handle_single_transform_list): Change `\1' for `$1'
719 in `s///' replacement.
721 * automake.in (handle_dist): Set CDPATH before cd.
722 * dejagnu.am (check-DEJAGNU): Likewise.
723 * texinfos.am (install-info-am, dist-info): Likewise.
724 * m4/init.m4 (AM_INIT_AUTOMAKE): Likewise.
725 * m4/missing.m4 (AM_MISSING_HAS_RUN): Likewise.
726 * aclocal.m4, configure, Makefile.in: Rebuilt.
728 * AUTHORS: Added myself.
730 1999-09-14 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
732 * m4/missing.m4: Support relative srcdir and ac_aux_dir.
733 Reported by Tim Wilkinson <tim@transvirtual.com>
734 * aclocal.m4, configure: Rebuilt.
736 1999-08-17 Alexandre Oliva <oliva@dcc.unicamp.br>
738 * m4/lex.m4 (AM_PROG_LEX): Require AM_MISSING_HAS_RUN and, if no
739 LEX program is found, use `${am_missing_run}flex'.
741 1999-08-16 Alexandre Oliva <oliva@dcc.unicamp.br>
743 * automake.in (handle_single_transform_list): Replace `$(OBJEXT)'
746 * automake.in (handle_lib_objects_cond): Remove second dot from
747 dependency file names.
749 * depend2.am (OBJEXT@EXT@.obj): Dependency file should be .Po,
750 regardless of OBJEXT.
752 * automake.in (handle_dependencies): Add blank line after depend2.
753 (handle_dependencies): Start DEP_FILES with `@AMDEP@'. Output
754 blank line before `include's, not after them.
755 (scan_one_configure_file): Do not special-case `DEP_' any more.
757 * m4/depout.m4 (AM_OUTPUT_DEPENDENCY_COMMANDS): Run for loop only
759 * aclocal.m4, configure: Rebuilt.
761 * m4/depend.m4 (AMDEPBACKSLASH): Define.
762 * depend2.am (@EXT@.o, @EXT@.lo, @EXT@.obj): Use AMDEPBACKSLASH.
764 * automake.in (handle_dependencies): Generate `include's for
765 dependency files after `@AMDEP@'.
767 * m4/missing.m4: Use eval, instead of a sub-shell, to test for
768 --run support in the missing script, since SHELL is not exported.
769 Reported by job bogan <job@piquin.uchicago.edu>
770 * aclocal.m4, configure: Rebuilt.
772 1999-08-15 Alexandre Oliva <oliva@dcc.unicamp.br>
774 * aclocal.m4, configure: Rebuilt with itself.
775 * Makefile.in, m4/Makefile.in, tests/Makefile.in: Likewise.
777 * m4/missing.m4 (AM_MISSING_PROG): Remove DIRECTORY argument.
778 Require AM_MISSING_HAS_RUN. Use am_missing_run, defined by...
779 (AM_MISSING_HAS_RUN): New macro.
780 * m4/init.m4: Remove missing_dir from calls to AM_MISSING_PROG.
781 * automake.texi (Requirements): Likewise.
782 * version.texi, stamp-vti: Rebuilt.
784 1999-07-28 Tom Tromey <tromey@cygnus.com>
786 * depcomp: Handle the `hp' mode.
788 1999-07-06 Tom Tromey <tromey@cygnus.com>
790 * depcomp: Work around HP-UX 10.20 sed bug.
792 1999-07-05 Tom Tromey <tromey@cygnus.com>
794 * automake.in (handle_dependencies): Generate a separate include
795 for each dep file. Report from Alexandre Oliva.
796 * depend.am: Don't include DEP_FILES.
798 1999-06-01 Alexandre Oliva <oliva@dcc.unicamp.br>
800 * depend.am: Add @AMDEP@ before `include', so that dependency
801 tracking can be disabled.
802 * depend2.am: Ditto, before all lines related with dependency
804 * m4/depend.m4 (AM_DEP_TRACK): New macro, that documents
805 --enable/disable-dependency-tracking and sets AMDEP accordingly.
806 It is implicitly disabled if depcomp is missing.
807 (AM_DEPENDENCIES): Disable dependency tracking unless it can be
808 generated by side-effect.
809 * m4/init.m4 (AM_INIT_AUTOMAKE): Require AM_DEP_TRACK.
810 * automake.in (handle_dependencies): Add @AMDEP@ before the value
812 * m4/depout.m4 (AM_OUTPUT_DEPENDENCY_COMMANDS): Handle DEP_FILES
815 * depcomp: Support -xM for dependency generation, for Sun CC.
816 Reported by Alex Hornby <alex@anvil.co.uk>
817 * m4/depend.m4: Extract the list of supported dependency-tracking
818 mechanisms from the depcomp script and use it to test each one.
819 * THANKS: Added Alex Hornby.
821 * depend2.am: Move $(depcomp) to the line of $(...DEPMODE), so as
822 to leave $(...COMPILE) in a line by itself.
824 * THANKS: Added Miles Bader.
826 1999-06-01 Miles Bader <miles@ccs.mt.nec.co.jp>
828 * m4/depend.m4 (AM_DEPENDENCIES): Add check for `makedepend'.
829 Fix `dashmstdout' to ignore non-dependency-generating uses of the
831 * depcomp (makedepend): New dependency-generating method.
833 1999-06-01 Alexandre Oliva <oliva@dcc.unicamp.br>
835 * missing: If given `--run' as first argument, try to run the
836 given program before falling back to the ``emulated'' behavior.
837 Add support for `tar'.
838 * automake.in: Use new `tar' support for `dist'.
839 * m4/missing.m4 (AM_MISSING_PROG): Instead of checking for the
840 program, prepend `missing --run' to the given program name.
841 * m4/init.m4: Remove AMTAR-related stuff.
844 * m4/depout.m4: Instead of `find'ing Makefiles, just iterate on
845 CONFIG_FILES. Do not use temporary variable for list of
846 dependency files, it breaks Cygwin.
848 1999-04-27 Alexandre Oliva <oliva@dcc.unicamp.br>
850 * depcomp (gcc): Imported comments removed from depend2.am, so
851 that we don't lose them.
853 * m4/depout.m4 (AM_OUTPUT_DEPENDENCY_COMMANDS): Avoid sed s/$U//
854 when not using ansi2knr.
856 1999-04-26 Alexandre Oliva <oliva@dcc.unicamp.br>
858 * m4/depend.m4 (AM_DEPENDENCIES): Test for depcc -E support.
859 * depcomp (cpp): Extract dependencies from `# nnn "..."' lines.
861 1999-04-25 Alexandre Oliva <oliva@dcc.unicamp.br>
863 * m4/depend.m4 (AM_DEPENDENCIES): Add a definition to conftest.h,
864 so as not to compile an empty source; some compilers fail on this.
865 Redirect stderr of depcc to /dev/null. Test for -M with -o,
866 because some compilers will output the rules to the output file.
867 * depcomp (dashmstdout): Add --silent before --mode=compile, so
868 that we don't get libtool output mixed up with make rules.
870 * m4/init.m4 (AM_INIT_AUTOMAKE): Require AM_SET_DEPDIR.
871 * depend2.am: Set tmpdepfile too, to speed up depcomp. Always use
872 -o for libtool, otherwise it may try to deduce the object name
873 from the dependency-generation flag.
874 * depcomp: Assume depdir exists. Preserve depfile on unsuccessful
877 * libtool.am: Do not emit .c.lo here...
878 * depend2.am: ... emit .*.lo here, only when using libtool.
879 * automake.in (get_object_extension): No more @MINUSO@ here.
880 (handle_single_transform_list): Set $depfile from $object.
881 (handle_dependencies): Emit depend2.am for all used languages,
882 regardless of $use_dependencies; the setting of depcomp makes the
884 (lang_cxx_finish): Do not emit compilation rules.
885 (lang_objc_finish): Likewise.
886 (lang_java_finish): Likewise.
888 1999-04-21 Tom Tromey <tromey@cygnus.com>
890 * m4/depout.m4 (AM_OUTPUT_DEPENDENCY_COMMANDS): Correctly
891 interpolate DEPDIR in DEP_FILES expansion.
893 1999-04-20 Lee Iverson <leei@Canada.AI.SRI.COM>
895 * m4/depend.m4 (AM_DEPENDENCIES): Fix up test for SGI-style
897 * m4/depout.m4 (AM_OUTPUT_DEPENDENCY_COMMANDS): Fix sed script to
898 handle multi-line dependency lists.
900 1999-11-12 Tom Tromey <tromey@cygnus.com>
902 Fix for PR automake/14:
903 * aclocal.in: Added `ud_GNU_GETTEXT'. Updated to mention
905 * automake.in: Mention AC_CYGWIN, not AC_CYGWIN32.
907 * m4/multi.m4: Added missing `]'. From Akim Demaille.
909 * Makefile.am (path-check): Make sure distdir is writeable before
911 * automake.in (handle_texinfo): Added `cm' and `ov' extensions.
912 (handle_dist_worker): Make sure distdir is writeable before
914 (initialize_global_constants [$dist_trailer]): Make sure distdir
915 is writeable before removing it.
916 * dist.am (distcheck): Make the new source tree read-only before
917 compiling. Idea from Karl Berry.
919 * automake.texi (Gnits): Allow COPYING.LIB again.
920 * automake.in (check_gnits_standards): Allow COPYING.LIB again.
922 1999-11-11 Jim Meyering <meyering@ascend.com>
924 * dist.am (distcheck): Remove $(distdir).tar.gz before counting
927 1999-11-09 Tom Tromey <tromey@cygnus.com>
929 * automake.in (handle_dist): Typo fix. From Jim Meyering.
931 1999-11-09 Jim Meyering <meyering@ascend.com>
933 * automake.in (handle_dist): Remove the DISTHOOK and GETTEXT
934 markers, no matter what.
936 1999-11-08 Tom Tromey <tromey@cygnus.com>
938 * dist.am (distcheck): Put `&&' at the start of the distcheck-hook
941 * automake.in (handle_dist_worker): Use `cp -R', not `cp -r'.
942 From Jim Meyering. Also, don't mention file name in `cp'
943 destination. From Olly Betts.
945 1999-10-27 Miodrag Vallat <miodrag@ifrance.com>
947 * texinfos.am (uninstall-info): Use installed info file, not one
948 from srcdir or builddir.
950 1999-11-07 Tom Tromey <tromey@cygnus.com>
952 * clean.am (maintainer-clean-generic): Remove Makefile.in. From
955 Fix for PR automake/18:
956 * automake.in (handle_dist): Add contents of dist.am to the output
958 * Makefile.am (amfiles): Added dist.am.
960 (distcheck): Added uninstall and distclean checks.
962 * automake.in (PATH_PATTERN): Added `-' as allowable character.
963 Fixes PR automake/20. From Matthew D. Langston.
965 * automake.in (SUFFIX_RULE_PATTERN): Add `0-9' as characters
966 allowed in suffixes. Fixes PR 22. From Matthias Clasen.
968 1999-10-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
970 * m4/lispdir.m4: -batch must come before -q.
971 * elisp-comp: Likewise.
972 Reported by Lars Hecking <lhecking@nmrc.ucc.ie>
973 * THANKS: Added Lars.
975 1999-08-15 Tom Tromey <tromey@cygnus.com>
977 * automake.in (get_object_extension): Fixed quoting bug. Fixes
980 1999-07-27 Tom Tromey <tromey@cygnus.com>
982 * config.guess, config.sub: New versions from autoconf.
984 1999-07-13 Tom Tromey <tromey@cygnus.com>
986 Work around losing `awk'. Report from Harlan Stenn.
987 * m4/init.m4 (AM_INIT_AUTOMAKE): Require AC_PROG_AWK.
988 * tags.am (ID, TAGS): Use $(AWK), not `awk'.
990 * automake.in (handle_source_transform): Mark prefix as seen if
991 corresponding _SOURCES variable exists. Fixes empty2.test.
993 1999-06-25 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
995 * configure.in (ACLOCAL): Do not prepend the variable SRCDIR to
997 (AUTOMAKE): Set --amdir to current directory.
999 1999-06-20 Tom Tromey <tromey@cygnus.com>
1001 * Makefile.am (TAGS_FILES): New macro.
1002 (ETAGS_ARGS): Moved files into TAGS_FILES.
1003 (TAGS_DEPENDENCIES): Likewise.
1004 (ETAGS_ARGS): Removed.
1005 (TAGS_DEPENDENCIES): Removed duplicate definition.
1007 * tags.am (ID): Handle VPATH correctly. Use TAGS_FILES. Report
1008 from Ganesan Rajagopal.
1011 1999-06-18 Thomas Tanner <tanner@ffii.org>
1013 * automake.in (handle_ltlibraries): Check for -module in LDFLAGS,
1016 1999-06-20 Mark Elbrecht <snowball3@bigfoot.com>
1018 * ylwrap: Handle filenames output by the DOS version of Bison.
1020 1999-06-20 Tom Tromey <tromey@cygnus.com>
1022 * ylwrap: Be less strict when recognizing DOS paths. From Mark
1025 1999-06-19 Tom Tromey <tromey@cygnus.com>
1027 * automake.in (handle_dist_worker): Remove redundant entries from
1030 * automake.in (handle_lib_objects_cond): Better error message when
1031 unrecognized option passed in LDADD.
1033 1999-06-08 Alexandre Oliva <oliva@dcc.unicamp.br>
1035 * configure.in (ACLOCAL, AUTOMAKE): Use our own scripts, with
1036 appropriate --acdir and --amdir arguments.
1038 1999-06-07 Alexandre Oliva <oliva@dcc.unicamp.br>
1040 * automake.in (dist_header): Avoid changing permissions of files
1041 in the source tree, trying a complex `find/chmod' command before
1042 falling back to plain chmod.
1043 (handle_dist_worker): Do not create directories with mode 777, the
1044 find above will take care of that.
1045 * m4/init.m4: Set install_sh for find/chmod above.
1047 * THANKS: Added Shuhei Amakawa.
1049 1999-06-07 Shuhei Amakawa <sa264@cam.ac.uk>
1051 * mans.am: Strip dirname from given filename.
1053 1999-06-07 Jim Meyering <meyering@ascend.com>
1055 * automake.in (handle_dist): Change emitted rules so that a failure
1056 in `$(MAKE) distcheck-hook' propagates to the outer make.
1058 1999-05-27 Tom Tromey <tromey@cygnus.com>
1060 * automake.in (handle_single_transform_list): Replace AM_FLAG and
1061 not FLAG in compilation rule.
1062 (add_depend2): Likewise.
1064 * ltlib.am (install-@DIR@LTLIBRARIES): Pass INSTALL_STRIP_FLAG to
1067 * m4/dmalloc.m4: Updated dmalloc site information.
1069 1999-05-19 Tom Tromey <tromey@cygnus.com>
1071 * automake.in (handle_single_transform_list): Push object name
1072 without extension onto lang_specific_files. Fixes
1075 * automake.in (handle_single_transform_list): Added missing
1076 space. Fixes specflags.test.
1078 1999-05-05 Tom Tromey <tromey@cygnus.com>
1080 * automake.in: Disabled dependency tracking for Java.
1082 1999-05-04 Tom Tromey <tromey@cygnus.com>
1084 * library.am (@LIBRARY@): Use $(@XLIBRARY@_AR).
1085 * automake.in (handle_libraries): Recognize _AR variable.
1087 1999-04-30 Tom Tromey <tromey@cygnus.com>
1089 * automake.in (finish_languages): Always use `-o $@' with
1090 libtool. Define ltcompile and ltlink at outermost scope in
1092 * libtool.am (.c.lo): Removed.
1094 * automake.in (finish_languages): Put `.' before extension in
1095 suffix list, `.obj' rule, and `.lo' rule. Look at `-flags', not
1096 `-flag'. From Pavel Roskin.
1098 1999-04-28 Tom Tromey <tromey@cygnus.com>
1100 * automake.in (finish_languages): Fixed scoping of ltcompile and
1101 ltlink. From Pavel Roskin.
1103 1999-04-27 Tom Tromey <tromey@cygnus.com>
1105 * automake.in (read_main_am_file): Don't start macro definition
1106 with backslash-newline. Instead, append newline at the end if
1109 * automake.in (read_am_file): Insert a backslash before a trailing
1110 newline. Fixes pluseq8.test.
1112 * automake.in (MACRO_PATTERN): Allow digits and `_' to start a
1114 (check_canonical_spelling): Don't insert `AM' before macro name
1115 (reverts Alexandre's 1999-04-27 patch).
1116 * automake.texi: Reverted documentation change for `AM' patch.
1118 * automake.in (handle_lib_objects_cond): Prefer `$1' over `\1'.
1119 Minor rewrite for clarity.
1120 (check_canonical_spelling): Prefer `$1' over `\1'.
1122 * depend2.am (@OBJ@): Renamed. Use @SOURCE@, @COMPILE@. Always
1124 (@LTOBJ@): Likewise.
1125 * automake.in (handle_single_transform_list): Don't print rule if
1126 doing dependency tracking and the file's language supports it.
1127 (initialize_per_input): Initialize lang_specific_files.
1128 (add_depend2): New function.
1129 (handle_dependencies): Use it.
1131 * automake.in (lang_ppf77_finish): Use lang_f77_finish.
1132 ratfor compiler name is `RCOMPILE'. ppf77 compiler name changed
1133 to `PPF77COMPILE' to allow use of f77 and ppf77 in the same
1135 (lang_ratfor_finish): Use lang_f77_finish.
1137 * compile.am (NOTDEPEND.c.o): Removed.
1138 (OBJEXT.c.obj): Likewise.
1139 * automake.in: Added `flags' attribute to all relevant languages.
1140 (handle_single_transform_list): Handle per-derived-object flags.
1141 Changed interface and all callers.
1142 (handle_built_sources): Don't call handle_single_transform_list.
1143 Added `compile' and `compiler-name' attribute to all relevant
1145 (finish_languages): Define compiler variables here.
1146 (lang_cxx_finish): Don't call define_compiler_variable. Don't
1147 define flag variable or .o rules. Don't add to @suffixes.
1148 (lang_f77_finish): Likewise.
1149 (lang_ppf77_finish): Likewise.
1150 (lang_objc_finish): Likewise.
1151 (lang_java_finish): Likewise.
1152 (finish_languages): Define flag variable here.
1153 Added `output-arg' attribute to all relevant languages.
1154 (finish_languages): Define `.o' rules here.
1155 (finish_languages): Put extension on @suffixes.
1156 (get_object_extension): Don't transform NOTDEPEND or MINUSO.
1158 1999-04-27 Alexandre Oliva <oliva@dcc.unicamp.br>
1160 * automake.in (initialize_global_constants): Invoke gzip for
1161 dist-shar just like in plain dist, i.e., pass it GZIP_ENV and -c.
1163 * automake.in (initialize_global_constants): Remove zip file
1164 before re-creating it.
1165 Reported by Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
1167 * texinfos.am (uninstall-info): Look for info file in srcdir, just
1168 like in install-info-am.
1169 Reported by Tudor Hulubei <tudor@cs.unh.edu>
1171 * automake.in (handle_lib_objects_cond): \Q doesn't work either.
1172 Let's use the good ol' substitution, then.
1173 Reported by Russ Allbery <rra@stanford.edu>
1175 * automake.in (check_canonical_spelling): Insert AM before names
1176 starting with non-letters.
1178 * automake.texi: Document it.
1180 1999-04-26 Alexandre Oliva <oliva@dcc.unicamp.br>
1182 * automake.in (handle_lib_objects_cond): Do not use quotemeta, it
1183 doesn't work on perl4. Maybe \Q and \E do.
1185 1999-04-24 Tom Tromey <tromey@cygnus.com>
1187 * automake.in: Treat `.zip' and `.jar' files as Java.
1189 * automake.in (generate_makefile): Define `subdir' after reading
1191 (read_main_am_file): Give programming error if variable defined
1194 1999-04-22 Tom Tromey <tromey@cygnus.com>
1196 * automake.in (generate_makefile): Define `subdir' variable.
1197 (handle_dist): Don't define `subdir'.
1199 * automake.in (handle_texinfo): Change numbering scheme for
1200 stamp-vti files, to avoid problems with DOS.
1201 From Michel de Ruiter.
1203 * automake.texi: Don't mention AM_FUNC_MKTIME.
1204 * aclocal.in (obsolete_macros): Mention AM_FUNC_MKTIME.
1205 * automake.in (scan_one_configure_file): Recognize
1206 AC_FUNC_MKTIME, not AM_FUNC_MKTIME.
1207 (obsolete_macros): Mention AM_FUNC_MKTIME.
1208 * m4/Makefile.am (m4data_DATA): Removed mktime.m4.
1209 * m4/mktime.m4: Removed.
1211 1999-04-20 Tom Tromey <tromey@cygnus.com>
1213 * automake.texi (Top level): Don't recommend substing SUBDIRS.
1215 1999-04-20 Brian Ford <ford@vss.fsi.com>
1217 * scripts.am: Change else if's to elif.
1219 1999-04-20 Alexandre Oliva <oliva@dcc.unicamp.br>
1221 * automake.in (handle_lib_objects_cond): Only require the source
1222 of a LIBOBJ if it's not in BUILT_SOURCES.
1223 Reported by Erez Zadok.
1225 1999-04-19 Tom Tromey <tromey@cygnus.com>
1227 * automake.in: Treat `.class' files as Java source.
1228 (lang_java_finish): Handle `.class' files.
1230 1999-04-18 Alexandre Oliva <oliva@dcc.unicamp.br>
1232 * m4/lispdir.m4: Match only `/(share|lib)/x?emacs/site-lisp/*$'.
1234 * m4/lispdir.m4: Do not override lispdir if it's already defined.
1235 Run some emacs-lisp to find out the site-lisp directory, but
1236 relocate it into prefix.
1238 1999-04-17 Paul Eggert <eggert@twinsun.com>
1240 * m4/mktime.m4 (bigtime_test, main): Move alarm from
1241 bigtime_test to main, since Solaris 7 (64-bit) mktime loops
1242 even outside of bigtime_test. Use a time limit of 60 seconds
1243 for the whole test, not 10 seconds per iteration.
1245 1999-04-17 Erez Zadok <ezk@cs.columbia.edu>
1247 * automake.in: Create stamps for headers in appropriate
1248 directories, even if the input file lives in a different place.
1249 * remake-hdr.am: Likewise.
1251 1999-04-16 Tom Tromey <tromey@cygnus.com>
1254 * progs.am (install-@DIR@PROGRAMS, uninstall-@DIR@PROGRAMS):
1255 Invoke `sed' only once per program.
1256 * scripts.am (install-@DIR@SCRIPTS, uninstall-@DIR@SCRIPTS):
1257 Invoke `sed' only once per program.
1259 1999-04-13 Tom Tromey <tromey@cygnus.com>
1261 * automake.in (handle_subdirs): Make `install-recursive' phony.
1262 From Michel de Ruiter.
1264 * automake.in (handle_ltlibraries): Added missing `check'.
1266 1999-04-12 Tom Tromey <tromey@cygnus.com>
1268 * ansi2knr.c: New version from Pavel Roskin (via ansi2knr.c
1271 1999-04-11 Tom Tromey <tromey@cygnus.com>
1273 * automake.in (handle_dist): Use AMTAR.
1274 (initialize_global_constants): Likewise.
1275 * m4/init.m4 (AM_INIT_AUTOMAKE): Use AMTAR, not TAR.
1277 * automake.in (lang_sub_obj): New function.
1278 (lang_cxx_rewrite): Use it.
1279 (lang_asm_rewrite): Likewise.
1280 (lang_objc_rewrite): Likewise.
1281 (lang_cxx_finish): Add `-o $@' to all C++ rules.
1282 (lang_asm_finish): Add `-o' to suffix rules when appropriate.
1283 (lang_objc_finish): Add `-o $@' to all ObjC rules.
1284 (lang_java_finish): Likewise.
1286 * automake.in: Only register `asm' once.
1287 (lang_asm_finish): Put assembly suffixes on @suffixes.
1289 * libtool.am (.s.lo): Removed.
1291 * automake.in (lang_asm_finish): Handle libtool.
1293 * libtool.am (.c.o): Always pass -c to libtool.
1295 * automake.in (lang_yacc_rewrite): Handle sources in subdirs.
1296 (lang_yaccxx_rewrite): Likewise.
1297 (lang_lex_rewrite): Likewise.
1298 (lang_lexxx_rewrite): Likewise.
1300 Assembly code no longer included by default:
1301 * compile.am (.s.o): Removed.
1303 * automake.in: Register `asm' language.
1304 (lang_asm_finish): Generate suffix rules for assembly.
1305 (get_object_extension): Don't add `.s' or `.S' to suffix list.
1307 * automake.in (get_object_extension): Substitute @MINUSO@ when
1308 including compile.am.
1309 * compile.am (.c.o): Added @MINUSO@.
1312 First cut at allowing objects in subdirectories:
1313 * m4/Makefile.am (m4data_DATA): Added minuso.m4.
1314 * Makefile.am (dist_script_DATA): Added compile.
1315 * m4/minuso.m4: New file.
1316 * automake.in (initialize_global_constants): Added compile to
1318 (seen_cc_c_o): New global.
1319 (scan_one_configure_file): Set it when AM_PROG_CC_C_O seen.
1320 (handle_options): Recognize `subdir-objects' option.
1321 (lang_c_rewrite): Added directory argument.
1322 (lang_yacc_rewrite): Likewise.
1323 (lang_yaccxx_rewrite): Likewise.
1324 (lang_lex_rewrite): Likewise.
1325 (lang_lexxx_rewrite): Likewise.
1326 (handle_single_transform_list): Pass directory to _rewrite
1327 function. Generate dependencies for dirstamp files for each .o;
1328 it is just the rules we want to create once.
1329 (lang_c_rewrite): Handle `subdir-objects' option.
1330 (lang_c_rewrite): Require `compile' program.
1331 * compile: New file.
1333 * automake.in (initialize_per_input): Initialize %directory_map.
1334 (handle_single_transform_list): Only create .dirstamp rules once
1337 * m4/gcj.m4 (AM_PROG_GCJ): Use AC_CHECK_PROGS, not AC_CHECK_PROG.
1340 * automake.in (configure_input_files): New global.
1341 (scan_configure): Set it.
1342 (handle_configure): Use configure_input_files when determining
1343 which subdirs have a Makefile.am. Fixes confh.test.
1344 (handle_configure): Only recognize acconfig.h in top srcdir.
1346 1999-04-10 Tom Tromey <tromey@cygnus.com>
1348 * depend2.am (%.o): Use `$(*D)/$(*F)', not just `$(*F)'.
1351 * automake.in (am_install_var): Remove redundancies from the
1352 result. Fixes test cond8.test.
1354 * automake.in (handle_single_transform_list): Handle dependency
1355 tracking when files are created in subdirs. Error if object in
1356 subdir has `..' component.
1358 * automake.in (initialize_global_constants): Use $(TAR), not tar.
1360 * automake.in (handle_ltlibraries): Allow check_LTLIBRARIES.
1362 * automake.in (lang_yacc_finish): Added missing `&'.
1364 1999-04-10 Alexandre Oliva <oliva@dcc.unicamp.br>
1366 * automake.in (handle_configure): Replace multiple occurrences of
1367 @STAMP@ in the same line; completes the patch for remake-hdr.am
1370 * automake.in (handle_dependencies): Fix test for `autodep'
1373 * automake.in (handle_source_transform): Add a pfx to used_pfx
1374 only if it's conditional or non-empty, to reduce the number of
1375 empty variables. Emit _OBJECS variable based on program name if
1376 no SOURCES were explicitly specified.
1378 * remake-hdr.am: Create the stamp file before the header file,
1379 and just rename it after, so that the timestamps will be correct.
1380 Reported by Marc Horowitz <marc@mit.edu>
1382 * automake.in (lang_yacc_finish): Generate and dist a `.h' for a
1383 `.y' iff YFLAGS or AM_YFLAGS contain `-d'.
1384 Reported by Jim Meyering <meyering@ascend.com>
1386 * automake.in (lang_yacc_finish): $hname must not contain a `.'.
1388 1999-04-10 Tom Tromey <tromey@cygnus.com>
1390 * Makefile.am (EXTRA_DIST): New macro.
1391 * ChangeLog.1996, ChangeLog.1998: New files.
1393 1999-04-09 Tom Tromey <tromey@cygnus.com>
1395 * automake.in (handle_source_transform): Handle dist and nodist
1397 (initialize_per_input): Initialize dist_sources.
1398 (check_libobjs_sources): Handle dist and nodist prefixes.
1399 (generate_makefile): Define DIST_SOURCES.
1400 * dist-vars.am (DISTFILES): Reference DIST_SOURCES, not SOURCES.
1402 * automake.texi (Macros): Mention AM_PROG_GCJ.
1403 (Java Support): New node.
1404 (Dist): Documented dist_ and nodist_ prefixes.
1406 * m4/gcj.m4 (AM_PROG_GCJ): Renamed from AC_PROG_GCJ.
1408 * automake.in (lang_java_finish): Generate .lo rule for `.java'
1409 files, not `.gcj' files.
1411 * m4/gcj.m4: New file.
1412 * m4/Makefile.am (m4data_DATA): Added gcj.m4.
1414 * automake.in: Register the `java' language.
1415 (resolve_linker): Handle GCJLINK.
1416 (lang_java_rewrite): New function.
1417 (LANG_IGNORE, LANG_PROCESS, LANG_SUBDIR): New constants.
1418 (lang_c_rewrite): Use new constants.
1419 (lang_cxx_rewrite): Likewise.
1420 (lang_header_rewrite): Likewise.
1421 (lang_yacc_rewrite): Likewise.
1422 (lang_yaccxx_rewrite): Likewise.
1423 (lang_lex_rewrite): Likewise.
1424 (lang_lexxx_rewrite): Likewise.
1425 (lang_asm_rewrite): Likewise.
1426 (lang_f77_rewrite): Likewise.
1427 (lang_ppf77_rewrite): Likewise.
1428 (lang_ratfor_rewrite): Likewise.
1429 (lang_objc_rewrite): Likewise.
1430 (handle_single_transform_list): Likewise. Handle LANG_SUBDIR
1431 return from rewrite function.
1432 (lang_java_finish): New function.
1433 (register_language): Changed interface and all calls. Added
1434 `autodep' settings to various languages.
1435 (handle_dependencies): Use `autodep' property of language when
1436 including dependency-tracking code.
1438 1999-04-07 Tom Tromey <tromey@cygnus.com>
1440 * automake.in (handle_texinfo): Indentation fixes.
1442 1999-04-07 Alexandre Oliva <oliva@dcc.unicamp.br>
1444 * automake.in (value_to_list): Skip *only* trailing backslashes.
1446 1999-04-07 Pavel Roskin <pavel_roskin@geocities.com>
1448 * automake.in (value_to_list): Skip trailing backslashes.
1450 1999-04-07 Alexandre Oliva <oliva@dcc.unicamp.br>
1452 * automake.in (handle_texinfo): Add texinfo.tex to config_aux_dir
1454 Reported by Per Cederqvist <ceder@lysator.liu.se>
1455 (handle_texinfo): Do not define texinfo_tex='.', use
1456 '$(srcdir)/texinfo.tex' instead; the directory name will be
1458 (require_conf_file_with_line): Fixed typo.
1460 1999-04-03 Raja R Harinath <harinath@cs.umn.edu>
1462 * automake.in (handle_tests): Test `dir=./' before `dir=', so that
1463 we do not depend on PATH starting with `.'.
1465 1999-03-31 Tom Tromey <tromey@cygnus.com>
1467 * automake.in (quote_cond_val): Quote \n.
1468 (unquote_cond_val): Unquote \n.
1469 (read_am_file): If line ends with `\', preserve it and add a
1471 (read_main_am_file): In conditional case, put conditional text at
1472 beginning of each generated line.
1474 1999-03-31 Alexandre Oliva <oliva@dcc.unicamp.br>
1476 * automake.in (handle_tests): support XFAIL_TEST
1477 * automake.texi: document it
1479 1999-04-12 Alexandre Oliva <oliva@dcc.unicamp.br>
1481 * End of merge from trunk.
1483 1999-04-12 Alexandre Oliva <oliva@dcc.unicamp.br>
1485 * automake.in (cmdline_use_dependencies): Reintroduce it.
1486 (--ignore-deps): Set cmdline_use_dependencies again.
1487 (handle_dependencies): If use_dependencies is not set, define
1489 (handle_configure): Pass --ignore-deps to generated Makefile.ins.
1490 (scan_configure): Do not require depcomp when ignoring
1492 (initialize_global_constants): Reintroduce --ignore-deps.
1494 1999-04-10 Alexandre Oliva <oliva@dcc.unicamp.br>
1496 * depcomp: New file.
1497 * Makefile.am (dist_script_DATA): Added depcomp.
1498 * automake.in (cmdline_use_dependencies, omit_dependencies,
1499 dependency_macros): Removed.
1500 (--ignore-deps): Just ignore.
1501 (handle_single_transform_list, dep_files): Named dependency files
1502 as \$(DEPDIR)/$base.P$obj
1503 (handle_lib_objects_cond): Likewise.
1504 (generate_dependency_code): Do not check for AM_*_DEPENDENCIES.
1505 (scan_one_configure_file): Likewise.
1506 (handle_dependencies): Always enable auto-dep. Define `depcomp'.
1507 Ignore OMIT_DEPENDENCIES.
1508 (handle_configure): Do not pass --ignore-deps.
1509 (scan_configure): Require `depcomp'.
1510 (initialize_global_constants): Make `depcomp' common. Remove
1511 `--ignore-deps' from usage.
1512 (get_object_extension): No more NOTDEPEND in compile nor libtool.
1513 * compile.am: Remove rules for .c.o and .c.obj
1514 * depend.am (distclean-depend): Wipe out $(DEPDIR)
1515 * depend2.am (@FPFX@DEPMODE): Define from config.status.
1516 Use it and depcomp in suffix rules.
1517 * libtool.m4: Likewise.
1518 * m4/ccdepend.m4, m4/cxxdepend.m4: Removed.
1519 * m4/depvars.m4, m4/objcdepend.m4: Likewise.
1520 * m4/Makefile.am (dist_m4data_DATA): Likewise.
1521 * m4/depout.m4 (AM_OUTPUT_DEPENDENCY_COMMANDS): Extract DEPDIR
1522 from the Makefile and subst it in deps. Report creation of deps
1523 files (for now). Replace $U with `_' and the empty string. Write
1524 a comment to each created file.
1525 * m4/depend.m4 (AM_SET_DEPDIR): Select a valid deps dir name.
1526 (AM_DEPENDENCIES): Accept CC, CXX and OBJC. Just determine the
1527 dependency mode and AC_SUBST [$1]DEPMODE.
1528 * m4/init.m4 (AM_INIT_AUTOMAKE): Automatically call
1529 AM_DEPENDENCIES for CC and CXX, if the corresponding AC_PROG
1530 appears in configure.in, before or after AM_INIT_AUTOMAKE.
1532 1999-04-02 Raja R Harinath <harinath@cs.umn.edu>
1534 * depout.m4: Fix sed expression for extracting `dirpart'.
1536 1999-03-29 Tom Tromey <tromey@cygnus.com>
1538 * depend2.am (DEP_@FPFX@COMPILE): Use `!=' and not `-ne'.
1540 * compile.am (.c.obj): Also disabled when dependency tracking
1542 * depend2.am (@EXT@.obj): New target.
1543 * automake.in (get_object_extension): Added explanatory comment.
1544 (generate_dependency_code): Handle $seen_objext.
1546 * depend.am: Removed obsolete comment.
1547 * depend2.am: Minor formatting fix.
1549 1999-03-28 Tom Tromey <tromey@cygnus.com>
1551 * m4/Makefile.am (dist_m4data_DATA): Renamed, and added new
1553 (EXTRA_DIST): Removed.
1554 * automake.in (dependency_macros): New global.
1555 (scan_one_configure_file): Recognize new dependency tracking
1556 macros, and define new resulting configure variables.
1557 (generate_dependency_code): New sub.
1558 (handle_dependencies): Use it.
1559 * depend2.am (DEP_@FPFX@COMPILE): New macro.
1561 (@EXT@.lo): Likewise.
1562 * m4/depvars.m4: New file.
1563 * m4/objcdepend.m4: New file.
1564 * m4/cxxdepend.m4: New file.
1565 * m4/init.m4: Moved dependency handling code into depout.m4.
1566 * m4/depout.m4: New file.
1567 * m4/ccdepend.m4: New file.
1568 * m4/depend.m4: New file.
1570 * depend2.am (@EXT@.o): Renamed to be old-style suffix pattern.
1571 (@EXT@.lo): Likewise.
1572 * m4/init.m4 (AM_INIT_AUTOMAKE): Don't create `.deps/.P'; it is no
1575 * m4/init.m4 (AM_INIT_AUTOMAKE): Add code to config.status which
1576 will create the required .P files for dependency tracking.
1577 * automake.in (scan_dependency_file): Removed.
1578 (handle_dependencies): Never call scan_dependency_file.
1579 (generate_deps): Removed.
1580 (parse_arguments): Don't recognize --generate-deps, --build-dir,
1581 --srcdir-name, or --include-deps. Do recognize --ignore-deps.
1582 (srcdir_name): Removed.
1583 (build_directory): Removed.
1584 (initialize_global_constants): Changed $USAGE to reflect argument
1586 (handle_dist_worker): Never run automake in `dist' rule.
1587 (handle_configure): Use --ignore-deps, not --include-deps.
1588 * depend.am (DEPS_MAGIC): Removed.
1589 (DEP_FILES): Unconditionally include.
1591 1999-03-27 Tom Tromey <tromey@cygnus.com>
1593 * automake.in (saw_sources_p): Correctly count header extensions
1595 (handle_headers): Fixed order of arguments to am_install_var.
1597 * automake.in (am_install_var): Don't error if EXTRA_foo is
1600 * scripts.am (install-@DIR@SCRIPTS): Use NDIR when appropriate.
1601 (uninstall-@DIR@SCRIPTS): Likewise.
1602 * progs.am (install-@DIR@PROGRAMS): Use NDIR when appropriate.
1603 (uninstall-@DIR@PROGRAMS): Likewise.
1604 * ltlib.am (install-@DIR@LTLIBRARIES): Use NDIR when appropriate.
1605 (uninstall-@DIR@LTLIBRARIES): Likewise.
1606 * lisp.am (install-@DIR@LISP): Use NDIR when appropriate.
1607 (uninstall-@DIR@LISP): Likewise.
1608 * libs.am (install-@DIR@LIBRARIES): Use NDIR when appropriate.
1609 (uninstall-@DIR@LIBRARIES): Likewise.
1610 * java.am (install-@DIR@JAVA): Use NDIR when appropriate.
1611 (uninstall-@DIR@JAVA): Likewise.
1612 * header.am (install-@DIR@HEADERS): Use NDIR when appropriate.
1613 (uninstall-@DIR@HEADERS): Likewise.
1614 * data.am (install-@DIR@DATA): Use NDIR when appropriate.
1615 (uninstall-@DIR@DATA): Likewise.
1616 * Makefile.in: Rebuilt.
1617 * Makefile.am (dist_pkgdata_DATA): Renamed.
1618 (EXTRA_DIST): Removed.
1619 (install-data-hook): Added POST_INSTALL; print commands as they
1620 are run; respect DESTDIR.
1621 * dist-vars.am (DISTFILES): Removed $(HEADERS).
1622 * automake.in (am_install_var): Accept `-candist' and
1623 `-defaultdist' options. Handle `dist_' and `nodist_' prefixes.
1624 (am_primary_prefixes): Added can_dist argument. Recognize `dist_'
1625 and `nodist_' prefixes.
1626 (handle_scripts): Pass -candist to am_install_var.
1627 (handle_data): Pass -defaultdist to am_install_var.
1628 (handle_headers): Likewise.
1629 (handle_emacs_lisp): Pass -candist to am_install_var.
1630 (handle_java): Pass -candist to am_install_var.
1632 1999-03-26 Tom Tromey <tromey@cygnus.com>
1634 * m4/init.m4: Fixed typo when invoking SHELL.
1636 * automake.in (lang_yacc_finish): Always use `.h' as suffix for
1637 yacc header file. From Ralf Corsepius.
1639 * Makefile.in: Rebuilt.
1640 * Makefile.am: Updated to reflect removal of TAR subst.
1641 * automake.texi (Options): Document dist-bzip2.
1642 * automake.in (TAR): Removed global.
1643 (initialize_global_constants): Changed `dist' to use pipe with
1644 gzip; work with non-GNU tar.
1645 (handle_dist): Handle non-GNU tar. Don't define TAR.
1646 (initialize_global_constants): Added `dist-bzip2' entry.
1647 (handle_options): Recognize dist-bzip2 option.
1648 (handle_dist): Likewise.
1649 * configure: Rebuilt.
1650 * configure.in: Don't check for tar.
1651 * m4/init.m4 (AM_INIT_AUTOMAKE): Check for `tar'. Substitute
1654 * automake.in (am_install_var): Removed obsolete comment.
1656 * texinfos.am (uninstall-info): Don't print loop but instead print
1657 commands. Simplified pre-uninstall loop.
1658 * scripts.am (uninstall-@DIR@SCRIPTS): Don't print loop but
1659 instead print commands.
1660 * progs.am (uninstall-@DIR@PROGRAMS): Don't print loop but instead
1662 * ltlib.am (uninstall-@DIR@LTLIBRARIES): Don't print loop but
1663 instead print commands.
1664 * lisp.am (install-@DIR@LISP): Strip subdir from file name.
1665 (uninstall-@DIR@LISP): Likewise. Also, don't print loop but
1666 instead print commands.
1667 * libs.am (uninstall-@DIR@LIBRARIES): Don't print loop but instead
1669 * java.am (uninstall-@DIR@JAVA): Don't print loop but instead
1671 * header.am (install-@DIR@HEADERS): Strip subdir from file name.
1672 (uninstall-@DIR@HEADERS): Likewise. Also, don't print loop but
1673 instead print commands.
1674 * data.am (install-@DIR@DATA): Strip subdir from file name.
1675 (uninstall-@DIR@DATA): Likewise. Also, don't print loop but
1676 instead print commands.
1678 * automake.in (handle_merge_targets): `install-strip' is a phony
1679 target. From Michel de Ruiter.
1681 1999-03-25 Tom Tromey <tromey@cygnus.com>
1683 * automake.in (define_compiler_variable): Don't define variable
1686 1999-03-25 Alexandre Oliva <oliva@dcc.unicamp.br>
1688 * automake.in (LDADD): accept -dlopen and -dlpreopen here
1689 * automake.texi: ditto
1691 1999-03-25 Alexandre Oliva <oliva@dcc.unicamp.br>
1693 * automake.in (TESTS): make from Solaris 7/x86 loses if srcdir
1694 is absolute and != objdir. dir="" or "$(srcdir)/" fixes it
1696 1999-03-24 Tom Tromey <tromey@cygnus.com>
1698 * automake.in (define_compiler_variable): New sub.
1699 (finish_languages): Use it.
1700 (lang_cxx_finish): Likewise.
1701 (lang_f77_finish): Likewise.
1702 (lang_ppf77_finish): Likewise.
1703 (lang_ratfor_finish): Likewise.
1704 (lang_objc_finish): Likewise.
1706 1999-03-23 Tom Tromey <tromey@cygnus.com>
1708 * progs.am (install-@DIR@PROGRAMS): Use `-e' instead of multiple
1709 sed invocations. From Elrond.
1710 (uninstall-@DIR@PROGRAMS): Likewise.
1712 * automake.in (lang_lex_finish): Rewrite `l', not `y', to `c'.
1713 From Ralf Corsepius.
1715 1999-02-01 Thomas Tanner <tanner@gmx.de>
1717 * automake.in: accept both A(C|M)_PROG_LIBTOOL, print a
1718 warning when AM_PROG_LIBTOOL was found
1719 * automake.texi: renamed AM_PROG_LIBTOOL to AC_PROG_LIBTOOL
1721 1999-03-22 Tom Tromey <tromey@cygnus.com>
1723 Made `+=' more robust. Fixes pluseq6.test and pluseq7.test.
1724 * automake.in (define_standard_variables): New sub.
1725 (read_main_am_file): Use two passes to scan standard variables.
1726 (read_am_file): Don't special-case configure variables with `+='.
1727 (initialize_per_input): Initialize %var_was_plus_eq.
1728 (read_am_file): Set var_was_plus_eq element correctly.
1729 (define_variable): Give error if variable assigned with `+=' is
1731 (initialize_per_input): Initialize %am_var_defs.
1732 (file_contents_with_transform): Set element in %am_var_defs.
1733 (read_am_file): Use %am_var_defs.
1735 1999-03-21 Tom Tromey <tromey@cygnus.com>
1737 * automake.in (initialize_per_input): Initialize %object_map.
1738 (handle_single_transform_list): Allow source files in
1741 1999-03-21 Jim Meyering <meyering@na-net.ornl.gov>
1743 * automake.in (handle_dist): Add missing newline after the first
1746 1999-03-11 Tom Tromey <tromey@cygnus.com>
1748 * m4/error.m4, m4/mktime.m4, m4/obstack.m4, m4/regex.m4,
1749 m4/strtod.m4: Use $ac_objext, not `.o'. From Jim Meyering.
1752 * automake.in (handle_dist): Add `;\' to end of distcheck-hook
1754 (scan_one_configure_file): In LIBOBJS, recognize `$ac_objext' as
1755 legitimate ending. Fixes libobj9.test.
1757 From Ralf Corsepius. Fixes lex3.test.
1758 * automake.in (lang_yacc_finish): Include `.' in name pushed onto
1759 maintainer-clean list.
1760 (lang_lex_finish): Likewise.
1762 1999-03-02 Tom Tromey <tromey@cygnus.com>
1764 * subdirs.am (maintainer-clean-recursive): Changed "&&" into "if"
1765 construct to work around FreeBSD make/sh problem. From Rich Wales.
1767 1999-03-01 Tom Tromey <tromey@cygnus.com>
1769 Fixes from Pavel Roskin:
1770 * automake.in (variable_conditions_sub): Sort list passed to
1771 variable_conditions_permutations.
1772 (variable_conditions): Sort list before returning.
1774 1999-02-27 Tom Tromey <tromey@cygnus.com>
1776 * automake.in (lang_extensions): New sub.
1777 (handle_dependencies): Use it.
1778 (cxx_extensions): Removed.
1779 (lang_cxx_finish): Use lang_extensions.
1780 (f77_extensions): Removed.
1781 (lang_f77_finish): Use lang_extensions.
1782 (objc_extensions): Removed.
1783 (lang_ppf77_finish): Put `.' before extension. Fixes ext.test.
1784 Report from Dave Morrison.
1785 (lang_ratfor_finish): Likewise.
1787 1999-02-26 Tom Tromey <tromey@cygnus.com>
1789 * automake.in (finish_languages): Added AM_LDFLAGS.
1790 (lang_cxx_finish): Likewise.
1791 (lang_f77_finish): Likewise.
1792 (lang_ppf77_finish): Likewise.
1793 (lang_ratfor_finish): Likewise.
1794 (lang_objc_finish): Likewise.
1796 1999-02-11 Tom Tromey <tromey@cygnus.com>
1798 * aclocal.in (obsolete_macros): Copied from automake.in.
1799 (obsolete_rx): Use only keys of obsolete_macros.
1800 (scan_configure): Report replacement macro for an obsolete macro.
1801 * automake.in (obsolete_macros): Added ud_GNU_GETTEXT.
1803 * automake.in (obsolete_macros): Corrected typo in AM_EXEEXT
1804 entry. Fixes obsolete2.test.
1806 * automake.in (obsolete_macros): Use empty string to indicate no
1808 (scan_one_configure_file): Likewise.
1810 1999-02-07 Paul Eggert <eggert@twinsun.com>
1812 * m4/ccstdc.m4 (AM_PROG_CC_STDC): Prefer -Ae to -Aa
1813 -D_HPUX_SOURCE, since -Ae allows `long long' and this is
1814 needed by some programs.
1816 1999-02-10 Tom Tromey <tromey@cygnus.com>
1818 * automake.in (handle_texinfo): Added `pgs' to list of
1819 extensions. From NISHIDA Keisuke.
1821 1999-02-04 Akim Demaille <demaille@inf.enst.fr>
1823 * automake.in (handle_texinfo): remove texinfo.tex from
1826 1999-02-02 Tom Tromey <tromey@cygnus.com>
1828 * automake.in (handle_merge_targets): Use INSTALL_STRIP_FLAG.
1829 * progs.am (install-@DIR@PROGRAMS): Added INSTALL_STRIP_FLAG.
1830 * header-vars.am (INSTALL_PROGRAM): Removed
1831 AM_INSTALL_PROGRAM_FLAGS.
1832 (INSTALL_STRIP_FLAG): New macro.
1834 * automake.in: Handle `ypp' as C++ yacc source and `lpp' as C++
1836 (lang_yacc_finish): Likewise.
1837 (lang_lex_finish): Likewise.
1839 1999-02-01 Tom Tromey <tromey@cygnus.com>
1841 * automake.in (handle_dist_worker): Correctly find find in $$d,
1842 not $$. From Bill Davidson.
1844 * automake.in (finish_languages): Use "&", not "do". From Pavel
1846 (handle_single_transform_list): Likewise.
1848 1999-01-29 Tom Tromey <tromey@cygnus.com>
1850 * automake.in (handle_configure): Removed unused variable. From
1853 * ansi2knr.c: New version from L. Peter Deutsch.
1855 1999-01-22 Tom Tromey <tromey@cygnus.com>
1857 * automake.in (require_file_internal): Correctly examine return
1858 value of `system'. From Andris Pavenis. Fixes copy.test.
1860 * m4/init.m4 (AM_INIT_AUTOMAKE): Require autoconf 2.13.
1862 * automake.in (lang_ppf77_rewrite): New function. From Jochen
1863 Kuepper. Fixes ppf77.test.
1864 (lang_ratfor_rewrite): New function
1866 * automake.in (handle_configure): Use `&' before sub calls (Perl 4
1867 fix). From Erez Zadok.
1869 1999-01-15 Tom Tromey <tromey@cygnus.com>
1871 * configure.in: Version 1.4a (oops).
1873 * configure.in: Updated version to 1.5a.
1875 1999-01-14 Tom Tromey <tromey@cygnus.com>
1877 * automake.in (handle_configure): Compute $header_dir based on
1878 $one_name, not $one_hdr. Reported by Erez Zadok. Fixes
1880 (handle_configure): Compute relative path to input header
1881 correctly in all cases.
1883 * automake.in (handle_tests): Avoid error messages from dejagnu
1884 test rules. From Karl Heuer.
1886 * automake.in (handle_texinfo): Add `/' to end of $conf_dir.
1888 * Makefile.am (AUTOMAKE_OPTIONS): Added `1.4'.
1890 * texi-vers.am ($(srcdir)/stamp-@VTI@): Find @TEXI@ in srcdir.
1891 From Alexandre Oliva and Erez Zadok.
1893 * automake.in (create): Renamed from touch.
1894 (handle_configure): Use create, not touch.
1896 * config.sub, config.guess: New versions from autoconf.
1898 * mkinstalldirs: New version from autoconf.
1900 1999-01-12 Tom Tromey <tromey@cygnus.com>
1902 * config.sub, config.guess, COPYING, texinfo.tex: New versions
1905 1999-01-11 Marcus G. Daniels <mgd@chama.santafe.edu>
1907 * automake.in (PATH_PATTERN): New variable:
1908 (INCLUDE_PATTERN): Use it. Ignore all include commands using
1909 symbols besides $(top_srcdir) and $(srcdir).
1911 1999-01-11 Alexandre Oliva <oliva@dcc.unicamp.br>
1913 * automake.in (handle_dist_worker): avoid failure in `make dist'
1914 if last file is a builddir-only file
1916 1999-01-11 Alexandre Oliva <oliva@dcc.unicamp.br>
1918 * missing (autoheader): `s' was missing from sed script; grr
1920 1999-01-11 Tom Tromey <tromey@cygnus.com>
1922 * remake-hdr.am (@STAMP@): Reverted timestamp change.
1923 ($(srcdir)/@STAMP@.in): Likewise.
1925 1999-01-10 Tom Tromey <tromey@cygnus.com>
1927 * Makefile.am (scriptdir): New macro.
1928 (script_DATA): Likewise.
1929 (install-data-hook): Use them.
1930 (EXTRA_DIST): Added script_DATA.
1931 (installcheck-local): Use script_DATA.
1933 * Makefile.am (pkgdata_DATA): Removed duplicate definition.
1935 1999-01-10 Alexandre Oliva <oliva@dcc.unicamp.br>
1937 * missing (autoheader): accept multiple header files
1938 (automake): simplify sed processing
1940 1999-01-10 Alexandre Oliva <oliva@dcc.unicamp.br>
1942 * automake.in (handle_configure, stamp_dir): create only one stamp
1943 file per header, instead of one in the top-level directory and one
1944 in the directory that contains the header.
1946 1999-01-10 Tom Tromey <tromey@cygnus.com>
1948 * automake.in (lang_objc_finish): Formatting fix.
1950 * automake.in (objc_extensions): New sub.
1951 (handle_dependencies): Only generate dependency-tracking code for
1952 ObjC when ObjC source seen.