Merge branch 'maint'
[platform/upstream/automake.git] / defs
diff --git a/defs b/defs
index bef8b23..d16758c 100644 (file)
--- a/defs
+++ b/defs
 # might be just a Bourne shell, non POSIX-conforming, like on Solaris
 # up to version 11 at least).
 
-# Ensure we are running from the right directory.
-for f in defs-static t/ax/test-init.sh; do
-  if test ! -f ./$f; then
-   echo "$0: ./$f: not found in current directory" >&2
-   exit 99
-  fi
-done
-
 # Source the shell static setup and variable definitions.
 . ./defs-static
 test $? -eq 0 || exit 99