[json-glib] build: Clean up configure.ac's preamble
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [json-glib] build: Clean up configure.ac's preamble
- Date: Tue, 5 Jul 2011 13:58:42 +0000 (UTC)
commit 1fb457af51a5632956fd679deca0021becb5468b
Author: Emmanuele Bassi <ebassi linux intel com>
Date: Tue Jul 5 14:22:01 2011 +0100
build: Clean up configure.ac's preamble
configure.ac | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 483555b..5b2e2e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,14 +27,17 @@ AC_PREREQ([2.63])
AC_INIT([json-glib],
[json_version],
[http://bugzilla.gnome.org/enter_bug.cgi?product=json-glib],
- [json-glib])
+ [json-glib],
+ [http://live.gnome.org/JsonGlib])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_SRCDIR([json-glib/json-glib.h])
+AC_CONFIG_AUX_DIR([build])
AC_CONFIG_MACRO_DIR([build/autotools])
-AM_INIT_AUTOMAKE([1.11 no-define foreign -Wno-portability dist-bzip2 no-dist-gzip tar-ustar silent-rules])
+AM_INIT_AUTOMAKE([1.11 no-define foreign -Wno-portability dist-xz no-dist-gzip tar-ustar])
+AM_SILENT_RULES([yes])
AM_PATH_GLIB_2_0
AM_PROG_CC_C_O
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]