cloudberry
cloudberry copied to clipboard
[Bug] Warns return when running `autoreconf -i` after changing the configure.ac file
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.
Hey @edespino , FYI. I'm not sure if you have the same issue when regenerating the configure file.