Tag
Hash :
3a356a00
Author :
Date :
1998-09-30T11:26:36
* colon7.test: New file.
* Makefile.am (TESTS): Added colon7.test.
#! /bin/sh
# Another test for a failing ":" in AC_OUTPUT. Report from Maciej
# Stachowiak.
. $srcdir/defs || exit 1
cat > configure.in << 'END'
PACKAGE=nonesuch
VERSION=nonesuch
AC_ARG_PROGRAM
AC_PROG_INSTALL
AC_OUTPUT(subdir/bar:subdir/foo \
Makefile \
subdir/Makefile
)
END
: > Makefile.am
mkdir subdir
: > subdir/Makefile.am
: > subdir/foo
$AUTOMAKE