Turn off i18n
[platform/upstream/automake.git] / configure.in
1 dnl Process this file with autoconf to produce a configure script.
2 AC_INIT(dist.am)
3
4 PACKAGE=automake
5 AC_SUBST(PACKAGE)
6 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
7 VERSION=0.20
8 AC_SUBST(VERSION)
9 AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
10 ALL_LINGUAS=
11
12 AC_ARG_PROGRAM
13 fp_PROG_INSTALL
14
15 dnl
16 dnl NLS configuration.
17 dnl
18
19 ud_GNU_GETTEXT
20 AC_LINK_FILES($nls_cv_header_libgt, $nls_cv_header_intl)
21
22 dnl
23 dnl End of NLS configuration.
24 dnl
25
26
27 AC_OUTPUT([Makefile automake])
28 dnl uncomment these when internationalization is ready
29 dnl intl/Makefile po/Makefile.in],
30 dnl [sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile])