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

geg.spec

index d5d187544e568e13b08cfe428b7c89154ee0c1b0..f3e5ef9ca4cab4c29321a84b43e8af0a903c0a78 100644 (file)
--- a/geg.spec
+++ b/geg.spec
@@ -35,8 +35,8 @@ okreslonych region
 %build
 rm -f missing
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
This page took 0.156286 seconds and 4 git commands to generate.