[gnome-applets] making distcheck work
- From: Enrico Minack <eminack src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-applets] making distcheck work
- Date: Wed, 18 Aug 2010 22:25:29 +0000 (UTC)
commit 475279a56210eda5d630fadebf38f350ca36de70
Author: Enrico Minack <enrico-minack gmx de>
Date: Thu Aug 19 00:22:52 2010 +0200
making distcheck work
The new files cannot be tar'ed since they are too long (max. 99 chars).
We need to use tar-ustar format, this is only available with
automake 1.9. Further, drivemount does not clean up one file, that
was removed from the Makefile.am by mistake earlier.
autogen.sh | 2 +-
configure.in | 2 +-
drivemount/Makefile.am | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index d017af4..c08ac8b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -19,7 +19,7 @@ which gnome-autogen.sh || {
echo "You need to install gnome-common from the GNOME CVS"
exit 1
}
-REQUIRED_AUTOMAKE_VERSION=1.8 \
+REQUIRED_AUTOMAKE_VERSION=1.9 \
USE_GNOME2_MACROS=1 \
USE_COMMON_DOC_BUILD=yes \
. gnome-autogen.sh
diff --git a/configure.in b/configure.in
index 78024db..911705a 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ AC_INIT(gnome-applets, 2.31.91)
AC_PREREQ(2.59)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(1.8)
+AM_INIT_AUTOMAKE([1.9 tar-ustar])
AC_CONFIG_MACRO_DIR(m4)
dnl ***************************************************************************
diff --git a/drivemount/Makefile.am b/drivemount/Makefile.am
index 91ddc40..3699281 100644
--- a/drivemount/Makefile.am
+++ b/drivemount/Makefile.am
@@ -49,7 +49,7 @@ schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
@INTLTOOL_SCHEMAS_RULE@
-CLEANFILES = $(applet_DATA) $(applet_DATA).in $(service_DATA)
+CLEANFILES = $(applet_DATA) $(applet_DATA).in $(service_DATA) $(schemas_DATA)
EXTRA_DIST = \
org.gnome.applets.DriveMountApplet.panel-applet.in.in \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]