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
From Nicolas Joly:
[automake.git]
/
tests
/
badline.test
blob
16ad12823588b4f55597a116a931c468fd523fa0
1
#! /bin/sh
2
3
# Test to make sure that line number and file name in error message
4
# referring to variable is always correct.
5
6
.
$srcdir
/
defs ||
exit
1
7
8
cat
>>
configure.
in
<<
'END'
9
AC_SUBST
(
TEXINFOS
)
10
END
11
12
: >
Makefile.am
13
14
$AUTOMAKE
>
out
2
>&
1
&&
exit
1
15
grep
Makefile out
&&
exit
1
16
exit
0