Home
last modified time | relevance | path

Searched refs:intl (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/contrib/openzfs/config/
H A Dgettext.m427 dnl $(top_builddir)/intl/libintl.la will be created (shared and/or static,
35 dnl INTLDIR is used to find the intl libraries. If empty,
36 dnl the value '$(top_builddir)/intl/' is used.
39 dnl 1) GNU gettext, as included in the intl subdirectory, will be compiled
181 dnl accordingly. Don't use AC_LIB_LINKFLAGS_BODY([intl],[iconv])
184 AC_LIB_LINKFLAGS_BODY([intl])
251 dnl libintl. (Cf. the install rule in intl/Makefile.in.)
276 LIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.la $LIBICONV $LIBTHREAD"
277 LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.la $LTLIBICONV $LTLIBTHREAD"
319 gt_source="included intl directory"
/freebsd/contrib/dialog/po/
H A Dmakefile.inn43 INCLUDES = -I.. -I$(top_srcdir)/intl
77 sed -f ../intl/po2msg.sed < $< > $*.msg \
97 sed -f ../intl/po2tbl.sed $(srcdir)/$(PACKAGE).pot \
172 cat-id-tbl.o: ../intl/libgettext.h
/freebsd/contrib/diff/
H A DChangeLog682 (AC_CONFIG_FILES): Remove intl/Makefile.
689 * intl/ChangeLog, intl/Makefile.in, intl/VERSION,
690 intl/bindtextdom.c, intl/config.charset, intl/dcgettext.c,
691 intl/dcigettext.c, intl/dcngettext.c, intl/dgettext.c,
692 intl/dngettext.c, intl/explodename.c, intl/finddomain.c,
693 intl/gettext.c, intl/gettextP.h, intl/gmo.h, intl/hash-string.h,
694 intl/intl-compat.c, intl/l10nflist.c, intl/libgnuintl.h,
695 intl/loadinfo.h, intl/loadmsgcat.c, intl/localcharset.c,
696 intl/locale.alias, intl/localealias.c, intl/localename.c,
697 intl/ngettext.c, intl/os2compat.c, intl/os2compat.h, intl/osdep.c,
[all …]
H A DABOUT-NLS20 When reporting bugs in the `intl/' directory or bugs which may be
23 `intl/VERSION' file, in internationalized packages.
60 package, usually in the `intl/' subdirectory, so prior installation of
77 if the file `intl/VERSION' shows that the library which comes with this
/freebsd/contrib/llvm-project/libcxx/include/
H A Diomanip25 template <class moneyT> T7 get_money(moneyT& mon, bool intl = false);
26 template <class charT, class moneyT> T8 put_money(const moneyT& mon, bool intl = false);
H A Dprint191 // See: https://learn.microsoft.com/en-us/windows/win32/intl/code-page-identifiers
H A Dlocale2241 static const bool intl = _International;
2267 const bool moneypunct<_CharT, _International>::intl;
/freebsd/contrib/file/magic/Magdir/
H A Dgnu13 # gettext-0.19.8.1/gettext-runtime/intl/gmo.h
/freebsd/contrib/dialog/
H A Daclocal.m4310 dnl $(top_builddir)/intl/libintl.la will be created (shared and/or static,
313 dnl $(top_builddir)/intl/libintl.a will be created.
317 dnl LIBDIR is used to find the intl libraries. If empty,
318 dnl the value `$(top_builddir)/intl/' is used.
323 dnl 1) GNU gettext, as included in the intl subdirectory, will be compiled
381 dnl suppresses a bogus search for the intl library.
406 intl,
422 dnl libintl. (Cf. the install rule in intl/Makefile.in.)
469 if test -f "$srcdir/intl/libintl.h" ; then
474 …INTLLIBS="ifelse([$3],[],\$(top_builddir)/intl,[$3])/libintl.ifelse([$1], use-libtool, [l], [])a $…
[all …]
H A DCHANGES985 + build-fixes for linking to intl library in /usr/local
2280 symbolic link into/libintl.h if we are not using the bundled intl
2298 use an included intl library, but I consider that to be a waste of
H A Dconfigure10409 echo "${as_me:-configure}:10409: testing Starting FIND_LINKAGE(intl,) ..." 1>&5
11261 $srcdir/intl/Makefile.in \
11262 $srcdir/intl/makefile.in
/freebsd/contrib/ntp/sntp/libopts/m4/
H A Dlibopts.m4102 AC_CHECK_LIB(intl,gettext)
/freebsd/contrib/ntp/sntp/
H A Dconfig.h.in158 /* Define to 1 if you have the `intl' library (-lintl). */
/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp5068 bool intl, in __init_pat() argument
5078 const bool symbol_contains_sep = intl && __curr_symbol_.size() == 4; in __init_pat()
/freebsd/contrib/ntp/
H A Dconfig.h.in529 /* Define to 1 if you have the `intl' library (-lintl). */
H A DCommitLog-4.1.05225 Reported by: Ronald Cole <ronald@forte-intl.com>
/freebsd/contrib/flex/
H A DChangeLog200 * src/Makefile.am: build: Remove "-I$(top_srcdir)/intl" from
201 …CPPFLAGS. Revert commit e02c3d27eeb6b53ec82532ab080c23ce26813fd4 ("include the intl/ subdirectory…
202 …$(top_srcdir)/intl subdirectory during compiling is unnecessary. This flag seems to be left after…
4871 * Makefile.am, configure.in: remove intl from dist
5361 * Makefile.am: include the intl/ subdirectory when searching for
5892 * Makefile.am, configure.in: include intl in the distribution and in
/freebsd/contrib/ncurses/
H A Daclocal.m47142 AC_CHECK_LIB(intl,libintl_gettext,[CF_ADD_LIB(intl)])