pidgin/purple-plugin-pack

A few changes:
org.guifications.plugins
2008-07-22, rekkanoryo
1afb71dd8196
A few changes:
* Make the enchant support in switchspell the default.
* Fix help for the configure flag to reflect that it's now --disable-enchant.
* Add output to show if enchant will be used for switchspell when switchspell
is going to be built.
* Make the ChangeLog reflect the change to enchant by default.
EXTRA_DIST = \
Makefile.mingw \
plugins.cfg
bashdir = $(PURPLE_LIBDIR)
bash_la_LDFLAGS = -module -avoid-version
bash_la_LIBADD = \
$(GLIB_LIBS) \
$(PURPLE_LIBS)
if HAVE_PURPLE
bash_LTLIBRARIES = bash.la
bash_la_SOURCES = bash.c
endif
AM_CPPFLAGS = \
-DLIBDIR=\"$(PURPLE_LIBDIR)\" \
-DDATADIR=\"$(PURPLE_DATADIR)\" \
-DPIXMAPSDIR=\"$(PURPLE_PIXMAPSDIR)\" \
$(DEBUG_CFLAGS) \
$(PURPLE_CFLAGS) \
$(GLIB_CFLAGS)