Changeset 8459178


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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r32e18b07 r8459178  
    44-->
    55
    6 <!ENTITY day          "05">                   <!-- Always 2 digits -->
     6<!ENTITY day          "09">                   <!-- Always 2 digits -->
    77<!ENTITY month        "12">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2012">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "&year;-&month;-&day;">
    12 <!ENTITY releasedate  "December 5th, &year;">
    13 <!-- <!ENTITY releasedate  "November &day;st, &year;"> -->
     12<!ENTITY releasedate  "December 9th, &year;">
    1413<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1514<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • 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>
  • introduction/welcome/changelog.xml

    r32e18b07 r8459178  
    1919  <title>Change Log</title>
    2020
    21   <para>Please note that the Change Log only lists which editor was
     21  <!-- <para>Please note that the Change Log only lists which editor was
    2222  responsible for putting the changes into SVN; please read the
    2323  <xref linkend="credits"/> page in Chapter 1 for details on
    24   who wrote what.</para>
     24  who wrote what.</para> -->
    2525
    2626  <para>Current release: &version; &ndash; &releasedate;</para>
     
    4444
    4545-->
     46    <listitem>
     47      <para>December 9th, 2012</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[randy] - Add a command to the GPM instructions to create the
     51          missing configure script. Fixes
     52          <ulink url="&blfs-ticket-root;3681">#3681</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
    4657    <listitem>
    4758      <para>December 5th, 2012</para>
Note: See TracChangeset for help on using the changeset viewer.