I'm trying to match the expected output of a command with AT_CHECK as
follows:

        AT_CHECK([test-prog $abs_top_srcdir/path/to/input-file],
                 [0], [],
                 [$abs_top_srcdir/path/to/input-file:3:17: warning: don't do 
that
        ])

The problem is that the shell variable isn't expanded in the expected
output, so the check always fails.

How can I get this value into the expected output?

-- 
Braden McDaniel                           e-mail: <[EMAIL PROTECTED]>
<http://endoframe.com>                    Jabber: <[EMAIL PROTECTED]>




_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to