old-cross-binutils/intl/configure.in
Tom Tromey bb69a2b6ef * configure.in, configure, acconfig.h, aclocal.m4: New files.
* Makefile.in (OBJECTS): Depend on config.h, not ../config.h.
        (Makefile): Rebuild Makefile here, not in `..'.
1998-03-25 22:05:40 +00:00

9 lines
168 B
Text

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)