]> git.pld-linux.org Git - packages/gettext.git/commitdiff
perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
authorkloczek <kloczek@pld-linux.org>
Tue, 21 May 2002 23:13:08 +0000 (23:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
             s/^automake -a -c -f/\%\{__automake\}/; \
     s/^autoconf/\%\{__autoconf\}/"

Changed files:
    gettext.spec -> 1.67

gettext.spec

index 3de93f6e83af05cb4dcf320522ed28de0365612d..31b1cdb2b10a44970c63117a15e01a8a99a421fa 100644 (file)
@@ -122,8 +122,8 @@ rm -f m4/libtool.m4 aclocal.m4 missing
 libtoolize --copy --force
 #aclocal --acdir=m4 -I $(aclocal --print-ac-dir)
 aclocal -I m4
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure \
        %{?!_without_xemacs:--with-lispdir=%{_datadir}/xemacs-packages/lisp/po-mode} \
        --enable-nls \
This page took 0.188008 seconds and 4 git commands to generate.