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
/
amassign.test
blob
56efd69cad6ccc453a755054b959c3a22720c697
1
#! /bin/sh
2
3
# Test to see if AM_ name can be assigned to in configure.in.
4
# Report from Steve Robbins.
5
6
.
$srcdir
/
defs ||
exit
1
7
8
cat
>>
configure.
in
<<
'END'
9
AM_CFLAGS
=
foo
10
AC_SUBST
(
AM_BAR
)
11
AC_SUBST
([
AM_ZARDOZ
])
12
END
13
14
$ACLOCAL