From: Simon Marchi Date: Mon, 26 Oct 2020 00:47:20 +0000 (-0400) Subject: gdb/testsuite: modernize configure.ac X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2153e5423e860c5a2d7fe3f6aabde54ec039d529;p=thirdparty%2Fbinutils-gdb.git gdb/testsuite: modernize configure.ac Run autoupdate, the only change is to split AC_INIT into AC_INIT and AC_CONFIG_SRCDIR. gdb/testsuite/ChangeLog: * configure.ac: Split AC_INIT into AC_INIT and AC_CONFIG_SRCDIR. * configure: Re-generate. Change-Id: I6e40c0261bda4fe9144b896799ef460d23e22e09 --- diff --git a/gdb/testsuite/configure b/gdb/testsuite/configure index 0de60744600..3b0d4ed8ad3 100755 --- a/gdb/testsuite/configure +++ b/gdb/testsuite/configure @@ -2008,6 +2008,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu + ac_aux_dir= for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do if test -f "$ac_dir/install-sh"; then diff --git a/gdb/testsuite/configure.ac b/gdb/testsuite/configure.ac index cc62c3fc45b..c1dd130e65c 100644 --- a/gdb/testsuite/configure.ac +++ b/gdb/testsuite/configure.ac @@ -16,7 +16,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -AC_INIT(gdb.base) +AC_INIT +AC_CONFIG_SRCDIR([gdb.base]) AC_CANONICAL_BUILD AC_CANONICAL_HOST