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
* automake.texi (Macros): Document AM_PROG_AS.
[automake.git]
/
tests
/
symlink2.test
blob
a83d957bc5834ef80cbd28eb61a674a2b708a18d
1
#! /bin/sh
2
3
# Test to make sure that `automake -a' redirects dangling symlinks.
4
5
.
$srcdir
/
defs ||
exit
1
6
7
rm
-f
install-sh
8
rm
-f
mkinstalldirs
9
ln
-s
Zardoz mkinstalldirs
10
11
: >
Makefile.am
12
13
$AUTOMAKE
--add-missing