summaryrefslogtreecommitdiff
path: root/intl/configure.in
blob: 4ba9c244efae026689431a9352d04d10c86108e6 (plain)
1
2
3
4
5
6
7
8
9
10
dnl Process this file with autoconf to produce a configure script.

AC_INIT(dgettext.c)
AM_CONFIG_HEADER(config.h:config.in)

AM_PROG_INSTALL
CY_GNU_GETTEXT
AC_LINK_FILES($nls_cv_header_libgt, $nls_cv_header_intl)

AC_OUTPUT(Makefile)