]> git.pld-linux.org Git - packages/gabber.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:
    gabber.spec -> 1.25

gabber.spec

index ac1c4de9fc0810b2ec6f66160fd8046469158f26..5c60925134c535c1b996a10bfe21908f289db4f4 100644 (file)
@@ -71,14 +71,14 @@ xml-i18n-toolize --copy --force
 gettextize --copy --force
 aclocal -I %{_aclocaldir}/gnome
 autoheader
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 cd jabberoo
 rm -f missing
 aclocal -I %{_aclocaldir}/gnome
 autoheader
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 cd ..
 CXXFLAGS="%{rpmcflags}"
 %configure \
This page took 0.076781 seconds and 4 git commands to generate.