]> gcc.gnu.org Git - gcc.git/blame - intl/configure.ac
rtlanal.c: Include target.h and output.h.
[gcc.git] / intl / configure.ac
CommitLineData
79035f0d
NN
1AC_PREREQ(2.57)
2AC_INIT
3AC_CONFIG_SRCDIR(gettext.c)
6eb95e99
ZW
4AC_CONFIG_HEADER(config.h)
5AM_GNU_GETTEXT_VERSION(0.12.1)
6AM_GNU_GETTEXT
7
79035f0d 8# This replaces the extensive use of DEFS in the original Makefile.in.
6eb95e99
ZW
9AC_DEFINE(IN_LIBINTL, 1, [Define because this is libintl.])
10AC_DEFINE(IN_LIBRARY, 1, [Define because this is a library.])
11AC_DEFINE(DEPENDS_ON_LIBICONV, 1, [Define because we depend on libiconv.])
12AC_DEFINE(ENABLE_RELOCATABLE, 1, [Define to enable relocation.])
13AC_DEFINE(NO_XMALLOC, 1, [Define if there is no xmalloc.])
14AC_DEFINE(set_relocation_prefix, libintl_set_relocation_prefix,
15[Define this entry point correctly.])
16AC_DEFINE(relocate, libintl_relocate,
17[Define this entry point correctly.])
18
79035f0d
NN
19# Additional info for config.intl.
20AC_SUBST(LIBINTL_DEP)
21AC_SUBST(INCINTL)
56694dd9 22
79035f0d
NN
23LIBINTL_DEP=
24INCINTL=
25case $USE_INCLUDED_LIBINTL in
26 yes)
27 LIBINTL_DEP='${top_builddir}/intl/libintl.a'
28 INCINTL='-I${top_builddir}/intl'
29 ;;
30esac
56694dd9 31
79035f0d
NN
32AC_CONFIG_FILES(Makefile config.intl)
33AC_OUTPUT
This page took 0.094801 seconds and 5 git commands to generate.