From 432ad9331208cf624376d9313a2536ee0ba99dc0 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Tue, 24 Apr 2001 18:04:18 +0000 Subject: [PATCH] Rebuilt. --- Makefile.in | 2 +- m4/Makefile.in | 2 +- tests/Makefile.in | 11 ++--------- 3 files changed, 4 insertions(+), 11 deletions(-) diff --git a/Makefile.in b/Makefile.in index bd776f30..cab9e677 100644 --- a/Makefile.in +++ b/Makefile.in @@ -59,7 +59,6 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : -AMDEP = @AMDEP@ AMTAR = @AMTAR@ AWK = @AWK@ DEPDIR = @DEPDIR@ @@ -71,6 +70,7 @@ PERL = @PERL@ STRIP = @STRIP@ VERSION = @VERSION@ _am_include = @_am_include@ +_am_quote = @_am_quote@ install_sh = @install_sh@ AUTOMAKE_OPTIONS = gnits 1.4 diff --git a/m4/Makefile.in b/m4/Makefile.in index 8e8556d6..9908ee07 100644 --- a/m4/Makefile.in +++ b/m4/Makefile.in @@ -59,7 +59,6 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : -AMDEP = @AMDEP@ AMTAR = @AMTAR@ AWK = @AWK@ DEPDIR = @DEPDIR@ @@ -71,6 +70,7 @@ PERL = @PERL@ STRIP = @STRIP@ VERSION = @VERSION@ _am_include = @_am_include@ +_am_quote = @_am_quote@ install_sh = @install_sh@ AUTOMAKE_OPTIONS = gnits diff --git a/tests/Makefile.in b/tests/Makefile.in index 368747fa..05a787ff 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -59,7 +59,6 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : -AMDEP = @AMDEP@ AMTAR = @AMTAR@ AWK = @AWK@ DEPDIR = @DEPDIR@ @@ -71,18 +70,12 @@ PERL = @PERL@ STRIP = @STRIP@ VERSION = @VERSION@ _am_include = @_am_include@ +_am_quote = @_am_quote@ install_sh = @install_sh@ AUTOMAKE_OPTIONS = gnits -# installsh.test -# Currently Perl 5.6 complains because register_language is used before -# being defined. It's only a warning, and this warning will be naturally -# solved later (either when we move register_language, or when Languages -# are actual classes, not objects). But installsh checks automake's -# stderr, which includes these complaints from Perl. -# So just forget about it now. -XFAIL_TESTS = installsh.test man.test objc.test subobj2.test yaccvpath.test +XFAIL_TESTS = man.test objc.test subobj2.test yaccvpath.test TESTS = \ acinclude.test \ -- 2.43.5