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

View file

@ -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 ./