summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2007-02-13 02:30:47 +0100
committerAaron Griffin <aaron@archlinux.org>2007-02-13 02:30:47 +0100
commitde4e3b4a69fa3cc4e09093f69553efd2d5964a6c (patch)
treef2d7bf59becb9a0a85fa89c9bb0de732af89e260 /autogen.sh
parenta7e610c37d002bf170231ba2619e08562cd5a29e (diff)
downloadpacman-de4e3b4a69fa3cc4e09093f69553efd2d5964a6c.tar.gz
pacman-de4e3b4a69fa3cc4e09093f69553efd2d5964a6c.tar.xz
These were in the wrong order, so errored for me.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index cfe40717..ad568100 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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 ./