
On 08/26/2013 06:36 AM, Tomas Meszaros wrote:
Hi, this patch series is a prototype for my GSoC project (Michal Privoznik is my mentor).
I'm working on virsh auto-completion, trying to make it more "intelligent". At this stage, prototype is capable of command and option completion. Three completer functions are currently implemented so you can test it. If it turns out that this prototype is good enough, I will implement more completer functions.
As we just discovered on IRC, the formula for building without readline is to either uninstall readline-devel, or to build with: ./configure ac_cv_lib_readline_readline=no \ ac_cv_search_tgetent=no ac_cv_lib_readline_rl_initialize=no (Yes, I need to add a patch that adds './configure --disable-readline'; I started a patch on my local tree when we were trying to resolve the incompatible vbox (LGPLv2-only) vs. readline (GPLv3+) issue a while back, but since we solved it via moving vbox, I didn't have to castrate readline at that time) -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org