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
From Nicolas Joly:
[automake.git]
/
tests
/
conf2.test
blob
05eccf2c064c55e53aa08fac8a37243566dc0306
1
#! /bin/sh
2
3
# Test to make sure several config headers are allowed.
4
5
.
$srcdir
/
defs ||
exit
1
6
7
cat
>
configure.
in
<<
'END'
8
AM_INIT_AUTOMAKE
(
nonesuch
,
nonesuch
)
9
AM_CONFIG_HEADER
(
config.h two.h
)
10
PACKAGE
=
nonesuch
11
VERSION
=
nonesuch
12
AC_PROG_CC
13
AC_ARG_PROGRAM
14
AC_PROG_MAKE_SET
15
AC_PROG_INSTALL
16
AC_OUTPUT
(
Makefile
)
17
END
18
19
: >
Makefile.am
20
21
: >
config.h.
in
22
: >
two.h.
in
23
24
$ACLOCAL
||
exit
1
25
$AUTOMAKE