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

Jan-Marek Glogowski (via logerrit) logerrit at kemper.freedesktop.org
Tue May 25 16:48:00 UTC 2021


 configure.ac |   26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

New commits:
commit 3ed71a09af4de19ac00b3b944b8db667e6613c92
Author:     Jan-Marek Glogowski <glogow at fbihome.de>
AuthorDate: Thu May 20 15:42:30 2021 +0200
Commit:     Jan-Marek Glogowski <glogow at fbihome.de>
CommitDate: Tue May 25 18:47:18 2021 +0200

    configure: Replace tabs with spaces
    
    Change-Id: I417c734484481223f1779e0c555b4f3e16e10b23
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116112
    Tested-by: Jenkins
    Reviewed-by: Jan-Marek Glogowski <glogow at fbihome.de>

diff --git a/configure.ac b/configure.ac
index 7d841bc63e0d..971d7ad440c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1291,7 +1291,7 @@ if test "$_os" = "Emscripten"; then
         EMSCRIPTEN_ERROR=1
     fi
     if test -z "$EMMAKEN_JUST_CONFIGURE"; then
-	AC_MSG_WARN(["\$EMMAKEN_JUST_CONFIGURE wasn't set by emconfigure. Prefix configure or use autogen.sh])
+        AC_MSG_WARN(["\$EMMAKEN_JUST_CONFIGURE wasn't set by emconfigure. Prefix configure or use autogen.sh])
         EMSCRIPTEN_ERROR=1
     fi
     if test $EMSCRIPTEN_ERROR -ne 0; then
@@ -2374,11 +2374,11 @@ AC_ARG_WITH(help,
 
 AC_ARG_WITH(omindex,
    AS_HELP_STRING([--with-omindex],
-	[Enable the support of xapian-omega index for online help.])
+        [Enable the support of xapian-omega index for online help.])
    [
                          Usage: --with-omindex=server prepare the pages for omindex
-				but let xapian-omega be built in server.
-				--with-omindex=noxap do not prepare online pages
+                                but let xapian-omega be built in server.
+                                --with-omindex=noxap do not prepare online pages
                                 for xapian-omega
   ],
 ,)
@@ -10989,17 +10989,17 @@ if test "$with_system_box2d" = "yes"; then
     AC_CHECK_HEADER(box2d/box2d.h, [BOX2D_H_FOUND='TRUE'],
         [BOX2D_H_FOUND='FALSE'])
     if test "$BOX2D_H_FOUND" = "TRUE"; then # 2.4.0+
-    	_BOX2D_LIB=box2d
-    	AC_DEFINE(BOX2D_HEADER,<box2d/box2d.h>)
+        _BOX2D_LIB=box2d
+        AC_DEFINE(BOX2D_HEADER,<box2d/box2d.h>)
     else
-	# fail this. there's no other alternative to check when we are here.
-    	AC_CHECK_HEADER([Box2D/Box2D.h], [],
-		[AC_MSG_ERROR(box2d headers not found.)])
-    	_BOX2D_LIB=Box2D
-    	AC_DEFINE(BOX2D_HEADER,<Box2D/Box2D.h>)
+        # fail this. there's no other alternative to check when we are here.
+        AC_CHECK_HEADER([Box2D/Box2D.h], [],
+            [AC_MSG_ERROR(box2d headers not found.)])
+        _BOX2D_LIB=Box2D
+        AC_DEFINE(BOX2D_HEADER,<Box2D/Box2D.h>)
     fi
     AC_CHECK_LIB([$_BOX2D_LIB], [main], [:],
-    	[ AC_MSG_ERROR(box2d library not found.) ], [])
+        [ AC_MSG_ERROR(box2d library not found.) ], [])
     BOX2D_LIBS=-l$_BOX2D_LIB
     AC_LANG_POP([C++])
     BOX2D_CFLAGS=$(printf '%s' "$BOX2D_CFLAGS" | sed -e "s/-I/${ISYSTEM?}/g")
@@ -12654,7 +12654,7 @@ then
         if test ! -f "$QT5_PLATFORMS_SRCDIR"/wasm_shell.html ; then
             QT5_PLATFORMS_SRCDIR="${QT5_PLATFORMS_SRCDIR/plugins/src\/plugins}/wasm"
         fi
-	if test ! -f "${qt5_platformsdir}"/libqwasm.a -o ! -f "$QT5_PLATFORMS_SRCDIR"/wasm_shell.html; then
+        if test ! -f "${qt5_platformsdir}"/libqwasm.a -o ! -f "$QT5_PLATFORMS_SRCDIR"/wasm_shell.html; then
             AC_MSG_ERROR([No Qt5 WASM QPA plugin found in ${qt5_platformsdir} or ${QT5_PLATFORMS_SRCDIR}])
         fi
     fi


More information about the Libreoffice-commits mailing list