* fixed path to automake (removed hardcoded version)
This commit is contained in:
parent
13f9fc4d19
commit
358a4a62f3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue