diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-17 01:11:16 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-17 01:11:16 +0000 |
commit | 62097a44fcb1d5472eb0882202872f15645d704d (patch) | |
tree | c1ada795321fa952642355cfce6e679149dbb901 /chapter06/automake-inst.xml | |
parent | 9f155018a6f72a06fab0dcd82c350d36a93922f5 (diff) |
Billy's automake conversion.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2356 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/automake-inst.xml')
-rw-r--r-- | chapter06/automake-inst.xml | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/chapter06/automake-inst.xml b/chapter06/automake-inst.xml index ec7f8e296..b1535bd02 100644 --- a/chapter06/automake-inst.xml +++ b/chapter06/automake-inst.xml @@ -1,11 +1,20 @@ +<sect2><title> </title><para> </para></sect2> + <sect2> <title>Installation of Automake</title> -<para>Install Automake by running the following commands:</para> +<para>Prepare Automake to be compiled:</para> + +<para><screen><userinput> +./configure --prefix=/usr</userinput></screen></para> + +<para>Continue with compiling and installing the package:</para> -<para><screen><userinput>./configure --prefix=/usr && -make install && +<para><screen><userinput>make install</userinput></screen></para> + +<para>Create necessary symbolic link:</para> + +<para><screen><userinput> ln -s automake-1.7 /usr/share/automake</userinput></screen></para> </sect2> - |