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
/
package.test
blob
a7f4852a21b6dce113e6bb886ff9749d6ec1167e
1
#! /bin/sh
2
3
# Test to ensure PACKAGE required.
4
5
.
$srcdir
/
defs ||
exit
1
6
7
cat
>
configure.
in
<<
'END'
8
AC_ARG_PROGRAM
9
AM_PROG_INSTALL
10
AC_OUTPUT
(
Makefile
)
11
END
12
13
cat
>
Makefile.am
<<
'END'
14
pkgdata_DATA
=
15
END
16
17
$AUTOMAKE
&&
exit
1
18
exit
0