Skip to content

Conversation

@ejohnstown
Copy link
Contributor

@ejohnstown ejohnstown commented Jul 21, 2025

  1. In the automake scripts, remove unused variables.
  2. Update the required tool version numbers in configure.ac to the versions available at the time wolfSSH was first put together.
  3. Consolidate the enabled option checks.

1. Update the version requirements of libtool, automake, and autoconf to
   version contemporary to the first release of wolfSSH.
2. Group all checks of `ENABLED_TPM` into one `AS_IF`.
3. Group all checks of `ENABLED_SSHD` into one `AS_IF`.
4. Replace `if` and `case` with `AS_IF` and `AS_CASE`.
1. Remove redundant empty variable initializations.
2. Regroup some value appends into a single assignment.
@JacobBarthelmeh JacobBarthelmeh merged commit 989d34f into wolfSSL:master Jul 21, 2025
99 of 100 checks passed
@ejohnstown ejohnstown deleted the autoconf branch July 21, 2025 22:24
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.

3 participants