source: trunk/essentials/sys-devel/automake-1.4/tests/interp2.test

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

automake 1.4-p6

File size: 318 bytes
Line 
1#! /bin/sh
2
3# Test to make sure variable interpolation doesn't break other
4# features. Report from Joel N. Weber, II.
5
6. $srcdir/defs || exit 1
7
8cat >> configure.in << 'END'
9AC_PROG_CC
10AC_PATH_X
11AC_PATH_XTRA
12END
13
14cat > Makefile.am << 'END'
15noinst_PROGRAMS = x
16x_SOURCES = x.c
17x_LDADD = $(X_EXTRA_LIBS)
18END
19
20$AUTOMAKE
Note: See TracBrowser for help on using the repository browser.