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
new files from elsewhere
[automake.git]
/
tests
/
defun.test
blob
c11e06edb835af93611e52fae9d331f0b18665d7
1
#! /bin/sh
2
3
# Make sure aclocal picks up on all macro definitions.
4
5
.
$srcdir
/
defs ||
exit
1
6
7
cat
>
acinclude.
m4
<<
'END'
8
AC_DEFUN
([
AM_FUNC_TWO
],)
9
AC_DEFUN
([
AM_FUNC_ONE
],
10
AC_REQUIRE
([
AM_FUNC_TWO
]))
11
END
12
13
$ACLOCAL