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

g-wrap.spec

index 51e1f9d4bc98ae9977bd609578333007f5c9e850..c85471f85e28339ee7044cbdd10cac09cbd89a1a 100644 (file)
@@ -70,8 +70,8 @@ Bibliotecas est
 %build
 libtoolize -c -f
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure
 
 %{__make}
This page took 0.082525 seconds and 4 git commands to generate.