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

yaz.spec

index 494496fc1f5e43d18515d8a2ab5758aeeec7eb84..143df0ca29b388418622e6b7844b337141a5fc25 100644 (file)
--- a/yaz.spec
+++ b/yaz.spec
@@ -55,8 +55,8 @@ Statyczne biblioteki YAZ.
 %build
 rm -f missing
 aclocal
-autoconf
-automake -a -c -f --foreign
+%{__autoconf}
+%{__automake}
 %configure \
        --enable-shared \
        --enable-tcpd
This page took 0.034189 seconds and 4 git commands to generate.