X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=binutils%2Fconfigure.ac;h=385ab01a26c8ef2bbde8518b0df43e9d289447bf;hb=612f258a491539f36c618030cc558e83e7d58b4e;hp=b1cd4552f2db68e5166fc8030153f59ef34b5a3b;hpb=79b377b3cf3a0e71e1e4710c4ee1e65e7a27a5d4;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/configure.ac b/binutils/configure.ac index b1cd4552f2..385ab01a26 100644 --- a/binutils/configure.ac +++ b/binutils/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl Copyright (C) 2012-2019 Free Software Foundation, Inc. +dnl Copyright (C) 2012-2020 Free Software Foundation, Inc. dnl dnl This file is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by @@ -18,6 +18,7 @@ dnl . dnl m4_include([../bfd/version.m4]) +m4_include([../config/debuginfod.m4]) AC_INIT([binutils], BFD_VERSION) AC_CONFIG_SRCDIR(ar.c) @@ -63,6 +64,8 @@ else default_strings_all=1 fi], [default_strings_all=1]) +AC_DEBUGINFOD + AC_DEFINE_UNQUOTED(DEFAULT_STRINGS_ALL, $default_strings_all, [Should strings use -a behavior by default?])