summaryrefslogtreecommitdiff
path: root/bin/automake.in
diff options
context:
space:
mode:
Diffstat (limited to 'bin/automake.in')
-rw-r--r--bin/automake.in11
1 files changed, 7 insertions, 4 deletions
diff --git a/bin/automake.in b/bin/automake.in
index 221d7d31f..d356336c3 100644
--- a/bin/automake.in
+++ b/bin/automake.in
@@ -6208,10 +6208,13 @@ sub check_trailing_slash ($\$)
# read_am_file ($AMFILE, $WHERE, $RELDIR)
# ---------------------------------------
-# Read Makefile.am and set up %contents. Simultaneously copy lines
-# from Makefile.am into $output_trailer, or define variables as
-# appropriate. NOTE we put rules in the trailer section. We want
-# user rules to come after our generated stuff.
+# Read $AMFILE file name which is located in $RELDIR, and set up
+# global variables resetted by '&generate_makefile'. Simultaneously
+# copy lines from $AMFILE into '$output_trailer', or define variables
+# as appropriate.
+#
+# NOTE: We put rules in the trailer section. We want user rules to
+# come after our generated stuff.
sub read_am_file
{
my ($amfile, $where, $reldir) = @_;