source: vendor/automake/1.4-p6/tests/subst.test

Last change on this file was 3124, checked in by bird, 18 years ago

automake 1.4-p6

File size: 303 bytes
Line 
1#! /bin/sh
2
3# Test that AC_SUBST($1) does something sensible. From Ulrich
4# Drepper.
5
6. $srcdir/defs || exit 1
7
8cat >> configure.in << 'END'
9AC_SUBST($1)
10AC_SUBST([$]$1) dnl this is the actual invocation that was used
11END
12
13: > Makefile.am
14
15$AUTOMAKE || exit 1
16grep '^\$1' Makefile.in && exit 1
17exit 0
Note: See TracBrowser for help on using the repository browser.