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
/
depacl.test
blob
c8b2268189181d0b3e62f9d957b8b12034e931b1
1
#! /bin/sh
2
3
# Test to make sure dependency tracking works.
4
5
.
$srcdir
/
defs ||
exit
1
6
7
cat
>
configure.
in
<<
'END'
8
AM_C_PROTOTYPES
9
END
10
11
$ACLOCAL
||
exit
1
12
13
grep
'^AC_DEFUN.*AM_PROG_CC_STDC'
aclocal.
m4