* automake.texi (Macros): Document AM_PROG_AS.
[automake.git] / tests / symlink2.test
bloba83d957bc5834ef80cbd28eb61a674a2b708a18d
1 #! /bin/sh
3 # Test to make sure that `automake -a' redirects dangling symlinks.
5 . $srcdir/defs || exit 1
7 rm -f install-sh
8 rm -f mkinstalldirs
9 ln -s Zardoz mkinstalldirs
11 : > Makefile.am
13 $AUTOMAKE --add-missing