]> git.pld-linux.org Git - packages/gfocustimer.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:
    gfocustimer.spec -> 1.14

gfocustimer.spec

index 22684546ba09442fa85f5613cc07f6d45d60231c..8262df14ca2be2435fe4872f9677769323acdcf7 100644 (file)
@@ -43,8 +43,8 @@ zadaniami.
 %build
 rm -f missing
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
This page took 0.074109 seconds and 4 git commands to generate.