configure: Don't display any messages when started from the makefile to rebuild config.status.
This commit is contained in:
parent
1333ac8d87
commit
e3bd111b87
|
@ -25406,6 +25406,11 @@ fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
if test "$no_create" = "yes"
|
||||||
|
then
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
if test "$verbose" = "yes"
|
if test "$verbose" = "yes"
|
||||||
then
|
then
|
||||||
if test "$ac_cv_header_capi20_h" != "yes" -o "$ac_cv_header_linux_capi_h" != "yes"
|
if test "$ac_cv_header_capi20_h" != "yes" -o "$ac_cv_header_linux_capi_h" != "yes"
|
||||||
|
|
|
@ -1818,6 +1818,11 @@ AC_OUTPUT
|
||||||
|
|
||||||
dnl **** Display messages about additional packages ***
|
dnl **** Display messages about additional packages ***
|
||||||
|
|
||||||
|
if test "$no_create" = "yes"
|
||||||
|
then
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
if test "$verbose" = "yes"
|
if test "$verbose" = "yes"
|
||||||
then
|
then
|
||||||
dnl **** libcapi20-dev devel package ***
|
dnl **** libcapi20-dev devel package ***
|
||||||
|
|
Loading…
Reference in New Issue