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