* aclocal.in (check_acinclude): Output `warning:' in front
[automake.git] / tests / aclocal.in
blob631f5b95e997b9cea6cc8fd9a55f163979947587
1 #!/bin/sh
3 # Be Bourne compatible
4 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
5 emulate sh
6 NULLCMD=:
7 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
8 # is contrary to our usage. Disable this feature.
9 alias -g '${1+"$@"}'='"$@"'
12 perllibdir=@abs_top_builddir@/lib:@abs_top_srcdir@/lib
13 export perllibdir
14 # Most of the files are in $srcdir/../m4. However amversion.m4 is
15 # generated in ../m4, so we include that directory in the search path too.
16 exec @abs_top_builddir@/aclocal \
17 -I @abs_top_builddir@/m4 --acdir=@abs_top_srcdir@/m4 ${1+"$@"}