diff options
author | Tom Tromey <tromey@redhat.com> | 2000-08-30 16:51:54 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2000-08-30 16:51:54 +0000 |
commit | af81c8c92b880a0988ab8e7768c3131e18c544e0 (patch) | |
tree | 72d7ea75d20c479c6f2458f3601fb8e4b84e535d /tests/pr72.test | |
parent | aeb97fca63aff3475253bb31b229da7f5df5dd05 (diff) | |
download | automake-af81c8c92b880a0988ab8e7768c3131e18c544e0.tar.gz |
For PR automake/72:
* Makefile.am (TESTS): Added pr72.test.
(XFAIL_TESTS): Likewise.
* pr72.test: New file.
Diffstat (limited to 'tests/pr72.test')
-rwxr-xr-x | tests/pr72.test | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/pr72.test b/tests/pr72.test new file mode 100755 index 000000000..5e5c1cefc --- /dev/null +++ b/tests/pr72.test @@ -0,0 +1,25 @@ +#! /bin/sh + +# Test for PR 72 + +. $srcdir/defs || exit 1 + +cat >> configure.in << 'END' +AC_PROG_CC +AC_PROG_LIBTOOL +END + +cat > Makefile.am << 'END' +lib_LTLIBRARIES = libviewer.la +libviewer_la_SOURCES = +libviewer_la_LIBADD = libphony.la +END + +: > ltconfig +: > ltmain.sh +: > config.guess +: > config.sub + +$AUTOMAKE || exit 1 + +grep '^LINK ' Makefile.in |