940e676c55
* config.h.in: Removed. * config.in: New file.
9 lines
178 B
Text
9 lines
178 B
Text
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_OUTPUT(Makefile)
|