grim/guifications2

This was compatibility code for Pidgin 1.x.y; because it was written as a check
for "not 2.0.0" this code would be compiled in for 3.0.0. It looks like the
supporting code elsewhere was removed, causing this to leave an unresolved
symbol in guifications.so, thus causing Pidgin to refuse to load. Now we load
in Pidgin 3.0.0. Whether it works or not, I have no clue.
EXTRA_DIST = \
AUTHORS \
ChangeLog \
ChangeLog.l18n \
COPYING \
gf_config.h.mingw \
pidgin-guifications.spec \
guifications-installer.nsi \
INSTALL \
INSTALL.WIN32 \
intltool-extract.in \
intltool-merge.in \
intltool-update.in \
Makefile.mingw \
NEWS \
README \
VERSION \
VERSION.in \
po/AUTHORS \
po/Makefile.mingw
DISTCLEANFILES = \
gf_config.h \
intltool-extract \
intltool-update \
intltool-merge
if INSTALL_I18N
PO_DIR=po
endif
SUBDIRS = doc nsis pixmaps $(PO_DIR) src themes
BUILT_SOURCES = gf_config.h
$(OBJECTS): $(BUILT_SOURCES)
signatures: dist
echo $(DIST_ARCHIVES) | xargs -n 1 gpg -a -b
gf_config.h: pre_config.h
cp -f po/Makefile po/.tmp-Makefile
sed -e "s#localedir = .*#localedir = $(PIDGIN_DATADIR)/locale#g" < po/.tmp-Makefile > po/Makefile
rm -f po/.tmp-Makefile
$(sedpath) 's/\#define PACKAGE/\#define GF_PACKAGE/g' pre_config.h > $@