|
From: stephan b. <sg...@us...> - 2004-05-31 20:06:46
|
Update of /cvsroot/qub/eshell In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18401 Modified Files: configure.eshell Log Message: mass commit, in case i missed something :/ Index: configure.eshell =================================================================== RCS file: /cvsroot/qub/eshell/configure.eshell,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- configure.eshell 31 May 2004 19:56:03 -0000 1.3 +++ configure.eshell 31 May 2004 20:06:38 -0000 1.4 @@ -17,7 +17,7 @@ if [ 1 = ${configure_with_readline-1} ] ; then toc_test find_appconfig libreadline_cpp && { readln=1 - eval $(${readline_cpp_config} --toc-config | sed -e 's/$/; /') + eval $(${libreadline_cpp_config} --toc-config | sed -e 's/$/; /') } else echo "libreadline_cpp support has been disabled via --without-readline." |