* configure.in: Updated to 1.4d and released.
[automake.git] / tests / syntax.test
blob8ca03920dcbb2f52867fc7fce5e6319c27f3a4d7
1 #! /bin/sh
3 # Test for error for bad syntax.
5 . $srcdir/defs || exit 1
7 cat > Makefile.am << 'END'
8 foo = q \
10 lib_LTLIBRARIES = foo.la
11 END
13 $AUTOMAKE && exit 1
14 exit 0