[Xfce4-commits] <tumbler:master> Update usage of AM_INIT_AUTOMAKE().
Jannis Pohlmann
noreply at xfce.org
Mon Dec 7 14:02:01 CET 2009
Updating branch refs/heads/master
to 954fb5dc41d9ef8aeacb6e7b58901d98be555df9 (commit)
from e61f59029ef0763389305b346ad6d27c8acb6cf7 (commit)
commit 954fb5dc41d9ef8aeacb6e7b58901d98be555df9
Author: Jannis Pohlmann <jannis at xfce.org>
Date: Mon Dec 7 14:00:07 2009 +0100
Update usage of AM_INIT_AUTOMAKE().
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 08e0110..0ab0a30 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,7 +43,7 @@ AC_CANONICAL_TARGET()
dnl ***************************
dnl *** Initialize automake ***
dnl ***************************
-AM_INIT_AUTOMAKE([AC_PACKAGE_TARNAME()], [AC_PACKAGE_VERSION()])
+AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar])
AC_CONFIG_MACRO_DIR([m4])
AC_SUBST([ACLOCAL_AMFLAGS], ["$ACLOCAL_FLAGS -I m4"])
AM_CONFIG_HEADER([config.h])
More information about the Xfce4-commits
mailing list