Index: predict-2.2.3/clients/gsat-1.1.0/configure.in
===================================================================
--- predict-2.2.3.orig/clients/gsat-1.1.0/configure.in	2009-11-14 11:13:17.000000000 -0500
+++ predict-2.2.3/clients/gsat-1.1.0/configure.in	2009-11-14 11:32:53.000000000 -0500
@@ -9,12 +9,12 @@
 AM_PROG_CC_STDC
 AC_HEADER_STDC
 
-AM_PATH_GTK(1.2.0, ,
+AM_PATH_GTK_2_0(2.0.0, ,
             AC_MSG_ERROR(Cannot find GTK: Is gtk-config in path?))
 
 dnl Add the languages which your application supports here.
 ALL_LINGUAS=""
-AM_GNU_GETTEXT
+AM_GNU_GETTEXT([external])
 
 dnl Set PACKAGE_LOCALE_DIR in config.h.
 if test "x${prefix}" = "xNONE"; then
Index: predict-2.2.3/clients/gsat-1.1.0/Makefile.am
===================================================================
--- predict-2.2.3.orig/clients/gsat-1.1.0/Makefile.am	2009-11-14 11:13:17.000000000 -0500
+++ predict-2.2.3/clients/gsat-1.1.0/Makefile.am	2009-11-14 11:32:53.000000000 -0500
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-SUBDIRS = intl po src
+SUBDIRS = po src
 
 install-data-local:
 	@$(NORMAL_INSTALL)
Index: predict-2.2.3/clients/gsat-1.1.0/po/Makefile.in.in
===================================================================
--- predict-2.2.3.orig/clients/gsat-1.1.0/po/Makefile.in.in	2009-11-14 11:13:17.000000000 -0500
+++ predict-2.2.3/clients/gsat-1.1.0/po/Makefile.in.in	2009-11-14 11:32:53.000000000 -0500
@@ -28,7 +28,9 @@
 
 INSTALL = @INSTALL@
 INSTALL_DATA = @INSTALL_DATA@
-MKINSTALLDIRS = @MKINSTALLDIRS@
+#Ugly hack but works.
+#MKINSTALLDIRS = @MKINSTALLDIRS@
+MKINSTALLDIRS = mkinstalldirs
 mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
 
 CC = @CC@
