1
0
mirror of https://github.com/moparisthebest/pacman synced 2025-02-28 17:31:52 -05:00

* fixed path to automake (removed hardcoded version)

This commit is contained in:
Jürgen Hötzel 2007-01-29 22:30:15 +00:00
parent 13f9fc4d19
commit 358a4a62f3

View File

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