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

configure: Use modern way to set AR #1088

Merged
merged 1 commit into from
Mar 16, 2022

Commits on Mar 14, 2022

  1. configure: Use modern way to set AR

    This uses AM_PROG_AR to discover ar, which is the recommended way to do
    so. Among other advantages, it honors the AR environment variable (as
    set from the outside). The macro has been around since automake 1.11.2
    (Dec 2011).
    
    This commit also removes code that discovers ranlib and strip. ranlib
    has been obsolete for decades (ar does its task now automatically), and
    anyway LT_INIT takes care of discovering it. The code we used to set
    STRIP was last mentioned in the automake 1.5 manual. Since automake 1.6
    (Mar 2002), strip is discovered automatically when necessary (look for
    the *private* macro AM_PROG_INSTALL_STRIP in the automake manual).
    real-or-random committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    0d253d5 View commit details
    Browse the repository at this point in the history