1 dnl Process this file with autoconf to produce a configure script.
3 dnl we use this for gettext
4 dnl AC_CONFIG_HEADER(config.h)
8 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
11 AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
17 AC_PATH_PROG(PERL, perl)
18 if test -z "$PERL"; then
19 echo "fatal error: perl not found" 1>&2
24 dnl NLS configuration.
28 dnl AC_LINK_FILES($nls_cv_header_libgt, $nls_cv_header_intl)
31 dnl End of NLS configuration.
35 AC_OUTPUT([Makefile automake])
36 dnl intl/Makefile po/Makefile.in],
37 dnl [sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile])