[libvirt] [designer PATCH 1/6] Fix typo in autogen.sh

Pino Toscano ptoscano at redhat.com
Thu Dec 20 09:23:47 UTC 2018


Mention the right project name.

Signed-off-by: Pino Toscano <ptoscano at redhat.com>
---
 autogen.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 72ce2c0..59fa0c7 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-designer."
         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-designer."
         echo "Download the appropriate package for your distribution,"
         echo "or see http://www.gnu.org/software/automake"
 }
-- 
2.17.2




More information about the libvir-list mailing list