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

fvwm2.spec

index cf5353d3f73a0ec9712e932988b50b316ac81e1a..04af2ec71c8f4a4556f14277c0d995e888759d2c 100644 (file)
@@ -111,8 +111,8 @@ Fvwm i
 %build
 rm -f missing
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions" \
 %configure \
        --disable-package-subdirs \
This page took 0.036713 seconds and 4 git commands to generate.