diff options
Diffstat (limited to 'chapter06/automake-inst.xml')
-rw-r--r-- | chapter06/automake-inst.xml | 3 |
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 && -make install</userinput></screen></para> +make install && +ln -s automake-1.7 /usr/share/automake</userinput></screen></para> </sect2> |