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")
18 AC_PATH_PROG(PERL, perl)
19 if test -z "$PERL"; then
20 echo "fatal error: perl not found" 1>&2
25 dnl NLS configuration.
29 dnl AC_LINK_FILES($nls_cv_header_libgt, $nls_cv_header_intl)
32 dnl End of NLS configuration.
36 AC_OUTPUT([Makefile automake tests/Makefile], [chmod +x automake])
37 dnl intl/Makefile po/Makefile.in],
38 dnl [sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile])