1
0
Files
2016-11-30 09:03:17 +08:00

19 lines
697 B
Bash
Executable File

#!/bin/sh
# tests/aclocal-1.11. Generated from aclocal.in by configure.
# Be Bourne compatible
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
emulate sh
NULLCMD=:
# Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
# is contrary to our usage. Disable this feature.
alias -g '${1+"$@"}'='"$@"'
fi
perllibdir="/opt/automake-1.11/lib:/opt/automake-1.11/lib"
export perllibdir
# Most of the files are in $srcdir/../m4. However amversion.m4 is
# generated in ../m4, so we include that directory in the search path too.
exec "/opt/automake-1.11/aclocal" $ACLOCAL_TESTSUITE_FLAGS \
-I "/opt/automake-1.11/m4" "--acdir=/opt/automake-1.11/m4" ${1+"$@"}