Add a command to the GPM instructions to create the missing configure script

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10878 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2012-12-09 20:23:32 +00:00
parent 32e18b077b
commit 84591787f9
3 changed files with 30 additions and 16 deletions

View File

@ -3,14 +3,13 @@ $LastChangedBy$
$Date$
-->
<!ENTITY day "05"> <!-- Always 2 digits -->
<!ENTITY day "09"> <!-- Always 2 digits -->
<!ENTITY month "12"> <!-- Always 2 digits -->
<!ENTITY year "2012">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "December 5th, &year;">
<!-- <!ENTITY releasedate "November &day;st, &year;"> -->
<!ENTITY releasedate "December 9th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] -->

View File

@ -85,25 +85,26 @@
<para>Install <application>GPM</application> by running
the following commands:</para>
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
<screen><userinput>./autogen.sh &amp;&amp;
./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install &amp;&amp;
<screen role="root"><userinput>make install &amp;&amp;
install-info --dir-file=/usr/share/info/dir \
/usr/share/info/gpm.info &amp;&amp;
install-info --dir-file=/usr/share/info/dir \
/usr/share/info/gpm.info &amp;&amp;
ln -v -sfn libgpm.so.2.1.0 /usr/lib/libgpm.so &amp;&amp;
install -v -m644 conf/gpm-root.conf /etc &amp;&amp;
ln -v -sfn libgpm.so.2.1.0 /usr/lib/libgpm.so &amp;&amp;
install -v -m644 conf/gpm-root.conf /etc &amp;&amp;
install -v -m755 -d /usr/share/doc/gpm-&gpm-version; &amp;&amp;
chmod -v 755 doc/support &amp;&amp;
chmod -v 644 doc/{support/*,FAQ,HACK_GPM,README*} &amp;&amp;
cp -v -R doc/{FAQ,HACK_GPM,README*,support} \
install -v -m755 -d /usr/share/doc/gpm-&gpm-version;/support &amp;&amp;
install -v -m644 doc/support/* \
/usr/share/doc/gpm-&gpm-version;/support &amp;&amp;
install -v -m644 doc/{FAQ,HACK_GPM,README*} \
/usr/share/doc/gpm-&gpm-version;</userinput></screen>
</sect2>
@ -111,6 +112,9 @@ cp -v -R doc/{FAQ,HACK_GPM,README*,support} \
<sect2 role="commands">
<title>Command Explanations</title>
<para><command>./autogen.sh</command>: This command creates the missing
<command>configure</command> script.</para>
<para><command>install-info ...</command>: This package installs an
<filename class="extension">.info</filename> file, but does not update the
system <filename>dir</filename> file. This command makes the update.</para>
@ -146,7 +150,7 @@ cp -v -R doc/{FAQ,HACK_GPM,README*,support} \
<command>gpm-root</command> configuration files.</para>
<para><filename>/etc/sysconfig/mouse</filename>:
This file contains the name of your mouse device and the protocol which
This file contains the name of your mouse device and the protocol
it uses. To create this file, run the following as the
<systemitem class="username">root</systemitem> user:</para>

View File

@ -18,10 +18,10 @@
<title>Change Log</title>
<para>Please note that the Change Log only lists which editor was
<!-- <para>Please note that the Change Log only lists which editor was
responsible for putting the changes into SVN; please read the
<xref linkend="credits"/> page in Chapter 1 for details on
who wrote what.</para>
who wrote what.</para> -->
<para>Current release: &version; &ndash; &releasedate;</para>
@ -43,6 +43,17 @@
</listitem>
-->
<listitem>
<para>December 9th, 2012</para>
<itemizedlist>
<listitem>
<para>[randy] - Add a command to the GPM instructions to create the
missing configure script. Fixes
<ulink url="&blfs-ticket-root;3681">#3681</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>December 5th, 2012</para>
<itemizedlist>