Changeset 8459178 for general/sysutils


Ignore:
Timestamp:
12/09/2012 08:23:32 PM (11 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b4d6d68
Parents:
32e18b07
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/gpm.xml

    r32e18b07 r8459178  
    8686    the following commands:</para>
    8787
    88 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     88<screen><userinput>./autogen.sh                                &amp;&amp;
     89./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    8990make</userinput></screen>
    9091
     
    9394    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    9495
    95 <screen role="root"><userinput>make install                                             &amp;&amp;
    96 
    97 install-info --dir-file=/usr/share/info/dir \
    98              /usr/share/info/gpm.info                    &amp;&amp;
    99 
    100 ln -v -sfn libgpm.so.2.1.0 /usr/lib/libgpm.so            &amp;&amp;
    101 install -v -m644 conf/gpm-root.conf /etc                 &amp;&amp;
    102 
    103 install -v -m755 -d /usr/share/doc/gpm-&gpm-version;            &amp;&amp;
    104 chmod   -v   755    doc/support                          &amp;&amp;
    105 chmod   -v   644    doc/{support/*,FAQ,HACK_GPM,README*} &amp;&amp;
    106 cp      -v -R       doc/{FAQ,HACK_GPM,README*,support} \
     96<screen role="root"><userinput>make install                                          &amp;&amp;
     97
     98install-info --dir-file=/usr/share/info/dir           \
     99             /usr/share/info/gpm.info                 &amp;&amp;
     100
     101ln -v -sfn libgpm.so.2.1.0 /usr/lib/libgpm.so         &amp;&amp;
     102install -v -m644 conf/gpm-root.conf /etc              &amp;&amp;
     103
     104install -v -m755 -d /usr/share/doc/gpm-&gpm-version;/support &amp;&amp;
     105install -v -m644    doc/support/*                     \
     106                    /usr/share/doc/gpm-&gpm-version;/support &amp;&amp;
     107install -v -m644    doc/{FAQ,HACK_GPM,README*}        \
    107108                    /usr/share/doc/gpm-&gpm-version;</userinput></screen>
    108109
     
    111112  <sect2 role="commands">
    112113    <title>Command Explanations</title>
     114
     115    <para><command>./autogen.sh</command>: This command creates the missing
     116    <command>configure</command> script.</para>
    113117
    114118    <para><command>install-info ...</command>: This package installs an
     
    147151
    148152      <para><filename>/etc/sysconfig/mouse</filename>:
    149       This file contains the name of your mouse device and the protocol which
     153      This file contains the name of your mouse device and the protocol
    150154      it uses.  To create this file, run the following as the
    151155      <systemitem class="username">root</systemitem> user:</para>
Note: See TracChangeset for help on using the changeset viewer.