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

drgenius.spec

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