From 3a53edb0147917e5b6aff153490b92315da8a6c9 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 15 Jan 2001 17:51:58 +0000 Subject: [PATCH] * amassign.test: New file. * Makefile.am (TESTS): Added new file. --- tests/ChangeLog | 5 +++++ tests/Makefile.am | 1 + tests/Makefile.in | 1 + tests/amassign.test | 14 ++++++++++++++ 4 files changed, 21 insertions(+) create mode 100755 tests/amassign.test diff --git a/tests/ChangeLog b/tests/ChangeLog index 1b194969..e3aca566 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2001-01-15 Tom Tromey + + * amassign.test: New file. + * Makefile.am (TESTS): Added new file. + 2001-01-12 Tom Tromey * subobj4.test: New file. diff --git a/tests/Makefile.am b/tests/Makefile.am index 09efb8c2..28ba2ec3 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -16,6 +16,7 @@ acouttbs.test \ acsilent.test \ all.test \ alpha.test \ +amassign.test \ ammissing.test \ ansi.test \ ansi2.test \ diff --git a/tests/Makefile.in b/tests/Makefile.in index a60168d3..70e0e13d 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -89,6 +89,7 @@ acouttbs.test \ acsilent.test \ all.test \ alpha.test \ +amassign.test \ ammissing.test \ ansi.test \ ansi2.test \ diff --git a/tests/amassign.test b/tests/amassign.test new file mode 100755 index 00000000..56efd69c --- /dev/null +++ b/tests/amassign.test @@ -0,0 +1,14 @@ +#! /bin/sh + +# Test to see if AM_ name can be assigned to in configure.in. +# Report from Steve Robbins. + +. $srcdir/defs || exit 1 + +cat >> configure.in << 'END' +AM_CFLAGS=foo +AC_SUBST(AM_BAR) +AC_SUBST([AM_ZARDOZ]) +END + +$ACLOCAL -- 2.43.5