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
/
dup2.test
blob
c012f160a1638afc30bccfbe2363a9c71a40c35d
1
#! /bin/sh
2
3
# Make sure aclocal only warns about definitions overridden by acinclude.m4.
4
5
.
$srcdir
/
defs ||
exit
1
6
7
cat
>
configure.
in
<<
'END'
8
AM_FUNC_STRTOD
9
END
10
11
cat
>
acinclude.
m4
<<
'END'
12
AC_DEFUN
([
AM_FUNC_STRTOD
])
13
END
14
15
$ACLOCAL
||
exit
1
16
exit
0