Author :
Tom Tromey
Date :
1996-09-12 04:41:04
Hash :7e378559 Message :Fixed bug with variable interpolation
tests/interp2.test
#! /bin/sh
# Test to make sure variable interpolation doesn't break other
# features. Report from Joel N. Weber, II.
. $srcdir/defs || exit 1
cat >> configure.in << 'END'
AC_PATH_X
AC_PATH_XTRA
END
cat > Makefile.am << 'END'
noinst_PROGRAMS = x
x_SOURCES = x.c
x_LDADD = $(X_EXTRA_LIBS)
END
$AUTOMAKE