1998-03-25 23:05:40 +01:00
|
|
|
dnl Process this file with autoconf to produce a configure script.
|
|
|
|
|
|
|
|
AC_INIT(dgettext.c)
|
1998-03-25 23:20:46 +01:00
|
|
|
AM_CONFIG_HEADER(config.h:config.in)
|
1998-03-25 23:05:40 +01:00
|
|
|
|
|
|
|
AM_PROG_INSTALL
|
|
|
|
CY_GNU_GETTEXT
|
|
|
|
|
|
|
|
AC_OUTPUT(Makefile)
|