These were in the wrong order, so errored for me.
This commit is contained in:
parent
a7e610c37d
commit
de4e3b4a69
1 changed files with 3 additions and 2 deletions
|
@ -41,10 +41,11 @@ if [ "$1" == "--gettext-only" ]; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
cp -f $(dirname $(which automake))/../share/automake-*/mkinstalldirs ./
|
||||||
|
cp -f $(dirname $(which automake))/../share/gettext/config.rpath ./
|
||||||
|
|
||||||
libtoolize -f -c
|
libtoolize -f -c
|
||||||
aclocal --force
|
aclocal --force
|
||||||
autoheader -f
|
autoheader -f
|
||||||
autoconf -f
|
autoconf -f
|
||||||
automake -a -c --gnu --foreign
|
automake -a -c --gnu --foreign
|
||||||
cp -f $(dirname $(which automake))/../share/automake-*/mkinstalldirs ./
|
|
||||||
cp -f $(dirname $(which automake))/../share/gettext/config.rpath ./
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue