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

libxml.spec

index f56f4014a271506abcfaa1b304f78b623e8c159d..0ff99005832b29a88c990d72fb98e06e757cf1c7 100644 (file)
@@ -57,8 +57,8 @@ Biblioteka statyczna libxml.
 rm -f missing
 libtoolize --copy --force
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
This page took 0.030528 seconds and 4 git commands to generate.