• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A multilingual input method framework


Commit MetaInfo

Revision9231b6fc1df78a0e4f832f7814ada34c7b20e673 (tree)
Time2013-10-29 21:06:44
AuthorMuneyuki Noguchi <nogu.dev@gmai...>
CommiterMuneyuki Noguchi

Log Message

Fix indents in configure.ac.

* configure.ac

- Fix indents.

Change Summary

Incremental Difference

--- a/configure.ac
+++ b/configure.ac
@@ -845,7 +845,7 @@ AC_SUBST(GTK3_BINARY_VERSION)
845845 AC_SUBST(GTK3_LIBDIR)
846846
847847 if test "x$with_gtk3" = xyes; then
848- AC_DEFINE(USE_GTK3, 1, [use GTK+3])
848+ AC_DEFINE(USE_GTK3, 1, [use GTK+3])
849849 fi
850850
851851 AC_ARG_ENABLE(gnome3-applet,
@@ -1145,9 +1145,9 @@ AC_ARG_WITH(qt5-immodule,
11451145 [with_qt5_immodule=no])
11461146
11471147 if test "x$with_qt5" = xyes || test "x$with_qt5_immodule" = xyes; then
1148- if test -z "$QMAKE5"; then
1149- AC_MSG_ERROR([no qmake for Qt5 found])
1150- fi
1148+ if test -z "$QMAKE5"; then
1149+ AC_MSG_ERROR([no qmake for Qt5 found])
1150+ fi
11511151 fi
11521152
11531153 AM_CONDITIONAL(QT5_IMMODULE, test "x$with_qt5_immodule" = xyes)
@@ -1281,8 +1281,8 @@ if test "x$enable_dict" != xno; then
12811281 fi
12821282
12831283 if test "x$enable_dict_canna" = xno && \
1284- test "x$with_anthy" = xno && \
1285- test "x$with_anthy_utf8" = xno; then
1284+ test "x$with_anthy" = xno && \
1285+ test "x$with_anthy_utf8" = xno; then
12861286 AC_MSG_WARN([no dictionary backend is usable. disabled...])
12871287 enable_dict=no
12881288 fi
@@ -1453,24 +1453,24 @@ fi
14531453
14541454 AC_PATH_PROG(CMAKE, [cmake], [no])
14551455 if test "x$enable_kde4_applet" = xyes && test "x$CMAKE" = xno; then
1456- AC_MSG_WARN([no CMake found])
1457- enable_kde4_applet=no
1456+ AC_MSG_WARN([no CMake found])
1457+ enable_kde4_applet=no
14581458 fi
14591459
14601460 AC_PATH_PROG(KDE4_CONFIG, [kde4-config], [no])
14611461 if test "x$with_qt4" = xyes || test "x$with_qt5" = xyes; then
1462- if test "x$KDE4_CONFIG" != xno; then
1463- KDE4_ICONDIR=`$KDE4_CONFIG --expandvars --install icon`
1464- fi
1465- if test -z "$KDE4_ICONDIR"; then
1466- KDE4_ICONDIR="$prefix/share/icons"
1467- fi
1468- AC_DEFINE_UNQUOTED(KDE4_ICONDIR, "$KDE4_ICONDIR", [kde4 icon directory])
1462+ if test "x$KDE4_CONFIG" != xno; then
1463+ KDE4_ICONDIR=`$KDE4_CONFIG --expandvars --install icon`
1464+ fi
1465+ if test -z "$KDE4_ICONDIR"; then
1466+ KDE4_ICONDIR="$prefix/share/icons"
1467+ fi
1468+ AC_DEFINE_UNQUOTED(KDE4_ICONDIR, "$KDE4_ICONDIR", [kde4 icon directory])
14691469 fi
14701470
14711471 if test "x$enable_kde4_applet" = xyes && test "x$KDE4_CONFIG" = xno; then
1472- AC_MSG_WARN([no kde4-config found])
1473- enable_kde4_applet=no
1472+ AC_MSG_WARN([no kde4-config found])
1473+ enable_kde4_applet=no
14741474 fi
14751475
14761476 AM_CONDITIONAL(KDE4_APPLET, test "x$enable_kde4_applet" = xyes)