[libvirt] [libvirt-sandbox][PATCH] Fix copy&paste error in autogen.sh

Alex Jia ajia at redhat.com
Thu Mar 14 09:48:39 UTC 2013


Signed-off-by: Alex Jia <ajia at redhat.com>
---
 autogen.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 86cd496..4b760fa 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -12,7 +12,7 @@ DIE=0
 
 (autoconf --version) < /dev/null > /dev/null 2>&1 || {
         echo
-        echo "You must have autoconf installed to compile virt-viewer."
+        echo "You must have autoconf installed to compile libvirt-sandbox."
         echo "Download the appropriate package for your distribution,"
         echo "or see http://www.gnu.org/software/autoconf"
         DIE=1
@@ -21,7 +21,7 @@ DIE=0
 (automake --version) < /dev/null > /dev/null 2>&1 || {
         echo
         DIE=1
-        echo "You must have automake installed to compile virt-viewer."
+        echo "You must have automake installed to compile libvirt-sandbox."
         echo "Download the appropriate package for your distribution,"
         echo "or see http://www.gnu.org/software/automake"
 }
-- 
1.7.1




More information about the libvir-list mailing list