summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorMotonobu Takahashi <monyo@samba.org>2001-09-25 17:40:12 +0000
committerMotonobu Takahashi <monyo@samba.org>2001-09-25 17:40:12 +0000
commit1817c231c7e67bf836fc1b08fda9b1d8f322f6b8 (patch)
treeebaadc67063945e51865a5b93c7aec3127470402 /source3/configure.in
parent00842ae2530a67129c9885e4e9bec914c9743a93 (diff)
downloadsamba-1817c231c7e67bf836fc1b08fda9b1d8f322f6b8.tar.gz
samba-1817c231c7e67bf836fc1b08fda9b1d8f322f6b8.tar.bz2
samba-1817c231c7e67bf836fc1b08fda9b1d8f322f6b8.zip
now --with-i18n-swat works to install some international files
used by SWAT into $swatdir/$ln/{help,images,include} we have still points which needs to discuss, that is how to archive and install lots of HTML help files and Using Samba files. -- monyo (This used to be commit 9ec2d5e96ebb907e66250772057bf5e2601f8ec9)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 41d93e3645..8fb238e8fa 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -2040,12 +2040,17 @@ AC_ARG_WITH(i18n-swat,
yes)
AC_MSG_RESULT(yes)
AC_DEFINE(I18N_SWAT)
+ i18n_swat="yes"
;;
*)
AC_MSG_RESULT(no)
+ i18n_swat="no"
;;
- esac ],
- AC_MSG_RESULT(no)
+ esac
+ AC_SUBST(i18n_swat) ],
+ [ AC_MSG_RESULT(no)
+ i18n_swat="no"
+ AC_SUBST(i18n_swat) ]
)
#################################################