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

Make the aclocal.m4 file in base safe to regenerate with aclocal #342

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

Commits on Jul 6, 2024

  1. Configuration menu
    Copy the full SHA
    1c09844 View commit details
    Browse the repository at this point in the history
  2. fix underquoted macro warnings

    acinclude.m4 and m4/tcl.m4 both have underquoted macros in them, so this commit fixes them by properly quoting them.
    This also makes aclocal.m4 safe to regenerate with aclocal, which this commit does as well.
    cooljeanius committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    aa2561f View commit details
    Browse the repository at this point in the history