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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Mention the right project name.

Signed-off-by: Pino Toscano <ptoscano@xxxxxxxxxx>
---
 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

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list



[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux