automake remake fixes
This commit is contained in:
parent
23d38170e6
commit
af63088d6e
@ -55,11 +55,14 @@ rm -rf %{buildroot}
|
|||||||
[ -f /usr/share/automake/depcomp ] && cp -f /usr/share/automake/{depcomp,ylwrap} . || :
|
[ -f /usr/share/automake/depcomp ] && cp -f /usr/share/automake/{depcomp,ylwrap} . || :
|
||||||
|
|
||||||
# Rerun autotools for new version
|
# Rerun autotools for new version
|
||||||
for i in . autoconf-lib-link gettext-tools gettext-runtime; do
|
|
||||||
pushd $i
|
|
||||||
aclocal --force
|
aclocal --force
|
||||||
automake
|
automake
|
||||||
autoconf
|
autoconf
|
||||||
|
for i in autoconf-lib-link gettext-tools gettext-runtime; do
|
||||||
|
pushd $i
|
||||||
|
aclocal --force -I m4/ -I ../config/m4/ -I ../gettext-runtime/m4/ -I ../gettext-tools/m4/ -I ../autoconf-lib-link/m4/
|
||||||
|
automake
|
||||||
|
autoconf
|
||||||
popd
|
popd
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user