[geary] Ignore autotools ./configure flgs for GNOME Continuous: Closes #719874
- From: Jim Nelson <jnelson src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary] Ignore autotools ./configure flgs for GNOME Continuous: Closes #719874
- Date: Tue, 10 Dec 2013 01:06:33 +0000 (UTC)
commit ff1f7b179b14413528673aea6c4b984b3d3d8334
Author: Colin Walters <walters verbum org>
Date: Mon Dec 9 17:05:40 2013 -0800
Ignore autotools ./configure flgs for GNOME Continuous: Closes #719874
Probably also useful for other automated build systems.
THANKS | 1 +
configure | 6 ++++++
2 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/THANKS b/THANKS
index aeb22ce..2164137 100644
--- a/THANKS
+++ b/THANKS
@@ -34,5 +34,6 @@ Janosch Rolles <janosch rolles org>
Michel Alexandre Salim <salimma fedoraproject org>
Anirudh Sanjeev <skyronic gmail com>
Wolfgang Steitz <wolfer7 web de>
+Colin Walters <walters verbum org>
Alexander Wilms <alexander wilms zoho com>
diff --git a/configure b/configure
index 6cfa4a2..1dad538 100755
--- a/configure
+++ b/configure
@@ -68,6 +68,12 @@ do
CMDLINE="${CMDLINE} -DCMAKE_INSTALL_PREFIX=${value}"
;;
+# ignored for autotools compatibility
+ --bindir | --libdir | --sbindir |--datadir | --localstatedir | --includedir) ;;
+ --infodir | --sysconfdir | --mandir | --libexecdir) ;;
+ --build | --host | --target) ;;
+ --disable-silent-rules | --disable-static ) ;;
+
--debug)
CMDLINE="${CMDLINE} -DDEBUG=ON"
;;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]