1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-12-22 07:48:50 -05:00

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