]> sourceware.org Git - automake.git/commitdiff
New test
authorTom Tromey <tromey@redhat.com>
Mon, 12 Feb 1996 21:00:26 +0000 (21:00 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 12 Feb 1996 21:00:26 +0000 (21:00 +0000)
tests/acouttbs.test [new file with mode: 0755]

diff --git a/tests/acouttbs.test b/tests/acouttbs.test
new file mode 100755 (executable)
index 0000000..b78d43a
--- /dev/null
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+# Test for bug reported by François Pinard.
+# If \ is in AC_OUTPUT, automake barfs.
+
+. $srcdir/defs
+
+cat > configure.in << 'END'
+AC_ARG_PROGRAM
+AC_PROG_INSTALL
+AC_OUTPUT(Makefile \
+zot)
+END
+
+: > Makefile.am
+: > zot.in
+
+$AUTOMAKE
This page took 0.091542 seconds and 5 git commands to generate.