aboutsummaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2003-03-12 17:21:58 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2003-03-12 17:21:58 +0000
commited95410ad29e9e3113df2586f5a0213ffcb9a3c4 (patch)
tree358da8ec35fcfa3a6806b13ec63a2992670482ae /aclocal.m4
parent[w3m-dev 03818] fix autoconf (diff)
downloadw3m-ed95410ad29e9e3113df2586f5a0213ffcb9a3c4.tar.gz
w3m-ed95410ad29e9e3113df2586f5a0213ffcb9a3c4.zip
fix indent
Diffstat (limited to '')
-rw-r--r--aclocal.m45
1 files changed, 3 insertions, 2 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 1e4dd0f..e3dcd71 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -151,7 +151,8 @@ AC_SUBST(DISPLAY_CODE)
AC_SUBST(SYSTEM_CODE)
AC_MSG_CHECKING(if japanese support is enabled)
AC_ARG_ENABLE(japanese,
- [ --enable-japanese=CODE support Japanese character sets, CODE=(S|E|j|N|n|m)],,
+ [ --enable-japanese=CODE support Japanese character sets
+ CODE=(S|E|j|N|n|m)],,
[enable_japanese="no"])
AC_MSG_RESULT($enable_japanese)
if test x"$enable_japanese" = xno; then
@@ -340,7 +341,7 @@ AC_DEFUN([AC_W3M_EXTLIBS],
AC_DEFUN([AC_W3M_TERMLIB],
[AC_MSG_CHECKING(terminal library)
AC_ARG_WITH(termlib,
- [ --with-termlib[=LIBS] terminal library
+ [ --with-termlib[=LIBS] terminal library
LIBS is space separated list of:
terminfo mytinfo termcap ncurses curses],,
[with_termlib="yes"])