[libsoupmm] Generate bzip2 compressed archive



commit d5f7608008e88633ca77e498833fc323a9f73152
Author: Siavash Safi <siavash siavashs org>
Date:   Sat Aug 29 18:11:41 2009 +0430

    Generate bzip2 compressed archive
    
    * configure.ac (AC_INIT): Pass the URL macro argument
    picked up by recent releases of Autoconf.
    (AM_INIT_AUTOMAKE): Use dist-bzip2 option.
    (MM_PREREQ): Require mm-common 0.7.1.

 configure.ac |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 2f68481..b890cda 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
 ## You should have received a copy of the GNU Lesser General Public License
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([libsoupmm], [2.26.0], [gtkmm-list gnome org], [libsoupmm])
+AC_INIT([libsoupmm], [2.26.0], [gtkmm-list gnome org], [libsoupmm], [http://www.gtkmm.org])
 AC_PREREQ([2.59])
 
 AC_CONFIG_SRCDIR([libsoup/libsoupmm.h])
@@ -23,11 +23,11 @@ AC_CONFIG_AUX_DIR([build])
 AC_CONFIG_MACRO_DIR([build])
 AC_CONFIG_HEADERS([build/config.h libsoup/libsoupmmconfig.h])
 
-AM_INIT_AUTOMAKE([1.9 -Wno-portability check-news no-define nostdinc tar-pax])
+AM_INIT_AUTOMAKE([1.9 -Wno-portability check-news dist-bzip2 no-define nostdinc tar-pax])
 AM_MAINTAINER_MODE
 AC_ARG_VAR([ACLOCAL_FLAGS], [aclocal flags, e.g. -I <macro dir>])
 
-MM_PREREQ([0.7])
+MM_PREREQ([0.7.1])
 MM_INIT_MODULE([libsoupmm-2.4])
 
 # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]