* t/ax/test-init.sh: Here, about 'am_top_srcdir' and 'am_top_builddir';
the values of those variables are AC_SUBST'd, so it's nigh impossible
for the to be wrong or get "messed up".
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
set -e
-## --------------------- ##
-## Early sanity checks. ##
-## --------------------- ##
-
-# Ensure $am_top_srcdir is set correctly.
-test -f "$am_top_srcdir/automake.in" || {
- echo "$me: $am_top_srcdir/automake.in not found," \
- "check \$am_top_srcdir" >&2
- exit 99
-}
-
-# Ensure $am_top_builddir is set correctly.
-test -f "$am_top_builddir/automake" || {
- echo "$me: $am_top_builddir/automake not found," \
- "check \$am_top_builddir" >&2
- exit 99
-}
-
-
## ------------------ ##
## Early variables. ##
## ------------------ ##