]> git.pld-linux.org Git - packages/gettext.git/commitdiff
- reordered auto* regeneration to avoid aclocal errors with autoconf >2.60
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 22 Nov 2006 19:52:49 +0000 (19:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gettext.spec -> 1.133

gettext.spec

index e64bd6c4608cd43ca870458d5e943baf445254f7..1cb91f587343fc44e7bd676aa03fa1aa95f499ba 100644 (file)
@@ -310,9 +310,6 @@ rm -f gettext-tools/po/stamp-po
 
 %build
 %{__libtoolize}
-%{__aclocal}
-%{__autoconf}
-%{__automake}
 cd autoconf-lib-link
 %{__aclocal} -I m4 -I ../m4
 %{__autoconf}
@@ -333,6 +330,9 @@ cd ../../gettext-tools
 %{__autoheader}
 %{__automake}
 cd ..
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure \
        %{?with_xemacs:--with-lispdir=%{_datadir}/xemacs-packages/lisp/po-mode} \
        --enable-nls \
This page took 0.077065 seconds and 4 git commands to generate.