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

ElectricFence.spec

index b929851635a726862949239a4889d12509ee5769..775bfc881fd4d27badd3c54218887402f5bc269c 100644 (file)
@@ -114,8 +114,8 @@ Biblioteka statyczna Electric Fence.
 %build
 libtoolize --copy --force
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 CFLAGS="%{rpmcflags} -DUSE_SEMAPHORE"
 %configure
 %{__make}
This page took 0.030735 seconds and 4 git commands to generate.