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

ecasound.spec

index 3e2d7b63b2e450ab48eb16ba4071eeb26dac74bd..269c83ba17a0bf8c3257f8443db1ce1a30083834 100644 (file)
@@ -136,8 +136,8 @@ rm missing
 libtoolize --copy --force
 %endif
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 CXXFLAGS="%{rpmcflags} -D_REENTRANT %{!?debug:-DNDEBUG}"
 %configure \
        --enable-sys-readline \
This page took 0.057318 seconds and 4 git commands to generate.