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

Scope: fix Automake conditional when building for Windows #787

Merged
merged 3 commits into from Nov 27, 2018

Commits on Oct 29, 2018

  1. scope: Don't place AM_CONDITIONAL inside a shell condition

    This is not valid, because the AM_CONDITIONAL has to be known by
    Automake in all cases.  Automake is smart enough to detect it if used
    in a AutoShell conditional (like AS_IF/AS_CASE/...), but can't work any
    magic inside a pure shell conditional (if/case/...).
    
    So, move the AM_CONDITIONAL outside the conditional, as the value is
    already conditional anyway.
    b4n committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    92258f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    738b4d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2018

  1. Move checks for utilslib VTE support in utils.m4

    This adds GP_CHECK_UTILSLIB_VTECOMPAT for a plugin to request the
    VTE compatibility support.
    b4n committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    81957e3 View commit details
    Browse the repository at this point in the history