summaryrefslogtreecommitdiff
path: root/automake.texi
diff options
context:
space:
mode:
Diffstat (limited to 'automake.texi')
-rw-r--r--automake.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/automake.texi b/automake.texi
index 514267e85..ceec90269 100644
--- a/automake.texi
+++ b/automake.texi
@@ -481,7 +481,7 @@ bulletproof, so you turn to @code{automake}.
The first step is to update your @file{configure.in} to include the
commands that @code{automake} needs. The simplest way to do this is to
-add an @code{AM_INIT_AUTOMAKE} call near the beginning:
+add an @code{AM_INIT_AUTOMAKE} call just after @code{AC_INIT}:
@example
AM_INIT_AUTOMAKE(zardoz, 1.0)