summaryrefslogtreecommitdiff
path: root/t/pr2.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/pr2.sh')
-rwxr-xr-xt/pr2.sh9
1 files changed, 3 insertions, 6 deletions
diff --git a/t/pr2.sh b/t/pr2.sh
index ffe4a81d7..9aa7bc536 100755
--- a/t/pr2.sh
+++ b/t/pr2.sh
@@ -29,11 +29,8 @@
. ./defs || Exit 1
-# Please keep this underquoted and old-style.
-cat > configure.ac << 'END'
-AC_INIT
-AM_INIT_AUTOMAKE(nonesuch, nonesuch)
-AC_OUTPUT(README.foo:templ/README.foo.in Makefile)
+cat >> configure.ac << 'END'
+AC_OUTPUT([README.foo:templ/README.foo.in])
END
: > Makefile.am
@@ -46,6 +43,6 @@ $AUTOCONF
$AUTOMAKE
./configure
$MAKE distdir
-test -f nonesuch-nonesuch/templ/README.foo.in
+test -f $distdir/templ/README.foo.in
: