[json-glib] build: Configure Automake
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [json-glib] build: Configure Automake
- Date: Fri, 26 Feb 2010 14:08:56 +0000 (UTC)
commit 7d156366e9062349fbe58344712a055839449098
Author: Emmanuele Bassi <ebassi linux intel com>
Date: Sun Jan 24 19:09:28 2010 +0000
build: Configure Automake
Add the following options:
â?¢ no-define: we don't need PACKAGE and VERSION defined in config.h
â?¢ -Wno-portability: we require GNU make
â?¢ dist-bzip2: generate a bz2 tarball when distchecking
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 42a1199..16d1d24 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,7 @@ AC_INIT([json-glib],
AC_CONFIG_SRCDIR([json-glib/json-glib.h])
AC_CONFIG_MACRO_DIR([build/autotools])
-AM_INIT_AUTOMAKE([1.10])
+AM_INIT_AUTOMAKE([1.10 no-define -Wno-portability dist-bzip2])
AM_CONFIG_HEADER([config.h])
AM_DISABLE_STATIC
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]