gdbsupport: replace AC_TRY_COMPILE in common.m4
authorSimon Marchi <simon.marchi@polymtl.ca>
Sat, 31 Oct 2020 12:31:00 +0000 (08:31 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Sat, 31 Oct 2020 12:31:00 +0000 (08:31 -0400)
commitb9442ec18bbaf5544111cc0bb98f2eb50e58942b
tree2fd95f9425a2b8aef9f9492e31eb0446b6e8aedf
parent15dabc52a1a2552e77432f920fd3f501f92bcf4f
gdbsupport: replace AC_TRY_COMPILE in common.m4

... with AC_COMPILE_IFELSE + AC_LANG_PROGRAM.  All the changes in the
generated configure files are insignificant whitespace changes.

gdb/ChangeLog:

* configure: Re-generate.

gdbserver/ChangeLog:

* configure: Re-generate.

gdbsupport/ChangeLog:

* common.m4: Replace AC_TRY_COMPILE with AC_COMPILE_IFELSE +
AC_LANG_PROGRAM.
* configure: Re-generate.

Change-Id: Id58e6e887f6be817d52b189921845838031dbd2a
gdb/ChangeLog
gdb/configure
gdbserver/ChangeLog
gdbserver/configure
gdbsupport/ChangeLog
gdbsupport/common.m4
gdbsupport/configure
This page took 0.024487 seconds and 4 git commands to generate.