1 1999-04-26 Alexandre Oliva <oliva@dcc.unicamp.br>
3 * automake.in (handle_lib_objects_cond): Do not use quotemeta, it
4 doesn't work on perl4. Maybe \Q and \E do.
6 1999-04-24 Tom Tromey <tromey@cygnus.com>
8 * automake.in: Treat `.zip' and `.jar' files as Java.
10 * automake.in (generate_makefile): Define `subdir' after reading
12 (read_main_am_file): Give programming error if variable defined
15 1999-04-22 Tom Tromey <tromey@cygnus.com>
17 * automake.in (generate_makefile): Define `subdir' variable.
18 (handle_dist): Don't define `subdir'.
20 * automake.in (handle_texinfo): Change numbering scheme for
21 stamp-vti files, to avoid problems with DOS.
22 From Michel de Ruiter.
24 * automake.texi: Don't mention AM_FUNC_MKTIME.
25 * aclocal.in (obsolete_macros): Mention AM_FUNC_MKTIME.
26 * automake.in (scan_one_configure_file): Recognize
27 AC_FUNC_MKTIME, not AM_FUNC_MKTIME.
28 (obsolete_macros): Mention AM_FUNC_MKTIME.
29 * m4/Makefile.am (m4data_DATA): Removed mktime.m4.
30 * m4/mktime.m4: Removed.
32 1999-04-20 Tom Tromey <tromey@cygnus.com>
34 * automake.texi (Top level): Don't recommend substing SUBDIRS.
36 1999-04-20 Brian Ford <ford@vss.fsi.com>
38 * scripts.am: Change else if's to elif.
40 1999-04-20 Alexandre Oliva <oliva@dcc.unicamp.br>
42 * automake.in (handle_lib_objects_cond): Only require the source
43 of a LIBOBJ if it's not in BUILT_SOURCES.
44 Reported by Erez Zadok.
46 1999-04-19 Tom Tromey <tromey@cygnus.com>
48 * automake.in: Treat `.class' files as Java source.
49 (lang_java_finish): Handle `.class' files.
51 1999-04-18 Alexandre Oliva <oliva@dcc.unicamp.br>
53 * m4/lispdir.m4: Match only `/(share|lib)/x?emacs/site-lisp/*$'.
55 * m4/lispdir.m4: Do not override lispdir if it's already defined.
56 Run some emacs-lisp to find out the site-lisp directory, but
57 relocate it into prefix.
59 1999-04-17 Paul Eggert <eggert@twinsun.com>
61 * m4/mktime.m4 (bigtime_test, main): Move alarm from
62 bigtime_test to main, since Solaris 7 (64-bit) mktime loops
63 even outside of bigtime_test. Use a time limit of 60 seconds
64 for the whole test, not 10 seconds per iteration.
66 1999-04-17 Erez Zadok <ezk@cs.columbia.edu>
68 * automake.in: Create stamps for headers in appropriate
69 directories, even if the input file lives in a different place.
70 * remake-hdr.am: Likewise.
72 1999-04-16 Tom Tromey <tromey@cygnus.com>
75 * progs.am (install-@DIR@PROGRAMS, uninstall-@DIR@PROGRAMS):
76 Invoke `sed' only once per program.
77 * scripts.am (install-@DIR@SCRIPTS, uninstall-@DIR@SCRIPTS):
78 Invoke `sed' only once per program.
80 1999-04-13 Tom Tromey <tromey@cygnus.com>
82 * automake.in (handle_subdirs): Make `install-recursive' phony.
83 From Michel de Ruiter.
85 * automake.in (handle_ltlibraries): Added missing `check'.
87 1999-04-12 Tom Tromey <tromey@cygnus.com>
89 * ansi2knr.c: New version from Pavel Roskin (via ansi2knr.c
92 1999-04-11 Tom Tromey <tromey@cygnus.com>
94 * automake.in (handle_dist): Use AMTAR.
95 (initialize_global_constants): Likewise.
96 * m4/init.m4 (AM_INIT_AUTOMAKE): Use AMTAR, not TAR.
98 * automake.in (lang_sub_obj): New function.
99 (lang_cxx_rewrite): Use it.
100 (lang_asm_rewrite): Likewise.
101 (lang_objc_rewrite): Likewise.
102 (lang_cxx_finish): Add `-o $@' to all C++ rules.
103 (lang_asm_finish): Add `-o' to suffix rules when appropriate.
104 (lang_objc_finish): Add `-o $@' to all ObjC rules.
105 (lang_java_finish): Likewise.
107 * automake.in: Only register `asm' once.
108 (lang_asm_finish): Put assembly suffixes on @suffixes.
110 * libtool.am (.s.lo): Removed.
112 * automake.in (lang_asm_finish): Handle libtool.
114 * libtool.am (.c.o): Always pass -c to libtool.
116 * automake.in (lang_yacc_rewrite): Handle sources in subdirs.
117 (lang_yaccxx_rewrite): Likewise.
118 (lang_lex_rewrite): Likewise.
119 (lang_lexxx_rewrite): Likewise.
121 Assembly code no longer included by default:
122 * compile.am (.s.o): Removed.
124 * automake.in: Register `asm' language.
125 (lang_asm_finish): Generate suffix rules for assembly.
126 (get_object_extension): Don't add `.s' or `.S' to suffix list.
128 * automake.in (get_object_extension): Substitute @MINUSO@ when
129 including compile.am.
130 * compile.am (.c.o): Added @MINUSO@.
133 First cut at allowing objects in subdirectories:
134 * m4/Makefile.am (m4data_DATA): Added minuso.m4.
135 * Makefile.am (dist_script_DATA): Added compile.
136 * m4/minuso.m4: New file.
137 * automake.in (initialize_global_constants): Added compile to
139 (seen_cc_c_o): New global.
140 (scan_one_configure_file): Set it when AM_PROG_CC_C_O seen.
141 (handle_options): Recognize `subdir-objects' option.
142 (lang_c_rewrite): Added directory argument.
143 (lang_yacc_rewrite): Likewise.
144 (lang_yaccxx_rewrite): Likewise.
145 (lang_lex_rewrite): Likewise.
146 (lang_lexxx_rewrite): Likewise.
147 (handle_single_transform_list): Pass directory to _rewrite
148 function. Generate dependencies for dirstamp files for each .o;
149 it is just the rules we want to create once.
150 (lang_c_rewrite): Handle `subdir-objects' option.
151 (lang_c_rewrite): Require `compile' program.
154 * automake.in (initialize_per_input): Initialize %directory_map.
155 (handle_single_transform_list): Only create .dirstamp rules once
158 * m4/gcj.m4 (AM_PROG_GCJ): Use AC_CHECK_PROGS, not AC_CHECK_PROG.
161 * automake.in (configure_input_files): New global.
162 (scan_configure): Set it.
163 (handle_configure): Use configure_input_files when determining
164 which subdirs have a Makefile.am. Fixes confh.test.
165 (handle_configure): Only recognize acconfig.h in top srcdir.
167 1999-04-10 Tom Tromey <tromey@cygnus.com>
169 * depend2.am (%.o): Use `$(*D)/$(*F)', not just `$(*F)'.
172 * automake.in (am_install_var): Remove redundancies from the
173 result. Fixes test cond8.test.
175 * automake.in (handle_single_transform_list): Handle dependency
176 tracking when files are created in subdirs. Error if object in
177 subdir has `..' component.
179 * automake.in (initialize_global_constants): Use $(TAR), not tar.
181 * automake.in (handle_ltlibraries): Allow check_LTLIBRARIES.
183 * automake.in (lang_yacc_finish): Added missing `&'.
185 1999-04-10 Alexandre Oliva <oliva@dcc.unicamp.br>
187 * automake.in (handle_configure): Replace multiple occurrences of
188 @STAMP@ in the same line; completes the patch for remake-hdr.am
191 * automake.in (handle_dependencies): Fix test for `autodep'
194 * automake.in (handle_source_transform): Add a pfx to used_pfx
195 only if it's conditional or non-empty, to reduce the number of
196 empty variables. Emit _OBJECS variable based on program name if
197 no SOURCES were explicitly specified.
199 * remake-hdr.am: Create the stamp file before the header file,
200 and just rename it after, so that the timestamps will be correct.
201 Reported by Marc Horowitz <marc@mit.edu>
203 * automake.in (lang_yacc_finish): Generate and dist a `.h' for a
204 `.y' iff YFLAGS or AM_YFLAGS contain `-d'.
205 Reported by Jim Meyering <meyering@ascend.com>
207 * automake.in (lang_yacc_finish): $hname must not contain a `.'.
209 1999-04-10 Tom Tromey <tromey@cygnus.com>
211 * Makefile.am (EXTRA_DIST): New macro.
212 * ChangeLog.1996, ChangeLog.1998: New files.
214 1999-04-09 Tom Tromey <tromey@cygnus.com>
216 * automake.in (handle_source_transform): Handle dist and nodist
218 (initialize_per_input): Initialize dist_sources.
219 (check_libobjs_sources): Handle dist and nodist prefixes.
220 (generate_makefile): Define DIST_SOURCES.
221 * dist-vars.am (DISTFILES): Reference DIST_SOURCES, not SOURCES.
223 * automake.texi (Macros): Mention AM_PROG_GCJ.
224 (Java Support): New node.
225 (Dist): Documented dist_ and nodist_ prefixes.
227 * m4/gcj.m4 (AM_PROG_GCJ): Renamed from AC_PROG_GCJ.
229 * automake.in (lang_java_finish): Generate .lo rule for `.java'
230 files, not `.gcj' files.
232 * m4/gcj.m4: New file.
233 * m4/Makefile.am (m4data_DATA): Added gcj.m4.
235 * automake.in: Register the `java' language.
236 (resolve_linker): Handle GCJLINK.
237 (lang_java_rewrite): New function.
238 (LANG_IGNORE, LANG_PROCESS, LANG_SUBDIR): New constants.
239 (lang_c_rewrite): Use new constants.
240 (lang_cxx_rewrite): Likewise.
241 (lang_header_rewrite): Likewise.
242 (lang_yacc_rewrite): Likewise.
243 (lang_yaccxx_rewrite): Likewise.
244 (lang_lex_rewrite): Likewise.
245 (lang_lexxx_rewrite): Likewise.
246 (lang_asm_rewrite): Likewise.
247 (lang_f77_rewrite): Likewise.
248 (lang_ppf77_rewrite): Likewise.
249 (lang_ratfor_rewrite): Likewise.
250 (lang_objc_rewrite): Likewise.
251 (handle_single_transform_list): Likewise. Handle LANG_SUBDIR
252 return from rewrite function.
253 (lang_java_finish): New function.
254 (register_language): Changed interface and all calls. Added
255 `autodep' settings to various languages.
256 (handle_dependencies): Use `autodep' property of language when
257 including dependency-tracking code.
259 1999-04-07 Tom Tromey <tromey@cygnus.com>
261 * automake.in (handle_texinfo): Indentation fixes.
263 1999-04-07 Alexandre Oliva <oliva@dcc.unicamp.br>
265 * automake.in (value_to_list): Skip *only* trailing backslashes.
267 1999-04-07 Pavel Roskin <pavel_roskin@geocities.com>
269 * automake.in (value_to_list): Skip trailing backslashes.
271 1999-04-07 Alexandre Oliva <oliva@dcc.unicamp.br>
273 * automake.in (handle_texinfo): Add texinfo.tex to config_aux_dir
275 Reported by Per Cederqvist <ceder@lysator.liu.se>
276 (handle_texinfo): Do not define texinfo_tex='.', use
277 '$(srcdir)/texinfo.tex' instead; the directory name will be
279 (require_conf_file_with_line): Fixed typo.
281 1999-04-03 Raja R Harinath <harinath@cs.umn.edu>
283 * automake.in (handle_tests): Test `dir=./' before `dir=', so that
284 we do not depend on PATH starting with `.'.
286 1999-03-31 Tom Tromey <tromey@cygnus.com>
288 * automake.in (quote_cond_val): Quote \n.
289 (unquote_cond_val): Unquote \n.
290 (read_am_file): If line ends with `\', preserve it and add a
292 (read_main_am_file): In conditional case, put conditional text at
293 beginning of each generated line.
295 1999-03-31 Alexandre Oliva <oliva@dcc.unicamp.br>
297 * automake.in (handle_tests): support XFAIL_TEST
298 * automake.texi: document it
300 1999-03-27 Tom Tromey <tromey@cygnus.com>
302 * automake.in (saw_sources_p): Correctly count header extensions
304 (handle_headers): Fixed order of arguments to am_install_var.
306 * automake.in (am_install_var): Don't error if EXTRA_foo is
309 * scripts.am (install-@DIR@SCRIPTS): Use NDIR when appropriate.
310 (uninstall-@DIR@SCRIPTS): Likewise.
311 * progs.am (install-@DIR@PROGRAMS): Use NDIR when appropriate.
312 (uninstall-@DIR@PROGRAMS): Likewise.
313 * ltlib.am (install-@DIR@LTLIBRARIES): Use NDIR when appropriate.
314 (uninstall-@DIR@LTLIBRARIES): Likewise.
315 * lisp.am (install-@DIR@LISP): Use NDIR when appropriate.
316 (uninstall-@DIR@LISP): Likewise.
317 * libs.am (install-@DIR@LIBRARIES): Use NDIR when appropriate.
318 (uninstall-@DIR@LIBRARIES): Likewise.
319 * java.am (install-@DIR@JAVA): Use NDIR when appropriate.
320 (uninstall-@DIR@JAVA): Likewise.
321 * header.am (install-@DIR@HEADERS): Use NDIR when appropriate.
322 (uninstall-@DIR@HEADERS): Likewise.
323 * data.am (install-@DIR@DATA): Use NDIR when appropriate.
324 (uninstall-@DIR@DATA): Likewise.
325 * Makefile.in: Rebuilt.
326 * Makefile.am (dist_pkgdata_DATA): Renamed.
327 (EXTRA_DIST): Removed.
328 (install-data-hook): Added POST_INSTALL; print commands as they
329 are run; respect DESTDIR.
330 * dist-vars.am (DISTFILES): Removed $(HEADERS).
331 * automake.in (am_install_var): Accept `-candist' and
332 `-defaultdist' options. Handle `dist_' and `nodist_' prefixes.
333 (am_primary_prefixes): Added can_dist argument. Recognize `dist_'
334 and `nodist_' prefixes.
335 (handle_scripts): Pass -candist to am_install_var.
336 (handle_data): Pass -defaultdist to am_install_var.
337 (handle_headers): Likewise.
338 (handle_emacs_lisp): Pass -candist to am_install_var.
339 (handle_java): Pass -candist to am_install_var.
341 1999-03-26 Tom Tromey <tromey@cygnus.com>
343 * m4/init.m4: Fixed typo when invoking SHELL.
345 * automake.in (lang_yacc_finish): Always use `.h' as suffix for
346 yacc header file. From Ralf Corsepius.
348 * Makefile.in: Rebuilt.
349 * Makefile.am: Updated to reflect removal of TAR subst.
350 * automake.texi (Options): Document dist-bzip2.
351 * automake.in (TAR): Removed global.
352 (initialize_global_constants): Changed `dist' to use pipe with
353 gzip; work with non-GNU tar.
354 (handle_dist): Handle non-GNU tar. Don't define TAR.
355 (initialize_global_constants): Added `dist-bzip2' entry.
356 (handle_options): Recognize dist-bzip2 option.
357 (handle_dist): Likewise.
358 * configure: Rebuilt.
359 * configure.in: Don't check for tar.
360 * m4/init.m4 (AM_INIT_AUTOMAKE): Check for `tar'. Substitute
363 * automake.in (am_install_var): Removed obsolete comment.
365 * texinfos.am (uninstall-info): Don't print loop but instead print
366 commands. Simplified pre-uninstall loop.
367 * scripts.am (uninstall-@DIR@SCRIPTS): Don't print loop but
368 instead print commands.
369 * progs.am (uninstall-@DIR@PROGRAMS): Don't print loop but instead
371 * ltlib.am (uninstall-@DIR@LTLIBRARIES): Don't print loop but
372 instead print commands.
373 * lisp.am (install-@DIR@LISP): Strip subdir from file name.
374 (uninstall-@DIR@LISP): Likewise. Also, don't print loop but
375 instead print commands.
376 * libs.am (uninstall-@DIR@LIBRARIES): Don't print loop but instead
378 * java.am (uninstall-@DIR@JAVA): Don't print loop but instead
380 * header.am (install-@DIR@HEADERS): Strip subdir from file name.
381 (uninstall-@DIR@HEADERS): Likewise. Also, don't print loop but
382 instead print commands.
383 * data.am (install-@DIR@DATA): Strip subdir from file name.
384 (uninstall-@DIR@DATA): Likewise. Also, don't print loop but
385 instead print commands.
387 * automake.in (handle_merge_targets): `install-strip' is a phony
388 target. From Michel de Ruiter.
390 1999-03-25 Tom Tromey <tromey@cygnus.com>
392 * automake.in (define_compiler_variable): Don't define variable
395 1999-03-25 Alexandre Oliva <oliva@dcc.unicamp.br>
397 * automake.in (LDADD): accept -dlopen and -dlpreopen here
398 * automake.texi: ditto
400 1999-03-25 Alexandre Oliva <oliva@dcc.unicamp.br>
402 * automake.in (TESTS): make from Solaris 7/x86 loses if srcdir
403 is absolute and != objdir. dir="" or "$(srcdir)/" fixes it
405 1999-03-24 Tom Tromey <tromey@cygnus.com>
407 * automake.in (define_compiler_variable): New sub.
408 (finish_languages): Use it.
409 (lang_cxx_finish): Likewise.
410 (lang_f77_finish): Likewise.
411 (lang_ppf77_finish): Likewise.
412 (lang_ratfor_finish): Likewise.
413 (lang_objc_finish): Likewise.
415 1999-03-23 Tom Tromey <tromey@cygnus.com>
417 * progs.am (install-@DIR@PROGRAMS): Use `-e' instead of multiple
418 sed invocations. From Elrond.
419 (uninstall-@DIR@PROGRAMS): Likewise.
421 * automake.in (lang_lex_finish): Rewrite `l', not `y', to `c'.
424 1999-02-01 Thomas Tanner <tanner@gmx.de>
426 * automake.in: accept both A(C|M)_PROG_LIBTOOL, print a
427 warning when AM_PROG_LIBTOOL was found
428 * automake.texi: renamed AM_PROG_LIBTOOL to AC_PROG_LIBTOOL
430 1999-03-22 Tom Tromey <tromey@cygnus.com>
432 Made `+=' more robust. Fixes pluseq6.test and pluseq7.test.
433 * automake.in (define_standard_variables): New sub.
434 (read_main_am_file): Use two passes to scan standard variables.
435 (read_am_file): Don't special-case configure variables with `+='.
436 (initialize_per_input): Initialize %var_was_plus_eq.
437 (read_am_file): Set var_was_plus_eq element correctly.
438 (define_variable): Give error if variable assigned with `+=' is
440 (initialize_per_input): Initialize %am_var_defs.
441 (file_contents_with_transform): Set element in %am_var_defs.
442 (read_am_file): Use %am_var_defs.
444 1999-03-21 Tom Tromey <tromey@cygnus.com>
446 * automake.in (initialize_per_input): Initialize %object_map.
447 (handle_single_transform_list): Allow source files in
450 1999-03-21 Jim Meyering <meyering@na-net.ornl.gov>
452 * automake.in (handle_dist): Add missing newline after the first
455 1999-03-11 Tom Tromey <tromey@cygnus.com>
457 * m4/error.m4, m4/mktime.m4, m4/obstack.m4, m4/regex.m4,
458 m4/strtod.m4: Use $ac_objext, not `.o'. From Jim Meyering.
461 * automake.in (handle_dist): Add `;\' to end of distcheck-hook
463 (scan_one_configure_file): In LIBOBJS, recognize `$ac_objext' as
464 legitimate ending. Fixes libobj9.test.
466 From Ralf Corsepius. Fixes lex3.test.
467 * automake.in (lang_yacc_finish): Include `.' in name pushed onto
468 maintainer-clean list.
469 (lang_lex_finish): Likewise.
471 1999-03-02 Tom Tromey <tromey@cygnus.com>
473 * subdirs.am (maintainer-clean-recursive): Changed "&&" into "if"
474 construct to work around FreeBSD make/sh problem. From Rich Wales.
476 1999-03-01 Tom Tromey <tromey@cygnus.com>
478 Fixes from Pavel Roskin:
479 * automake.in (variable_conditions_sub): Sort list passed to
480 variable_conditions_permutations.
481 (variable_conditions): Sort list before returning.
483 1999-02-27 Tom Tromey <tromey@cygnus.com>
485 * automake.in (lang_extensions): New sub.
486 (handle_dependencies): Use it.
487 (cxx_extensions): Removed.
488 (lang_cxx_finish): Use lang_extensions.
489 (f77_extensions): Removed.
490 (lang_f77_finish): Use lang_extensions.
491 (objc_extensions): Removed.
492 (lang_ppf77_finish): Put `.' before extension. Fixes ext.test.
493 Report from Dave Morrison.
494 (lang_ratfor_finish): Likewise.
496 1999-02-26 Tom Tromey <tromey@cygnus.com>
498 * automake.in (finish_languages): Added AM_LDFLAGS.
499 (lang_cxx_finish): Likewise.
500 (lang_f77_finish): Likewise.
501 (lang_ppf77_finish): Likewise.
502 (lang_ratfor_finish): Likewise.
503 (lang_objc_finish): Likewise.
505 1999-02-11 Tom Tromey <tromey@cygnus.com>
507 * aclocal.in (obsolete_macros): Copied from automake.in.
508 (obsolete_rx): Use only keys of obsolete_macros.
509 (scan_configure): Report replacement macro for an obsolete macro.
510 * automake.in (obsolete_macros): Added ud_GNU_GETTEXT.
512 * automake.in (obsolete_macros): Corrected typo in AM_EXEEXT
513 entry. Fixes obsolete2.test.
515 * automake.in (obsolete_macros): Use empty string to indicate no
517 (scan_one_configure_file): Likewise.
519 1999-02-07 Paul Eggert <eggert@twinsun.com>
521 * m4/ccstdc.m4 (AM_PROG_CC_STDC): Prefer -Ae to -Aa
522 -D_HPUX_SOURCE, since -Ae allows `long long' and this is
523 needed by some programs.
525 1999-02-10 Tom Tromey <tromey@cygnus.com>
527 * automake.in (handle_texinfo): Added `pgs' to list of
528 extensions. From NISHIDA Keisuke.
530 1999-02-04 Akim Demaille <demaille@inf.enst.fr>
532 * automake.in (handle_texinfo): remove texinfo.tex from
535 1999-02-02 Tom Tromey <tromey@cygnus.com>
537 * automake.in (handle_merge_targets): Use INSTALL_STRIP_FLAG.
538 * progs.am (install-@DIR@PROGRAMS): Added INSTALL_STRIP_FLAG.
539 * header-vars.am (INSTALL_PROGRAM): Removed
540 AM_INSTALL_PROGRAM_FLAGS.
541 (INSTALL_STRIP_FLAG): New macro.
543 * automake.in: Handle `ypp' as C++ yacc source and `lpp' as C++
545 (lang_yacc_finish): Likewise.
546 (lang_lex_finish): Likewise.
548 1999-02-01 Tom Tromey <tromey@cygnus.com>
550 * automake.in (handle_dist_worker): Correctly find find in $$d,
551 not $$. From Bill Davidson.
553 * automake.in (finish_languages): Use "&", not "do". From Pavel
555 (handle_single_transform_list): Likewise.
557 1999-01-29 Tom Tromey <tromey@cygnus.com>
559 * automake.in (handle_configure): Removed unused variable. From
562 * ansi2knr.c: New version from L. Peter Deutsch.
564 1999-01-22 Tom Tromey <tromey@cygnus.com>
566 * automake.in (require_file_internal): Correctly examine return
567 value of `system'. From Andris Pavenis. Fixes copy.test.
569 * m4/init.m4 (AM_INIT_AUTOMAKE): Require autoconf 2.13.
571 * automake.in (lang_ppf77_rewrite): New function. From Jochen
572 Kuepper. Fixes ppf77.test.
573 (lang_ratfor_rewrite): New function
575 * automake.in (handle_configure): Use `&' before sub calls (Perl 4
576 fix). From Erez Zadok.
578 1999-01-15 Tom Tromey <tromey@cygnus.com>
580 * configure.in: Version 1.4a (oops).
582 * configure.in: Updated version to 1.5a.
584 1999-01-14 Tom Tromey <tromey@cygnus.com>
586 * automake.in (handle_configure): Compute $header_dir based on
587 $one_name, not $one_hdr. Reported by Erez Zadok. Fixes
589 (handle_configure): Compute relative path to input header
590 correctly in all cases.
592 * automake.in (handle_tests): Avoid error messages from dejagnu
593 test rules. From Karl Heuer.
595 * automake.in (handle_texinfo): Add `/' to end of $conf_dir.
597 * Makefile.am (AUTOMAKE_OPTIONS): Added `1.4'.
599 * texi-vers.am ($(srcdir)/stamp-@VTI@): Find @TEXI@ in srcdir.
600 From Alexandre Oliva and Erez Zadok.
602 * automake.in (create): Renamed from touch.
603 (handle_configure): Use create, not touch.
605 * config.sub, config.guess: New versions from autoconf.
607 * mkinstalldirs: New version from autoconf.
609 1999-01-12 Tom Tromey <tromey@cygnus.com>
611 * config.sub, config.guess, COPYING, texinfo.tex: New versions
614 1999-01-11 Marcus G. Daniels <mgd@chama.santafe.edu>
616 * automake.in (PATH_PATTERN): New variable:
617 (INCLUDE_PATTERN): Use it. Ignore all include commands using
618 symbols besides $(top_srcdir) and $(srcdir).
620 1999-01-11 Alexandre Oliva <oliva@dcc.unicamp.br>
622 * automake.in (handle_dist_worker): avoid failure in `make dist'
623 if last file is a builddir-only file
625 1999-01-11 Alexandre Oliva <oliva@dcc.unicamp.br>
627 * missing (autoheader): `s' was missing from sed script; grr
629 1999-01-11 Tom Tromey <tromey@cygnus.com>
631 * remake-hdr.am (@STAMP@): Reverted timestamp change.
632 ($(srcdir)/@STAMP@.in): Likewise.
634 1999-01-10 Tom Tromey <tromey@cygnus.com>
636 * Makefile.am (scriptdir): New macro.
637 (script_DATA): Likewise.
638 (install-data-hook): Use them.
639 (EXTRA_DIST): Added script_DATA.
640 (installcheck-local): Use script_DATA.
642 * Makefile.am (pkgdata_DATA): Removed duplicate definition.
644 1999-01-10 Alexandre Oliva <oliva@dcc.unicamp.br>
646 * missing (autoheader): accept multiple header files
647 (automake): simplify sed processing
649 1999-01-10 Alexandre Oliva <oliva@dcc.unicamp.br>
651 * automake.in (handle_configure, stamp_dir): create only one stamp
652 file per header, instead of one in the top-level directory and one
653 in the directory that contains the header.
655 1999-01-10 Tom Tromey <tromey@cygnus.com>
657 * automake.in (lang_objc_finish): Formatting fix.
659 * automake.in (objc_extensions): New sub.
660 (handle_dependencies): Only generate dependency-tracking code for
661 ObjC when ObjC source seen.