[Libreoffice-commits] libmspub.git: configure.ac

Fridrich Å trba fridrich.strba at bluewin.ch
Thu Apr 25 07:48:00 PDT 2013


 configure.ac |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 0a16170b1106a1a2131ddc5fdfdfa9687b2d3dda
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Thu Apr 25 16:47:26 2013 +0200

    Some sane defaults for the build

diff --git a/configure.ac b/configure.ac
index 4e1100e..394e89a 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 pic-only])
+AC_CANONICAL_HOST
+
 PKG_PROG_PKG_CONFIG([0.20])
 
 # ====================


More information about the Libreoffice-commits mailing list