diff autogen.sh @ 13179:5adc0c9da9f3

[gaim-migrate @ 15542] SF Patch #1265514 This patch adds intltool integration. It works here; let me know if it breaks anything for you. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Wed, 08 Feb 2006 07:44:23 +0000
parents e67993da8a22
children 7e34397e134e
line wrap: on
line diff
--- a/autogen.sh	Wed Feb 08 07:09:41 2006 +0000
+++ b/autogen.sh	Wed Feb 08 07:44:23 2006 +0000
@@ -58,6 +58,8 @@
 	fi
 done
 
+libtoolize -c -f --automake
+intltoolize --force --copy
 aclocal $ACLOCAL_FLAGS -I ./m4 || exit;
 autoheader || exit;
 automake --add-missing --copy;