* configure.in: Build config.h from config.in.
[deliverable/binutils-gdb.git] / intl / configure.in
1 dnl Process this file with autoconf to produce a configure script.
2
3 AC_INIT(dgettext.c)
4 AM_CONFIG_HEADER(config.h:config.in)
5
6 AM_PROG_INSTALL
7 CY_GNU_GETTEXT
8
9 AC_OUTPUT(Makefile)
This page took 0.045393 seconds and 4 git commands to generate.