comparison 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
comparison
equal deleted inserted replaced
13178:35190e33a785 13179:5adc0c9da9f3
56 if test -d $dir ; then 56 if test -d $dir ; then
57 ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I $dir" 57 ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I $dir"
58 fi 58 fi
59 done 59 done
60 60
61 libtoolize -c -f --automake
62 intltoolize --force --copy
61 aclocal $ACLOCAL_FLAGS -I ./m4 || exit; 63 aclocal $ACLOCAL_FLAGS -I ./m4 || exit;
62 autoheader || exit; 64 autoheader || exit;
63 automake --add-missing --copy; 65 automake --add-missing --copy;
64 autoconf || exit; 66 autoconf || exit;
65 automake || exit; 67 automake || exit;