fc0bd85aa3b71dc57de82198f10c3caaf89646cd
[platform/upstream/automake.git] / tests / pr229.test
1 #! /bin/sh
2
3 # Make sure AC_CYGWIN requires config.{sub,guess}.
4 # Reported by James Youngman.
5
6 . $srcdir/defs || exit 1
7
8 set -e
9
10 cat >> configure.in <<EOF
11 AC_CYGWIN
12 EOF
13
14 : > Makefile.am
15
16 $ACLOCAL
17 $AUTOMAKE -a
18 test -f config.sub
19 test -f config.guess