typo + new comment
[automake.git] / tests / dup2.test
blobc012f160a1638afc30bccfbe2363a9c71a40c35d
1 #! /bin/sh
3 # Make sure aclocal only warns about definitions overridden by acinclude.m4.
5 . $srcdir/defs || exit 1
7 cat > configure.in << 'END'
8 AM_FUNC_STRTOD
9 END
11 cat > acinclude.m4 << 'END'
12 AC_DEFUN([AM_FUNC_STRTOD])
13 END
15 $ACLOCAL || exit 1
16 exit 0