aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2003-03-12 18:27:03 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2003-03-12 18:27:03 +0000
commit33ddf9cdfc7ffa2ce662d85133c84f02db6b23c4 (patch)
tree67c85afac026064c37d3a214bab9a76a3293d7ae /configure.in
parent* Makefile.in (distclean): added (diff)
downloadw3m-33ddf9cdfc7ffa2ce662d85133c84f02db6b23c4.tar.gz
w3m-33ddf9cdfc7ffa2ce662d85133c84f02db6b23c4.zip
[w3m-dev 03819] support cd build && ../configure
* Makefile.in: add VPATH add MV use $(top_srcdir), $<, $@ * acinclude.m4 (AC_W3M_VERSION): use $srcdir * configure.in (AC_W3M_VERSION): move * mktable.c (main): basename From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat (limited to '')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 2d5ecb8..652a95e 100644
--- a/configure.in
+++ b/configure.in
@@ -23,7 +23,6 @@ AC_SUBST(EXEEXT)
AC_SUBST(W3M_TARGET)
W3M_TARGET=$target
AC_DEFINE_UNQUOTED(W3M_TARGET, $W3M_TARGET)
-AC_W3M_VERSION
AC_W3M_LANG
AC_W3M_KANJI_SYMBOLS
@@ -124,4 +123,6 @@ AC_W3M_SYS_ERRLIST
AC_W3M_SIGSETJMP
AC_W3M_SIGNAL
+AC_W3M_VERSION
AC_OUTPUT(Makefile w3mhelp-w3m_en.html w3mhelp-w3m_ja.html w3mhelp-lynx_en.html w3mhelp-lynx_ja.html)
+