Alexandre Julliard : configure: Don' t display any messages when started from the makefile to rebuild config. status.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Sep 25 09:46:31 CDT 2006


Module: wine
Branch: master
Commit: e3bd111b87a831502d3a3f07ae154cb81570b920
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=e3bd111b87a831502d3a3f07ae154cb81570b920

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Sep 21 11:14:38 2006 +0200

configure: Don't display any messages when started from the makefile to rebuild config.status.

---

 configure    |    5 +++++
 configure.ac |    5 +++++
 2 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/configure b/configure
index 3838f92..e684b93 100755
--- a/configure
+++ b/configure
@@ -25406,6 +25406,11 @@ fi
 
 
 
+if test "$no_create" = "yes"
+then
+  exit 0
+fi
+
 if test "$verbose" = "yes"
 then
     if test "$ac_cv_header_capi20_h" != "yes" -o "$ac_cv_header_linux_capi_h" != "yes"
diff --git a/configure.ac b/configure.ac
index 1acebdf..d8cb6f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1818,6 +1818,11 @@ AC_OUTPUT
 
 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 ***




More information about the wine-cvs mailing list