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

denemo.spec

index 25710fa18ef2aca7bb436c3fbd09c8dbb5c43731..72d175b5fa9d2c1bc3fb1123ac49907bae712c04 100644 (file)
@@ -36,8 +36,8 @@ innych cel
 %build
 rm -f missing
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
This page took 0.064561 seconds and 4 git commands to generate.