diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-09-25 16:39:15 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-09-25 16:39:15 +0000 |
commit | 643e12ed8c8f06891f8fae63b06c99ae0b813383 (patch) | |
tree | 8f02df9fdb14c153eef1f4248169aa94fd61ef52 /configure.in | |
parent | gettextize (diff) | |
download | w3m-643e12ed8c8f06891f8fae63b06c99ae0b813383.tar.gz w3m-643e12ed8c8f06891f8fae63b06c99ae0b813383.zip |
* remove ./intl
* configure.in: external fo AM_GNU_GETTEXT
* Makefile.in: remove intl, INTLTARGET
From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 8df41e6..1f305b7 100644 --- a/configure.in +++ b/configure.in @@ -41,12 +41,10 @@ W3M_TARGET=$target AC_DEFINE_UNQUOTED(W3M_TARGET, $W3M_TARGET) AC_W3M_M17N -AM_GNU_GETTEXT +AM_GNU_GETTEXT([external]) -INTLTARGET="" NLSTARGET="" if test x"$USE_NLS" = xyes; then - INTLTARGET="intl" NLSTARGET="po" fi AC_SUBST(INTLTARGET) |