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

Update to autotools 2.72 #289

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 24, 2024

  1. Update to autotools 2.72

    This essentially just does the following, with autotools 2.72 installed:
    
        $ cp /usr/lib/share/autoconf/build-aux/config.guess \
            tool/autoconf/build-aux/config.guess
        $ cp /usr/lib/share/autoconf/build-aux/config.sub \
            tool/autoconf/build-aux/config.sub
        $ autoreconf
        configure.ac:28: warning: The macro 'AC_LANG_C' is obsolete.
        configure.ac:28: You should run autoupdate.
        ./lib/autoconf/c.m4:72: AC_LANG_C is expanded from...
        configure.ac:28: the top level
        $ autoupdate
    
    After running autoupdate, the following manual fix was needed:
    
    -        [m4_esyscmd_s(sed -n '/^#define MPS_RELEASE "\(.*\)"$/{s/.*"\(.*\)"/\1/;p;}' code/version.c)],
    +        [m4_esyscmd_s([sed -n '/^#define MPS_RELEASE "\(.*\)"$/{s/.*"\(.*\)"/\1/;p;}' code/version.c])],
    skangas committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    ccdddd1 View commit details
    Browse the repository at this point in the history