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

Daniel P. Berrange berrange at redhat.com
Thu Mar 14 10:55:13 UTC 2013


On Thu, Mar 14, 2013 at 05:48:39PM +0800, Alex Jia wrote:
> 
> 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"
>  }

ACK


Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list