Blame files/autoconf_2_64_host/bin/%[FNAME]-2.64

Lucio Andrés Illanes Albornoz f24648
#!/bin/sh
Lucio Andrés Illanes Albornoz f24648
Lucio Andrés Illanes Albornoz f24648
AUTOTOOL_COMMAND="${0##*/}"; AUTOTOOL_COMMAND="${AUTOTOOL_COMMAND%-2.64}";
Lucio Andrés Illanes Albornoz f24648
PREFIX=""; [ ${PREFIX:="${0%/*}"} = "${0}" ] && PREFIX="."; PREFIX="${PREFIX:+${PREFIX}/}..";
Lucio Andrés Illanes Albornoz f24648
export ACLOCAL="${ACLOCAL:-${PREFIX}/binaclocal-1.11}";
Lucio Andrés Illanes Albornoz f24648
export AC_MACRODIR="${AC_MACRODIR:-${PREFIX}/share/autoconf-2.64}";
Lucio Andrés Illanes Albornoz f24648
export AUTOCONF="${AUTOCONF:-${PREFIX}/libexec/autoconf-2.64/autoconf}";
Lucio Andrés Illanes Albornoz f24648
export AUTOHEADER="${AUTOHEADER:-${PREFIX}/libexec/autoconf-2.64/autoheader}";
Lucio Andrés Illanes Albornoz f24648
export AUTOM4TE="${AUTOM4TE:-${PREFIX}/libexec/autoconf-2.64/autom4te}";
Lucio Andrés Illanes Albornoz f24648
export AUTOM4TE_CFG="${AUTOM4TE_CFG:-${PREFIX}/share/autoconf-2.64/autom4te.cfg}";
Lucio Andrés Illanes Albornoz f24648
export autom4te_perllibdir="${autom4te_perllibdir:-${PREFIX}/share/autoconf-2.64}";
Lucio Andrés Illanes Albornoz f24648
export AUTOMAKE="${AUTOMAKE:-${PREFIX}/bin/automake-1.11}";
Lucio Andrés Illanes Albornoz f24648
export AUTOPOINT="${AUTOPOINT:-${PREFIX}/libexec/autoconf-2.64/autopoint}";
Lucio Andrés Illanes Albornoz f24648
export LIBTOOLIZE="${LIBTOOLIZE:-${PREFIX}/libexec/autoconf-2.64/libtoolize}";
Lucio Andrés Illanes Albornoz f24648
Lucio Andrés Illanes Albornoz f24648
AUTOTOOL_COMMAND="${PREFIX}/libexec/autoconf-2.64/${AUTOTOOL_COMMAND}"; unset PREFIX;
Lucio Andrés Illanes Albornoz f24648
exec "${AUTOTOOL_COMMAND}" "${@}";