These were in the wrong order, so errored for me.

This commit is contained in:
Aaron Griffin 2007-02-13 01:30:47 +00:00
parent a7e610c37d
commit de4e3b4a69
1 changed files with 3 additions and 2 deletions

View File

@ -41,10 +41,11 @@ if [ "$1" == "--gettext-only" ]; then
exit 0
fi
cp -f $(dirname $(which automake))/../share/automake-*/mkinstalldirs ./
cp -f $(dirname $(which automake))/../share/gettext/config.rpath ./
libtoolize -f -c
aclocal --force
autoheader -f
autoconf -f
automake -a -c --gnu --foreign
cp -f $(dirname $(which automake))/../share/automake-*/mkinstalldirs ./
cp -f $(dirname $(which automake))/../share/gettext/config.rpath ./