Skip to content

Commit d0f5e95

Browse files
config/override.m4: don't require exactly autoconf 2.69
Fixes #71 Fixes #74
1 parent 4f57c99 commit d0f5e95

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

config/override.m4

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ AC_DEFUN([_GCC_AUTOCONF_VERSION_CHECK],
4343
m4_defn([m4_PACKAGE_VERSION]), [],
4444
[m4_fatal([Please use exactly Autoconf ]_GCC_AUTOCONF_VERSION[ instead of ]m4_defn([m4_PACKAGE_VERSION])[.])])
4545
])
46-
m4_define([AC_INIT], m4_defn([AC_INIT])[
47-
_GCC_AUTOCONF_VERSION_CHECK
48-
])
46+
dnl don't do this for libbacktrace
47+
dnl m4_define([AC_INIT], m4_defn([AC_INIT])[
48+
dnl _GCC_AUTOCONF_VERSION_CHECK
49+
dnl ])
4950
5051
5152
dnl Ensure we do not use a buggy M4.

configure

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2295,9 +2295,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
22952295
22962296
22972297
2298-
2299-
2300-
23012298
ac_config_headers="$ac_config_headers config.h"
23022299
23032300
@@ -11281,7 +11278,7 @@ else
1128111278
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1128211279
lt_status=$lt_dlunknown
1128311280
cat > conftest.$ac_ext <<_LT_EOF
11284-
#line 11284 "configure"
11281+
#line 11281 "configure"
1128511282
#include "confdefs.h"
1128611283
1128711284
#if HAVE_DLFCN_H
@@ -11387,7 +11384,7 @@ else
1138711384
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1138811385
lt_status=$lt_dlunknown
1138911386
cat > conftest.$ac_ext <<_LT_EOF
11390-
#line 11390 "configure"
11387+
#line 11387 "configure"
1139111388
#include "confdefs.h"
1139211389
1139311390
#if HAVE_DLFCN_H

0 commit comments

Comments
 (0)