]> gcc.gnu.org Git - gcc.git/blame - intl/configure.in
intl: New directory; see intl/ChangeLog for details.
[gcc.git] / intl / configure.in
CommitLineData
6eb95e99
ZW
1AC_PREREQ(2.13)
2AC_INIT(gettext.c)
3AC_CONFIG_AUX_DIR(..)
4AC_CONFIG_HEADER(config.h)
5AM_GNU_GETTEXT_VERSION(0.12.1)
6AM_GNU_GETTEXT
7
8dnl This replaces the extensive use of DEFS in the original Makefile.in.
9AC_DEFINE_UNQUOTED(LOCALEDIR, "$localedir",
10[Define to the directory holding the locale files.])
11AC_DEFINE_UNQUOTED(LOCALE_ALIAS_PATH, "$aliaspath",
12[Define to the locale alias path.])
13AC_DEFINE_UNQUOTED(LIBDIR, "$libdir",
14[Define to the library directory.])
15AC_DEFINE_UNQUOTED(INSTALLDIR, "$libdir",
16[Define to the installation directory.])
17AC_DEFINE(IN_LIBINTL, 1, [Define because this is libintl.])
18AC_DEFINE(IN_LIBRARY, 1, [Define because this is a library.])
19AC_DEFINE(DEPENDS_ON_LIBICONV, 1, [Define because we depend on libiconv.])
20AC_DEFINE(ENABLE_RELOCATABLE, 1, [Define to enable relocation.])
21AC_DEFINE(NO_XMALLOC, 1, [Define if there is no xmalloc.])
22AC_DEFINE(set_relocation_prefix, libintl_set_relocation_prefix,
23[Define this entry point correctly.])
24AC_DEFINE(relocate, libintl_relocate,
25[Define this entry point correctly.])
26
27AC_OUTPUT(Makefile)
This page took 0.031366 seconds and 5 git commands to generate.