You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
624 B
13 lines
624 B
diff -rupN --no-dereference binutils-2.40/config/override.m4 binutils-2.40-new/config/override.m4
|
|
--- binutils-2.40/config/override.m4 2023-01-14 01:00:00.000000000 +0100
|
|
+++ binutils-2.40-new/config/override.m4 2023-03-09 14:52:03.599278848 +0100
|
|
@@ -41,7 +41,7 @@ dnl Or for updating the whole tree at on
|
|
AC_DEFUN([_GCC_AUTOCONF_VERSION_CHECK],
|
|
[m4_if(m4_defn([_GCC_AUTOCONF_VERSION]),
|
|
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
|