*** empty log message ***
This commit is contained in:
parent
e7555f5f48
commit
f2e95db627
10
gettext.spec
10
gettext.spec
@ -55,9 +55,13 @@ 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
|
||||||
aclocal --force
|
for i in . gettext-runtime/libasprintf; do
|
||||||
automake
|
pushd $i
|
||||||
autoconf
|
aclocal --force
|
||||||
|
automake
|
||||||
|
autoconf
|
||||||
|
popd
|
||||||
|
done
|
||||||
for i in autoconf-lib-link gettext-tools gettext-runtime; do
|
for i in autoconf-lib-link gettext-tools gettext-runtime; do
|
||||||
pushd $i
|
pushd $i
|
||||||
aclocal --force -I m4/ -I ../config/m4/ -I ../gettext-runtime/m4/ -I ../gettext-tools/m4/ -I ../autoconf-lib-link/m4/
|
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