Tag
Hash :
f2a7a6e4
Author :
Date :
1999-04-07T09:54:29
* backsl2.test: New file. * Makefile.am (TESTS): Added backsl2.test.
#! /bin/sh
# We must skip the backslash, not complain about `./\' not existing.
# Reported by Rick Scott <rwscott@omnisig.com>
. $srcdir/defs || exit 1
echo 'AC_PROG_MAKE_SET' >> configure.in
cat > Makefile.am << 'END'
SUBDIRS = \
.
END
$AUTOMAKE || exit 1
exit 0