Updating branch refs/heads/master
to feca146b98e9944f71d29740d781389dee9dde7f (commit)
from b25bf9852ef17801e30f55b5c2e9fee63191288d (commit)
commit feca146b98e9944f71d29740d781389dee9dde7f
Author: Mike Massonnet <[email protected]>
Date: Sun Jan 22 11:04:48 2012 +0100
Bug 6920: Use libtool syntax 2.2.6 for autoconf script
configure.ac.in | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index b0a7268..e989dda 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -35,9 +35,14 @@ dnl ********************************
AC_PROG_CC()
AC_PROG_LD()
AC_PROG_INSTALL()
-AC_PROG_LIBTOOL()
AC_PROG_INTLTOOL()
+dnl ***************************
+dnl *** Disable static libs ***
+dnl ***************************
+LT_PREREQ([2.2.6])
+LT_INIT([disable-static])
+
dnl *************************************
dnl *** Check for kvm, needed for BSD ***
dnl *************************************
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits