Skip to content

Bootstrapping (a minimal version of autogen.sh with no dep) #25

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

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

Davoodeh
Copy link

@Davoodeh Davoodeh commented Apr 3, 2025

Having spent more time on the sources and recompiling the project over and over, I believe the old autogen (even my own POSIX version of #20) is a bloat and is better to be less of a liability.

This revision, while fixing #7, also changes its behavior and removes dependencies.

Davoodeh added a commit to Davoodeh/jcal that referenced this pull request Apr 5, 2025
This reverts commit 3832138.

The namechange of autogen.sh will break build processes and should be
delegated to another time as pointed by @fzerorubigd in
persiancal#25 (comment)
Davoodeh added 10 commits April 5, 2025 23:22
Colors in the removed implementation are a reliability. Variables are
can easily have typo (`YELLO`) and it clutters the code a lot. That
aside, the color is just a bloated feature at this stage.
This commit is intended for documentation only. The full list should
probably look like this. This command should not exist in the first
place.
The user can use `git clean -fxd -'**/Makefile'` to achieve the same
with more accuracy and no need to maintain a list of static files in any
place in the project.

The same can be done with a target like `clean-local: @-rm -rfdv ...` in
makes but is it really even needed? Discussion is needed to add this
back in one way or another.
Basically, remove extra functions that are glorified `|| exit` such as
`check_services` and the whole SCREAMS.
Since there are no other flags, also remove --help.
Not to be confused with GNU AutoGen.
Davoodeh added a commit to Davoodeh/jcal that referenced this pull request Apr 5, 2025
This reverts commit 3832138.

The namechange of autogen.sh will break build processes and should be
delegated to another time as pointed by @fzerorubigd in
persiancal#25 (comment)
@Davoodeh
Copy link
Author

Davoodeh commented Apr 5, 2025

Rebased to resolve merge conflict.

P.S: the hash was calculated incorrectly, pre-rebase, the new rebase just changes the commit description to use the new post-rebase hash

@Davoodeh Davoodeh requested a review from fzerorubigd April 5, 2025 20:20
This reverts commit ca31634.

The namechange of autogen.sh will break build processes and should be
delegated to another time as pointed by @fzerorubigd in
persiancal#25 (comment)
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

Successfully merging this pull request may close these issues.

2 participants