diff options
author | Emmanuele Bassi <ebassi@linux.intel.com> | 2010-01-24 19:09:28 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@linux.intel.com> | 2010-01-24 19:09:28 +0000 |
commit | 7d156366e9062349fbe58344712a055839449098 (patch) | |
tree | ccbf1a5c97f9dfb2e72442757e37b35a48f17d37 | |
parent | ea666891cb1e6fc9e527ce6c93a306bc97145f16 (diff) | |
download | json-glib-7d156366e9062349fbe58344712a055839449098.tar.gz |
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
-rw-r--r-- | 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 |