mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-15 16:20:08 +02:00
libao: switch to automake 1.13
This commit is contained in:
@@ -39,9 +39,9 @@ BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
cmd:aclocal_1.13
|
||||
cmd:autoconf
|
||||
cmd:automake
|
||||
cmd:automake_1.13
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:libtoolize
|
||||
@@ -55,9 +55,9 @@ BUILD()
|
||||
{
|
||||
# sed -i 's/$(datadir)\/aclocal/`finddir B_COMMON_DATA_DIRECTORY`\/aclocal/g' M*
|
||||
libtoolize --force --copy --install
|
||||
aclocal
|
||||
aclocal-1.13
|
||||
autoconf
|
||||
automake
|
||||
automake-1.13
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user