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

LinNeighborhood.spec

index deca037c21d470f3d46a03e9979dc5e50d57e97c..1d1a0a1f768810856eb2bf79790f6ff6147afe1a 100644 (file)
@@ -37,8 +37,8 @@ rm -f missing
 libtoolize --copy --force
 gettextize --copy --force
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
This page took 0.096149 seconds and 4 git commands to generate.