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

urlview.spec

index fcf2859ef8124253a8ff4165dbeedb9a07d00a0d..e00a28071515f3192d8351b8be07b8f4343fa6ec 100644 (file)
@@ -28,8 +28,8 @@ pozwalaj
 %build
 rm -f missing
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure \
        --with-slang
 %{__make}
This page took 0.047158 seconds and 4 git commands to generate.