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:
parent
13f9fc4d19
commit
358a4a62f3
@ -46,5 +46,5 @@ aclocal --force
|
|||||||
autoheader -f
|
autoheader -f
|
||||||
autoconf -f
|
autoconf -f
|
||||||
automake -a -c --gnu --foreign
|
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 ./
|
cp -f $(dirname $(which automake))/../share/gettext/config.rpath ./
|
||||||
|
Loading…
x
Reference in New Issue
Block a user