### Apache Cloudberry version main ### What happened Following the wiki https://github.com/apache/cloudberry/wiki/Release-Process-Overview#updating-version-numbers, after updating `configure.ac`, then regenerated the configure script using `autoreconf -i`, some warns returned and cannot generate the configure file: ``` [root@ecs-252b cloudberry]# autoreconf -i autoheader: warning: missing template: OPENSSL_ALLOW_REDIRECT autoheader: Use AC_DEFINE([OPENSSL_ALLOW_REDIRECT], [], [Description]) autoheader: warning: missing template: USE_INTERNAL_FTS autoreconf: /usr/bin/autoheader failed with exit status: 1 ``` ### What you think should happen instead _No response_ ### How to reproduce Run the cmd `autoreconf -i` after updating the configure.ac file. ### Operating System NAME="Rocky Linux" VERSION="9.5 (Blue Onyx)" ### Anything else _No response_ ### Are you willing to submit PR? - [ ] Yes, I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/cloudberry/blob/main/CODE_OF_CONDUCT.md).