add intltoolize call
This commit is contained in:
parent
9df65fe303
commit
cd4c823eb5
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
intltoolize --force --automake \
|
||||||
aclocal -I ./m4 \
|
&& aclocal -I ./m4 \
|
||||||
&& libtoolize --force --copy \
|
&& libtoolize --copy --force --automake \
|
||||||
&& autoheader \
|
&& autoheader \
|
||||||
&& automake --add-missing --foreign --copy \
|
&& automake --add-missing --gnu --copy \
|
||||||
&& autoconf \
|
&& autoconf \
|
||||||
&& ./configure $@
|
&& ./configure $@
|
||||||
|
|
Loading…
Add table
Reference in a new issue