We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df5857a commit f97af9fCopy full SHA for f97af9f
configure.ac
@@ -25,7 +25,7 @@ AC_CONFIG_AUX_DIR([build])
25
AC_CONFIG_MACRO_DIR([build])
26
AC_CONFIG_HEADERS([config.h sigc++config.h])
27
28
-AM_INIT_AUTOMAKE([1.9 -Wno-portability check-news dist-bzip2 no-define nostdinc tar-ustar])
+AM_INIT_AUTOMAKE([1.9 -Wno-portability check-news no-dist-gzip dist-xz tar-ustar no-define nostdinc])
29
# Support silent build rules.
30
# Disable by either passing --disable-silent-rules to configure or passing V=1 to make.
31
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
0 commit comments