We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d62b9ad commit 641de2dCopy full SHA for 641de2d
1 file changed
jni/tomcat-native.sh
@@ -11,6 +11,12 @@ else
11
fi
12
13
ant_version=1.10.7
14
+function autoauto() {
15
+ autoupdate
16
+ autoreconf --install
17
18
+ autoconf
19
+}
20
21
pushd tomcat-native
22
sudo $III install -y apr apr-devel || true # usally not preinstalled
@@ -45,7 +51,9 @@ pushd tomcat-native
45
51
D="-Dbase.path=`pwd` -Dbase-maven.loc=https://repo.maven.apache.org/maven2"
46
52
$ANT_HOME/bin/ant $D
47
53
pushd native
48
- sh buildconf --with-apr=../../$APR
54
+ autoauto
55
+ sh buildconf --with-apr=`readlink -f ../../$APR`
56
49
57
./configure
50
58
make
59
popd
0 commit comments