[gimp] Bug 768371 - reason for failed configure due to missing dependencies...
- From: Jehan Pagès <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Bug 768371 - reason for failed configure due to missing dependencies...
- Date: Fri, 26 Aug 2016 01:13:54 +0000 (UTC)
commit bbe6b3828d70a4faf0dc80fb734a3c1435843745
Author: Jehan <jehan girinstud io>
Date: Fri Aug 26 03:11:57 2016 +0200
Bug 768371 - reason for failed configure due to missing dependencies...
... easier to detect automatically.
configure.ac | 10 +++-------
1 files changed, 3 insertions(+), 7 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e12baa0..11fa9ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -633,7 +633,7 @@ required_deps=''
# add_deps_error([dependency], [first line, second line])
m4_define([add_deps_error], [
required_deps="$required_deps
- - $1"
+ - Error: missing dependency $1"
m4_foreach([more], [$2], [
required_deps="$required_deps
*** more"])])
@@ -2621,14 +2621,10 @@ Desktop files install into $DESKTOP_DATADIR
$optional_deps]);
else
AC_MSG_ERROR([
-
-== Summary of optional features ==
$optional_deps
-== Missing mandatory dependencies ==
-
-GIMP configuration failed.
-The following mandatory dependencies are missing:$required_deps
+Error: GIMP configuration failed.
+$required_deps
See the file 'INSTALL' for more help.]);
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]