summaryrefslogtreecommitdiff
path: root/configure.ac.in
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2013-01-06 12:20:03 +0100
committerNick Schermer <nick@xfce.org>2013-01-06 12:20:03 +0100
commit56d59a8d99bcb6810191fbdf8f6e9286c9c66928 (patch)
treeaa61b0bdde6b219d9bb8b0d62f416db3a2c7ee8e /configure.ac.in
parent4a065a10945c72c985e254ff1ef13df188f3e11e (diff)
downloadxfce4-appfinder-56d59a8d99bcb6810191fbdf8f6e9286c9c66928.tar.gz
Autotools updates.
Diffstat (limited to 'configure.ac.in')
-rw-r--r--configure.ac.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac.in b/configure.ac.in
index 61245d7..05d7108 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -29,8 +29,8 @@ AC_PREREQ([2.60])
dnl ***************************
dnl *** Initialize automake ***
dnl ***************************
-AM_INIT_AUTOMAKE([AC_PACKAGE_TARNAME()], [AC_PACKAGE_VERSION()])
-AM_CONFIG_HEADER([config.h])
+AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar no-dist-gzip])
+AC_CONFIG_HEADERS([config.h])
AM_MAINTAINER_MODE()
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])