3 Mar 22:07
[PATCH]: Make autogen.sh print out the right string at the end
Trivial fix for a simple cut-n-paste error, so that autogen.sh says "Now type 'make' to compile virt-viewer". Signed-off-by: Chris Lalancette <clalance@...>
diff -r 09761c04bdcd autogen.sh
--- a/autogen.sh Fri Jan 25 16:27:04 2008 -0500
+++ b/autogen.sh Mon Mar 03 00:30:03 2008 -0500
@@ -45,5 +45,5 @@ cd $THEDIR
$srcdir/configure --enable-warnings "$@" && {
echo
- echo "Now type 'make' to compile gtk-vnc."
+ echo "Now type 'make' to compile virt-viewer."
}
_______________________________________________ et-mgmt-tools mailing list et-mgmt-tools@... https://www.redhat.com/mailman/listinfo/et-mgmt-tools
RSS Feed