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

gbatnav.spec

index 78224d5b584c125c2a2e6d3fb77ce11a393157c3..f47bcbf6abf0dc2a7fa9da0b74156a10f0aded99 100644 (file)
@@ -40,8 +40,8 @@ rm -f missing
 libtoolize --copy --force
 gettextize --copy --force
 aclocal -I macros
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
This page took 0.034913 seconds and 4 git commands to generate.