* automake.texi (Macros): Document AM_PROG_AS.
[automake.git] / tests / primary2.test
blob305d514e345c7203ec0992a5e413083b601e151f
1 #! /bin/sh
3 # Test to make sure errors in am_install_var work.
5 . $srcdir/defs || exit 1
7 echo AC_PROG_CC >> configure.in
9 cat > Makefile.am << 'END'
10 bin_PROGRAMS = @programs@
11 EXTRA_PROGRAMS = joe @more@
12 END
14 $ACLOCAL || exit 1
15 $AUTOMAKE && exit 1
16 exit 0