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
typo + new comment
[automake.git]
/
tests
/
libobj4.test
blob
c11ddd0ec9a166b32b51e522af25ddfb2810c8f6
1
#! /bin/sh
2
3
# Test to make sure LIBOBJS error only occurs if LIBOBJS seen. Report
4
# from Jim Meyering.
5
6
.
$srcdir
/
defs ||
exit
1
7
8
cat
>
Makefile.am
<<
'END'
9
bin_PROGRAMS
=
foo
10
END
11
12
cat
>>
configure.
in
<<
'END'
13
AC_PROG_CC
14
AC_REPLACE_FUNCS
(
foo
)
15
END
16
17
$ACLOCAL
||
exit
1
18
$AUTOMAKE