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

Xdialog.spec

index 1c8eaef3bd0fb86d87504715e7c6c339bd4b5410..7f7274bae785d7ee53a9c3ecff50ac92de61f561 100644 (file)
@@ -35,8 +35,8 @@ dialoga w program z interejsem X-window.
 %build
 rm -f missing
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure 
 %{__make} 
 
This page took 0.068039 seconds and 4 git commands to generate.