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

evolution.spec

index 0b6be70701a43c599998517eceded4d9ed2eb6a4..eb613c8c7d7877959970ba9525bdc7b3329d39ea 100644 (file)
@@ -133,8 +133,8 @@ xml-i18n-toolize --copy --force
 libtoolize --copy --force
 gettextize --copy --force
 aclocal -I %{_aclocaldir}/gnome
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 cd libical; autoconf; cd ..
 
 CFLAGS="%{rpmcflags} -I/usr/include/orbit-1.0"
This page took 0.034334 seconds and 4 git commands to generate.