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

clex.spec

index 811b81e72b04c85073411c68e9a152a331c8b92c..8a4c60886d329a9b522d15ed09d84475ccdc8d96 100644 (file)
--- a/clex.spec
+++ b/clex.spec
@@ -23,8 +23,8 @@ CLEX jest interaktywnym, pe
 
 %build
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 CPPFLAGS="-I/usr/include/ncurses"; export CPPFLAGS
 %configure
 %{__make}
This page took 0.083429 seconds and 4 git commands to generate.