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

colortail.spec

index 689d5770551ac975459f0114d2546c32ac8da50f..41cbd16e201a054d10403838b36a60227798af36 100644 (file)
@@ -26,8 +26,8 @@ konfiguracyjnym.
 %build
 
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 autoheader
 CXXFLAGS="%{rpmcflags} -fno-exceptions -fno-rtti"
 %configure \
This page took 0.077028 seconds and 4 git commands to generate.