Updated glib-2.26.1 to use aclocal --print-ac-dir, note that it's still broken.

This commit is contained in:
Scott McCreary
2011-03-31 18:38:31 +00:00
parent 911ceb3a4a
commit bbbd9c8511

View File

@@ -11,11 +11,11 @@ BUILD {
rm -rf aclocal.m4
mkdir -p m4
cp ../../gtk-doc.m4 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
cp `aclocal --print-ac-dir`/libtool.m4 m4
cp `aclocal --print-ac-dir`/ltoptions.m4 m4
cp `aclocal --print-ac-dir`/ltversion.m4 m4
cp `aclocal --print-ac-dir`/ltsugar.m4 m4
cp `aclocal --print-ac-dir`/lt~obsolete.m4 m4
libtoolize --force --copy --install
aclocal -I m4
autoconf