summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorJürgen Hötzel <juergen@archlinux.org>2007-01-29 23:30:15 +0100
committerJürgen Hötzel <juergen@archlinux.org>2007-01-29 23:30:15 +0100
commit358a4a62f325c0f043005cff72d79b813d2a318f (patch)
tree102eb2be5a79b15ddd511dca859423468416f612 /autogen.sh
parent13f9fc4d19661b75c6f9989082aaf2b222547fe7 (diff)
downloadpacman-358a4a62f325c0f043005cff72d79b813d2a318f.tar.gz
pacman-358a4a62f325c0f043005cff72d79b813d2a318f.tar.xz
* fixed path to automake (removed hardcoded version)
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 784ae76c..cfe40717 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -46,5 +46,5 @@ aclocal --force
autoheader -f
autoconf -f
automake -a -c --gnu --foreign
-cp -f $(dirname $(which automake))/../share/automake-1.9/mkinstalldirs ./
+cp -f $(dirname $(which automake))/../share/automake-*/mkinstalldirs ./
cp -f $(dirname $(which automake))/../share/gettext/config.rpath ./