Changeset 30d39a5b for pst/ps/a2ps.xml


Ignore:
Timestamp:
02/22/2009 02:12:45 PM (15 years ago)
Author:
Thomas Trepl <thomas@…>
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:
f011dbb
Parents:
8980312
Message:

Fix configure issues in a2ps

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7771 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/ps/a2ps.xml

    r8980312 r30d39a5b  
    7979    <bridgehead renderas="sect3">a2ps Dependencies</bridgehead>
    8080
     81    <bridgehead renderas="sect4">Required</bridgehead>
     82    <para role="required"><xref linkend="gperf"/></para>
    8183    <bridgehead renderas="sect4">Recommended</bridgehead>
    8284    <para role="recommended"><xref linkend="psutils"/>, and
     
    106108    <title>Installation of a2ps</title>
    107109
     110    <para>First run <command>autoconf</command> to recreate the
     111    <filename>configure</filename> script. This is required cause
     112    there is an issue in the mktime test which would cause the
     113    <filename>configure</filename> to hang for 60 seconds and than
     114    report that there is no working mktime function.</para>
     115
     116<screen><userinput>autoconf</userinput></screen>
     117
     118    <para>Fix a bug in the handling of the version output of
     119    <command>gperf</command>:</para>
     120
     121<screen><userinput>sed -i "s;GPERF --version |;&amp; head -n 1 |;" configure</userinput></screen>
     122
    108123    <para>Install <application>a2ps</application> by running the following
    109124    commands:</para>
    110125
    111 <screen><userinput>sed -i 's/+0 -1/-k 1,2/' afm/make_fonts_map.sh &amp;&amp;
    112 sed -i "s|/usr/local/share|/usr/share|" configure &amp;&amp;
     126<screen><userinput>sed -i "s;/usr/local/share;/usr/share;" configure &amp;&amp;
    113127./configure --prefix=/usr \
    114128    --sysconfdir=/etc/a2ps \
Note: See TracChangeset for help on using the changeset viewer.