mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Changed several bep files to use aclocal --install
This commit is contained in:
@@ -13,18 +13,13 @@ DEPEND="media-libs/flac >= 1.2.1
|
||||
BUILD {
|
||||
cd libsndfile-1.0.21
|
||||
rm aclocal.m4
|
||||
cp /boot/common/share/aclocal/libtool.m4 M4
|
||||
cp /boot/common/share/aclocal/ltoptions.m4 M4
|
||||
cp /boot/common/share/aclocal/ltversion.m4 M4
|
||||
cp /boot/common/share/aclocal/ltsugar.m4 M4
|
||||
cp /boot/common/share/aclocal/lt~obsolete.m4 M4
|
||||
echo "AC_CONFIG_MACRO_DIR([M4]) >> configure.in"
|
||||
libtoolize --force --copy --install
|
||||
aclocal -I M4
|
||||
aclocal --install -I M4
|
||||
autoconf
|
||||
autoheader
|
||||
automake
|
||||
./configure --prefix=/boot/common
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user