[gnome-online-accounts/wip/rishi/templates: 1/8] build: Add --with-template-file
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-online-accounts/wip/rishi/templates: 1/8] build: Add --with-template-file
- Date: Tue, 13 Sep 2016 16:50:50 +0000 (UTC)
commit 71b0a09424bbdd1996edad1e5dcfb98de5550d52
Author: Debarshi Ray <debarshir gnome org>
Date: Tue Sep 13 18:23:51 2016 +0200
build: Add --with-template-file
This is meant to specify the path to the templates file during the
build. Templates won't work if this is left out.
https://bugzilla.gnome.org/show_bug.cgi?id=771366
configure.ac | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index fcda8f6..513dc7c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -179,6 +179,13 @@ if test "$enable_inspector" != "no"; then
AC_DEFINE(GOA_INSPECTOR_ENABLED, 1, [Enable a WebKitWebInspector for the embedded web view])
fi
+AC_ARG_WITH(template-file
+ [AS_HELP_STRING([--with-template-file],
+ [Flickr OAuth 1.0 consumer key])],
+ [],
+ [])
+AC_DEFINE_UNQUOTED(GOA_TEMPLATE_FILE, ["$with_template_file"], [Path to the template file])
+
# service providers
#
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]