]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb/testsuite: modernize configure.ac
authorSimon Marchi <simon.marchi@polymtl.ca>
Sat, 31 Oct 2020 12:30:58 +0000 (08:30 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Sat, 31 Oct 2020 12:30:58 +0000 (08:30 -0400)
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

gdb/testsuite/ChangeLog
gdb/testsuite/configure
gdb/testsuite/configure.ac

index 3ed7d4f33e882b1510f5ae308591efd844a3615c..9b8370a4523f5372eda6eb5178c558bf144c51f4 100644 (file)
@@ -1,3 +1,8 @@
+2020-10-31  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * configure.ac: Split AC_INIT into AC_INIT and AC_CONFIG_SRCDIR.
+       * configure: Re-generate.
+
 2020-10-30  Simon Marchi  <simon.marchi@efficios.com>
 
        * gdb.arch/amd64-disp-step-avx.exp: Update displaced step debug
index 0de607446003ce8f36237efbf6c365cf176817e9..3b0d4ed8ad352b9859c728746134e4d35120e497 100755 (executable)
@@ -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
index cc62c3fc45b2a167da59d79f05fc6db51367bb48..c1dd130e65cbc8a78c8104b993c22d7f7ddd7e90 100644 (file)
@@ -16,7 +16,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT(gdb.base)
+AC_INIT
+AC_CONFIG_SRCDIR([gdb.base])
 
 AC_CANONICAL_BUILD
 AC_CANONICAL_HOST