]> git.pld-linux.org Git - packages/antlr.git/commitdiff
- fixed build with gcj and gcj/javac builds in presence of jikes auto/ac/antlr-2_7_5-2
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 13 Apr 2005 21:18:48 +0000 (21:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    antlr.spec -> 1.23

antlr.spec

index c17d980c30bea597dc09efd3753e80033b7b1dce..39d8f442f71fef8b8ba1573cbba13bea00c7f39c 100644 (file)
@@ -59,8 +59,8 @@ drzewach oraz translacji.
 cp -f /usr/share/automake/config.sub scripts
 
 %configure \
-       %{?with_javac:CLASSPATH=`pwd`} \
-       %{!?with_javac:--enable-gcj}
+       %{?with_javac:CLASSPATH=`pwd` --with-javac=javac} \
+       %{!?with_javac:--with-javac=gcj}
 
 %{__make}
 
@@ -83,7 +83,6 @@ rm -rf $RPM_BUILD_ROOT
 %doc doc/*
 %attr(755,root,root) %{_bindir}/antlr
 %attr(755,root,root) %{_bindir}/antlr-config
-%{!?with_javac:%attr(755,root,root) %{_bindir}/antlr-java}
 %{_includedir}/%{name}
 %{_libdir}/libantlr.a
 # Dont separate it, antlr binary wont work without it
This page took 0.11476 seconds and 4 git commands to generate.