Regenerated
authorJeff Law <law@redhat.com>
Sun, 7 Mar 2021 23:03:49 +0000 (16:03 -0700)
committerJeff Law <law@redhat.com>
Sun, 7 Mar 2021 23:03:49 +0000 (16:03 -0700)
sim/aclocal.m4
sim/configure

index 5f59833b91a484d56859d94d505153af055f9a55..df8ff837794b338872e8d64943925ccdc242f5f1 100644 (file)
@@ -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])
index 54a52541ea3ca1c97c64de2882462544f9b848be..09c2a4793cdc017f0f5e3c8ac0069b455f80754e 100755 (executable)
@@ -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