nothing
[automake.git] / tests / spell2.test
blobf5e4e791605b04471e5b201411264cc625633619
1 #! /bin/sh
3 # Test to make sure misspellings in _SOURCES variables cause failure.
5 . $srcdir/defs || exit 1
7 echo AC_PROG_CC >> configure.in
9 cat > Makefile.am << 'END'
10 bin_PROGRAMS = zardoz
11 zardoz_SOURCES = x.c
12 qardoz_LDADD = -ljoe
13 END
15 $AUTOMAKE && exit 1
16 exit 0