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

use VERSION in configure.ac #70

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

djerius
Copy link

@djerius djerius commented Jan 12, 2025

The generated usr/bin/byobu did not track the version specified in configure.ac (via the AC_INIT macro) which lead to an incorrect naming of the distribution file when using "make dist".

This commit makes usr/bin/byobu.in reference the autoconf VERSION variable (derived from the AC_INIT macro) to ensure that there is one source of version information.

The generated usr/bin/byobu did not track the version specified in
configure.ac (via the AC_INIT macro) which lead to an incorrect naming
of the distribution file when using "make dist".

This commit makes usr/bin/byobu.in reference the autoconf VERSION
variable (derived from the AC_INIT macro) to ensure that there is one
source of version information.
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.

1 participant