]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb/testsuite: modernize configure.ac
authorSimon Marchi <simon.marchi@polymtl.ca>
Mon, 26 Oct 2020 00:47:20 +0000 (20:47 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Mon, 26 Oct 2020 01:29:45 +0000 (21:29 -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/configure
gdb/testsuite/configure.ac

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