* configure.in: Updated to 1.4d and released.
[automake.git] / tests / spelling.test
blobb0cf2033b5fa9146c812645dbf24b93d76c1ee4d
1 #! /bin/sh
3 # Test to make sure that misspelled prefixes actually cause error.
5 . $srcdir/defs || exit 1
7 cat > Makefile.am << 'EOF'
8 bni_PROGRAMS = zot
9 EOF
11 if $AUTOMAKE; then
12 exit 1
14 exit 0