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.ac: fix autoreconf with autoconf >= 2.70 #209

Merged
merged 1 commit into from
Oct 6, 2021
Merged

configure.ac: fix autoreconf with autoconf >= 2.70 #209

merged 1 commit into from
Oct 6, 2021

Commits on Oct 6, 2021

  1. configure.ac: fix autoreconf with autoconf >= 2.70

    Fix the following build failure raised with openocd and autoconf >= 2.70
    due to
    http://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=commit;h=aba75f6d4a9c875a9d5d90a07c6b3678db66a4bf:
    
    >>> openocd 0.11.0 Autoreconfiguring
    autoreconf: error: configure.ac: AC_INIT not found; not an autoconf script?
    
    Fixes:
     - http://autobuild.buildroot.org/results/5fb7aa28703aff61ba850eac11bd35c8804528ae
    
    Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
    ffontaine committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    3106d16 View commit details
    Browse the repository at this point in the history