Mercurial > pidgin.yaz
comparison autogen.sh @ 13293:44a8d46ee3c1
[gaim-migrate @ 15659]
Nobody minds if I revert all that mediastreamer stuff, do they?
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Thu, 16 Feb 2006 00:45:23 +0000 |
parents | 7e34397e134e |
children | c18bdf510325 |
comparison
equal
deleted
inserted
replaced
13292:94255f5568d8 | 13293:44a8d46ee3c1 |
---|---|
45 fi | 45 fi |
46 done | 46 done |
47 | 47 |
48 libtoolize -c -f --automake | 48 libtoolize -c -f --automake |
49 intltoolize --force --copy | 49 intltoolize --force --copy |
50 aclocal $ACLOCAL_FLAGS -I ./m4 || exit; | 50 aclocal $ACLOCAL_FLAGS || exit; |
51 autoheader || exit; | 51 autoheader || exit; |
52 automake --add-missing --copy; | 52 automake --add-missing --copy; |
53 autoconf || exit; | 53 autoconf || exit; |
54 automake || exit; | 54 automake || exit; |
55 ./configure $@ | 55 ./configure $@ |