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

gedit0.spec

index 9f790f2f7c3bd55445fda108664a0c37e08161f8..e5ec41c01eea59410b63992b1b860bdf00be5f6c 100644 (file)
@@ -51,8 +51,8 @@ rm -f missing acinclude.m4
 libtoolize --copy --force
 gettextize --copy --force
 aclocal -I macros
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure \
        --disable-static
 
This page took 0.059017 seconds and 4 git commands to generate.