diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-10-11 08:40:42 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-10-11 08:40:42 +0000 |
commit | 8cec5cf35f17568009c70d37bb8b2a1f360d3422 (patch) | |
tree | fa7146c88d50687390a8a909571cc97b96d37485 /source3/configure.in | |
parent | d5a62df4c569e5f82186900c5770c59a5c384587 (diff) | |
download | samba-8cec5cf35f17568009c70d37bb8b2a1f360d3422.tar.gz samba-8cec5cf35f17568009c70d37bb8b2a1f360d3422.tar.xz samba-8cec5cf35f17568009c70d37bb8b2a1f360d3422.zip |
first step in converting the head branch to use lang_tdb.c instead
of gettext for internationalisation support. There is more to do
(This used to be commit ab7f67677a1ade4669e5c2750d0a38422ea616a9)
Diffstat (limited to 'source3/configure.in')
-rw-r--r-- | source3/configure.in | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/source3/configure.in b/source3/configure.in index 82c60d43e94..c5e14927661 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -2525,15 +2525,6 @@ AC_SUBST(WINBIND_LTARGETS) AC_SUBST(WINBIND_PAM_PROGS) ################################################# -# Check for SWAT i18n support - -PACKAGE=i18n_swat -AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE") -AC_SUBST(PACKAGE) -ALL_LINGUAS="en ja pl tr" -AM_GNU_GETTEXT - -################################################# # final configure stuff echo "checking configure summary" @@ -2544,4 +2535,4 @@ AC_TRY_RUN([#include "${srcdir-.}/tests/summary.c"], builddir=`pwd` AC_SUBST(builddir) -AC_OUTPUT(include/stamp-h Makefile intl/Makefile po/Makefile.in) +AC_OUTPUT(include/stamp-h Makefile) |