summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2006-02-10 08:40:20 +0000
committerDaniel Veillard <veillard@redhat.com>2006-02-10 08:40:20 +0000
commit0b2869fb84d9002c9557bf0ad703f0ad682a5eda (patch)
tree2cbf6075a7ba5832a7bebe82c9e581a3d374c734 /autogen.sh
parentFixing generation, Daniel (diff)
downloadlibvirt-0b2869fb84d9002c9557bf0ad703f0ad682a5eda.tar.gz
libvirt-0b2869fb84d9002c9557bf0ad703f0ad682a5eda.tar.bz2
libvirt-0b2869fb84d9002c9557bf0ad703f0ad682a5eda.zip
* autogen.sh configure.in: fixed snapshot autogeneration, had to
tweak a few things Daniel
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 7e8656595..3dc5b82b2 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -36,7 +36,7 @@ if test "$DIE" -eq 1; then
exit 1
fi
-test -f src/libvir.c || {
+test -f src/libvirt.c || {
echo "You must run this script in the top-level libxen directory"
exit 1
}
@@ -61,4 +61,4 @@ fi
$srcdir/configure "$@"
echo
-echo "Now type 'make' to compile libvir."
+echo "Now type 'make' to compile libvirt."