*** empty log message ***
This commit is contained in:
parent
e7555f5f48
commit
f2e95db627
@ -55,9 +55,13 @@ rm -rf %{buildroot}
|
||||
[ -f /usr/share/automake/depcomp ] && cp -f /usr/share/automake/{depcomp,ylwrap} . || :
|
||||
|
||||
# Rerun autotools for new version
|
||||
for i in . gettext-runtime/libasprintf; do
|
||||
pushd $i
|
||||
aclocal --force
|
||||
automake
|
||||
autoconf
|
||||
popd
|
||||
done
|
||||
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/
|
||||
|
Loading…
Reference in New Issue
Block a user