]> sourceware.org Git - automake.git/commitdiff
* automake.in (&file_contents_internal): Declare it.
authorAkim Demaille <akim@epita.fr>
Fri, 27 Apr 2001 13:48:21 +0000 (13:48 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 27 Apr 2001 13:48:21 +0000 (13:48 +0000)
ChangeLog
automake.in

index ad4e4685d4244d1c1fa5e0f332abfa3088cf3f87..364c958ca7455e84215bd436a5e001590865aac5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-04-27  Akim Demaille  <akim@epita.fr>
+
+       * automake.in (&file_contents_internal): Declare it.
+
 2001-04-27  Akim Demaille  <akim@epita.fr>
 
        * 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
index 210c36fbaf585e94c20d7bcf660842955841b7f9..971e46389aec29e06fff74a05861bd5219a04a14 100755 (executable)
@@ -619,6 +619,7 @@ my $get_object_extension_was_run;
 ## Forward subroutine declarations.  ##
 ## --------------------------------- ##
 sub register_language ($%);
+sub file_contents_internal ($%);
 
 
 # &initialize_per_input ()
This page took 0.047144 seconds and 5 git commands to generate.