diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-02-16 20:19:44 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-02-16 20:19:44 +0000 |
commit | e11721e41feedb88822aa22754eb94c593055821 (patch) | |
tree | f11de8c66b81c0374821c8aba26050445209fbe4 /chapter06/readline.xml | |
parent | 446a6fcaa1c53cf66a193afd60ce7eb9e3fdb6c2 (diff) |
Upgrade to Readline-6.2. Fixes #2831.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9464 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/readline.xml')
-rw-r--r-- | chapter06/readline.xml | 6 |
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> |