summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2014-04-22 21:48:53 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2014-04-22 21:48:53 +0100
commit9042530473b52251a4022cc0a0e02636b9a53211 (patch)
treeae3463d13c0ae4beb629538b9f9a959050389fff /bin
parent440d0a51e7ae131decc91a3b7d5b1f197f9e711b (diff)
parent7bc592708cc65f30f8322c18624f48f19ffd726f (diff)
downloadautomake-9042530473b52251a4022cc0a0e02636b9a53211.tar.gz
Merge branch 'minor'
* minor: init: ensure $ac_aux_dir is defined before being used
Diffstat (limited to 'bin')
-rw-r--r--bin/automake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/automake.in b/bin/automake.in
index 33c3c299d..4cee0d0be 100644
--- a/bin/automake.in
+++ b/bin/automake.in
@@ -296,7 +296,7 @@ my $seen_ar = 0;
# Location of AC_REQUIRE_AUX_FILE calls, indexed by their argument.
my %required_aux_file = ();
-# Where AM_INIT_AUTOMAKE is called;
+# Where AM_INIT_AUTOMAKE is called.
my $seen_init_automake = 0;
# TRUE if we've seen AM_AUTOMAKE_VERSION.