[Xfce4-commits] [apps/xfce4-taskmanager] 01/02: Handle autotools m4 stuff properly
noreply at xfce.org
noreply at xfce.org
Thu Dec 4 09:08:08 CET 2014
This is an automated email from the git hooks/post-receive script.
landry pushed a commit to branch master
in repository apps/xfce4-taskmanager.
commit 099a97c40e0ca8580ee5c97fb129f1beb9241285
Author: Harald Judt <h.judt at gmx.at>
Date: Wed Dec 3 19:04:30 2014 +0100
Handle autotools m4 stuff properly
---
Makefile.am | 2 ++
autogen.sh | 2 ++
configure.ac.in | 3 ++-
3 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 6aef17a..e9290de 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,5 @@
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+
SUBDIRS = \
po \
src
diff --git a/autogen.sh b/autogen.sh
index 55007f7..cc184c6 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -10,5 +10,7 @@ EOF
exit 1
}
+test -d m4 || mkdir m4
+
XDT_AUTOGEN_REQUIRED_VERSION="4.7.3" \
exec xdt-autogen $@
diff --git a/configure.ac.in b/configure.ac.in
index 0df57a1..baef103 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -21,7 +21,8 @@ AC_COPYRIGHT([Copyright (c) 2006-2008
The Xfce development team. All rights reserved.])
AC_INIT([Xfce4 Taskmanager], [taskmanager_version], [http://bugzilla.xfce.org/], [xfce4-taskmanager],
[http://goodies.xfce.org/projects/applications/xfce4-taskmanager])
-AC_PREREQ([2.50])
+AC_PREREQ([2.60])
+AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_TARGET()
AC_REVISION([taskmanager_version_build])
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list