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

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

AM_PROG_INSTALL
CY_GNU_GETTEXT

AC_OUTPUT(Makefile)