Fix for PR automake/14:
[automake.git] / tests / backsl2.test
blobc9c13674b7fcbff7c81d48540b0347aba753e531
1 #! /bin/sh
3 # We must skip the backslash, not complain about `./\' not existing.
4 # Reported by Rick Scott <rwscott@omnisig.com>
6 . $srcdir/defs || exit 1
8 echo 'AC_PROG_MAKE_SET' >> configure.in
10 cat > Makefile.am << 'END'
11 SUBDIRS = \
13 END
15 $AUTOMAKE || exit 1
17 exit 0