-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dropping autoconf support #537
Comments
The Bazel build templates the headers based on templates like If the answer is no, then I think this wouldn't affect the Bazel build. If yes, it should be fairly easy to update the sed duct tape that handles the templating when building with Bazel. |
Thanks for the info. I thought of keeping placeholder names as is at first. But after seeing the script, we can also update the names to something more readable. |
+1. I was a bit worried this decision may confuse distributions like Debian, however, since I realized gflags has already dropped autotools support, now I'm feeling it's OK. |
Note that |
Currently, glog supports three build systems: autoconf, CMake, and bazel. As autoconf scripts are not actively maintained and CMake can be used as a replacement, I suggest we drop the autoconf support altogether. This would particularly reduce the effort for maintaining the compatibility between autonconf and CMake (and maybe bazel?) scripts.
/cc @ukai @drigz @shinh
The text was updated successfully, but these errors were encountered: