## Process this file with automake to produce Makefile.in
## Created by Anjuta
-SUBDIRS = libchimara interpreters tests docs po player
+SUBDIRS = libchimara interpreters player tests docs po
chimaradocdir = $(datadir)/doc/chimara
dist_chimaradoc_DATA = \
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = chimara.pc chimara-plugin.pc
-EXTRA_DIST = intltool-extract.in intltool-merge.in intltool-update.in \
- chimara.pc.in chimara-plugin.pc.in chimara.spec.in
+EXTRA_DIST = chimara.pc.in chimara-plugin.pc.in chimara.spec.in
-DISTCLEANFILES = chimara.pc chimara-plugin.pc chimara.spec \
- intltool-extract intltool-merge intltool-update
+DISTCLEANFILES = chimara.pc chimara-plugin.pc chimara.spec
ACLOCAL_AMFLAGS = -I m4
# Run after autopoint
echo "Setting up Intltool"
intltoolize --copy --force --automake || exit 1
-# Hack to get intltool 0.40.0 to work (Debian stable)
-touch intltool-extract.in
-touch intltool-merge.in
-touch intltool-update.in
#LT_PREREQ([2.2.6]) # ...goddamn Debian still has 1.5
AC_PROG_LIBTOOL # Old way of declaring Libtool
AM_GNU_GETTEXT([external]) # Gettext, link to system libintl
-IT_PROG_INTLTOOL # Intltool
+IT_PROG_INTLTOOL([0.40.0]) # Intltool
PKG_PROG_PKG_CONFIG # pkg_config
GTK_DOC_CHECK($GTK_DOC_REQUIRED_VERSION)
# Other utilities used in this package's various make scripts