mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-23 17:34:21 +03:00
Build fix that allows autogen.sh to work right out of the repo.
This commit is contained in:
parent
fd06ca90ff
commit
31abc7cd7d
@ -2,6 +2,9 @@
|
||||
|
||||
set -e
|
||||
|
||||
# Hack around autoconf wierdness. Need to figure out what's really wrong
|
||||
touch config.rpath
|
||||
|
||||
# Make makefiles.
|
||||
|
||||
intltoolize --automake --copy --force
|
||||
@ -11,8 +14,6 @@ aclocal -I m4
|
||||
libtoolize
|
||||
automake -a
|
||||
autoconf
|
||||
# Hack around autoconf wierdness. Need to figure out what's really wrong
|
||||
touch config.rpath
|
||||
|
||||
test -d build && rm -rf build
|
||||
mkdir build
|
||||
|
Loading…
Reference in New Issue
Block a user