source: trunk/essentials/sys-devel/automake-1.4/tests/acouttbs.test

Last change on this file was 3124, checked in by bird, 18 years ago

automake 1.4-p6

File size: 284 bytes
Line 
1#!/bin/sh
2
3# Test for bug reported by François Pinard.
4# If \ is in AC_OUTPUT, automake barfs.
5
6. $srcdir/defs || exit 1
7
8cat > configure.in << 'END'
9PACKAGE=nonesuch
10VERSION=nonesuch
11AC_ARG_PROGRAM
12AC_PROG_INSTALL
13AC_OUTPUT(Makefile \
14zot)
15END
16
17: > Makefile.am
18: > zot.in
19
20$AUTOMAKE
Note: See TracBrowser for help on using the repository browser.