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

gal.spec

index 322a2fe73d96b69bc533f28fbbc2e3aa57f80996..70c02d57b97f990e184576cd11eebc962eb2a9b0 100644 (file)
--- a/gal.spec
+++ b/gal.spec
@@ -93,8 +93,8 @@ rm -f missing
 libtoolize --copy --force
 gettextize --copy --force
 aclocal -I %{_aclocaldir}/gnome
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure \
        --enable-static
 %{__make}
This page took 0.062989 seconds and 4 git commands to generate.