]> git.pld-linux.org Git - packages/pinfo.git/commitdiff
perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
authorkloczek <kloczek@pld-linux.org>
Tue, 21 May 2002 23:14:24 +0000 (23:14 +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:
    pinfo.spec -> 1.41

pinfo.spec

index adf36aeafe4e2a696975606567ed91e11e2c4169..9c076b2ecc09003ef7b1f034e8207cfdfedb5973 100644 (file)
@@ -40,8 +40,8 @@ regulares.
 
 %build
 aclocal -I macros
 
 %build
 aclocal -I macros
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure \
        --without-included-gettext
 
 %configure \
        --without-included-gettext
 
This page took 0.034006 seconds and 4 git commands to generate.