[Xfce4-commits] <xfce4-eyes-plugin:master> Fix build issues with autogen.sh (bug #10570).

Harald Judt noreply at xfce.org
Thu Dec 26 20:26:01 CET 2013


Updating branch refs/heads/master
         to 9365424047ad8fc3cfd1fdb7b0bdb06e22c704d4 (commit)
       from 34c077d9049615f6223005d1bdb34d53047c5bf5 (commit)

commit 9365424047ad8fc3cfd1fdb7b0bdb06e22c704d4
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date:   Thu Dec 26 20:22:21 2013 +0100

    Fix build issues with autogen.sh (bug #10570).

 autogen.sh      |    1 +
 configure.ac.in |    2 ++
 2 files changed, 3 insertions(+)

diff --git a/autogen.sh b/autogen.sh
index 524cc63..3b7dc64 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -16,4 +16,5 @@ EOF
   exit 1
 }
 
+test -d m4 || mkdir m4
 xdt-autogen $@
diff --git a/configure.ac.in b/configure.ac.in
index 17318f8..b84424c 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -17,6 +17,7 @@ dnl ***************************
 AC_COPYRIGHT([Copyright (c) 2006-2013 The Xfce development team])
 AC_INIT([xfce4-eyes-plugin], [eyes_version], [http://bugzilla.xfce.org/], [xfce4-eyes-plugin])
 AC_PREREQ([2.60])
+AC_CONFIG_MACRO_DIR([m4])
 AC_CANONICAL_TARGET()
 
 dnl ***************************
@@ -32,6 +33,7 @@ dnl ********************************
 AC_PROG_CC()
 AC_PROG_LD()
 AC_PROG_INSTALL()
+LT_PREREQ([2.2.6])
 LT_INIT([disable-static])
 AC_PROG_INTLTOOL()
 AM_PROG_CC_C_O()


More information about the Xfce4-commits mailing list