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:
@@ -9,11 +9,9 @@ BUILD {
|
||||
cd libogg-1.2.0
|
||||
rm aclocal.m4
|
||||
mkdir -p m4
|
||||
cp /boot/common/share/aclocal/ltversion.m4 m4
|
||||
libtoolize --force --copy --install
|
||||
echo 'AC_CONFIG_MACRO_DIR([m4]) >> configure.in'
|
||||
libtoolize --force --copy --install
|
||||
aclocal -I m4
|
||||
aclocal --install -I m4
|
||||
autoconf
|
||||
./configure --prefix=/boot/common
|
||||
make
|
||||
@@ -23,5 +21,6 @@ INSTALL {
|
||||
cd libogg-1.2.0
|
||||
make install
|
||||
}
|
||||
|
||||
LICENSE="BSD (3-clause)"
|
||||
COPYRIGHT="1994-2010 Xiph.Org Foundation"
|
||||
|
||||
Reference in New Issue
Block a user