aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/readline.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/readline.xml')
-rw-r--r--chapter06/readline.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/chapter06/readline.xml b/chapter06/readline.xml
index a4917b38a..b956d3671 100644
--- a/chapter06/readline.xml
+++ b/chapter06/readline.xml
@@ -49,12 +49,6 @@
<screen><userinput remap="pre">sed -i '/MV.*old/d' Makefile.in
sed -i '/{OLDSUFF}/c:' support/shlib-install</userinput></screen>
- <para>Correct the version number used in Readline's documentation:</para>
-
-<screen><userinput remap="pre">sed -i -e 's/0x0600/0x0601/' \
- -e 's/6\.0/6.1/' \
- -e 's/RL_VERSION_MINOR\t0/RL_VERSION_MINOR\t1/' readline.h</userinput></screen>
-
<para>Prepare Readline for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr --libdir=/lib</userinput></screen>