diff --git a/autogen.sh b/autogen.sh index f121ed9b..a8c8e0c6 100755 --- a/autogen.sh +++ b/autogen.sh @@ -77,5 +77,5 @@ fi if test -z "$NOCONFIGURE"; then $srcdir/configure $EXTRA_ARGS "$@" echo - echo "Now type 'make' to compile libvirt." + echo "Now type 'make' to compile libxml2." fi