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
dicedir = $(PURPLE_LIBDIR)
dice_la_LDFLAGS = -module -avoid-version
if HAVE_PURPLE
dice_LTLIBRARIES = dice.la
dice_la_SOURCES = \
dice.c
dice_la_LIBADD = \
$(GLIB_LIBS) \
$(PURPLE_LIBS)
endif
AM_CPPFLAGS = \
-DLIBDIR=\"$(PURPLE_LIBDIR)\" \
-DDATADIR=\"$(PURPLE_DATADIR)\" \
-DPIXMAPSDIR=\"$(PURPLE_PIXMAPSDIR)\" \
$(DEBUG_CFLAGS) \
$(PURPLE_CFLAGS)