From: Akim Demaille Date: Fri, 27 Apr 2001 13:48:22 +0000 (+0000) Subject: * automake.in (&file_contents_internal): Declare it. X-Git-Tag: handle-languages~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b384aaa425ae0d7944de2f11cdce8c4857cb0684;p=thirdparty%2Fautomake.git * automake.in (&file_contents_internal): Declare it. --- diff --git a/ChangeLog b/ChangeLog index ad4e4685d..364c958ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-04-27 Akim Demaille + + * automake.in (&file_contents_internal): Declare it. + 2001-04-27 Akim Demaille * automake.in (&read_am_file, &file_contents_internal): Don't @@ -26,7 +30,7 @@ Unify LISP, PYTHON and JAVA primaries. * automake.in (&handle_emacs_lisp): Be like &handle_python, i.e., - return if there are no files, hook elist-comp on the Autoconf + return if there are no files, hook elisp-comp on the Autoconf macro, rely on lisp.am to define variables. (&handle_python, &handle_java): Likewise. (&scan_one_autoconf_file): Pseudo AC_SUBST of `pythondir' and diff --git a/automake.in b/automake.in index 210c36fba..971e46389 100755 --- a/automake.in +++ b/automake.in @@ -619,6 +619,7 @@ my $get_object_extension_was_run; ## Forward subroutine declarations. ## ## --------------------------------- ## sub register_language ($%); +sub file_contents_internal ($%); # &initialize_per_input ()