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
Added dist-zip.
[automake.git]
/
tests
/
canon.test
blob
9910c430304382a4631e4f351665dea6ddb54bdb
1
#! /bin/sh
2
3
# Test to make sure that name canonicalization error works.
4
5
.
$srcdir
/
defs ||
exit
1
6
7
cat
>
Makefile.am
<<
'END'
8
bin_PROGRAMS
=
sniff-glue
9
sniff-glue_SOURCES
=
sg.c
10
END
11
12
$AUTOMAKE
&&
exit
1
13
exit
0