File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,10 @@ AC_DEFUN([_GCC_AUTOCONF_VERSION_CHECK],
43
43
m4_defn ( [ m4_PACKAGE_VERSION] ) , [ ] ,
44
44
[ m4_fatal ( [ Please use exactly Autoconf ] _GCC_AUTOCONF_VERSION [ instead of ] m4_defn ( [ m4_PACKAGE_VERSION] ) [ .] ) ] )
45
45
] )
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 ] )
49
50
50
51
51
52
dnl Ensure we do not use a buggy M4.
Original file line number Diff line number Diff line change @@ -2295,9 +2295,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
2295
2295
2296
2296
2297
2297
2298
-
2299
-
2300
-
2301
2298
ac_config_headers=" $ac_config_headers config.h"
2302
2299
2303
2300
@@ -11281,7 +11278,7 @@ else
11281
11278
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11282
11279
lt_status=$lt_dlunknown
11283
11280
cat > conftest.$ac_ext << _LT_EOF
11284
- #line 11284 "configure"
11281
+ #line 11281 "configure"
11285
11282
#include "confdefs.h"
11286
11283
11287
11284
#if HAVE_DLFCN_H
@@ -11387,7 +11384,7 @@ else
11387
11384
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11388
11385
lt_status=$lt_dlunknown
11389
11386
cat > conftest.$ac_ext << _LT_EOF
11390
- #line 11390 "configure"
11387
+ #line 11387 "configure"
11391
11388
#include "confdefs.h"
11392
11389
11393
11390
#if HAVE_DLFCN_H
You can’t perform that action at this time.
0 commit comments