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
* configure.in: Upped to version 1.4k.
[automake.git]
/
tests
/
interp2.test
blob
efaae4e3d21e97540b617f0faa3f0e7c585de457
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
8
cat
>>
configure.
in
<<
'END'
9
AC_PROG_CC
10
AC_PATH_X
11
AC_PATH_XTRA
12
END
13
14
cat
>
Makefile.am
<<
'END'
15
noinst_PROGRAMS
=
x
16
x_SOURCES
=
x.c
17
x_LDADD
=
$
(
X_EXTRA_LIBS
)
18
END
19
20
$ACLOCAL
||
exit
1
21
$AUTOMAKE