summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-10-24 22:24:34 +0000
committerMorgan Deters <mdeters@gmail.com>2012-10-24 22:24:34 +0000
commit9c6f99513f27404fdd596217f3a438aee155851e (patch)
treed0da998e9f7fc72141a0db6ab3af18962afa1c3c /contrib
parenta6ac7fefed613c4d83e577361f98c28a8e18f3a9 (diff)
Includes many fixes to build system for Solaris (thanks Tim!), and also
just in general, and some documentation adjustments.
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/get-antlr-3.44
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/get-antlr-3.4 b/contrib/get-antlr-3.4
index c56bac701..8228c2ace 100755
--- a/contrib/get-antlr-3.4
+++ b/contrib/get-antlr-3.4
@@ -49,10 +49,10 @@ cd libantlr3c-3.4
if [ ${MACHINE_TYPE} == 'x86_64' ]; then
# 64-bit stuff here
- ./configure --enable-64bit --prefix=`pwd`/../..
+ ./configure --enable-64bit --disable-antlrdebug --prefix=`pwd`/../..
else
# 32-bit stuff here
- ./configure --prefix=`pwd`/../..
+ ./configure --disable-antlrdebug --prefix=`pwd`/../..
fi
cp Makefile Makefile.orig
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback