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
nothing
[automake.git]
/
tests
/
depacl.test
blob
7b04b82b20b7c1b4c4d9233236ebb708fcc66876
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