[Libreoffice-commits] libvisio.git: 2 commits - configure.ac
Fridrich Å trba
fridrich.strba at bluewin.ch
Thu Apr 25 07:39:09 PDT 2013
configure.ac | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
New commits:
commit 46ca3db001bf78362d2ae24af2f9928689db271a
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date: Thu Apr 25 16:38:45 2013 +0200
Build pic objects by default
diff --git a/configure.ac b/configure.ac
index fe4e85b..447b2ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,7 @@ AC_PROG_CXX
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_MAKE_SET
-LT_INIT(win32-dll disable-static)
+LT_INIT([win32-dll disable-static pic-only])
AC_CANONICAL_HOST
PKG_PROG_PKG_CONFIG([0.20])
commit c2e108670cb4e6ca480b6b08fd628a21de07b205
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date: Thu Apr 25 16:35:04 2013 +0200
Disable static libraries by default
diff --git a/configure.ac b/configure.ac
index 0b7ddcf..fe4e85b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,8 +30,9 @@ AC_PROG_CXX
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_MAKE_SET
-AC_PROG_LIBTOOL
-AC_LIBTOOL_WIN32_DLL
+LT_INIT(win32-dll disable-static)
+AC_CANONICAL_HOST
+
PKG_PROG_PKG_CONFIG([0.20])
AC_PROG_EGREP
@@ -40,6 +41,7 @@ AC_PROG_SED
dnl ===================================================================
dnl Check for gperf
dnl ===================================================================
+AC_ARG_VAR(GPERF, [Setting this variable will override the gperf detection])
AC_PATH_PROG(GPERF, gperf)
if test -z "$GPERF"; then
AC_MSG_ERROR([gperf not found but needed. Install it.])
More information about the Libreoffice-commits
mailing list