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

anjuta.spec

index 8089db4263c5e23ee7caf780ae540dafba41cc06..47ad400ec236d9a4adc1520d380a5d4ac2ed6c33 100644 (file)
@@ -66,8 +66,8 @@ gettextize --copy --force
 intltoolize --copy --force
 xml-i18n-toolize --copy --force
 aclocal -I macros
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 CXXFLAGS="%{rpmcflags} -fno-exceptions"
 %configure \
        --with-gnome
This page took 0.080059 seconds and 4 git commands to generate.