Skip to content
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

v0.17.1.1 tarball does not contain a pregenerated configure script #335

Open
aabacchus opened this issue Oct 5, 2024 · 6 comments
Open

Comments

@aabacchus
Copy link

Please could you run autoconf before generating the tarball?
Thank you

@rkd77
Copy link
Owner

rkd77 commented Oct 5, 2024

It was on purpose, to avoid xz like issues. I want to deprecate autotools and encourage to build with meson.

@aabacchus
Copy link
Author

Ok, but then why is configure.ac still included?

@smemsh
Copy link
Contributor

smemsh commented Oct 6, 2024

I like the Meson build now, but it was confusing at first, because historically elinks always used configure script. There started to be issues with builds due to lack of sync between them, but originally, I did not know we were supposed to use Meson.

It's been years now, maybe good to just remove autotools...

@aabacchus
Copy link
Author

aabacchus commented Oct 6, 2024

http://elinks.cz/documentation/installation.html

This page, and the INSTALL file, also recommend to use the configure script and don't mention meson.

@aabacchus
Copy link
Author

By the way, it seems like the meson.build doesn't have exactly the same defaults as the configure script; I had to explicitly disable the following options which were assumed to be off using configure:

 -Dtre=false -Didn=false -Dlibcss=false -Dgpm=false 

@rkd77
Copy link
Owner

rkd77 commented Oct 7, 2024

Yes, but if I change defaults for meson, I can break build scripts for those who already switched to meson.
My language skills are not good enough to write documentation. Sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants