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

dejagnu.spec

index 14f9887523f1bd22ac122edbb3d46f4e116959c2..09ab3901a3355e9ec5b3398d76007a1e2b6b3654 100644 (file)
@@ -36,13 +36,13 @@ testowania.
 %build
 rm -f missing
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 cd example/calc
 rm -f missing
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 cd ../..
 %configure
 %{__make}
This page took 0.08611 seconds and 4 git commands to generate.