]> sourceware.org Git - automake.git/commitdiff
* automake.in: Add a forward declaration for register_language().
authorPavel Roskin <proski@gnu.org>
Tue, 24 Apr 2001 17:57:08 +0000 (17:57 +0000)
committerPavel Roskin <proski@gnu.org>
Tue, 24 Apr 2001 17:57:08 +0000 (17:57 +0000)
* tests/Makefile.am (XFAIL_TESTS): Remove installsh.test - it
passes now.

tests/Makefile.am

index ffcc38cce91c993e00bf6b8c6914b99f65661285..4fd89fde93189a825a350b9d3501c9c4351abfd5 100644 (file)
@@ -2,14 +2,7 @@
 
 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 \
This page took 0.028226 seconds and 5 git commands to generate.