Re: [libvirt] Why using AC_PATH_PROG to detect the location of run-time external programs

2014-03-19 Thread Eric Blake
On 03/19/2014 03:15 PM, Howard Tsai wrote: > Hello, > > I am wondering why AC_PATH_PROG is used to detect the location of run-time > external programs (such as dnsmasq, ovs-vsctl, etc.), and hardcoded the > locations in binary. It seems wrong to me. It is only hard-coding the default location of

[libvirt] Why using AC_PATH_PROG to detect the location of run-time external programs

2014-03-19 Thread Howard Tsai
Hello, I am wondering why AC_PATH_PROG is used to detect the location of run-time external programs (such as dnsmasq, ovs-vsctl, etc.), and hardcoded the locations in binary. It seems wrong to me. At compile-time, configure script should only determine whether the resulting binary should support