Changed several bep files to use aclocal --install.

This commit is contained in:
Scott McCreary
2011-04-11 05:55:17 +00:00
parent d7959a727e
commit dd699a899c
12 changed files with 18 additions and 77 deletions

View File

@@ -11,11 +11,7 @@ BUILD {
cd openssh-5.8p1
autoconf
mkdir -p 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
aclocal --install -I m4
echo 'AC_CONFIG_MACRO_DIR([m4])' >> configure.ac
libtoolize --force --copy
aclocal -I m4