[Xfce4-commits] <xfce4-mpc-plugin:master> Require xdt 4.9.0, fix typo in autogen.sh while here

Landry Breuil noreply at xfce.org
Tue Apr 3 14:30:01 CEST 2012


Updating branch refs/heads/master
         to 550e0b5177784b47500ccdfd6c9ccb84e7f103c4 (commit)
       from 34825275e7413f0e4c9e307525be6cdc9011c398 (commit)

commit 550e0b5177784b47500ccdfd6c9ccb84e7f103c4
Author: Landry Breuil <landry at xfce.org>
Date:   Tue Apr 3 14:28:52 2012 +0200

    Require xdt 4.9.0, fix typo in autogen.sh while here

 autogen.sh      |    4 ++--
 configure.ac.in |    3 ---
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index d3b7588..661ea20 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -7,12 +7,12 @@
 #                 and Brian Tarricone <brian at tarricone.org>.
 #
 
-export XDT_AUTOGEN_REQUIRED_VERSION="4.7.0"
+export XDT_AUTOGEN_REQUIRED_VERSION="4.9.0"
 
 (type xdt-autogen) >/dev/null 2>&1 || {
   cat >&2 <<EOF
 autogen.sh: You don't seem to have the Xfce development tools (at least
-            version $XDT_REQURED_VERSION) installed on your system, which
+            version $XDT_AUTOGEN_REQUIRED_VERSION) installed on your system, which
             are required to build this software.
             Please install the xfce4-dev-tools package first; it is available
             from http://www.xfce.org/.
diff --git a/configure.ac.in b/configure.ac.in
index 0fed682..500317f 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -31,9 +31,6 @@ AC_PROG_INSTALL
 AC_PROG_INTLTOOL
 
 dnl Initialize libtool
-dnl for xdt 4.8
-AC_PROG_LIBTOOL
-dnl for xdt 4.9
 LT_PREREQ([2.2.6])
 LT_INIT([disable-static])
 


More information about the Xfce4-commits mailing list