redid the autotool renew script

This commit is contained in:
Leon Ho 2004-09-22 07:14:57 +00:00
parent 887d3ef590
commit 23d38170e6

View File

@ -55,11 +55,13 @@ rm -rf %{buildroot}
[ -f /usr/share/automake/depcomp ] && cp -f /usr/share/automake/{depcomp,ylwrap} . || :
# Rerun autotools for new version
( cd . && aclocal --force && automake && autoconf )
( cd autoconf-lib-link && aclocal --force && automake && autoconf )
( cd gettext-tools && aclocal --force && automake && autoconf )
( cd gettext-runtime && aclocal --force && automake && autoconf )
for i in . autoconf-lib-link gettext-tools gettext-runtime; do
pushd $i
aclocal --force
automake
autoconf
popd
done
%configure --without-included-gettext --enable-nls \
--enable-shared --with-pic-=yes