* depcomp (ddashmd): Removed case.
[automake.git] / tests / exdir2.test
blob7dbdfb6cd1feb667507dacecb3f7a3055f26496a
1 #! /bin/sh
3 # Test to make sure undefined directories are invalid.
5 . $srcdir/defs || exit 1
7 cat > Makefile.am << 'EOF'
8 html_DATA = zot.html
9 pkgdata_DATA = qbert
10 EOF
12 $AUTOMAKE && exit 1
13 exit 0