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
/
ansi2.test
blob
9f51f8e90e3596da6138633931869e2a969ae931
1
#! /bin/sh
2
3
# Test to make sure ansi2knr built at the right time.
4
5
.
$srcdir
/
defs ||
exit
1
6
7
cat
>
Makefile.am
<<
'END'
8
AUTOMAKE_OPTIONS
=
ansi2knr
9
bin_PROGRAMS
=
joe
10
END
11
12
cat
>>
configure.
in
<<
'END'
13
AC_PROG_CC
14
AM_C_PROTOTYPES
15
END
16
17
: >
ansi2knr.c
18
: >
ansi2knr
.1
19
20
$AUTOMAKE
||
exit
1
21
22
grep
'^all[-a-z]*:.*ANSI2KNR'
Makefile.
in