[Xfce4-commits] [panel-plugins/xfce4-mount-plugin] 01/02: Adapted to autoconf 2.69 a little bit
noreply at xfce.org
noreply at xfce.org
Tue May 13 21:39:06 CEST 2014
This is an automated email from the git hooks/post-receive script.
timystery pushed a commit to branch master
in repository panel-plugins/xfce4-mount-plugin.
commit 8fbb609d465f4ff4ed4295f17ecfc3263fa2680a
Author: Fabian <timystery at arcor.de>
Date: Tue May 13 21:35:59 2014 +0200
Adapted to autoconf 2.69 a little bit
---
configure.ac.in | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/configure.ac.in b/configure.ac.in
index afb172d..95b1518 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -17,10 +17,12 @@ m4_define([mount_version], [mount_version_major().mount_version_minor().mount_ve
AC_INIT([xfce4-mount-plugin], [mount_version],
[timystery at arcor.de])
+AC_CONFIG_SRCDIR([panel-plugin/mount-plugin.c])
MOUNT_VERSION=mount_version()
-AM_INIT_AUTOMAKE([xfce4-mount-plugin], [$MOUNT_VERSION])
+AM_INIT_AUTOMAKE
AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list