diff options
author | Aaron Griffin <aaron@archlinux.org> | 2007-02-13 01:30:47 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2007-02-13 01:30:47 +0000 |
commit | de4e3b4a69fa3cc4e09093f69553efd2d5964a6c (patch) | |
tree | f2d7bf59becb9a0a85fa89c9bb0de732af89e260 /autogen.sh | |
parent | a7e610c37d002bf170231ba2619e08562cd5a29e (diff) | |
download | pacman-de4e3b4a69fa3cc4e09093f69553efd2d5964a6c.tar.xz |
These were in the wrong order, so errored for me.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 ./ |