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
/
remake2.test
blob
b8b804400b31359153accdd00010d98a8fb786bd
1
#! /bin/sh
2
3
# Make sure remaking rules in subdir are correct.
4
5
.
$srcdir
/
defs ||
exit
1
6
7
cat
>
configure.
in
<<
'END'
8
PACKAGE
=
nonesuch
9
VERSION
=
nonesuch
10
AC_ARG_PROGRAM
11
AC_PROG_INSTALL
12
AC_OUTPUT
(
sub
/
Makefile
)
13
END
14
15
mkdir sub
16
: >
sub
/
Makefile.am
17
18
$AUTOMAKE
||
exit
1
19
20
grep
'AUTOMAKE.*sub/Makefile'
sub
/
Makefile.
in