[gnome-menus] [build] Generate bzip2 tarballs and use foreign automake option



commit eb43a84b5a1b55f1743e9d0b9aee036a72962b17
Author: Vincent Untz <vuntz gnome org>
Date:   Wed Sep 9 02:10:28 2009 +0200

    [build] Generate bzip2 tarballs and use foreign automake option

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index d0f9346..dddcb7c 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ AC_INIT([gnome-menus], [2.28.0],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-menus])
 AC_CONFIG_SRCDIR(libmenu/gmenu-tree.h)
 
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-bzip2])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 AC_CONFIG_MACRO_DIR([m4])
 AM_CONFIG_HEADER(config.h)



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