aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/automake-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/automake-inst.xml')
-rw-r--r--chapter06/automake-inst.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/automake-inst.xml b/chapter06/automake-inst.xml
index acca9868a..ec7f8e296 100644
--- a/chapter06/automake-inst.xml
+++ b/chapter06/automake-inst.xml
@@ -4,7 +4,8 @@
<para>Install Automake by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr &amp;&amp;
-make install</userinput></screen></para>
+make install &amp;&amp;
+ln -s automake-1.7 /usr/share/automake</userinput></screen></para>
</sect2>