source: trunk/essentials/sys-devel/automake-1.9/ChangeLog.00@ 3609

Last change on this file since 3609 was 3086, checked in by bird, 19 years ago

automake 1.9.6

File size: 72.5 KB
Line 
12000-12-29 Derek Price <[email protected]>
2
3 * automake.in (handle_dependencies): Switched the DEP_FILES
4 definition to be conditional on @AMDEP@.
5
62001-02-03 Ville Laurikari <[email protected]>
7
8 * depcomp (aix): New side-effect dependency tracking mode, for
9 the C for AIX compiler.
10 * m4/depend.m4 (AM_DEPENDENCIES): Recreate `conftest.c' and
11 `conftest.h' for each test.
12
132001-02-03 Tom Tromey <[email protected]>
14
15 * automake.texi (Dist): Updated to mention caveat of putting
16 directory in EXTRA_DIST and also providing a nice example of
17 removing the CVS dir.
18 From Ganesan Rajagopal.
19
20 * m4/depend.m4 (depcpp): Run tests in a subdir. Fixes report from
21 Bob Proulx.
22
23 * automake.in (scan_one_autoconf_file): Disable warning about
24 AM_PROG_LIBTOOL.
25
26 * automake.in (handle_configure): Don't modify variable which
27 aliases list element. Don't push @inputs onto the dist list.
28 Fixes colon7.test.
29 (initialize_per_input) [dist_dirs]: New variable.
30 (handle_dist_worker): Use global dist_dirs.
31 (handle_configure): Set dist_dirs entries at toplevel.
32
332001-02-02 Gordon Sadler <[email protected]>
34
35 * automake.texi (Java Support): Added index, @section.
36
372001-02-02 Pavel Roskin <[email protected]>
38
39 * automake.in (scan_autoconf_traces): Restore trace messages.
40
41 * automake.in (handle_aclocal_m4): Fix stripping of the initial
42 "./" from the dependencies of aclocal.m4.
43 Reported by Ralf Corsepius.
44
452001-02-01 Pavel Roskin <[email protected]>
46
47 * aclocal.in: Rename "verbosity" to "verbose". Always prepend
48 "aclocal: " to the verbose output.
49
50 * automake.in: Remove all debugging messages.
51
522001-01-31 Akim Demaille <[email protected]>
53
54 * automake.in (add_depend2): Quote properly $obj and $source.
55
562001-01-31 Akim Demaille <[email protected]>
57
58 * depend2.am: Instead of replacing @PFX@ in $(@PFX@COMPILE), and
59 then replacing `$(@PFX@COMPILE)' for the files that need some
60 special flags, use only @COMPILE@. Similarly for @LTCOMPILE@.
61 Try to document this file.
62 * automake.in (add_depend2): Adjust to these changes.
63
642001-01-31 Akim Demaille <[email protected]>
65
66 * automake.in (%factored_dependencies): New.
67 (file_contents): Use it.
68 (handle_phony): Rename as...
69 (handle_factored_dependencies): this.
70 * subdirs.am: No need for convolved syntax to declare .PHONY.
71
722001-01-31 Akim Demaille <[email protected]>
73
74 * automake.in: maintainer-check fixes.
75
762001-01-31 Akim Demaille <[email protected]>
77
78 * automake.in (file_contents): Rewrite: instead of trying to parse
79 it line by line, first swallow it completely into $CONTENTS,
80 *then*, parse it *paragraph* by paragraph.
81
822001-01-30 Akim Demaille <[email protected]>
83
84 * automake.in (file_contents): Remove.
85 (file_contents_with_transform): Swap the order of the arguments,
86 and rename as...
87 (file_contents): this.
88 Adjust all uses.
89
902001-01-30 Tom Tromey <[email protected]>
91
92 * automake.in (scan_one_autoconf_file): Don't mention
93 omit_dependencies.
94
952001-01-29 Akim Demaille <[email protected]>
96
97 * automake.in (&scan_autoconf_config_files): Extract from
98 &scan_one_autoconf_file.
99 (&scan_one_autoconf_file): Use it.
100 (&scan_autoconf_traces): New.
101 ($scan_autoconf_files): Use it.
102
1032001-01-29 Akim Demaille <[email protected]>
104
105 * texinfos.am, tags.am, subdirs.am, multilib.am, mans.am: Add a
106 .PHONY target.
107 * automake.in (handle_texinfo, handle_man_pages, handle_multilib)
108 (handle_etags, handle_subdirs): Don't push into @phony.
109
1102001-01-29 Akim Demaille <[email protected]>
111
112 * automake.in (scan_one_autoconf_file): Correctly recognize
113 configure.ac.
114
1152001-01-29 Akim Demaille <[email protected]>
116
117 * automake.in (handle_tests_dejagnu): New, extracted from...
118 (handle_tests): here. Use `.PHONY:'.
119
1202001-01-29 Akim Demaille <[email protected]>
121
122 * automake.in (handle_phony): Sort.
123 (file_contents_with_transform): Catch `.PHONY:'.
124 (handle_tests): Instead dumping the hard coded target check-TESTS
125 and registering its .PHONYsm, get them from...
126 * check.am: here, new file.
127
1282001-01-29 Akim Demaille <[email protected]>
129
130 * automake.in (add_depend2): Use &transform.
131
1322001-01-29 Akim Demaille <[email protected]>
133
134 * automake.in (handle_tags): Use &transform.
135 (am_error, am_line_error, am_conf_error, read_am_file): Use
136 directly arrays in strings, no need for &join.
137 Require Perl 5.
138 * Makefile.am (maintainer-check): Use grep -w when looking for
139 words.
140
1412001-01-29 Akim Demaille <[email protected]>
142
143 * automake.in (prog_error): New.
144 Spread its use.
145
1462001-01-29 Akim Demaille <[email protected]>
147
148 * automake.in (handle_single_transform_list): if (@list) { foreach
149 (@list) ...} can be written as a simple `foreach' loop.
150
1512001-01-29 Akim Demaille <[email protected]>
152
153 * automake.in (define_standard_variables): Use &transform instead
154 of build_rx.
155
1562001-01-29 Akim Demaille <[email protected]>
157
158 * automake.in (handle_texinfo): Use the new $texinfodir instead of
159 the removed $texinfo_tex.
160
1612001-01-29 Akim Demaille <[email protected]>
162
163 * automake.in (handle_libraries, handle_ltlibraries): Use
164 &transform.
165
1662001-01-29 Akim Demaille <[email protected]>
167
168 * automake.in (handle_programs) <xexe>: Remove, replaced by
169 `exeext'.
170 Use it, and &transform.
171
1722001-01-29 Akim Demaille <[email protected]>
173
174 * automake.in (get_object_extension) <$default_includes>: New.
175 Use it and &transform.
176
1772001-01-28 Tom Tromey <[email protected]>
178
179 * automake.in (variable_value_as_list_worker): Handle entries in
180 %am_var_defs. Fixes listval.test.
181
1822001-01-26 Akim Demaille <[email protected]>
183
184 * automake.in (handle_texinfo): Don't use $conf_pat, just
185 $conf_dir to transform MDDIR since now &transform handles the
186 escaping of RE special characters by itself.
187
1882001-01-24 Akim Demaille <[email protected]>
189
190 * m4/depend.m4 (AM_DEPENDENCIES): Don't leave `AC_PROG_CC' etc. in
191 clear.
192 * m4/init.m4: Likewise.
193 * m4/sanity.m4: s/conftestfile/conftest.file/.
194
1952001-01-24 Tom Tromey <[email protected]>
196
197 * automake.in (handle_libraries): Use $configure_ac; typo fix.
198
199 * automake.in (transform): Quote substitution.
200
2012001-01-21 Alexandre Duret-Lutz <[email protected]>
202 Tom Tromey <[email protected]>
203
204 * automake.in (obsolete_rx): Match whole macro names, not
205 substrings.
206 * aclocal.in (obsolete_rx): Likewise.
207
2082001-01-21 Tom Tromey <[email protected]>
209
210 * automake.texi: Changed dir category.
211
2122001-01-18 Akim Demaille <[email protected]>
213
214 * automake.in (handle_texinfo): Use &transform, and transform
215 CONFIGURE_AC.
216 Reported by Lars Hecking, and diagnosed by Raja R Harinath.
217
2182001-01-16 Akim Demaille <[email protected]>
219
220 Let Automake support `configure.ac'.
221
222 * automake.in: In the comments, prefer `configure.ac' to
223 `configure.in'.
224 When using &am_conf_error, don't repeat `in configure.in', since
225 the function already reports it.
226 When referring to `configure.in' use `$configure_ac' instead.
227 (configure_ac): New global variable.
228 (scan_configure, scan_one_configure_file): Rename as...
229 (scan_autoconf_files, scan_one_autoconf_file): this.
230 (scan_autoconf_files): Compute $configure_ac.
231 (transform): New function.
232 (handle_configure): Use it to transform CONFIGURE_AC in
233 `remake.am' and in `remake-hdr.am'.
234 (common_files): Also consider `configure.ac'.
235 Use consistently single quotes.
236 * aclocal.in (configure_ac): New variable.
237 Use it.
238 * texi-vers.am: Depend on CONFIGURE_AC not configure.in.
239 * remake.am: Likewise.
240 * remake-hdr.am: Likewise.
241
2422001-01-16 Akim Demaille <[email protected]>
243
244 * m4/multi.m4: Remove the hairy useless quotation of `$'.
245 Simplify `ifelse([$2],,,[$2])' into... `$2'!
246 * m4/minuso.m4: Don't use changequote!
247 * m4/cond.m4: Fix quotation.
248 * m4/sanity.m4: Follow the Autoconf coding style.
249 * m4/missing.m4 (AM_MISSING_INSTALL_SH): Use a for loop.
250 * m4/depend.m4 (AM_DEPENDENCIES): Fix quotation issues.
251 Use AC_CACHE_CHECK.
252
2532001-01-15 Tom Tromey <[email protected]>
254
255 * automake.in (handle_single_transform_list): Don't print rule
256 here when source is in subdir and object is not. Fixes
257 subobj4.test.
258
259 * automake.in (handle_single_transform_list): Correctly compute
260 $nonansi_obj. Fixes cxxansi.test.
261
262 * automake.texi (Man pages): Updated to account for man1_MANS,
263 etc.
264
2652001-01-13 Steve Robbins <[email protected]>
266 Tom Tromey <[email protected]>
267
268 * aclocal.in (scan_configure): Don't recognize macro assignments
269 or AC_SUBSTs.
270 (add_file): Likewise.
271
2722001-01-13 Kevin Ryde <[email protected]>
273
274 * automake.in (handle_ltlibraries): Omit -rpath from
275 check_LTLIBRARIES, as per noinst_LTLIBRARIES.
276
2772001-01-11 Tom Tromey <[email protected]>
278
279 * depcomp (case gcc3): Use -MD, not -M.
280
2812001-01-10 Tom Tromey <[email protected]>
282
283 * depcomp: Handle gcc 3.
284
2852000-12-23 Tom Tromey <[email protected]>
286
287 * configure.in: Updated to 1.4c for cvs.
288
289 * configure.in: Updated to 1.4b and released.
290
291 * config.guess, config.sub, texinfo.tex: New versions.
292
293 * automake.in (handle_dist_worker): Always define DIST_SUBDIRS.
294 Re-fixes pr87.test.
295
296 * subdirs.am (maintainer-clean-recursive): Use DIST_SUBDIRS for
297 distclean and maintainer-clean.
298 * automake.texi (Top level): Document use of DIST_SUBDIRS.
299
300 From Rusty Ballinger:
301 * automake.in (handle_java): Don't skip `noinst' prefix.
302
303 * automake.texi (Invoking aclocal): Mention ## comments.
304
3052000-12-22 Tom Tromey <[email protected]>
306
307 From Raja R Harinath:
308 * automake.in (libtoolize_sometimes): New global.
309 (initialize_global_constants): Added libtoolize_sometimes to
310 common_files.
311
312 * m4/depend.m4 (AM_SET_DEPDIR): Ignore errors when running rmdir.
313
314 * m4/depend.m4 (AM_SET_DEPDIR): Remove .deps directory when done.
315
3162000-12-21 Tom Tromey <[email protected]>
317
318 * automake.texi (Tags): Document GTAGS target.
319 * tags.am (GTAGS): New target.
320
321 * automake.in (libtoolize_files): Removed ltconfig.
322 (initialize_global_constants): Added ltconfig to common_files.
323
3242000-12-21 Kevin Ryde <[email protected]>
325
326 * automake.in (handle_footer): Generate .SUFFIXES target when user
327 defines suffixes but automake does not.
328
3292000-12-20 Marc Espie <[email protected]>
330
331 * automake.in (handle_texinfo): Make path of $vtexi explicit in
332 dependency.
333 * texi-vers.am: Likewise.
334
3352000-12-20 Tom Tromey <[email protected]>
336
337 From Kevin Ryde:
338 * automake.in (handle_footer): Always push user suffixes at the
339 start of .SUFFIXES:.
340 * automake.texi (Suffixes): Updated to reflect new suffix
341 handling.
342
3432000-12-18 Tom Tromey <[email protected]>
344
345 * automake.in (handle_built_sources): Removed.
346 (handle_merge_targets): Handle BUILT_SOURCES.
347 * automake.texi (Sources): Updated documentation of
348 BUILT_SOURCES.
349
3502000-12-17 Tom Tromey <[email protected]>
351
352 * m4/protos.m4: Always do header checks.
353
354 * automake.in (handle_ltlibraries): Check for LDFLAGS variables
355 before using values.
356
357 * automake.in (handle_ltlibraries): Allow _LDFLAGS to be
358 conditionally defined. Fixes PR automake/77 and ldflags.test.
359
3602000-11-25 Tom Tromey <[email protected]>
361
362 * automake.in (file_contents_with_transform): Added file name and
363 line number to error report.
364 (MACRO_PATTERN, BOGUS_MACRO_PATTERN): Leading spaces are ok.
365
3662000-11-23 Pavel Roskin <[email protected]>
367
368 * m4/regex.m4 (AM_WITH_REGEX): This macro was broken because
369 of M4 underquoting.
370 * m4/ccstdc.m4 (AC_PROG_CC_STDC): Added some M4 quotes.
371 * m4/dmalloc.m4 (AM_WITH_DMALLOC): Likewise.
372 * m4/lispdir.m4 (AM_PATH_LISPDIR): Likewise.
373 * m4/maintainer.m4 (AM_MAINTAINER_MODE): Likewise.
374 * m4/multi.m4 (AM_WITH_DMALLOC): Likewise.
375 * m4/python.m4 (AM_PATH_PYTHON): Likewise.
376 * m4/strtod.m4 (AM_FUNC_STRTOD): Likewise.
377
3782000-11-23 Tom Tromey <[email protected]>
379
380 * automake.in (require_file_internal): Pass $file as second
381 argument to maybe_push_required_file. Fixes PR automake/87.
382
3832000-11-18 Tom Tromey <[email protected]>
384
385 * m4/depend.m4 (AM_DEPENDENCIES): Redirect `$am_depcomp' stdout to
386 /dev/null. From Paul Martinolich.
387
3882000-11-16 Morten Eriksen <[email protected]>
389
390 * aclocal.in (write_aclocal): Set ``binmode'' after file has been
391 opened, otherwise it has no effect.
392
3932000-10-23 Morten Eriksen <[email protected]>
394
395 * aclocal.in (write_aclocal): Don't write aclocal.m4 with
396 CRLFs. This circumvents a bug in Cygwin bash.
397
398 * automake.in (generate_makefile): Don't write Makefile.in
399 files with CRLFs, as it causes problems for the dependency-file
400 extraction in AM_OUTPUT_DEPENDENCY_COMMANDS.
401
4022000-10-19 Alex Hornby <[email protected]>
403
404 * automake.in (handle_merge_targets): Allow parallel install
405 with forced relink.
406
4072000-10-19 Akim Demaille <[email protected]>
408
409 * subdir4.test (depcomp): Don't create it, defs does.
410
4112000-10-17 Pavel Roskin <[email protected]>
412
413 * automake.in (handle_aclocal_m4): exclude aclocal.m4 and
414 acinclude.m4 from the dependencies of aclocal.m4 to avoid
415 circular and duplicated dependencies. Strip "./" from the
416 dependencies.
417
4182000-10-17 Lars J. Aas <[email protected]>
419
420 * aclocal.in (write_aclocal): Set up aclocal.m4 header with
421 normal comments (#) instead of m4 dnl-type comments.
422
4232000-10-17 Alex Hornby <[email protected]>
424
425 * depcomp: Altered sed clause to strip of inclusion depth
426 numbers generated by cpp. Also output in gcc style.
427
4282000-10-16 Morten Eriksen <[email protected]>
429
430 * depcomp (msvisualcpp): New dependency tracking mode, for
431 Microsoft Visual C++.
432
4332000-10-16 Morten Eriksen <[email protected]>
434
435 * depcomp: Fix a bug in SGI dependency tracking mode with source
436 files which do not dependend on any other source files.
437
4382000-10-16 Rodney Brown <[email protected]>
439
440 * aclocal.in, aclocal.m4: Standardize FSF Copyright statements.
441 * automake.in, automake.texi: Likewise.
442 * clean-kr.am, clean.am: Likewise.
443 * comp-vars.am: Likewise.
444 * compile, compile.am: Likewise.
445 * data-clean.am: Likewise.
446 * data.am: Likewise.
447 * dejagnu.am: Likewise.
448 * depcomp: Likewise.
449 * depend.am, depend2.am: Likewise.
450 * dist-vars.am, dist.am: Likewise.
451 * elisp-comp: Likewise.
452 * footer.am: Likewise.
453 * header-vars.am, header.am: Likewise.
454 * java-clean.am java.am: Likewise.
455 * kr-extra.am: Likewise.
456 * library.am: Likewise.
457 * libs-clean.am, libs.am: Likewise.
458 * libtool.am: Likewise.
459 * lisp-clean.am lisp.am: Likewise.
460 * ltlib-clean.am ltlib.am: Likewise.
461 * ltlibrary.am: Likewise.
462 * m4/Makefile.in: Likewise.
463 * m4/strtod.m4: Likewise.
464 * mans-vars.am, mans.am: Likewise.
465 * mdate-sh: Likewise.
466 * missing: Likewise.
467 * multilib.am: Likewise.
468 * program.am: Likewise.
469 * progs-clean.am, progs.am: Likewise.
470 * python-clean.am, python.am: Likewise.
471 * remake-hdr.am, remake.am: Likewise.
472 * scripts.am: Likewise.
473 * subdirs.am: Likewise.
474 * tags-clean.am, tags.am: Likewise.
475 * texi-vers.am: Likewise.
476 * texinfos.am: Likewise.
477 * ylwrap: Likewise.
478
4792000-10-09 Pavel Roskin <[email protected]>
480
481 * m4/init.m4 (AM_INIT_AUTOMAKE): Don't rely on variable
482 assignments changing $? - it's broken in ash-0.2.
483 * m4/missing.m4 (AM_MISSING_HAS_RUN): Likewise.
484
485 * automake.in (handle_aclocal_m4): If ACLOCAL_M4_SOURCES is
486 defined use it as the list of M4 files aclocal.m4 depends on.
487
4882000-10-06 Alexandre Duret-Lutz <[email protected]>
489
490 * aclocal.in (add_file): Strip comments while scanning for
491 macro dependencies.
492
4932000-09-15 Alexandre Duret-Lutz <[email protected]>
494
495 * automake.in (initialize_global_constants): End the
496 result of dist-bzip2 with tar.bz2, not bz2.
497
4982000-08-30 Tom Tromey <[email protected]>
499
500 Fix for PR automake/72:
501 * automake.in (initialize_per_input): Define `need_link'.
502 (finish_languages): Use need_link.
503 (handle_source_transform): Set need_link if required.
504
5052000-08-28 Tom Tromey <[email protected]>
506
507 * automake.in (yacc, yaccxx, lex, lexxx): Set `derived-autodep'
508 key.
509 (register_language): Default the `derived-autodep' option.
510 (handle_single_transform_list): Add to %dep_files if language has
511 `derived-autodep' set. Re-fixes lex4.test.
512
5132000-08-27 Tom Tromey <[email protected]>
514
515 * automake.in (handle_single_transform_list): Only add to
516 %dep_files if language is found and supports automatic dependency
517 tracking. Fixes PR automake/75.
518
519 * automake.in (am_primary_prefixes): Don't set `valid' for
520 configure variables that don't satisfy the other constraints.
521 Fixes PR automake/68.
522
5232000-04-14 Victor V. Vengerov <[email protected]>
524
525 Fix for PR automake/67.
526 * automake.in (handle_multilib): remove .am suffix in fragment
527 name passed to file_contents.
528 * m4/multi.m4: Add missing ')' in AC_ARG_ENABLE invocation.
529 Remove external quotes in first arg of AC_OUTPUT_COMMANDS.
530 Remove unnecessary "rel-to-top-srcdir" before config-ml.in.
531
5322000-08-26 Tom Tromey <[email protected]>
533
534 * subdirs.am (maintainer-clean-recursive): Always run clean rules
535 in `.' after all subdirs. Fixes PR automake/3 and PR automake/24.
536
537 * automake.in (handle_man_pages): Generate install targets for man
538 even if man_MANS not defined. From `danpb'. Fixes PR automake/73.
539
540 * m4/depend.m4 (depcpp): Use `-o conftest.o'.
541 Fix for PR automake/74. From js pendry.
542
5432000-08-20 Eli Zaretskii <[email protected]>
544
545 * depcomp (gcc): Support DOS-style absolute file names with drive
546 letters.
547
5482000-08-06 Jim Meyering <[email protected]>
549
550 * automake.in (handle_dependencies): Set $require_file_found{'depcomp'}
551 if the depcomp file exists, before calling require_config_file on
552 `depcomp'. This makes require_file_internal skip its buggy existence
553 test that would make automake fail (with `required file `lib/depcomp'
554 not found') when AC_CONFIG_AUX_DIR is not set.
555
556 This change change does not fix the existing bug where, if `depcomp'
557 is not present in the build directory (at the top level), automake
558 still gives the inaccurate diagnostic about *lib*/depcomp rather
559 than ./depcomp.
560
5612000-08-05 Jim Meyering <[email protected]>
562
563 * m4/header.m4 (AM_CONFIG_HEADER): Fix typo in last change:
564 add missing closing bracket and closing parenthesis.
565 Don't quote the first argument to AC_OUTPUT_COMMANDS.
566 Backslash-escape the backquotes and `$' in `am_indx'-incrementing stmt.
567
5682000-08-04 Tom Tromey <[email protected]>
569
570 Idea from Nicolas Thiery:
571 * automake.texi (Tests): Document DEJATOOL as a list.
572 * dejagnu.am (RUNTESTDEFAULTFLAGS): Use $$tool, not $(DEJATOOL).
573 (check-DEJAGNU): Run runtest in a loop.
574
5752000-08-02 Akim Demaille <[email protected]>
576
577 * m4: Quote properly the name of the macros being defined.
578 Use `#' instead of `dnl' where appropriate.
579 * m4/header.m4 (AM_CONFIG_HEADER): Get rid of changequote, just
580 quote.
581 Don't quote passive characters.
582 Pull the AC_PREREQ outside the macro.
583 * m4/init.m4: Pull the AC_PREREQ outside the macro.
584
5852000-07-28 Tom Tromey <[email protected]>
586
587 * lisp.am (uninstall-@DIR@LISP): Prefix file with $(DESTDIR).
588 From Bruno Haible.
589
5902000-07-13 Kevin Ryde <[email protected]>
591
592 * automake.in (am_install_var): Apply the $(EXEEXT) hack to
593 EXTRA_PROGRAMS as well as other _PROGRAMS.
594
5952000-07-02 Jim Meyering <[email protected]>
596
597 * automake.in (scan_one_configure_file): Recognize AC_LIBOBJ.
598
5992000-06-19 Paolo Bonzini <[email protected]>
600
601 * texi-vers.am: define UPDATED-MONTH variable (for an example, see
602 GNU make's manual)
603
6042000-06-02 Morten Eriksen <[email protected]>
605
606 * depcomp: workaround for problem with SGI IRIX sed (it can only
607 handle lines of up to 8192 characters, the rest of the line will
608 be mangled).
609
6102000-05-31 Morten Eriksen <[email protected]>
611
612 * depcomp: tell SGI MIPSpro compilers to generate dependencies
613 through the pre-processor (only CVS libtool has the -Wc option
614 yet).
615
6162000-05-15 Brendan O'Dea <[email protected]>
617
618 * missing: Add support for `help2man'.
619
6202000-05-11 Tom Tromey <[email protected]>
621
622 * automake.in (handle_tests): Work correctly if TESTS is empty;
623 print nothing if it is. From Kevin Ryde.
624
6252000-05-08 Tom Tromey <[email protected]>
626
627 * automake.texi (Texinfo): Mention vers*.texi.
628
6292000-05-04 Akim Demaille <[email protected]>
630
631 AM_INIT_AUTOMAKE is no longer optional, so don't look for
632 `VERSION=' and `PACKAGE='.
633 * automake.in (seen_package, seen_version): Remove initializations of
634 unnecessary variables.
635 (scan_one_configure_file): Don't set them.
636 (scan_configure): Don't use them.
637
6382000-05-01 Akim Demaille <[email protected]>
639
640 * m4/init.m4 (AC_PROVIDE_IFELSE): If it is not defined, do it.
641 (AM_INIT_AUTOMAKE): Update the writing conventions.
642 Quote the arguments properly.
643 Add a few missing `dnl'.
644 Use AC_PROVIDE_IFELSE.
645
6462000-04-26 Jim Meyering <[email protected]>
647
648 * automake.in (scan_one_configure_file): Handle the AC_CONFIG_FILES
649 macro. Based on a patch from Harlan Stenn.
650
6512000-04-13 Akim Demaille <[email protected]>
652
653 * compile: Remove unnecessary double quotes in assignments.
654
6552000-04-13 Akim Demaille <[email protected]>
656
657 * automake.in (scan_one_configure_file): Also recognize
658 AC_CONFIG_HEADERS.
659 Remove trailing blanks.
660
6612000-04-05 Tom Tromey <[email protected]>
662
663 * header-vars.am (DESTDIR): Commented out definition.
664
665 * automake.in (require_file_internal): Pass --copy to libtoolize
666 if automake was run with `--copy'.
667
6682000-03-22 Tom Tromey <[email protected]>
669
670 * automake.texi (Uniform): Fix definition of pkglibdir.
671 From thi <[email protected]>.
672
6732000-03-19 Tom Tromey <[email protected]>
674
675 * aclocal.in (parse_arguments): Copyright 2000.
676 (write_aclocal): Likewise.
677 * automake.in (parse_arguments): Copyright 2000.
678 (initialize_global_constants): Likewise.
679
680 * automake.in (generate_makefile): Call handle_dist after
681 handle_dependencies and handle_tests. Fixes subobj3.test and
682 pr19.test regressions.
683
6842000-03-19 Gordon Matzigkeit <[email protected]>
685
686 * depend2.am (@[email protected]): Look for the source file in srcdir as well
687 as the current directory.
688 (@[email protected]): Likewise.
689
6902000-03-19 OKUJI Yoshinori <[email protected]>
691
692 * automake.in (handle_data): Pass -candist instead of
693 -defaultdist, for the compatibility.
694
6952000-03-19 Tom Tromey <[email protected]>
696
697 Fix for test nodepcomp.test:
698 * automake.in (require_file_internal): Use readlink on symlinks.
699 Only unlink file if we are going to try to add it again.
700 (handle_dependencies): Require `depcomp' here.
701 (scan_configure): Don't require `depcomp'.
702
7032000-03-16 OKUJI Yoshinori <[email protected]>
704
705 * automake.in (handle_configure): Remove $(BUILT_SOURCES) from
706 the rule to remake Makefile, whether $use_dependencies is true
707 or not. This was a historical one and doesn't make sense any
708 longer.
709
7102000-03-19 Tom Tromey <[email protected]>
711
712 More for PR automake/38:
713 * automake.texi (Invoking Automake): Document --force-missing.
714 * automake.in (force_missing): New global.
715 (parse_arguments): Recognize --force-missing.
716 (initialize_global_constants): Document --force-missing.
717 (require_file_internal): Handle --force-missing.
718
719 Fix for PR automake/38:
720 * automake.in (require_file_internal): Check for and handle
721 dangling symlinks. Fixes symlink2.test.
722
723 Fix for PR automake/45:
724 * automake.texi (configure): Mention requirement to run
725 AM_INIT_AUTOMAKE.
726 (Requirements): Removed most text.
727 * automake.in (seen_init_automake): New global.
728 (scan_configure): Error if AM_INIT_AUTOMAKE not seen.
729 (scan_one_configure_file): Don't support AM_INIT_GUILE_MODULE.
730 Set seen_init_automake if needed.
731
732 Fix for PR automake/41:
733 * automake.in (require_file_found): New global.
734 (require_file_internal): Set require_file_found entry.
735 (handle_texinfo): Require file any number of times.
736
737 * automake.in (handle_dist_worker): Exit if `cp' fails. Fixes
738 install2.test.
739
740 * tags.am: Don't reference $$here. Report from Sven Verdoolaege.
741
7422000-03-13 Alexandre Oliva <[email protected]>
743
744 * m4/missing.m4: Print the backtick in a way that won't cause
745 autoconf CVS to emit any warnings.
746
7472000-03-01 Jim Meyering <[email protected]>
748
749 * automake.in (handle_dist_worker) [generating rules for distdir]:
750 Don't use `ln' (which was just a space optimization anyway) to
751 populate $(distdir). Otherwise, the dist rules that change
752 permissions would end up affecting the master sources.
753 * texinfos.am (dist-info): Likewise.
754
7552000-02-13 Jim Meyering <[email protected]>
756
757 * automake.in (generate_makefile): Detect write/close failure.
758
7592000-02-02 Assar Westerlund <[email protected]>
760
761 * automake.in (handle_single_transform_list): do not use $< which
762 is not handled by all non-GNU makes. Instead do explicit sh code
763 testing for the file in this directory and srcdir. Based on a
764 suggestion by Alexandre Oliva <[email protected]>
765
7662000-01-12 Tom Tromey <[email protected]>
767
768 * m4/lispdir.m4: Added --with-lispdir argument processing.
769 From Kevin Dalley.
770
7712000-01-06 Tom Tromey <[email protected]>
772
773 * automake.in (handle_configure): Don't check for
774 AC_PROG_MAKE_SET.
775 (scan_configure): Check for AC_PROG_MAKE_SET.
776
777 * header-vars.am (@SET_MAKE@): Added.
778 * subdirs.am (@SET_MAKE@): Removed. Report from Motoyuki
779 Kasahara.
780
7811999-12-19 Tom Tromey <[email protected]>
782
783 * automake.in (handle_dist_worker): Expand DIST_COMMON under all
784 conditions.
785 (require_file_internal): Corrected arguments to second invocation
786 of maybe_push_required_file.
787
788 Fix for PR automake/9:
789 * automake.in (make_dirs, make_dirs_set): New globals.
790 (is_make_dir): New function.
791 (handle_configure): Use it.
792 (require_file_internal): Push file if there is no Makefile in its
793 directory.
794 (initialize_per_input): Initialize handle_dist_run.
795 (push_dist_common): Inspect handle_dist_run.
796 (handle_dist): Set handle_dist_run. Push items from
797 configure_dist_common onto dist_common if appropriate.
798 (configure_dist_common): New global.
799 (scan_configure): Set it.
800 (maybe_push_required_file): New function.
801 (require_file_internal): Use it.
802
803 * automake.in (handle_dist_worker): Scan DIST_COMMON to see if
804 more subdirs are defined. From Axel Belinfante. Fixes
805 PR automake/2.
806
8071999-12-18 Tom Tromey <[email protected]>
808
809 Partial fix for PR automake/40:
810 * lisp.am (install-@DIR@LISP): Handle nobase_ case.
811 (uninstall-@DIR@LISP): Likewise.
812 * header.am (install-@DIR@HEADERS): Handle nobase_ case.
813 (uninstall-@DIR@HEADERS): Likewise.
814 * data.am (install-@DIR@DATA): Handle nobase_ case.
815 (uninstall-@DIR@DATA): Likewise.
816 * automake.in (am_primary_prefixes): Recognize `nobase_' prefix.
817 (am_install_var): Recognize and handle `nobase_' prefix.
818
8191999-12-17 Tom Tromey <[email protected]>
820
821 * automake.in (get_object_extension): Added space before `-I.'.
822 Report from Ralf Corsepius.
823
8241999-12-15 Tom Tromey <[email protected]>
825
826 * aclocal.in: Don't pass $acdir to scan_m4_files.
827 (parse_arguments): Push $acdir on end of dirlist.
828 (scan_file): Don't warn if duplicate macro seen.
829
8301999-12-13 Tom Tromey <[email protected]>
831
832 Fix for PR automake/30 and PR automake/23. Fixes test
833 suffix3.test.
834 * automake.in (initialize_per_input): Initialize
835 source_suffix_pattern.
836 (derive_suffix): New function.
837 (handle_single_transform_list): Call it.
838
839 * automake.in (add_depend2): Handle the no-dependency-tracking
840 case. Fixes test suffix2.test.
841
842 * depcomp (tmpdepfile): [case sgi] Added missing `fi'.
843
844 * automake.in (get_object_extension): Fixed quoting on
845 -I$(srcdir).
846
847 * depend2.am: Removed erroneous comment.
848
849 * automake.texi (Program variables): Document nostdinc.
850 (Options): Likewise.
851 * automake.in (get_object_extension): Respect nostdinc option.
852 (handle_options): Recognize nostdinc.
853 * comp-vars.am (DEFS): Use @DEFAULT_INCLUDES@ as sole
854 substitution.
855
856 * automake.in (read_am_file): Allow conditional includes. Fixes
857 test condincl.test.
858
859 * depcomp: Handle case on SGI when libtool is `yes'.
860 * depend2.am (@[email protected]): Set libtool.
861 (@[email protected]): Likewise.
862 (@[email protected]): Likewise.
863
864 * depcomp: Unify dashmstdout and dashXmstdout cases. Move hp case
865 after gcc case.
866
8671999-12-13 Pavel Roskin <[email protected]>
868
869 * automake.in (add_depend2): substitute $rule in the rules
870 for individual files. Fixes test specflags5.test.
871
8721999-12-12 Tom Tromey <[email protected]>
873
874 * m4/depout.m4 (AM_OUTPUT_DEPENDENCY_COMMANDS): Run mkinstalldirs
875 to create directories. Fixes test subobj3.test.
876
8771999-12-10 Tom Tromey <[email protected]>
878
879 * m4/depout.m4 (AM_OUTPUT_DEPENDENCY_COMMANDS): Don't print
880 message when creating .deps files.
881
882 * automake.in (initialize_global_constants): If unreadable by
883 owner, make it readable by owner regardless of number of links.
884 Fixes more of install2.test.
885
886 * missing: Try to see if gnutar or gtar exist before invoking
887 them.
888
889 * m4/missing.m4 (AM_MISSING_INSTALL_SH): Remove ${SHELL} from
890 install_sh value. Look for install-sh and install.sh in a
891 somewhat more sensible way. Fixes test install2.test. Partially
892 from Jim Meyering.
893
8941999-12-09 Pavel Roskin <[email protected]>
895
896 * m4/missing.m4: remove redundant backquote
897
8981999-11-23 Tom Tromey <[email protected]>
899
900 * automake.in (initialize_global_constants): Use `bzip2 -9', not
901 `bzip --best' Report from Jim Meyering.
902
9031999-11-22 Tom Tromey <[email protected]>
904
905 * m4/missing.m4 (AM_MISSING_INSTALL_SH): Don't take argument.
906 * m4/init.m4 (AM_INIT_AUTOMAKE): Don't pass argument to
907 AM_MISSING_INSTALL_SH.
908 * automake.in (scan_one_configure_file): Reverted previous
909 change.
910
911 * automake.in (scan_one_configure_file): Define `install_sh'
912 configure variable when AM_INIT_AUTOMAKE seen. Report from Jim
913 Meyering.
914
915 * automake.in (handle_single_transform_list): Generate explicit
916 rule for subdir objects. Fixes new addition to subobj.test.
917
918 * automake.in (handle_lib_objects_cond): Allow LIBOBJS to be
919 defined by AC_SUBST. Fixes ltlibobjs.test.
920
921 Fix for sourcesub.test:
922 * automake.in (handle_single_transform_list): Added `var'
923 argument. If config sub found, give error.
924 (handle_source_transform): Updated for new
925 handle_source_transform.
926
927 * py-compile: New file.
928 * m4/Makefile.am (m4data_DATA): Added python.m4.
929 * m4/python.m4: New file.
930 * automake.texi (Uniform): Mention PYTHON.
931 (Python): New node.
932 * Makefile.am (amfiles): Added python.am, python-clean.am.
933 (dist_script_DATA): Added py-compile.
934 * python.am: New file.
935 * python-clean.am: New file.
936 * automake.in (seen_pythondir): New global.
937 (generate_makefile): Call handle_python.
938 (handle_python): New function.
939 (scan_one_configure_file): Set seen_pythondir if AM_PATH_PYTHON
940 seen.
941 (am_install_var): Special-case PYTHON like JAVA.
942 (scan_configure): Check for py-compile.
943 (initialize_global_constants): Added py-compile to @common_files.
944
945 * ltlib.am (install-@DIR@LTLIBRARIES): Added missing space.
946
9471999-11-21 Tom Tromey <[email protected]>
948
949 * automake.in (finish_languages): Only generate suffix rule when
950 not doing dependency tracking.
951
952 * m4/init.m4 (AM_INIT_AUTOMAKE): Use AM_MISSING_INSTALL_SH.
953 * m4/missing.m4 (AM_MISSING_INSTALL_SH): New macro.
954
955 * depend2.am: Use @SOURCE@, @OBJ@, @LTOBJ@, @OBJOBJ@, and @BASE@.
956 Always use `-o'.
957
9581999-11-19 Tom Tromey <[email protected]>
959
960 * dist.am: Set `CDPATH=:' to avoid problems. Merged from
961 Alexandre's change on branch.
962
9631999-10-02 Alexandre Oliva <[email protected]>
964
965 * Makefile.am (maintainer-check): Look for occurrences of ``cd'
966 without `CDPATH'.
967 * dejagnu.am: Set CDPATH before cd.
968 * Makefile.in: Rebuilt.
969
970 * automake.in (handle_single_transform_list): Change `\1' for `$1'
971 in `s///' replacement.
972
973 * automake.in (handle_dist): Set CDPATH before cd.
974 * dejagnu.am (check-DEJAGNU): Likewise.
975 * texinfos.am (install-info-am, dist-info): Likewise.
976 * m4/init.m4 (AM_INIT_AUTOMAKE): Likewise.
977 * m4/missing.m4 (AM_MISSING_HAS_RUN): Likewise.
978 * aclocal.m4, configure, Makefile.in: Rebuilt.
979
980 * AUTHORS: Added myself.
981
9821999-09-14 Alexandre Oliva <[email protected]>
983
984 * m4/missing.m4: Support relative srcdir and ac_aux_dir.
985 Reported by Tim Wilkinson <[email protected]>
986 * aclocal.m4, configure: Rebuilt.
987
9881999-08-17 Alexandre Oliva <[email protected]>
989
990 * m4/lex.m4 (AM_PROG_LEX): Require AM_MISSING_HAS_RUN and, if no
991 LEX program is found, use `${am_missing_run}flex'.
992
9931999-08-16 Alexandre Oliva <[email protected]>
994
995 * automake.in (handle_single_transform_list): Replace `$(OBJEXT)'
996 with `o' in depfile.
997
998 * automake.in (handle_lib_objects_cond): Remove second dot from
999 dependency file names.
1000
1001 * depend2.am (OBJEXT@[email protected]): Dependency file should be .Po,
1002 regardless of OBJEXT.
1003
1004 * automake.in (handle_dependencies): Add blank line after depend2.
1005 (handle_dependencies): Start DEP_FILES with `@AMDEP@'. Output
1006 blank line before `include's, not after them.
1007 (scan_one_configure_file): Do not special-case `DEP_' any more.
1008
1009 * m4/depout.m4 (AM_OUTPUT_DEPENDENCY_COMMANDS): Run for loop only
1010 if AMDEP is empty.
1011 * aclocal.m4, configure: Rebuilt.
1012
1013 * m4/depend.m4 (AMDEPBACKSLASH): Define.
1014 * depend2.am (@[email protected], @[email protected], @[email protected]): Use AMDEPBACKSLASH.
1015
1016 * automake.in (handle_dependencies): Generate `include's for
1017 dependency files after `@AMDEP@'.
1018
1019 * m4/missing.m4: Use eval, instead of a sub-shell, to test for
1020 --run support in the missing script, since SHELL is not exported.
1021 Reported by job bogan <[email protected]>
1022 * aclocal.m4, configure: Rebuilt.
1023
10241999-08-15 Alexandre Oliva <[email protected]>
1025
1026 * aclocal.m4, configure: Rebuilt with itself.
1027 * Makefile.in, m4/Makefile.in, tests/Makefile.in: Likewise.
1028
1029 * m4/missing.m4 (AM_MISSING_PROG): Remove DIRECTORY argument.
1030 Require AM_MISSING_HAS_RUN. Use am_missing_run, defined by...
1031 (AM_MISSING_HAS_RUN): New macro.
1032 * m4/init.m4: Remove missing_dir from calls to AM_MISSING_PROG.
1033 * automake.texi (Requirements): Likewise.
1034 * version.texi, stamp-vti: Rebuilt.
1035
10361999-07-28 Tom Tromey <[email protected]>
1037
1038 * depcomp: Handle the `hp' mode.
1039
10401999-07-06 Tom Tromey <[email protected]>
1041
1042 * depcomp: Work around HP-UX 10.20 sed bug.
1043
10441999-07-05 Tom Tromey <[email protected]>
1045
1046 * automake.in (handle_dependencies): Generate a separate include
1047 for each dep file. Report from Alexandre Oliva.
1048 * depend.am: Don't include DEP_FILES.
1049
10501999-06-01 Alexandre Oliva <[email protected]>
1051
1052 * depend.am: Add @AMDEP@ before `include', so that dependency
1053 tracking can be disabled.
1054 * depend2.am: Ditto, before all lines related with dependency
1055 tracking.
1056 * m4/depend.m4 (AM_DEP_TRACK): New macro, that documents
1057 --enable/disable-dependency-tracking and sets AMDEP accordingly.
1058 It is implicitly disabled if depcomp is missing.
1059 (AM_DEPENDENCIES): Disable dependency tracking unless it can be
1060 generated by side-effect.
1061 * m4/init.m4 (AM_INIT_AUTOMAKE): Require AM_DEP_TRACK.
1062 * automake.in (handle_dependencies): Add @AMDEP@ before the value
1063 of DEP_FILES.
1064 * m4/depout.m4 (AM_OUTPUT_DEPENDENCY_COMMANDS): Handle DEP_FILES
1065 starting with `#'.
1066
1067 * depcomp: Support -xM for dependency generation, for Sun CC.
1068 Reported by Alex Hornby <[email protected]>
1069 * m4/depend.m4: Extract the list of supported dependency-tracking
1070 mechanisms from the depcomp script and use it to test each one.
1071 * THANKS: Added Alex Hornby.
1072
1073 * depend2.am: Move $(depcomp) to the line of $(...DEPMODE), so as
1074 to leave $(...COMPILE) in a line by itself.
1075
1076 * THANKS: Added Miles Bader.
1077
10781999-06-01 Miles Bader <[email protected]>
1079
1080 * m4/depend.m4 (AM_DEPENDENCIES): Add check for `makedepend'.
1081 Fix `dashmstdout' to ignore non-dependency-generating uses of the
1082 -M flag.
1083 * depcomp (makedepend): New dependency-generating method.
1084
10851999-06-01 Alexandre Oliva <[email protected]>
1086
1087 * missing: If given `--run' as first argument, try to run the
1088 given program before falling back to the ``emulated'' behavior.
1089 Add support for `tar'.
1090 * automake.in: Use new `tar' support for `dist'.
1091 * m4/missing.m4 (AM_MISSING_PROG): Instead of checking for the
1092 program, prepend `missing --run' to the given program name.
1093 * m4/init.m4: Remove AMTAR-related stuff.
1094 * NEWS: Updated.
1095
1096 * m4/depout.m4: Instead of `find'ing Makefiles, just iterate on
1097 CONFIG_FILES. Do not use temporary variable for list of
1098 dependency files, it breaks Cygwin.
1099
11001999-04-27 Alexandre Oliva <[email protected]>
1101
1102 * depcomp (gcc): Imported comments removed from depend2.am, so
1103 that we don't lose them.
1104
1105 * m4/depout.m4 (AM_OUTPUT_DEPENDENCY_COMMANDS): Avoid sed s/$U//
1106 when not using ansi2knr.
1107
11081999-04-26 Alexandre Oliva <[email protected]>
1109
1110 * m4/depend.m4 (AM_DEPENDENCIES): Test for depcc -E support.
1111 * depcomp (cpp): Extract dependencies from `# nnn "..."' lines.
1112
11131999-04-25 Alexandre Oliva <[email protected]>
1114
1115 * m4/depend.m4 (AM_DEPENDENCIES): Add a definition to conftest.h,
1116 so as not to compile an empty source; some compilers fail on this.
1117 Redirect stderr of depcc to /dev/null. Test for -M with -o,
1118 because some compilers will output the rules to the output file.
1119 * depcomp (dashmstdout): Add --silent before --mode=compile, so
1120 that we don't get libtool output mixed up with make rules.
1121
1122 * m4/init.m4 (AM_INIT_AUTOMAKE): Require AM_SET_DEPDIR.
1123 * depend2.am: Set tmpdepfile too, to speed up depcomp. Always use
1124 -o for libtool, otherwise it may try to deduce the object name
1125 from the dependency-generation flag.
1126 * depcomp: Assume depdir exists. Preserve depfile on unsuccessful
1127 compilations.
1128
1129 * libtool.am: Do not emit .c.lo here...
1130 * depend2.am: ... emit .*.lo here, only when using libtool.
1131 * automake.in (get_object_extension): No more @MINUSO@ here.
1132 (handle_single_transform_list): Set $depfile from $object.
1133 (handle_dependencies): Emit depend2.am for all used languages,
1134 regardless of $use_dependencies; the setting of depcomp makes the
1135 difference.
1136 (lang_cxx_finish): Do not emit compilation rules.
1137 (lang_objc_finish): Likewise.
1138 (lang_java_finish): Likewise.
1139
11401999-04-21 Tom Tromey <[email protected]>
1141
1142 * m4/depout.m4 (AM_OUTPUT_DEPENDENCY_COMMANDS): Correctly
1143 interpolate DEPDIR in DEP_FILES expansion.
1144
11451999-04-20 Lee Iverson <[email protected]>
1146
1147 * m4/depend.m4 (AM_DEPENDENCIES): Fix up test for SGI-style
1148 dependency updating.
1149 * m4/depout.m4 (AM_OUTPUT_DEPENDENCY_COMMANDS): Fix sed script to
1150 handle multi-line dependency lists.
1151
11521999-11-12 Tom Tromey <[email protected]>
1153
1154 Fix for PR automake/14:
1155 * aclocal.in: Added `ud_GNU_GETTEXT'. Updated to mention
1156 AC_CYGWIN.
1157 * automake.in: Mention AC_CYGWIN, not AC_CYGWIN32.
1158
1159 * m4/multi.m4: Added missing `]'. From Akim Demaille.
1160
1161 * Makefile.am (path-check): Make sure distdir is writeable before
1162 removing it.
1163 * automake.in (handle_texinfo): Added `cm' and `ov' extensions.
1164 (handle_dist_worker): Make sure distdir is writeable before
1165 removing it.
1166 (initialize_global_constants [$dist_trailer]): Make sure distdir
1167 is writeable before removing it.
1168 * dist.am (distcheck): Make the new source tree read-only before
1169 compiling. Idea from Karl Berry.
1170
1171 * automake.texi (Gnits): Allow COPYING.LIB again.
1172 * automake.in (check_gnits_standards): Allow COPYING.LIB again.
1173
11741999-11-11 Jim Meyering <[email protected]>
1175
1176 * dist.am (distcheck): Remove $(distdir).tar.gz before counting
1177 files.
1178
11791999-11-09 Tom Tromey <[email protected]>
1180
1181 * automake.in (handle_dist): Typo fix. From Jim Meyering.
1182
11831999-11-09 Jim Meyering <[email protected]>
1184
1185 * automake.in (handle_dist): Remove the DISTHOOK and GETTEXT
1186 markers, no matter what.
1187
11881999-11-08 Tom Tromey <[email protected]>
1189
1190 * dist.am (distcheck): Put `&&' at the start of the distcheck-hook
1191 line.
1192
1193 * automake.in (handle_dist_worker): Use `cp -R', not `cp -r'.
1194 From Jim Meyering. Also, don't mention file name in `cp'
1195 destination. From Olly Betts.
1196
11971999-10-27 Miodrag Vallat <[email protected]>
1198
1199 * texinfos.am (uninstall-info): Use installed info file, not one
1200 from srcdir or builddir.
1201
12021999-11-07 Tom Tromey <[email protected]>
1203
1204 * clean.am (maintainer-clean-generic): Remove Makefile.in. From
1205 Jeff Bailey
1206
1207 Fix for PR automake/18:
1208 * automake.in (handle_dist): Add contents of dist.am to the output
1209 rules.
1210 * Makefile.am (amfiles): Added dist.am.
1211 * dist.am: New file.
1212 (distcheck): Added uninstall and distclean checks.
1213
1214 * automake.in (PATH_PATTERN): Added `-' as allowable character.
1215 Fixes PR automake/20. From Matthew D. Langston.
1216
1217 * automake.in (SUFFIX_RULE_PATTERN): Add `0-9' as characters
1218 allowed in suffixes. Fixes PR 22. From Matthias Clasen.
1219
12201999-10-03 Alexandre Oliva <[email protected]>
1221
1222 * m4/lispdir.m4: -batch must come before -q.
1223 * elisp-comp: Likewise.
1224 Reported by Lars Hecking <[email protected]>
1225 * THANKS: Added Lars.
1226
12271999-08-15 Tom Tromey <[email protected]>
1228
1229 * automake.in (get_object_extension): Fixed quoting bug. Fixes
1230 ansi4.test.
1231
12321999-07-27 Tom Tromey <[email protected]>
1233
1234 * config.guess, config.sub: New versions from autoconf.
1235
12361999-07-13 Tom Tromey <[email protected]>
1237
1238 Work around losing `awk'. Report from Harlan Stenn.
1239 * m4/init.m4 (AM_INIT_AUTOMAKE): Require AC_PROG_AWK.
1240 * tags.am (ID, TAGS): Use $(AWK), not `awk'.
1241
1242 * automake.in (handle_source_transform): Mark prefix as seen if
1243 corresponding _SOURCES variable exists. Fixes empty2.test.
1244
12451999-06-25 OKUJI Yoshinori <[email protected]>
1246
1247 * configure.in (ACLOCAL): Do not prepend the variable SRCDIR to
1248 m4.
1249 (AUTOMAKE): Set --amdir to current directory.
1250
12511999-06-20 Tom Tromey <[email protected]>
1252
1253 * Makefile.am (TAGS_FILES): New macro.
1254 (ETAGS_ARGS): Moved files into TAGS_FILES.
1255 (TAGS_DEPENDENCIES): Likewise.
1256 (ETAGS_ARGS): Removed.
1257 (TAGS_DEPENDENCIES): Removed duplicate definition.
1258
1259 * tags.am (ID): Handle VPATH correctly. Use TAGS_FILES. Report
1260 from Ganesan Rajagopal.
1261 (TAGS): Likewise.
1262
12631999-06-18 Thomas Tanner <[email protected]>
1264
1265 * automake.in (handle_ltlibraries): Check for -module in LDFLAGS,
1266 too.
1267
12681999-06-20 Mark Elbrecht <[email protected]>
1269
1270 * ylwrap: Handle filenames output by the DOS version of Bison.
1271
12721999-06-20 Tom Tromey <[email protected]>
1273
1274 * ylwrap: Be less strict when recognizing DOS paths. From Mark
1275 Elbrecht.
1276
12771999-06-19 Tom Tromey <[email protected]>
1278
1279 * automake.in (handle_dist_worker): Remove redundant entries from
1280 DIST_SUBDIRS.
1281
1282 * automake.in (handle_lib_objects_cond): Better error message when
1283 unrecognized option passed in LDADD.
1284
12851999-06-08 Alexandre Oliva <[email protected]>
1286
1287 * configure.in (ACLOCAL, AUTOMAKE): Use our own scripts, with
1288 appropriate --acdir and --amdir arguments.
1289
12901999-06-07 Alexandre Oliva <[email protected]>
1291
1292 * automake.in (dist_header): Avoid changing permissions of files
1293 in the source tree, trying a complex `find/chmod' command before
1294 falling back to plain chmod.
1295 (handle_dist_worker): Do not create directories with mode 777, the
1296 find above will take care of that.
1297 * m4/init.m4: Set install_sh for find/chmod above.
1298
1299 * THANKS: Added Shuhei Amakawa.
1300
13011999-06-07 Shuhei Amakawa <[email protected]>
1302
1303 * mans.am: Strip dirname from given filename.
1304
13051999-06-07 Jim Meyering <[email protected]>
1306
1307 * automake.in (handle_dist): Change emitted rules so that a failure
1308 in `$(MAKE) distcheck-hook' propagates to the outer make.
1309
13101999-05-27 Tom Tromey <[email protected]>
1311
1312 * automake.in (handle_single_transform_list): Replace AM_FLAG and
1313 not FLAG in compilation rule.
1314 (add_depend2): Likewise.
1315
1316 * ltlib.am (install-@DIR@LTLIBRARIES): Pass INSTALL_STRIP_FLAG to
1317 libtool.
1318
1319 * m4/dmalloc.m4: Updated dmalloc site information.
1320
13211999-05-19 Tom Tromey <[email protected]>
1322
1323 * automake.in (handle_single_transform_list): Push object name
1324 without extension onto lang_specific_files. Fixes
1325 specflags4.test.
1326
1327 * automake.in (handle_single_transform_list): Added missing
1328 space. Fixes specflags.test.
1329
13301999-05-05 Tom Tromey <[email protected]>
1331
1332 * automake.in: Disabled dependency tracking for Java.
1333
13341999-05-04 Tom Tromey <[email protected]>
1335
1336 * library.am (@LIBRARY@): Use $(@XLIBRARY@_AR).
1337 * automake.in (handle_libraries): Recognize _AR variable.
1338
13391999-04-30 Tom Tromey <[email protected]>
1340
1341 * automake.in (finish_languages): Always use `-o $@' with
1342 libtool. Define ltcompile and ltlink at outermost scope in
1343 function.
1344 * libtool.am (.c.lo): Removed.
1345
1346 * automake.in (finish_languages): Put `.' before extension in
1347 suffix list, `.obj' rule, and `.lo' rule. Look at `-flags', not
1348 `-flag'. From Pavel Roskin.
1349
13501999-04-28 Tom Tromey <[email protected]>
1351
1352 * automake.in (finish_languages): Fixed scoping of ltcompile and
1353 ltlink. From Pavel Roskin.
1354
13551999-04-27 Tom Tromey <[email protected]>
1356
1357 * automake.in (read_main_am_file): Don't start macro definition
1358 with backslash-newline. Instead, append newline at the end if
1359 required.
1360
1361 * automake.in (read_am_file): Insert a backslash before a trailing
1362 newline. Fixes pluseq8.test.
1363
1364 * automake.in (MACRO_PATTERN): Allow digits and `_' to start a
1365 macro name.
1366 (check_canonical_spelling): Don't insert `AM' before macro name
1367 (reverts Alexandre's 1999-04-27 patch).
1368 * automake.texi: Reverted documentation change for `AM' patch.
1369
1370 * automake.in (handle_lib_objects_cond): Prefer `$1' over `\1'.
1371 Minor rewrite for clarity.
1372 (check_canonical_spelling): Prefer `$1' over `\1'.
1373
1374 * depend2.am (@OBJ@): Renamed. Use @SOURCE@, @COMPILE@. Always
1375 use `-o $@'.
1376 (@LTOBJ@): Likewise.
1377 * automake.in (handle_single_transform_list): Don't print rule if
1378 doing dependency tracking and the file's language supports it.
1379 (initialize_per_input): Initialize lang_specific_files.
1380 (add_depend2): New function.
1381 (handle_dependencies): Use it.
1382
1383 * automake.in (lang_ppf77_finish): Use lang_f77_finish.
1384 ratfor compiler name is `RCOMPILE'. ppf77 compiler name changed
1385 to `PPF77COMPILE' to allow use of f77 and ppf77 in the same
1386 directory.
1387 (lang_ratfor_finish): Use lang_f77_finish.
1388
1389 * compile.am (NOTDEPEND.c.o): Removed.
1390 (OBJEXT.c.obj): Likewise.
1391 * automake.in: Added `flags' attribute to all relevant languages.
1392 (handle_single_transform_list): Handle per-derived-object flags.
1393 Changed interface and all callers.
1394 (handle_built_sources): Don't call handle_single_transform_list.
1395 Added `compile' and `compiler-name' attribute to all relevant
1396 languages.
1397 (finish_languages): Define compiler variables here.
1398 (lang_cxx_finish): Don't call define_compiler_variable. Don't
1399 define flag variable or .o rules. Don't add to @suffixes.
1400 (lang_f77_finish): Likewise.
1401 (lang_ppf77_finish): Likewise.
1402 (lang_objc_finish): Likewise.
1403 (lang_java_finish): Likewise.
1404 (finish_languages): Define flag variable here.
1405 Added `output-arg' attribute to all relevant languages.
1406 (finish_languages): Define `.o' rules here.
1407 (finish_languages): Put extension on @suffixes.
1408 (get_object_extension): Don't transform NOTDEPEND or MINUSO.
1409
14101999-04-27 Alexandre Oliva <[email protected]>
1411
1412 * automake.in (initialize_global_constants): Invoke gzip for
1413 dist-shar just like in plain dist, i.e., pass it GZIP_ENV and -c.
1414
1415 * automake.in (initialize_global_constants): Remove zip file
1416 before re-creating it.
1417 Reported by Bob Friesenhahn <[email protected]>
1418
1419 * texinfos.am (uninstall-info): Look for info file in srcdir, just
1420 like in install-info-am.
1421 Reported by Tudor Hulubei <[email protected]>
1422
1423 * automake.in (handle_lib_objects_cond): \Q doesn't work either.
1424 Let's use the good ol' substitution, then.
1425 Reported by Russ Allbery <[email protected]>
1426
1427 * automake.in (check_canonical_spelling): Insert AM before names
1428 starting with non-letters.
1429
1430 * automake.texi: Document it.
1431
14321999-04-26 Alexandre Oliva <[email protected]>
1433
1434 * automake.in (handle_lib_objects_cond): Do not use quotemeta, it
1435 doesn't work on perl4. Maybe \Q and \E do.
1436
14371999-04-24 Tom Tromey <[email protected]>
1438
1439 * automake.in: Treat `.zip' and `.jar' files as Java.
1440
1441 * automake.in (generate_makefile): Define `subdir' after reading
1442 .am file.
1443 (read_main_am_file): Give programming error if variable defined
1444 before invocation.
1445
14461999-04-22 Tom Tromey <[email protected]>
1447
1448 * automake.in (generate_makefile): Define `subdir' variable.
1449 (handle_dist): Don't define `subdir'.
1450
1451 * automake.in (handle_texinfo): Change numbering scheme for
1452 stamp-vti files, to avoid problems with DOS.
1453 From Michel de Ruiter.
1454
1455 * automake.texi: Don't mention AM_FUNC_MKTIME.
1456 * aclocal.in (obsolete_macros): Mention AM_FUNC_MKTIME.
1457 * automake.in (scan_one_configure_file): Recognize
1458 AC_FUNC_MKTIME, not AM_FUNC_MKTIME.
1459 (obsolete_macros): Mention AM_FUNC_MKTIME.
1460 * m4/Makefile.am (m4data_DATA): Removed mktime.m4.
1461 * m4/mktime.m4: Removed.
1462
14631999-04-20 Tom Tromey <[email protected]>