[json-glib] build: Add tar-ustar and silent-rules automake options
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [json-glib] build: Add tar-ustar and silent-rules automake options
- Date: Wed, 15 Jun 2011 10:32:46 +0000 (UTC)
commit cc2543e101ca8fa41989bc8eb296f8d11b5b9cad
Author: Emmanuele Bassi <ebassi linux intel com>
Date: Wed Jun 15 11:30:28 2011 +0100
build: Add tar-ustar and silent-rules automake options
The tar-ustar format allows longer file names and other niceties â
though a format ratified in a standard from 1988 is still judged as
"possibly not widespread enough". I weep for the future of humanity
and software engineering.
The silent-rules option is just added to avoid using AM_SILENT_RULES()
on a separate line.
configure.ac | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 208532d..483555b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,9 +33,8 @@ AC_CONFIG_HEADER([config.h])
AC_CONFIG_SRCDIR([json-glib/json-glib.h])
AC_CONFIG_MACRO_DIR([build/autotools])
-AM_INIT_AUTOMAKE([1.11 no-define foreign -Wno-portability dist-bzip2 no-dist-gzip])
+AM_INIT_AUTOMAKE([1.11 no-define foreign -Wno-portability dist-bzip2 no-dist-gzip tar-ustar silent-rules])
-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]