1 diff -rupN tomcat-native.orig/native/buildconf tomcat-native/native/buildconf
2 --- tomcat-native.orig/native/buildconf 2020-09-20 14:44:45.114714616 +0200
3 +++ tomcat-native/native/buildconf 2020-09-20 14:44:58.368172703 +0200
4 @@ -55,7 +55,7 @@ if [ ! -d "$apr_src_dir/build" ]; then
7 # Remove some files, then copy them from apr source tree
8 -for file in apr_common.m4 find_apr.m4 install.sh config.guess config.sub
9 +for file in apr_common.m4 find_apr.m4 install.sh
11 if [ ! -f "$apr_src_dir/build/$file" ]; then
12 echo "File '$apr_src_dir/build/$file' missing - wrong apr source directory?"