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

ChangeLog
automake.in

index 3415aa255bda9738a59f078a73280f893b448f04..80312d1d9274c9335750756cc8674a2657348944 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-04-23  Pavel Roskin <proski@gnu.org>
+
+       * automake.in: Add forward declaration for register_language().
+       * tests/Makefile.am (XFAIL_TESTS): Remove installsh.test - it
+       passes now.
+
 2001-04-20  Akim Demaille  <akim@epita.fr>
 
        * automake.in (%required_targets): Add `uninstall'.
index b6beb97175303923e2fd5c501296baa4a48278e3..dd937c80ebc11090c8d1f5dced40cc035beb0bac 100755 (executable)
@@ -603,6 +603,13 @@ my @var_list;
 # FIXME: This is a hack. a better switch should be found.
 my $get_object_extension_was_run;
 
+
+## --------------------------------- ##
+## Forward subroutine declarations.  ##
+## --------------------------------- ##
+sub register_language ($%);
+
+
 # &initialize_per_input ()
 # ------------------------
 # (Re)-Initialize per-Makefile.am variables.
This page took 0.044841 seconds and 5 git commands to generate.