typo + new comment
[automake.git] / tests / obsolete2.test
blobefb9cd2c5a64ca7af253056e4b7b60dfc3b3f11b
1 #! /bin/sh
3 # Test to make sure obsolete macros really are.
5 . $srcdir/defs || exit 1
7 echo AM_EXEEXT >> configure.in
9 : > Makefile.am
11 $AUTOMAKE 2> output && exit 1
13 grep 'AC_EXEEXT' output