platform/upstream/automake.git
25 years ago * automake.in: Disabled dependency tracking for Java.
Tom Tromey [Wed, 5 May 1999 09:22:35 +0000 (09:22 +0000)]
* automake.in: Disabled dependency tracking for Java.

25 years ago * library.am (@LIBRARY@): Use $(@XLIBRARY@_AR).
Tom Tromey [Tue, 4 May 1999 12:32:36 +0000 (12:32 +0000)]
* library.am (@LIBRARY@): Use $(@XLIBRARY@_AR).
* automake.in (handle_libraries): Recognize _AR variable.

25 years ago * libobj2.test: Reverted previous change; it is incorrect.
Tom Tromey [Sat, 1 May 1999 13:13:08 +0000 (13:13 +0000)]
* libobj2.test: Reverted previous change; it is incorrect.

25 years ago * libobj2.test: Error if libtu.a.P is mentioned.
Tom Tromey [Sat, 1 May 1999 13:09:13 +0000 (13:09 +0000)]
* libobj2.test: Error if libtu.a.P is mentioned.

25 years ago * automake.in (finish_languages): Always use `-o $@' with
Tom Tromey [Fri, 30 Apr 1999 22:19:03 +0000 (22:19 +0000)]
* automake.in (finish_languages): Always use `-o $@' with
libtool.  Define ltcompile and ltlink at outermost scope in
function.
* libtool.am (.c.lo): Removed.

