pidgin/purple-plugin-pack

Parents 5bb4c56f954f
Children 664bf008f4f7
$PURPLE_DATADIR generally works better than PURPLE_DATADIR when you're expecting
variable expansion to do its job.
--- a/configure.ac Mon Jul 18 21:58:32 2011 -0400
+++ b/configure.ac Sun Aug 28 14:54:38 2011 -0400
@@ -93,7 +93,7 @@
# this is a hack but should work fine.
# we use the libpurple datadir for PP_LOCALEDIR since we are not breaking up
# the pot's yet, and need to make sure they goto the same place
-PP_LOCALEDIR="PURPLE_DATADIR/locale"
+PP_LOCALEDIR="$PURPLE_DATADIR/locale"
AC_DEFINE_UNQUOTED(PP_LOCALEDIR, ["$PP_LOCALEDIR"], [The localedir to use])
if test x"$PURPLE_LIBDIR" != x"" ; then
--- a/po/Makefile.mingw Mon Jul 18 21:58:32 2011 -0400
+++ b/po/Makefile.mingw Sun Aug 28 14:54:38 2011 -0400
@@ -10,10 +10,10 @@
##
srcdir = .
-GAIM_TOP = ../../..
-GAIM_INSTALL_DIR = $(GAIM_TOP)/win32-install-dir
-LOCALEDIR = $(GAIM_INSTALL_DIR)/locale
-GTK_BIN = $(GAIM_TOP)/../win32-dev/gtk_2_0/bin
+PIDGIN_TOP = ../../..
+PIDGIN_INSTALL_DIR = $(PIDGIN_TOP)/win32-install-dir
+LOCALEDIR = $(PIDGIN_INSTALL_DIR)/locale
+GTK_BIN = $(PIDGIN_TOP)/../win32-dev/gtk_2_0-2.14/bin
##
## TOOLS