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

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

commit d071b416dc4432f91643a77b3d46a3f3d92da85a
Author: Rainer Jung <[email protected]>
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 b548a466f..09565f58d 100644
--- a/xdocs/miscellaneous/changelog.xml
+++ b/xdocs/miscellaneous/changelog.xml
@@ -33,6 +33,9 @@
 </section>
 <section name="Changes in 1.3.2">
   <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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to