[Xfce4-commits] <xfce4-dev-tools:master> Update build.

Nick Schermer noreply at xfce.org
Sun Nov 13 18:50:02 CET 2011


Updating branch refs/heads/master
         to dfd0dc48ef2d0dd8c3c771ccf69a4476534d6e34 (commit)
       from a2f88abdc5fa7a459558e6ef50d094571a943a0b (commit)

commit dfd0dc48ef2d0dd8c3c771ccf69a4476534d6e34
Author: Nick Schermer <nick at xfce.org>
Date:   Sun Nov 13 18:47:53 2011 +0100

    Update build.

 Makefile.am     |    3 ++-
 configure.in.in |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index db3bf93..c04c429 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,7 +13,8 @@ SUBDIRS = 								\
 
 AUTOMAKE_OPTIONS =							\
 	1.8								\
-	dist-bzip2
+	dist-bzip2							\
+	no-dist-gzip
 
 distclean-local:
 	rm -rf *.cache *~
diff --git a/configure.in.in b/configure.in.in
index 033dbb8..b2236c4 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -50,7 +50,8 @@ dnl ********************************
 AC_PROG_CC()
 AM_PROG_CC_C_O()
 AC_PROG_INSTALL()
-AC_PROG_LIBTOOL()
+LT_PREREQ([2.2.6])
+LT_INIT([disable-static])
 
 dnl ***************************************
 dnl *** Check for standard header files ***


More information about the Xfce4-commits mailing list