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
* depcomp (ddashmd): Removed case.
[automake.git]
/
tests
/
symlink.test
blob
dc08a68803235627a353846765e9233fe15c3734
1
#! /bin/sh
2
3
# Make sure we get an error if symlink creation fails.
4
# Reported by Joerg-Martin Schwarz
5
6
.
$srcdir
/
defs ||
exit
1
7
8
rm
install-sh
9
rm
mkinstalldirs
10
11
: >
Makefile.am
12
13
cat
>>
configure.
in
<<
'END'
14
AC_CONFIG_AUX_DIR
(
sub
)
15
END
16
17
$AUTOMAKE
--add-missing
&&
exit
1
18
exit
0