summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2013-01-06 12:19:58 +0100
committerNick Schermer <nick@xfce.org>2013-01-06 12:19:58 +0100
commite758c476357a698f76f2661261073d3d7f1d805e (patch)
tree6c289ce548f558948d505a1680ce4ae4e8f26142 /configure.ac
parente21beff6f21c53901e14049ebd31037e89d95ac7 (diff)
downloadtumbler-e758c476357a698f76f2661261073d3d7f1d805e.tar.gz
Autotools updates.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index fea0484..9afa71b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,10 +38,10 @@ AC_CANONICAL_TARGET()
dnl ***************************
dnl *** Initialize automake ***
dnl ***************************
-AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar])
+AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar no-dist-gzip])
AC_CONFIG_MACRO_DIR([m4])
AC_SUBST([ACLOCAL_AMFLAGS], ["$ACLOCAL_FLAGS -I m4"])
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
AM_MAINTAINER_MODE()
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])