aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2021-03-07 16:03:49 -0700
committerJeff Law <law@redhat.com>2021-03-07 16:03:49 -0700
commitf4df849f1d8ba58893e9c8ca7ee053ca98712aa0 (patch)
treee5d358aecdab62f1c9a31a28fd28d90c88091482 /sim
parent6c57b87fc41c368cfa339ad8a879899ba3058e44 (diff)
downloadfsf-binutils-gdb-f4df849f1d8ba58893e9c8ca7ee053ca98712aa0.zip
fsf-binutils-gdb-f4df849f1d8ba58893e9c8ca7ee053ca98712aa0.tar.gz
fsf-binutils-gdb-f4df849f1d8ba58893e9c8ca7ee053ca98712aa0.tar.bz2
Regenerated
Diffstat (limited to 'sim')
-rw-r--r--sim/aclocal.m422
-rwxr-xr-xsim/configure3
2 files changed, 19 insertions, 6 deletions
diff --git a/sim/aclocal.m4 b/sim/aclocal.m4
index 5f59833..df8ff83 100644
--- a/sim/aclocal.m4
+++ b/sim/aclocal.m4
@@ -626,6 +626,25 @@ if test x"${install_sh+set}" != xset; then
fi
AC_SUBST([install_sh])])
+# Copyright (C) 2003-2017 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# Check whether the underlying file-system supports filenames
+# with a leading dot. For instance MS-DOS doesn't.
+AC_DEFUN([AM_SET_LEADING_DOT],
+[rm -rf .tst 2>/dev/null
+mkdir .tst 2>/dev/null
+if test -d .tst; then
+ am__leading_dot=.
+else
+ am__leading_dot=_
+fi
+rmdir .tst 2>/dev/null
+AC_SUBST([am__leading_dot])])
+
# Check to see how 'make' treats includes. -*- Autoconf -*-
# Copyright (C) 2001-2017 Free Software Foundation, Inc.
@@ -1131,6 +1150,3 @@ AC_SUBST([am__tar])
AC_SUBST([am__untar])
]) # _AM_PROG_TAR
-m4_include([../config/depstand.m4])
-m4_include([../config/lead-dot.m4])
-m4_include([../config/override.m4])
diff --git a/sim/configure b/sim/configure
index 54a5254..09c2a47 100755
--- a/sim/configure
+++ b/sim/configure
@@ -1882,9 +1882,6 @@ 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