[gnome-online-accounts] Fix up configure.ac
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-online-accounts] Fix up configure.ac
- Date: Thu, 5 Apr 2012 14:45:08 +0000 (UTC)
commit 5c0705865337ee33317b531fbac0972c0e5d9771
Author: Debarshi Ray <debarshir gnome org>
Date: Thu Apr 5 16:43:47 2012 +0200
Fix up configure.ac
configure.ac | 51 +++++++++++++++++++++++++++------------------------
1 files changed, 27 insertions(+), 24 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3783d97..86f690f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,7 @@
-AC_INIT([gnome-online-accounts],[3.5.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-online-accounts],[gnome-online-accounts])
+AC_INIT([GNOME Online Accounts],
+ [3.5.0],
+ [https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-online-accounts],
+ [gnome-online-accounts])
AM_INIT_AUTOMAKE([1.9 foreign dist-bzip2 no-dist-gzip])
AC_CONFIG_SRCDIR([src])
@@ -239,27 +242,27 @@ echo "
gnome-online-accounts $VERSION
===============================
- prefix: ${prefix}
- libdir: ${libdir}
- libexecdir: ${libexecdir}
- bindir: ${bindir}
- sbindir: ${sbindir}
- datadir: ${datadir}
- sysconfdir: ${sysconfdir}
- localstatedir: ${localstatedir}
-
- compiler: ${CC}
- cflags: ${CFLAGS}
- cppflags: ${CPPFLAGS}
- introspection: ${found_introspection}
-
- Google provider: ${enable_google} (OAuth 1.0, key:${with_google_consumer_key} secret:${with_google_consumer_secret})
- Microsoft Exchange provider:${enable_exchange}
- Twitter provider: ${enable_twitter} (OAuth 1.0, key:${with_twitter_consumer_key} secret:${with_twitter_consumer_secret})
- Yahoo provider: ${enable_yahoo} (OAuth 1.0, key:${with_yahoo_consumer_key} secret:${with_yahoo_consumer_secret})
- Facebook provider: ${enable_facebook} (OAuth 2.0, id:${with_facebook_client_id})
- Windows Live provider: ${enable_windows_live} (OAuth 2.0, id:${with_windows_live_client_id})
-
- Maintainer mode: ${USE_MAINTAINER_MODE}
- Building api docs: ${enable_gtk_doc}
+ prefix: ${prefix}
+ libdir: ${libdir}
+ libexecdir: ${libexecdir}
+ bindir: ${bindir}
+ sbindir: ${sbindir}
+ datadir: ${datadir}
+ sysconfdir: ${sysconfdir}
+ localstatedir: ${localstatedir}
+
+ compiler: ${CC}
+ cflags: ${CFLAGS}
+ cppflags: ${CPPFLAGS}
+ introspection: ${found_introspection}
+
+ Google provider: ${enable_google} (OAuth 1.0, key:${with_google_consumer_key} secret:${with_google_consumer_secret})
+ Microsoft Exchange provider: ${enable_exchange}
+ Twitter provider: ${enable_twitter} (OAuth 1.0, key:${with_twitter_consumer_key} secret:${with_twitter_consumer_secret})
+ Yahoo provider: ${enable_yahoo} (OAuth 1.0, key:${with_yahoo_consumer_key} secret:${with_yahoo_consumer_secret})
+ Facebook provider: ${enable_facebook} (OAuth 2.0, id:${with_facebook_client_id})
+ Windows Live provider: ${enable_windows_live} (OAuth 2.0, id:${with_windows_live_client_id})
+
+ Maintainer mode: ${USE_MAINTAINER_MODE}
+ Building api docs: ${enable_gtk_doc}
"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]