mc: fix build for automake 1.11, ticket #453
This commit is contained in:
parent
c59a9dc098
commit
832dc43a5f
@ -5,12 +5,15 @@
|
|||||||
|
|
||||||
name=mc
|
name=mc
|
||||||
version=4.6.2
|
version=4.6.2
|
||||||
release=1
|
release=2
|
||||||
source=(http://www.midnight-commander.org/downloads/$name-$version.tar.gz)
|
source=(http://www.midnight-commander.org/downloads/$name-$version.tar.gz)
|
||||||
|
|
||||||
build () {
|
build () {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
|
|
||||||
|
aclocal
|
||||||
|
automake -a
|
||||||
|
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
--mandir=/usr/man \
|
--mandir=/usr/man \
|
||||||
--libexecdir=/usr/lib \
|
--libexecdir=/usr/lib \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user