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

ApacheJServ.spec

index 00966e8581e7582a811a31988b3bd856807476bd..547798ed0e760d05cc37ab065a5198de3c83f197 100644 (file)
@@ -71,8 +71,8 @@ mv conf/jserv.conf.in.new conf/jserv.conf.in
 %build
 # prepare compilation
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 
 %{__make} -C classpathx_servlet-%{jsdkversion} jar_2_0
 %{__make} -C classpathx_servlet-%{jsdkversion}/apidoc
This page took 0.052501 seconds and 4 git commands to generate.