[java-atk-wrapper] configure.ac: change tabs to spaces
- From: Magdalen Berns <mberns src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [java-atk-wrapper] configure.ac: change tabs to spaces
- Date: Sat, 8 Nov 2014 18:06:49 +0000 (UTC)
commit 0aba5b1fb7107ca71c8acfc1fe6d4453b31935c2
Author: Magdalen Berns <m berns thismagpie com>
Date: Sat Nov 8 18:06:14 2014 +0000
configure.ac: change tabs to spaces
configure.ac | 44 ++++++++++++++++++++++----------------------
1 files changed, 22 insertions(+), 22 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 7676b62..845fc58 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,12 +32,12 @@ AC_CONFIG_MACRO_DIR([m4])
m4_define([req_ver_atk], [1.17.0])
PKG_CHECK_MODULES(JAW, [
- atk >= req_ver_atk
- glib-2.0
- gthread-2.0
- gmodule-2.0
- gdk-2.0
- gconf-2.0
+ atk >= req_ver_atk
+ glib-2.0
+ gthread-2.0
+ gmodule-2.0
+ gdk-2.0
+ gconf-2.0
])
ATK_BRIDGE_LIB_PATH="`pkg-config --variable=libdir gtk+-2.0`/gtk-2.0"
@@ -45,11 +45,11 @@ AC_SUBST(ATK_BRIDGE_LIB_PATH)
case "${target_os}" in
cygwin*)
- LIB_ATK_WRAPPER_LD_FLAGS="-avoid-version -no-undefined"
- ;;
+ LIB_ATK_WRAPPER_LD_FLAGS="-avoid-version -no-undefined"
+ ;;
*)
- LIB_ATK_WRAPPER_LD_FLAGS="-version-info $LIB_ATK_WRAPPER_LT_VERSION -no-undefined"
- ;;
+ LIB_ATK_WRAPPER_LD_FLAGS="-version-info $LIB_ATK_WRAPPER_LT_VERSION -no-undefined"
+ ;;
esac
AC_SUBST(LIB_ATK_WRAPPER_LD_FLAGS)
@@ -94,21 +94,21 @@ fi
AC_SUBST(JAR)
AC_ARG_WITH([jdk_auto_detect],
- [AS_HELP_STRING([--with-jdk-auto-detect],
- [Auto-detection of jdk location])],
- [],
- [with_jdk_auto_detect=yes])
+ [AS_HELP_STRING([--with-jdk-auto-detect],
+ [Auto-detection of jdk location])],
+ [],
+ [with_jdk_auto_detect=yes])
if test "x$with_jdk_auto_detect" = "xyes"; then
- CUR_DIR=`pwd`
- SRC_DIR=`dirname $0`
- SRC_DIR=`cd $SRC_DIR;pwd;cd $CUR_DIR`
- $JAVAC $JAVACFLAGS $SRC_DIR/JavaInfo.java
- JDK_SRC="`CLASSPATH=$SRC_DIR $JAVA JavaInfo`"
+ CUR_DIR=`pwd`
+ SRC_DIR=`dirname $0`
+ SRC_DIR=`cd $SRC_DIR;pwd;cd $CUR_DIR`
+ $JAVAC $JAVACFLAGS $SRC_DIR/JavaInfo.java
+ JDK_SRC="`CLASSPATH=$SRC_DIR $JAVA JavaInfo`"
else
- if test -z "$JDK_SRC"; then
- AC_MSG_ERROR("You should specify JDK_SRC")
- fi
+ if test -z "$JDK_SRC"; then
+ AC_MSG_ERROR("You should specify JDK_SRC")
+ fi
fi
AC_SUBST(JDK_SRC)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]