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

gocr.spec

index e74135c6fa17e6f114043401142cc354caac1b7c..6220c6a63abfbb7235abbbbb9c64725126e899c3 100644 (file)
--- a/gocr.spec
+++ b/gocr.spec
@@ -49,13 +49,13 @@ Frontend do gocr oparty o Gtk+.
 
 %build
 aclocal
-autoconf
+%{__autoconf}
 cp -f /usr/share/automake/config.* .
 %configure
 %{__make}
 
 (cd frontend/gnome
-autoconf
+%{__autoconf}
 (cd src ; autoconf)
 %configure --prefix=%{_xprefix} --bindir=%{_xbindir}
 %{__make})
This page took 0.071847 seconds and 4 git commands to generate.