libvirt
/
libvirt
|
master
|
1 hr, 9 mins, and 44 secs
|
Pavel Hrdina
|
autogen.sh: fix autoreconf step
Running bootstrap and autoreconf from autogen.sh produced different files in build-aux directory. The reason is that gnulib usually have newer version of these files and overwrites them after the autoreconf step.
In order to fix it remove the --install and --force options, in addition introduce --verbose option in order to reflect what bootstrap is doing.
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
|
|