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

libast.spec

index 0f4807149e6da2383888db6590503afb011408ee..f98b45e5a071ab56987b79a222653cf4f5d2c1d9 100644 (file)
@@ -58,8 +58,8 @@ Biblioteki statyczne libast.
 %build
 libtoolize --copy --force
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
This page took 0.570237 seconds and 4 git commands to generate.