From fb260b23d810d5b28e6446174993d31680adf809 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Fri, 27 Apr 2001 13:48:21 +0000 Subject: [PATCH] * automake.in (&file_contents_internal): Declare it. --- ChangeLog | 6 +++++- automake.in | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ad4e4685..364c958c 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 210c36fb..971e4638 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 () -- 2.43.5