* lib/Automake/Variable.pm (define): Rework the way we check
[automake.git] / tests / automake.in
blob1df424e54f3c4700a52a142d1ef04b3814564bee
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 exec @abs_top_builddir@/automake --libdir=@abs_top_srcdir@/lib ${1+"$@"}