1 dnl Process this file with autoconf to produce a configure script.
6 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
9 AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
16 dnl NLS configuration.
20 AC_LINK_FILES($nls_cv_header_libgt, $nls_cv_header_intl)
23 dnl End of NLS configuration.
27 AC_OUTPUT([Makefile automake intl/Makefile po/Makefile.in],
28 [sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile])