Changed several bep files to use aclocal --install

This commit is contained in:
Scott McCreary
2011-04-11 06:58:03 +00:00
parent db729ec691
commit 6c10cfe010
10 changed files with 22 additions and 63 deletions

View File

@@ -8,23 +8,13 @@ DEPEND=""
BUILD {
cd pkg-config-0.23/glib-1.2.10
mkdir -p 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
libtoolize --force --copy --install
aclocal -I m4
aclocal --install -I m4
autoreconf
cd ..
mkdir -p 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
libtoolize --force --copy --install
aclocal -I m4
aclocal --install -I m4
autoreconf
automake
autoconf
@@ -36,5 +26,6 @@ INSTALL {
cd pkg-config-0.23
make install
}
LICENSE="GNU GPL v2"
COPYRIGHT="1998, 2001-2006 Red Hat Inc."