repo.or.cz
/
automake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
nothing
[automake.git]
/
tests
/
confvar.test
blob
fdae95f4c3eef38fce863e320dcbb0771db1409a
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