[Xfce4-commits] [panel-plugins/xfce4-wavelan-plugin] 03/04: Better automake initialization, not tar.gz distfile
noreply at xfce.org
noreply at xfce.org
Wed Mar 4 22:23:32 CET 2015
This is an automated email from the git hooks/post-receive script.
landry pushed a commit to branch master
in repository panel-plugins/xfce4-wavelan-plugin.
commit 9682084886090231b190bca45716a09c9a3582d5
Author: Landry Breuil <landry at xfce.org>
Date: Wed Mar 4 22:04:42 2015 +0100
Better automake initialization, not tar.gz distfile
---
Makefile.am | 4 ----
configure.ac.in | 2 +-
2 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index ba6f0fd..6ecd929 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,10 +2,6 @@ SUBDIRS = \
panel-plugin \
po
-AUTOMAKE_OPTIONS = \
- 1.8 \
- dist-bzip2
-
distclean-local:
rm -rf *.cache *~
diff --git a/configure.ac.in b/configure.ac.in
index 162590b..507241d 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -15,7 +15,7 @@ AC_INIT([xfce4-wavelan-plugin], [xwp_version], [goodies-dev at xfce.org])
AC_PREREQ([2.50])
dnl Initial automake
-AM_INIT_AUTOMAKE([AC_PACKAGE_TARNAME()], [AC_PACKAGE_VERSION()])
+AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar no-dist-gzip])
AM_CONFIG_HEADER([config.h])
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