[network-manager-applet/nma-1-0] Revert "build: create a xz compressed tarball by default"
- From: Lubomir Rintel <lkundrak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet/nma-1-0] Revert "build: create a xz compressed tarball by default"
- Date: Mon, 17 Aug 2015 13:15:25 +0000 (UTC)
commit c3a94d05aef9c64b55ab14a8258260d5f479ab0f
Author: Lubomir Rintel <lkundrak v3 sk>
Date: Mon Aug 17 15:15:10 2015 +0200
Revert "build: create a xz compressed tarball by default"
This reverts commit aca6a3a7290bba8ac0ea9cabae8e4b973a1feb78.
Intended for master.
.gitignore | 2 +-
configure.ac | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e33c504..fd17ce5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@
*.lo
*.la
*.swp
+*.bz2
Makefile
Makefile.in*
configure
@@ -31,7 +32,6 @@ m4/intltool.m4
m4/libtool.m4
m4/lt*.m4
-/network-manager-applet-*.tar.*
nm-applet.conf
nm-applet.desktop
nm-connection-editor.desktop
diff --git a/configure.ac b/configure.ac
index 2a9f383..7d70767 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ AC_INIT([nm-applet],
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([1.11 subdir-objects no-dist-gzip dist-xz -Wno-portability])
+AM_INIT_AUTOMAKE([1.11 subdir-objects no-dist-gzip dist-bzip2 -Wno-portability])
AM_MAINTAINER_MODE([enable])
AM_SILENT_RULES([yes])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]