[Xfce4-commits] <thunar-archive-plugin:master> Autotool updates.
Nick Schermer
noreply at xfce.org
Sat May 11 11:52:02 CEST 2013
Updating branch refs/heads/master
to 720ec14eab6030601a087499c25969472cb33989 (commit)
from 8cfbdabbcfa5dcd35b5fb5c9cda09e0118433d02 (commit)
commit 720ec14eab6030601a087499c25969472cb33989
Author: Nick Schermer <nick at xfce.org>
Date: Sat May 11 11:33:23 2013 +0200
Autotool updates.
configure.in.in | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/configure.in.in b/configure.in.in
index 282ddb8..98f63ab 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -40,13 +40,13 @@ AC_COPYRIGHT([Copyright (c) 2006-2011 The Thunar development team. All rights re
AC_INIT([thunar-archive-plugin], [tap_version], [thunar-dev at xfce.org])
AC_PREREQ([2.50])
AC_CANONICAL_TARGET()
-AC_REVISION([$Id$])
+AC_REVISION([@REVISION@])
dnl ***************************
dnl *** Initialize automake ***
dnl ***************************
-AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar])
-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])])
@@ -68,8 +68,8 @@ AC_PROG_INTLTOOL()
dnl **************************
dnl *** Initialize libtool ***
dnl **************************
-AC_DISABLE_STATIC()
-AC_PROG_LIBTOOL()
+LT_PREREQ([2.2.6])
+LT_INIT([disable-static])
dnl ******************************
dnl *** Check for i18n support ***
More information about the Xfce4-commits
mailing list