automake remake fixes

This commit is contained in:
Leon Ho 2004-09-29 16:17:22 +00:00
parent 23d38170e6
commit af63088d6e
1 changed files with 5 additions and 2 deletions

View File

@ -55,9 +55,12 @@ rm -rf %{buildroot}
[ -f /usr/share/automake/depcomp ] && cp -f /usr/share/automake/{depcomp,ylwrap} . || :
# Rerun autotools for new version
for i in . autoconf-lib-link gettext-tools gettext-runtime; do
aclocal --force
automake
autoconf
for i in autoconf-lib-link gettext-tools gettext-runtime; do
pushd $i
aclocal --force
aclocal --force -I m4/ -I ../config/m4/ -I ../gettext-runtime/m4/ -I ../gettext-tools/m4/ -I ../autoconf-lib-link/m4/
automake
autoconf
popd