summaryrefslogtreecommitdiff
path: root/tests/output.test
blob: dfb609cea735d792ffe587d6267515853b62a4ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#! /bin/sh

# Test to make sure files listed in AC_OUTPUT are found.

. $srcdir/defs || exit 1

cat > configure.in << 'END'
PACKAGE=nonesuch
VERSION=nonesuch
AC_ARG_PROGRAM
AC_PROG_INSTALL
AC_OUTPUT(Makefile frob/zardoz)
END

: > Makefile.am

mkdir frob
: > frob/zardoz.in

$AUTOMAKE