autogen.sh already tells us we can run make, there's no need for
configure.ac to tell us too.
Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
configure.ac | 2 --
1 file changed, 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 2439dbe..28bfc16 100644
--- a/configure.ac
+++ b/configure.ac
@@ -195,5 +195,3 @@ echo
"----------------------------------------------------------"
# Generate configure scripts for the Makefile
AC_OUTPUT(libvirt-cim.spec)
-
-echo "You may now run make"
--
2.20.1