* t/self-check-dir.tap: Here (where we didn't account for VPATH builds).
* t/subpkg.sh: And here (where we were trying to copy the 'compile'
build-aux script on a pre-existing, read-only one).
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
do_check 'do not create nor chdir in testdir' \
'am_create_testdir=no' \
'test ! -e t/_self.dir || exit 1
- grep "compare-autodiffs" maintainer/maint.mk || exit 1
+ grep "^t/depcomp-lt-gcc\.log:" Makefile || exit 1
case $(pwd) in '"$cwd"') : ;; *) exit 1;; esac'
:
}
EOF
-cp "$am_scriptdir"/compile .
-
$ACLOCAL
$AUTOCONF -Werror -Wall
$AUTOMAKE -Wno-override