Skip to content

Commit

Permalink
config/override.m4: don't require exactly autoconf 2.69
Browse files Browse the repository at this point in the history
Fixes #71
Fixes #74
  • Loading branch information
ianlancetaylor committed May 29, 2021
1 parent 4f57c99 commit d0f5e95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 4 additions & 3 deletions config/override.m4
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ AC_DEFUN([_GCC_AUTOCONF_VERSION_CHECK],
m4_defn([m4_PACKAGE_VERSION]), [],
[m4_fatal([Please use exactly Autoconf ]_GCC_AUTOCONF_VERSION[ instead of ]m4_defn([m4_PACKAGE_VERSION])[.])])
])
m4_define([AC_INIT], m4_defn([AC_INIT])[
_GCC_AUTOCONF_VERSION_CHECK
])
dnl don't do this for libbacktrace
dnl m4_define([AC_INIT], m4_defn([AC_INIT])[
dnl _GCC_AUTOCONF_VERSION_CHECK
dnl ])
dnl Ensure we do not use a buggy M4.
Expand Down
7 changes: 2 additions & 5 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -2295,9 +2295,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac_config_headers="$ac_config_headers config.h"
Expand Down Expand Up @@ -11281,7 +11278,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 11284 "configure"
#line 11281 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
Expand Down Expand Up @@ -11387,7 +11384,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 11390 "configure"
#line 11387 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
Expand Down

0 comments on commit d0f5e95

Please sign in to comment.