projects
/
platform
/
upstream
/
gobject-introspection.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21d9aa9
)
configure.ac: Generate xz tarball with ustar format by default
author
Javier Jardón
<jjardon@gnome.org>
Fri, 26 Aug 2011 11:15:40 +0000
(12:15 +0100)
committer
Javier Jardón
<jjardon@gnome.org>
Fri, 26 Aug 2011 11:15:40 +0000
(12:15 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index d6c1b394dc605d6cea7e1bc3cd5ec6ac828fcea1..9959f7cdd3e3f5d8e21cb7d30d0c2d649941bae3 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-17,10
+17,10
@@
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
-AM_INIT_AUTOMAKE([1.
7 tar-ustar dist-bzip2
no-dist-gzip foreign -Wno-portability])
+AM_INIT_AUTOMAKE([1.
11 tar-ustar dist-xz
no-dist-gzip foreign -Wno-portability])
AM_MAINTAINER_MODE([enable])
-
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])],
)
+
AM_SILENT_RULES([yes]
)
# Check for Win32
AC_CANONICAL_HOST