25 years ago * automake.in (finish_languages): Put `.' before extension in
Tom Tromey [Fri, 30 Apr 1999 10:45:30 +0000 (10:45 +0000)]
* automake.in (finish_languages): Put `.' before extension in
suffix list, `.obj' rule, and `.lo' rule.  Look at `-flags', not
`-flag'.  From Pavel Roskin.

25 years ago * automake.in (finish_languages): Fixed scoping of ltcompile and
Tom Tromey [Wed, 28 Apr 1999 10:47:01 +0000 (10:47 +0000)]
* automake.in (finish_languages): Fixed scoping of ltcompile and
ltlink.  From Pavel Roskin.

25 years ago * automake.in (read_main_am_file): Don't start macro definition
Tom Tromey [Tue, 27 Apr 1999 21:41:30 +0000 (21:41 +0000)]
* automake.in (read_main_am_file): Don't start macro definition
with backslash-newline.  Instead, append newline at the end if
required.

25 years ago * automake.in (read_am_file): Insert a backslash before a trailing
Tom Tromey [Tue, 27 Apr 1999 21:27:08 +0000 (21:27 +0000)]
* automake.in (read_am_file): Insert a backslash before a trailing
newline.  Fixes pluseq8.test.

25 years ago * cond9.test: New file. From Raja R Harinath.
Tom Tromey [Tue, 27 Apr 1999 15:52:46 +0000 (15:52 +0000)]
* cond9.test: New file.  From Raja R Harinath.
* Makefile.am (TESTS): Added cond9.test.

25 years ago * pluseq8.test: New file.
Tom Tromey [Tue, 27 Apr 1999 15:42:53 +0000 (15:42 +0000)]
* pluseq8.test: New file.
* Makefile.am (TESTS): Added pluseq8.test.

25 years ago * automake.in (MACRO_PATTERN): Allow digits and `_' to start a
Tom Tromey [Tue, 27 Apr 1999 15:15:57 +0000 (15:15 +0000)]
* automake.in (MACRO_PATTERN): Allow digits and `_' to start a
macro name.
(check_canonical_spelling): Don't insert `AM' before macro name
(reverts Alexandre's 1999-04-27 patch).
* automake.texi: Reverted documentation change for `AM' patch.

25 years ago * canon5.test: Updated to reflect change to MACRO_PATTERN.
Tom Tromey [Tue, 27 Apr 1999 15:12:26 +0000 (15:12 +0000)]
* canon5.test: Updated to reflect change to MACRO_PATTERN.

25 years ago * automake.in (handle_lib_objects_cond): Prefer `$1' over `\1'.
Tom Tromey [Tue, 27 Apr 1999 13:57:07 +0000 (13:57 +0000)]
* automake.in (handle_lib_objects_cond): Prefer `$1' over `\1'.
Minor rewrite for clarity.
(check_canonical_spelling): Prefer `$1' over `\1'.
* depend2.am (@OBJ@): Renamed.  Use @SOURCE@, @COMPILE@.  Always
use `-o $@'.
(@LTOBJ@): Likewise.
* automake.in (handle_single_transform_list): Don't print rule if
doing dependency tracking and the file's language supports it.
(initialize_per_input): Initialize lang_specific_files.
(add_depend2): New function.
(handle_dependencies): Use it.
* automake.in (lang_ppf77_finish): Use lang_f77_finish.
ratfor compiler name is `RCOMPILE'.  ppf77 compiler name changed
to `PPF77COMPILE' to allow use of f77 and ppf77 in the same
directory.
(lang_ratfor_finish): Use lang_f77_finish.
* compile.am (NOTDEPEND.c.o): Removed.
(OBJEXT.c.obj): Likewise.
* automake.in: Added `flags' attribute to all relevant languages.
(handle_single_transform_list): Handle per-derived-object flags.
Changed interface and all callers.
(handle_built_sources): Don't call handle_single_transform_list.
Added `compile' and `compiler-name' attribute to all relevant
languages.
(finish_languages): Define compiler variables here.
(lang_cxx_finish): Don't call define_compiler_variable.  Don't
define flag variable or .o rules.  Don't add to @suffixes.
(lang_f77_finish): Likewise.
(lang_ppf77_finish): Likewise.
(lang_objc_finish): Likewise.
(lang_java_finish): Likewise.
(finish_languages): Define flag variable here.
Added `output-arg' attribute to all relevant languages.
(finish_languages): Define `.o' rules here.
(finish_languages): Put extension on @suffixes.
(get_object_extension): Don't transform NOTDEPEND or MINUSO.

25 years ago * specflags3.test: New file.
Tom Tromey [Tue, 27 Apr 1999 13:46:43 +0000 (13:46 +0000)]
* specflags3.test: New file.
* Makefile.am (TESTS): Added specflags3.test.
(TESTS): Now lists one file per line, for simpler maintenance.
* specflags2.test: New file.
* specflags.test: New file.
* Makefile.am (TESTS): Added specflags.test, specflags2.test.

25 years ago* automake.in (initialize_global_constants): Invoke gzip for
Alexandre Oliva [Tue, 27 Apr 1999 13:24:46 +0000 (13:24 +0000)]
* automake.in (initialize_global_constants): Invoke gzip for
dist-shar just like in plain dist, i.e., pass it GZIP_ENV and -c.

25 years ago* automake.in (initialize_global_constants): Remove zip file
Alexandre Oliva [Tue, 27 Apr 1999 12:34:07 +0000 (12:34 +0000)]
* automake.in (initialize_global_constants): Remove zip file
before re-creating it.
Reported by Bob Friesenhahn <bfriesen@simple.dallas.tx.us>

25 years ago* texinfos.am (uninstall-info): Look for info file in srcdir, just
Alexandre Oliva [Tue, 27 Apr 1999 01:56:48 +0000 (01:56 +0000)]
* texinfos.am (uninstall-info): Look for info file in srcdir, just
like in install-info-am.
Reported by Tudor Hulubei <tudor@cs.unh.edu>

25 years ago* automake.in (handle_lib_objects_cond): Q doesn't work either.
Alexandre Oliva [Tue, 27 Apr 1999 00:17:25 +0000 (00:17 +0000)]
* automake.in (handle_lib_objects_cond): Q doesn't work either.
Let's use the good ol' substitution, then.
Reported by Russ Allbery <rra@stanford.edu>

25 years ago* automake.in (check_canonical_spelling): Insert AM before names
Alexandre Oliva [Mon, 26 Apr 1999 23:20:47 +0000 (23:20 +0000)]
* automake.in (check_canonical_spelling): Insert AM before names
starting with non-letters.
* automake.texi: Document it.

25 years ago* canon5.test (bin_PROGRAMS): New file.
Alexandre Oliva [Mon, 26 Apr 1999 23:06:53 +0000 (23:06 +0000)]
* canon5.test (bin_PROGRAMS): New file.
* Makefile.am (TESTS): Added canon5.test.

25 years ago* automake.in (handle_lib_objects_cond): Do not use quotemeta, it
Alexandre Oliva [Mon, 26 Apr 1999 22:29:00 +0000 (22:29 +0000)]
* automake.in (handle_lib_objects_cond): Do not use quotemeta, it
doesn't work on perl4.  Maybe Q and E do.

25 years ago * automake.in: Treat `.zip' and `.jar' files as Java.
Tom Tromey [Sat, 24 Apr 1999 17:45:42 +0000 (17:45 +0000)]
* automake.in: Treat `.zip' and `.jar' files as Java.

25 years ago * automake.in (generate_makefile): Define `subdir' after reading
Tom Tromey [Sat, 24 Apr 1999 16:30:51 +0000 (16:30 +0000)]
* automake.in (generate_makefile): Define `subdir' after reading
.am file.
(read_main_am_file): Give programming error if variable defined
before invocation.

25 years ago * automake.in (generate_makefile): Define `subdir' variable.
Tom Tromey [Thu, 22 Apr 1999 22:09:34 +0000 (22:09 +0000)]
* automake.in (generate_makefile): Define `subdir' variable.
(handle_dist): Don't define `subdir'.

25 years ago * automake.in (handle_texinfo): Change numbering scheme for
Tom Tromey [Thu, 22 Apr 1999 21:58:17 +0000 (21:58 +0000)]
* automake.in (handle_texinfo): Change numbering scheme for
stamp-vti files, to avoid problems with DOS.
From Michel de Ruiter.

25 years ago * automake.texi: Don't mention AM_FUNC_MKTIME.
Tom Tromey [Thu, 22 Apr 1999 21:50:53 +0000 (21:50 +0000)]
* automake.texi: Don't mention AM_FUNC_MKTIME.
* aclocal.in (obsolete_macros): Mention AM_FUNC_MKTIME.
* automake.in (scan_one_configure_file): Recognize
AC_FUNC_MKTIME, not AM_FUNC_MKTIME.
(obsolete_macros): Mention AM_FUNC_MKTIME.
* m4/Makefile.am (m4data_DATA): Removed mktime.m4.
* m4/mktime.m4: Removed.

25 years ago * automake.texi (Top level): Don't recommend substing SUBDIRS.
Tom Tromey [Tue, 20 Apr 1999 16:35:09 +0000 (16:35 +0000)]
* automake.texi (Top level): Don't recommend substing SUBDIRS.
Doc update from Erez.

25 years ago1999-04-20 Brian Ford <ford@vss.fsi.com>
Tom Tromey [Tue, 20 Apr 1999 16:27:45 +0000 (16:27 +0000)]
1999-04-20  Brian Ford <ford@vss.fsi.com>
* scripts.am: Change else if's to elif.

25 years ago* automake.in (handle_lib_objects_cond): Only require the source
Alexandre Oliva [Tue, 20 Apr 1999 02:41:06 +0000 (02:41 +0000)]
* automake.in (handle_lib_objects_cond): Only require the source
of a LIBOBJ if it's not in BUILT_SOURCES.
Reported by Erez Zadok.

25 years ago* libobj10.test: New file.
Alexandre Oliva [Tue, 20 Apr 1999 02:36:46 +0000 (02:36 +0000)]
* libobj10.test: New file.
* Makefile.am (TESTS): Added libobj10.test.

25 years ago * automake.in: Treat `.class' files as Java source.
Tom Tromey [Mon, 19 Apr 1999 12:22:21 +0000 (12:22 +0000)]
* automake.in: Treat `.class' files as Java source.
(lang_java_finish): Handle `.class' files.

25 years ago* m4/lispdir.m4: Match only `/(share|lib)/x?emacs/site-lisp/*$'.
Alexandre Oliva [Sun, 18 Apr 1999 14:13:03 +0000 (14:13 +0000)]
* m4/lispdir.m4: Match only `/(share|lib)/x?emacs/site-lisp/*$'.

25 years ago* m4/lispdir.m4: Do not override lispdir if it's already defined.
Alexandre Oliva [Sat, 17 Apr 1999 22:44:10 +0000 (22:44 +0000)]
* m4/lispdir.m4: Do not override lispdir if it's already defined.
Run some emacs-lisp to find out the site-lisp directory, but
relocate it into prefix.

25 years agobump version #
Alexandre Oliva [Sat, 17 Apr 1999 20:55:14 +0000 (20:55 +0000)]
bump version #

25 years ago* m4/mktime.m4 (bigtime_test, main): Move alarm from
Alexandre Oliva [Sat, 17 Apr 1999 19:59:06 +0000 (19:59 +0000)]
* m4/mktime.m4 (bigtime_test, main): Move alarm from
bigtime_test to main, since Solaris 7 (64-bit) mktime loops
even outside of bigtime_test.  Use a time limit of 60 seconds
for the whole test, not 10 seconds per iteration.

25 years ago* automake.in: Create stamps for headers in appropriate
Alexandre Oliva [Sat, 17 Apr 1999 19:44:53 +0000 (19:44 +0000)]
* automake.in: Create stamps for headers in appropriate
directories, even if the input file lives in a different place.
* remake-hdr.am: Likewise.

25 years ago From Brian Ford:
Tom Tromey [Fri, 16 Apr 1999 14:02:20 +0000 (14:02 +0000)]
From Brian Ford:
* progs.am (install-@DIR@PROGRAMS, uninstall-@DIR@PROGRAMS):
Invoke `sed' only once per program.
* scripts.am (install-@DIR@SCRIPTS, uninstall-@DIR@SCRIPTS):
Invoke `sed' only once per program.

25 years agoTypo fix
Tom Tromey [Tue, 13 Apr 1999 19:26:44 +0000 (19:26 +0000)]
Typo fix

25 years ago * automake.in (handle_subdirs): Make `install-recursive' phony.
Tom Tromey [Tue, 13 Apr 1999 19:20:49 +0000 (19:20 +0000)]
* automake.in (handle_subdirs): Make `install-recursive' phony.
From Michel de Ruiter.
* automake.in (handle_ltlibraries): Added missing `check'.

25 years ago * ansi2knr.c: New version from Pavel Roskin (via ansi2knr.c
Tom Tromey [Mon, 12 Apr 1999 15:15:03 +0000 (15:15 +0000)]
* ansi2knr.c: New version from Pavel Roskin (via ansi2knr.c
maintainer).

25 years ago * automake.in (handle_dist): Use AMTAR.
Tom Tromey [Sun, 11 Apr 1999 22:27:41 +0000 (22:27 +0000)]
* automake.in (handle_dist): Use AMTAR.
(initialize_global_constants): Likewise.
* m4/init.m4 (AM_INIT_AUTOMAKE): Use AMTAR, not TAR.

25 years ago * automake.in (lang_sub_obj): New function.
Tom Tromey [Sun, 11 Apr 1999 21:16:25 +0000 (21:16 +0000)]
* automake.in (lang_sub_obj): New function.
(lang_cxx_rewrite): Use it.
(lang_asm_rewrite): Likewise.
(lang_objc_rewrite): Likewise.
(lang_cxx_finish): Add `-o $@' to all C++ rules.
(lang_asm_finish): Add `-o' to suffix rules when appropriate.
(lang_objc_finish): Add `-o $@' to all ObjC rules.
(lang_java_finish): Likewise.

25 years ago * subobj2.test: New file.
Tom Tromey [Sun, 11 Apr 1999 21:11:04 +0000 (21:11 +0000)]
* subobj2.test: New file.
* Makefile.am (TESTS): Added subobj2.test.

25 years ago * automake.in: Only register `asm' once.
Tom Tromey [Sun, 11 Apr 1999 20:10:14 +0000 (20:10 +0000)]
* automake.in: Only register `asm' once.
(lang_asm_finish): Put assembly suffixes on @suffixes.
* libtool.am (.s.lo): Removed.
(.S.lo): Likewise.
* automake.in (lang_asm_finish): Handle libtool.
* libtool.am (.c.o): Always pass -c to libtool.
* automake.in (lang_yacc_rewrite): Handle sources in subdirs.
(lang_yaccxx_rewrite): Likewise.
(lang_lex_rewrite): Likewise.
(lang_lexxx_rewrite): Likewise.

25 years ago Assembly code no longer included by default:
Tom Tromey [Sun, 11 Apr 1999 18:40:47 +0000 (18:40 +0000)]
Assembly code no longer included by default:
* compile.am (.s.o): Removed.
(.S.o): Likewise.
* automake.in: Register `asm' language.
(lang_asm_finish): Generate suffix rules for assembly.
(get_object_extension): Don't add `.s' or `.S' to suffix list.

25 years ago * automake.in (get_object_extension): Substitute @MINUSO@ when
Tom Tromey [Sun, 11 Apr 1999 13:12:05 +0000 (13:12 +0000)]
* automake.in (get_object_extension): Substitute @MINUSO@ when
including compile.am.
* compile.am (.c.o): Added @MINUSO@.
(.c.obj): Likewise.

25 years ago First cut at allowing objects in subdirectories:
Tom Tromey [Sun, 11 Apr 1999 13:02:43 +0000 (13:02 +0000)]
First cut at allowing objects in subdirectories:
* m4/Makefile.am (m4data_DATA): Added minuso.m4.
* Makefile.am (dist_script_DATA): Added compile.
* m4/minuso.m4: New file.
* automake.in (initialize_global_constants): Added compile to
common_files.
(seen_cc_c_o): New global.
(scan_one_configure_file): Set it when AM_PROG_CC_C_O seen.
(handle_options): Recognize `subdir-objects' option.
(lang_c_rewrite): Added directory argument.
(lang_yacc_rewrite): Likewise.
(lang_yaccxx_rewrite): Likewise.
(lang_lex_rewrite): Likewise.
(lang_lexxx_rewrite): Likewise.
(handle_single_transform_list): Pass directory to _rewrite
function.  Generate dependencies for dirstamp files for each .o;
it is just the rules we want to create once.
(lang_c_rewrite): Handle `subdir-objects' option.
(lang_c_rewrite): Require `compile' program.
* compile: New file.

25 years ago * subobj.test: New file.
Tom Tromey [Sun, 11 Apr 1999 12:58:09 +0000 (12:58 +0000)]
* subobj.test: New file.
* Makefile.am (TESTS): Added subobj.test.

25 years ago * automake.in (initialize_per_input): Initialize %directory_map.
Tom Tromey [Sun, 11 Apr 1999 11:24:16 +0000 (11:24 +0000)]
* automake.in (initialize_per_input): Initialize %directory_map.
(handle_single_transform_list): Only create .dirstamp rules once
per directory.

25 years ago * m4/gcj.m4 (AM_PROG_GCJ): Use AC_CHECK_PROGS, not AC_CHECK_PROG.
Tom Tromey [Sun, 11 Apr 1999 10:22:50 +0000 (10:22 +0000)]
* m4/gcj.m4 (AM_PROG_GCJ): Use AC_CHECK_PROGS, not AC_CHECK_PROG.

25 years ago Fix for confh.test:
Tom Tromey [Sat, 10 Apr 1999 23:29:42 +0000 (23:29 +0000)]
Fix for confh.test:
* automake.in (configure_input_files): New global.
(scan_configure): Set it.
(handle_configure): Use configure_input_files when determining
which subdirs have a Makefile.am.  Fixes confh.test.
(handle_configure): Only recognize acconfig.h in top srcdir.

25 years ago * confh.test: Use `sed' to extract full definition of
Tom Tromey [Sat, 10 Apr 1999 23:27:06 +0000 (23:27 +0000)]
* confh.test: Use `sed' to extract full definition of
DIST_COMMON.  Look for stamp-h.in rule in include/Makefile.in.
* Makefile.am (XFAIL_TESTS): Removed confh.test.

25 years ago * depend2.am (%.o): Use `$(*D)/$(*F)', not just `$(*F)'.
Tom Tromey [Sat, 10 Apr 1999 22:51:51 +0000 (22:51 +0000)]
* depend2.am (%.o): Use `$(*D)/$(*F)', not just `$(*F)'.
(%.lo): Likewise.

25 years ago * defs: Ensure srcdir is always absolute.
Tom Tromey [Sat, 10 Apr 1999 22:51:16 +0000 (22:51 +0000)]
* defs: Ensure srcdir is always absolute.

25 years ago * automake.in (am_install_var): Remove redundancies from the
Tom Tromey [Sat, 10 Apr 1999 22:22:01 +0000 (22:22 +0000)]
* automake.in (am_install_var): Remove redundancies from the
result.  Fixes test cond8.test.

25 years ago * Makefile.am (XFAIL_TESTS): Removed cond8.test.
Tom Tromey [Sat, 10 Apr 1999 22:20:15 +0000 (22:20 +0000)]
* Makefile.am (XFAIL_TESTS): Removed cond8.test.

25 years agoRemoved erroneous comment
Tom Tromey [Sat, 10 Apr 1999 22:11:15 +0000 (22:11 +0000)]
Removed erroneous comment

25 years ago * automake.in (handle_single_transform_list): Handle dependency
Tom Tromey [Sat, 10 Apr 1999 22:08:21 +0000 (22:08 +0000)]
* automake.in (handle_single_transform_list): Handle dependency
tracking when files are created in subdirs.  Error if object in
subdir has `..' component.

25 years ago * automake.in (initialize_global_constants): Use $(TAR), not tar.
Tom Tromey [Sat, 10 Apr 1999 18:24:42 +0000 (18:24 +0000)]
* automake.in (initialize_global_constants): Use $(TAR), not tar.

25 years ago * automake.in (handle_ltlibraries): Allow check_LTLIBRARIES.
Tom Tromey [Sat, 10 Apr 1999 17:45:38 +0000 (17:45 +0000)]
* automake.in (handle_ltlibraries): Allow check_LTLIBRARIES.

25 years ago * automake.in (lang_yacc_finish): Added missing `&'.
Tom Tromey [Sat, 10 Apr 1999 09:30:55 +0000 (09:30 +0000)]
* automake.in (lang_yacc_finish): Added missing `&'.

25 years ago* automake.in (handle_configure): Replace multiple occurrences of
Alexandre Oliva [Sat, 10 Apr 1999 07:53:32 +0000 (07:53 +0000)]
* automake.in (handle_configure): Replace multiple occurrences of
@STAMP@ in the same line; completes the patch for remake-hdr.am
below.

25 years ago* automake.in (handle_dependencies): Fix test for `autodep'
Alexandre Oliva [Sat, 10 Apr 1999 05:43:41 +0000 (05:43 +0000)]
* automake.in (handle_dependencies): Fix test for `autodep'
support.

25 years agooops, missing trailing backslash
Alexandre Oliva [Sat, 10 Apr 1999 05:41:44 +0000 (05:41 +0000)]
oops, missing trailing backslash

25 years ago* suffix.test: New file.
Alexandre Oliva [Sat, 10 Apr 1999 05:38:53 +0000 (05:38 +0000)]
* suffix.test: New file.
* Makefile.am: Added suffix.test.

25 years ago* automake.in (handle_source_transform): Add a pfx to used_pfx
Alexandre Oliva [Sat, 10 Apr 1999 04:08:43 +0000 (04:08 +0000)]
* automake.in (handle_source_transform): Add a pfx to used_pfx
only if it's conditional or non-empty, to reduce the number of
empty variables.  Emit _OBJECS variable based on program name if
no SOURCES were explicitly specified.

25 years ago* Makefile.am (XFAIL_TESTS): Added cond8.test.
Alexandre Oliva [Sat, 10 Apr 1999 04:04:37 +0000 (04:04 +0000)]
* Makefile.am (XFAIL_TESTS): Added cond8.test.

25 years ago* cond3.test: Refer to am_targ_OBJECTS.
Alexandre Oliva [Sat, 10 Apr 1999 03:48:19 +0000 (03:48 +0000)]
* cond3.test: Refer to am_targ_OBJECTS.

25 years ago* remake-hdr.am: Create the stamp file before the header file,
Alexandre Oliva [Sat, 10 Apr 1999 01:41:19 +0000 (01:41 +0000)]
* remake-hdr.am: Create the stamp file before the header file,
and just rename it after, so that the timestamps will be correct.
Reported by Marc Horowitz <marc@mit.edu>

25 years ago* automake.in (lang_yacc_finish): Generate and dist a `.h' for a
Alexandre Oliva [Sat, 10 Apr 1999 00:48:27 +0000 (00:48 +0000)]
* automake.in (lang_yacc_finish): Generate and dist a `.h' for a
`.y' iff YFLAGS or AM_YFLAGS contain `-d'.
Reported by Jim Meyering <meyering@ascend.com>

25 years ago* yacc2.test, yacc3.test: New files.
Alexandre Oliva [Sat, 10 Apr 1999 00:48:06 +0000 (00:48 +0000)]
* yacc2.test, yacc3.test: New files.
* Makefile.am (TESTS): Added yacc2.test and yacc3.test.

25 years ago* automake.in (lang_yacc_finish): $hname must not contain a `.'.
Alexandre Oliva [Fri, 9 Apr 1999 23:16:43 +0000 (23:16 +0000)]
* automake.in (lang_yacc_finish): $hname must not contain a `.'.

25 years ago * Makefile.am (EXTRA_DIST): New macro.
Tom Tromey [Fri, 9 Apr 1999 23:15:00 +0000 (23:15 +0000)]
* Makefile.am (EXTRA_DIST): New macro.
* ChangeLog.1996, ChangeLog.1998: New files.

25 years ago * automake.in (handle_source_transform): Handle dist and nodist
Tom Tromey [Fri, 9 Apr 1999 23:05:53 +0000 (23:05 +0000)]
* automake.in (handle_source_transform): Handle dist and nodist
prefixes.
(initialize_per_input): Initialize dist_sources.
(check_libobjs_sources): Handle dist and nodist prefixes.
(generate_makefile): Define DIST_SOURCES.
* dist-vars.am (DISTFILES): Reference DIST_SOURCES, not SOURCES.

25 years ago * nodist.test: New file.
Tom Tromey [Fri, 9 Apr 1999 23:02:47 +0000 (23:02 +0000)]
* nodist.test: New file.
* Makefile.am (TESTS): Added nodist.test.

25 years ago * automake.texi (Macros): Mention AM_PROG_GCJ.
Tom Tromey [Fri, 9 Apr 1999 22:27:13 +0000 (22:27 +0000)]
* automake.texi (Macros): Mention AM_PROG_GCJ.
(Java Support): New node.
(Dist): Documented dist_ and nodist_ prefixes.
* m4/gcj.m4 (AM_PROG_GCJ): Renamed from AC_PROG_GCJ.

25 years ago * automake.in (lang_java_finish): Generate .lo rule for `.java'
Tom Tromey [Fri, 9 Apr 1999 12:14:03 +0000 (12:14 +0000)]
* automake.in (lang_java_finish): Generate .lo rule for `.java'
files, not `.gcj' files.

25 years ago * m4/gcj.m4: New file.
Tom Tromey [Fri, 9 Apr 1999 12:09:52 +0000 (12:09 +0000)]
* m4/gcj.m4: New file.
* m4/Makefile.am (m4data_DATA): Added gcj.m4.

25 years ago * automake.in: Register the `java' language.
Tom Tromey [Fri, 9 Apr 1999 12:01:28 +0000 (12:01 +0000)]
* automake.in: Register the `java' language.
(resolve_linker): Handle GCJLINK.
(lang_java_rewrite): New function.
(LANG_IGNORE, LANG_PROCESS, LANG_SUBDIR): New constants.
(lang_c_rewrite): Use new constants.
(lang_cxx_rewrite): Likewise.
(lang_header_rewrite): Likewise.
(lang_yacc_rewrite): Likewise.
(lang_yaccxx_rewrite): Likewise.
(lang_lex_rewrite): Likewise.
(lang_lexxx_rewrite): Likewise.
(lang_asm_rewrite): Likewise.
(lang_f77_rewrite): Likewise.
(lang_ppf77_rewrite): Likewise.
(lang_ratfor_rewrite): Likewise.
(lang_objc_rewrite): Likewise.
(handle_single_transform_list): Likewise.  Handle LANG_SUBDIR
return from rewrite function.
(lang_java_finish): New function.
(register_language): Changed interface and all calls.  Added
`autodep' settings to various languages.
(handle_dependencies): Use `autodep' property of language when
including dependency-tracking code.

25 years ago * gcj.test: New file.
Tom Tromey [Fri, 9 Apr 1999 11:57:46 +0000 (11:57 +0000)]
* gcj.test: New file.
* Makefile.am (TESTS): Added gcj.test.

25 years ago * cond8.test: New file.
Tom Tromey [Thu, 8 Apr 1999 12:36:13 +0000 (12:36 +0000)]
* cond8.test: New file.
* Makefile.am (TESTS): Added cond8.test.

25 years ago * automake.in (handle_texinfo): Indentation fixes.
Tom Tromey [Wed, 7 Apr 1999 10:02:48 +0000 (10:02 +0000)]
* automake.in (handle_texinfo): Indentation fixes.

25 years ago* backsl2.test: New file.
Alexandre Oliva [Wed, 7 Apr 1999 09:54:29 +0000 (09:54 +0000)]
* backsl2.test: New file.
* Makefile.am (TESTS): Added backsl2.test.

25 years ago* automake.in (value_to_list): Skip *only* trailing backslashes.
Alexandre Oliva [Wed, 7 Apr 1999 09:08:59 +0000 (09:08 +0000)]
* automake.in (value_to_list): Skip *only* trailing backslashes.

25 years ago* automake.in (value_to_list): Skip trailing backslashes.
Alexandre Oliva [Wed, 7 Apr 1999 08:34:00 +0000 (08:34 +0000)]
* automake.in (value_to_list): Skip trailing backslashes.

25 years ago* automake.in (handle_texinfo): Add texinfo.tex to config_aux_dir
Alexandre Oliva [Wed, 7 Apr 1999 02:27:58 +0000 (02:27 +0000)]
* automake.in (handle_texinfo): Add texinfo.tex to config_aux_dir
when appropriate.
Reported by Per Cederqvist <ceder@lysator.liu.se>
(handle_texinfo): Do not define texinfo_tex='.', use
'$(srcdir)/texinfo.tex' instead; the directory name will be
properly extracted.
(require_conf_file_with_line): Fixed typo.

25 years ago* texinfo8.test: texinfo.tex is only disted by aux/Makefile.
Alexandre Oliva [Wed, 7 Apr 1999 02:15:17 +0000 (02:15 +0000)]
* texinfo8.test: texinfo.tex is only disted by aux/Makefile.

25 years ago* texinfo8.test: New file.
Alexandre Oliva [Wed, 7 Apr 1999 01:59:32 +0000 (01:59 +0000)]
* texinfo8.test: New file.
* Makefile.am (TESTS): Added texinfo8.test.

25 years agoRebuilt.
Alexandre Oliva [Tue, 6 Apr 1999 23:06:09 +0000 (23:06 +0000)]
Rebuilt.

25 years ago* automake.in (handle_tests): Test `dir=./' before `dir=', so that
Alexandre Oliva [Sat, 3 Apr 1999 13:27:21 +0000 (13:27 +0000)]
* automake.in (handle_tests): Test `dir=./' before `dir=', so that
we do not depend on PATH starting with `.'.

25 years ago * automake.in (quote_cond_val): Quote \n.
Tom Tromey [Wed, 31 Mar 1999 13:54:15 +0000 (13:54 +0000)]
* automake.in (quote_cond_val): Quote \n.
(unquote_cond_val): Unquote \n.
(read_am_file): If line ends with `\', preserve it and add a
newline.
(read_main_am_file): In conditional case, put conditional text at
beginning of each generated line.

25 years ago * pluseq2.test, pluseq3.test: Updated for recent \-preservation
Tom Tromey [Wed, 31 Mar 1999 13:50:42 +0000 (13:50 +0000)]
* pluseq2.test, pluseq3.test: Updated for recent \-preservation
change.

25 years ago* Makefile.am (XFAIL_TESTS): add confh.test
Alexandre Oliva [Wed, 31 Mar 1999 12:37:26 +0000 (12:37 +0000)]
* Makefile.am (XFAIL_TESTS): add confh.test

25 years ago* automake.in (handle_tests): support XFAIL_TEST
Alexandre Oliva [Wed, 31 Mar 1999 12:33:56 +0000 (12:33 +0000)]
* automake.in (handle_tests): support XFAIL_TEST
* automake.texi: document it

25 years ago * mclean.test: Fixed typo.
Tom Tromey [Tue, 30 Mar 1999 21:13:06 +0000 (21:13 +0000)]
* mclean.test: Fixed typo.

25 years ago * mclean.test: New file.
Tom Tromey [Tue, 30 Mar 1999 21:10:01 +0000 (21:10 +0000)]
* mclean.test: New file.
* Makefile.am (TESTS): Added mclean.test.

25 years agoRebuilt aclocal.m4 and configure
Tom Tromey [Tue, 30 Mar 1999 21:05:43 +0000 (21:05 +0000)]
Rebuilt aclocal.m4 and configure

25 years ago* confh.test: if include/Makefile.am is created, the test fails
Alexandre Oliva [Tue, 30 Mar 1999 01:17:29 +0000 (01:17 +0000)]
* confh.test: if include/Makefile.am is created, the test fails

25 years agofile objcdepend.m4 was initially added on branch user-dep-gen-branch.
Tom Tromey [Sun, 28 Mar 1999 22:52:03 +0000 (22:52 +0000)]
file objcdepend.m4 was initially added on branch user-dep-gen-branch.