You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2023/06/18 11:56:03 UTC

[tomcat-native] branch main updated: Fix incomplete updates for autotools generated files during "buildconf" execution.

This is an automated email from the ASF dual-hosted git repository.

rjung pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git


The following commit(s) were added to refs/heads/main by this push:
     new 12b5e50e3 Fix incomplete updates for autotools generated files during "buildconf" execution.
12b5e50e3 is described below

commit 12b5e50e379a633fd87be677e24962a9dc825f6b
Author: Rainer Jung <ra...@kippdata.de>
AuthorDate: Sun Jun 18 13:55:54 2023 +0200

    Fix incomplete updates for autotools generated files during "buildconf" execution.
---
 native/buildconf                  | 2 +-
 xdocs/miscellaneous/changelog.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/native/buildconf b/native/buildconf
index ef4fd4998..ce2a75db6 100755
--- a/native/buildconf
+++ b/native/buildconf
@@ -70,7 +70,7 @@ rm -rf aclocal.m4 autom4te*.cache
 
 echo "Creating configure ..."
 ### do some work to toss config.cache?
-${AUTOCONF:-autoconf}
+${AUTORECONF:-autoreconf} --install --force
 if [ $? -gt 0 ]; then
   echo "autoconf failed"
   exit 1
diff --git a/xdocs/miscellaneous/changelog.xml b/xdocs/miscellaneous/changelog.xml
index 353ffdfe0..5993fd906 100644
--- a/xdocs/miscellaneous/changelog.xml
+++ b/xdocs/miscellaneous/changelog.xml
@@ -33,6 +33,9 @@
 </section>
 <section name="Changes in 2.0.5">
   <changelog>
+    <update>
+      Fix incomplete updates for autotools generated files during "buildconf" execution. (rjung)
+    </update>
     <update>
       Improve quoting in tcnative.m4. (rjung)
     </update>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org