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

Autotools update #101

Merged
merged 4 commits into from
Apr 26, 2021
Merged

Autotools update #101

merged 4 commits into from
Apr 26, 2021

Commits on Apr 25, 2021

  1. Use POSIX-compatible test operators

    * `==` is not compatible with stricter POSIX shells
      such as the dash shell.
    
    Bug: https://bugs.gentoo.org/773955
    SoapGentoo committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    088b8d1 View commit details
    Browse the repository at this point in the history
  2. man/Makefile.am: Use POSIX suffix rules

    * These work with `bmake`/`pmake`
    SoapGentoo committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    eb51e46 View commit details
    Browse the repository at this point in the history
  3. Makefile.am: expand globs

    * Globs don't work in Automake
    SoapGentoo committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    3a22dba View commit details
    Browse the repository at this point in the history
  4. Use canonical Automake test harness

    * To run the full test suite:
      make check TESTS=all-tests
    SoapGentoo committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    e771b35 View commit details
    Browse the repository at this point in the history