PKGNAME=gtkspell
PKGSEC=libs
PKGDEP="gtk-2 enchant"
# Note: gtk-doc is used for re-generation.
BUILDDEP="gtk-doc intltool"
PKGDES="On-the-fly spell checking for GtkTextView widgets (GTK 2.x)"

# Note: --disable-gtk-doc
#
# gtkdoc-mktmpl: command not found
#
# This tool has been deprecated and removed. gtkspell is a legacy runtime
# pending removal so don't bother fixing it.
AUTOTOOLS_AFTER=(
    '--disable-gtk-doc'
)

# FIXME: Re-generation fails with Gettext >= 0.24.
#
# configure:15049: error: possibly undefined macro: AM_NLS
#       If this token and others are legitimate, please use m4_pattern_allow.
#       See the Autoconf documentation.
RECONF=0
