[Xfce4-commits] [xfce/xfce4-power-manager] 01/01: Fix make distcheck
noreply at xfce.org
noreply at xfce.org
Sat Jun 28 20:13:48 CEST 2014
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository xfce/xfce4-power-manager.
commit 5cfea56d996e164c166db90aec5e50ca88baab46
Author: Eric Koegel <eric.koegel at gmail.com>
Date: Sat Jun 28 21:10:11 2014 +0300
Fix make distcheck
This is broken subdir-objects is currently broken in automake.
See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13928 for the bug
status, enabling it will cause xfpm to fail a make distcheck build.
---
configure.ac.in | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/configure.ac.in b/configure.ac.in
index d9ca35b..c4149d2 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -9,7 +9,9 @@ m4_define([xfpm_version], [xfpm_version_major().xfpm_version_minor().xfpm_versio
AC_INIT([xfce4-power-manager],[xfpm_version],[http://bugzilla.xfce.org/])
AC_PREREQ([2.69])
-AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar no-dist-gzip subdir-objects])
+# subdir-objects is currently broken, see
+# http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13928
+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])])
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list