grim/guifications2

Make configure die if libxml2-dev or equivalent isn't installed.
org.guifications.gf2
2007-06-05, John Bailey
63c08e69410d
Make configure die if libxml2-dev or equivalent isn't installed.
This probably is wrong since it looks like we're picking libxml2
up from Pidgin, so if it is wrong, feel free to disapprove this rev.
EXTRA_DIST = \
AUTHORS \
ChangeLog \
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/ChangeLog \
po/Makefile.mingw
DISTCLEAN_FILES = \
intltool-extract \
intltool-update \
intltool-merge
SUBDIRS = doc nsis pixmaps po src themes
BUILT_SOURCES = gf_config.h
$(OBJECTS): $(BUILT_SOURCES)
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 > $@
dist-hook:
$(MAKE) -C po update-po