2006-10-04 00:10:49 +00:00
|
|
|
#!/bin/sh
|
2006-10-05 15:44:08 +00:00
|
|
|
intltoolize --force --automake \
|
|
|
|
&& aclocal -I ./m4 \
|
|
|
|
&& libtoolize --copy --force --automake \
|
2006-10-05 15:08:07 +00:00
|
|
|
&& autoheader \
|
2006-10-05 15:44:08 +00:00
|
|
|
&& automake --add-missing --gnu --copy \
|
2006-10-05 15:08:07 +00:00
|
|
|
&& autoconf \
|
|
|
|
&& ./configure $@
|