diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2007-08-16 16:11:25 -0400 |
---|---|---|
committer | Daniel P. Berrange <berrange@redhat.com> | 2007-08-16 16:11:25 -0400 |
commit | 09c2662cd926f496a51709c8bdc3ca1a1c6e2e7a (patch) | |
tree | b95ca97d0200d0f76450d919e3ae46465c84ce7d /autogen.sh | |
parent | ce3292dcc17409d3ce0d8567dfa708c0b8a60b7f (diff) | |
download | virt-manager-09c2662cd926f496a51709c8bdc3ca1a1c6e2e7a.tar.gz |
Hack around autoconf wierdness
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ 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 |