blob: 3eb6e7f77e0d1feabe10ca19706e3bc513961a0b (
plain)
1
2
3
4
5
6
7
8
9
|
#! /bin/sh
#
# Created by configure
"./configure" \
"--with-apxs=/bottlenecks/rubbos/app/apache2/bin/apxs" \
"--enable-jni" \
"--with-java-home=/bottlenecks/rubbos/app/jdk1.6.0_27" \
"$@"
|