TIVI-153: Adding automake14 as dep for iputils package
[profile/ivi/automake14.git] / tests / confvar.test
1 #! /bin/sh
2
3 # Test to make sure configure_vars stuff works.
4
5 . $srcdir/defs || exit 1
6
7 cat >> configure.in << 'END'
8 AC_SUBST(QBERT)
9 END
10
11 : > Makefile.am
12
13 $AUTOMAKE || exit 1
14
15 grep '^QBERT' Makefile.in