Skip to content

Commit f97af9f

Browse files
committed
Create only .tar.xz tarballs
* configure.ac: This is what ftp.gnome.org wants, so this avoids it doing any repackaging. This is what gtkmm does.
1 parent df5857a commit f97af9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ AC_CONFIG_AUX_DIR([build])
2525
AC_CONFIG_MACRO_DIR([build])
2626
AC_CONFIG_HEADERS([config.h sigc++config.h])
2727

28-
AM_INIT_AUTOMAKE([1.9 -Wno-portability check-news dist-bzip2 no-define nostdinc tar-ustar])
28+
AM_INIT_AUTOMAKE([1.9 -Wno-portability check-news no-dist-gzip dist-xz tar-ustar no-define nostdinc])
2929
# Support silent build rules.
3030
# Disable by either passing --disable-silent-rules to configure or passing V=1 to make.
3131
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])

0 commit comments

Comments
 (0)