[Xfce4-commits] <xfce4-power-manager:master> Autotools updates.

Nick Schermer noreply at xfce.org
Sun Jan 6 12:58:26 CET 2013


Updating branch refs/heads/master
         to 6176d68fc8e9717d2c96ff55e29a42c48e1395e8 (commit)
       from fca8521cafec9f43b1838f7b247cac5e5d70b769 (commit)

commit 6176d68fc8e9717d2c96ff55e29a42c48e1395e8
Author: Nick Schermer <nick at xfce.org>
Date:   Sun Jan 6 12:20:20 2013 +0100

    Autotools updates.

 configure.ac.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index aca782a..633b340 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -9,8 +9,8 @@ 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.50)
 
-AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar])
-AM_CONFIG_HEADER([config.h])
+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])])
 


More information about the Xfce4-commits mailing list