autogen.sh

changeset 14290
f20819ff8d86
parent 13294
bff727fba470
child 14503
bb719a93d9e1
--- a/autogen.sh	Sun Aug 20 17:34:21 2006 +0000
+++ b/autogen.sh	Sun Aug 20 17:49:58 2006 +0000
@@ -1,5 +1,12 @@
 #!/bin/sh
 
+(glib-gettextize --version) < /dev/null > /dev/null 2>&1 || {
+	echo;
+	echo "You must have glib-gettextize installed to compile Gaim";
+	echo;
+	exit;
+}
+
 (intltoolize --version) < /dev/null > /dev/null 2>&1 || {
 	echo;
 	echo "You must have intltool installed to compile Gaim";
@@ -46,6 +53,7 @@
 done
 
 libtoolize -c -f --automake
+glib-gettextize --force --copy
 intltoolize --force --copy
 aclocal $ACLOCAL_FLAGS || exit;
 autoheader || exit;

mercurial