From 887d3ef590cf1400534928861cfc9058e78cc136 Mon Sep 17 00:00:00 2001 From: Leon Ho Date: Wed, 22 Sep 2004 06:24:33 +0000 Subject: [PATCH] *** empty log message *** --- gettext.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gettext.spec b/gettext.spec index a559cc9..6dd1deb 100644 --- a/gettext.spec +++ b/gettext.spec @@ -55,11 +55,11 @@ rm -rf %{buildroot} [ -f /usr/share/automake/depcomp ] && cp -f /usr/share/automake/{depcomp,ylwrap} . || : # Rerun autotools for new version -aclocal --force -automake -autoconf - +( 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 ) + %configure --without-included-gettext --enable-nls \ --enable-shared --with-pic-=yes