configure: Don't display any messages when started from the makefile to rebuild config.status.
diff --git a/configure.ac b/configure.ac
index 1acebdf..d8cb6f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1818,6 +1818,11 @@
 
 dnl **** Display messages about additional packages ***
 
+if test "$no_create" = "yes"
+then
+  exit 0
+fi
+
 if test "$verbose" = "yes"
 then
   dnl **** libcapi20-dev devel package ***