* automake.texi (Macros): Document AM_PROG_AS.
[automake.git] / tests / instexec.test
blob98480a015aca22a8593e50561d0770769640320f
1 #!/bin/sh
3 # Test for this bug: when a Makefile.am builds nothing, no
4 # install-exec target is generated.
6 . $srcdir/defs || exit 1
8 : > Makefile.am
10 $AUTOMAKE || exit 1
12 grep '^install-exec:' Makefile.in