add running autotools

This commit is contained in:
Leon Ho 2004-09-22 05:46:36 +00:00
parent 636a2dcacf
commit b14435ab69

View File

@ -53,6 +53,12 @@ rm -rf %{buildroot}
%build %build
[ -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
aclocal --force
automake
autoconf
%configure --without-included-gettext --enable-nls \ %configure --without-included-gettext --enable-nls \
--enable-shared --with-pic-=yes --enable-shared --with-pic-=yes
make make
@ -187,6 +193,7 @@ fi
- move java stuff to gettext-devel (#132239) - move java stuff to gettext-devel (#132239)
- add BuildRequires: gcc-c++ (#132518) - add BuildRequires: gcc-c++ (#132518)
- add some missing install-info and ldconfig (#131272) - add some missing install-info and ldconfig (#131272)
- run autotools for 1.9
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt - rebuilt