redid the autotool renew script
This commit is contained in:
parent
887d3ef590
commit
23d38170e6
12
gettext.spec
12
gettext.spec
@ -55,11 +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
|
||||||
( cd . && aclocal --force && automake && autoconf )
|
for i in . autoconf-lib-link gettext-tools gettext-runtime; do
|
||||||
( cd autoconf-lib-link && aclocal --force && automake && autoconf )
|
pushd $i
|
||||||
( cd gettext-tools && aclocal --force && automake && autoconf )
|
aclocal --force
|
||||||
( cd gettext-runtime && aclocal --force && automake && autoconf )
|
automake
|
||||||
|
autoconf
|
||||||
|
popd
|
||||||
|
done
|
||||||
|
|
||||||
%configure --without-included-gettext --enable-nls \
|
%configure --without-included-gettext --enable-nls \
|
||||||
--enable-shared --with-pic-=yes
|
--enable-shared --with-pic-=yes
|
||||||
|
Loading…
Reference in New Issue
Block a user