Skip to content

Commit

Permalink
Replace tabs with spaces in configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
s-yata committed Apr 5, 2016
1 parent 3a287a1 commit 261fa56
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -368,14 +368,14 @@ AC_LINK_IFELSE(
[
AC_LINK_IFELSE(
[AC_LANG_PROGRAM(
[#define _ISOC99_SOURCE
[#define _ISOC99_SOURCE
#include <math.h>],
[if (fpclassify(0.0)) {return 0;}]
[if (fpclassify(0.0)) {return 0;}]
)],
[
AC_DEFINE(_ISOC99_SOURCE, [1], [Define to 1 for fpclassify])
AC_DEFINE(HAVE_FPCLASSIFY, [1], [use fpclassify with _ISOC99_SOURCE])
AC_MSG_RESULT(yes)
AC_DEFINE(HAVE_FPCLASSIFY, [1], [use fpclassify with _ISOC99_SOURCE])
AC_MSG_RESULT(yes)
],
[
AC_MSG_RESULT(no)
Expand Down Expand Up @@ -630,7 +630,7 @@ if test "x$have_epoll" != "xyes"; then
])
if test "x$have_poll" != "xyes"; then
if test "$os_win32" = "yes"; then
AC_CHECK_HEADER(winsock2.h, [have_select="yes"])
AC_CHECK_HEADER(winsock2.h, [have_select="yes"])
else
AC_CHECK_FUNC(select, [
have_select="yes"
Expand Down Expand Up @@ -827,8 +827,8 @@ else
fi
else
AC_CHECK_FILE([$INKSCAPE],
[inkscape_available="yes"],
[AC_MSG_WARN([$INKSCAPE is not found.
[inkscape_available="yes"],
[AC_MSG_WARN([$INKSCAPE is not found.
Disable PNG image generation.])])
fi
fi
Expand All @@ -841,7 +841,7 @@ AC_ARG_WITH([lemon],
AS_HELP_STRING([--with-lemon=PATH],
[Lemon path (default: auto)]),
[LEMON="$withval"],
[: ${LEMON:=auto}])
[: ${LEMON:=auto}])

if test "$LEMON" = "no"; then
LEMON=
Expand All @@ -860,8 +860,8 @@ else
fi
else
AC_CHECK_FILE([$LEMON],
[lemon_available="yes"],
[AC_MSG_WARN([$LEMON is not found. Disable .y compilation.])])
[lemon_available="yes"],
[AC_MSG_WARN([$LEMON is not found. Disable .y compilation.])])
fi
fi
AC_SUBST(LEMON)
Expand Down Expand Up @@ -1282,7 +1282,7 @@ if test x"$enable_document" != x"no"; then
if test -n "$SPHINX_BUILD"; then
sphinx_build_version=`"$SPHINX_BUILD" --version`
if ! echo "$sphinx_build_version" | grep -q ' 1\.[[34]]'; then
AC_MSG_ERROR([
AC_MSG_ERROR([
sphinx-build is old: $sphinx_build_version
Sphinx 1.3 or later is required.])
fi
Expand Down Expand Up @@ -1316,8 +1316,8 @@ fi
AC_ARG_WITH([cutter-source-path],
AS_HELP_STRING([--with-cutter-source-path=PATH],
[Specify Cutter source path for
groonga's release manager.]),
[CUTTER_SOURCE_PATH="$withval"])
groonga's release manager.]),
[CUTTER_SOURCE_PATH="$withval"])
case "$CUTTER_SOURCE_PATH" in
""|/*)
: # do nothing
Expand Down

0 comments on commit 261fa56

Please sign in to comment.