diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2021-05-07 17:22:09 +0100 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2021-05-07 17:22:09 +0100 |
commit | e86c7373d894988e4953473d5d3b8c0def1508d3 (patch) | |
tree | 6341e03e59d48d8a0a756a1fce4e278e8812f458 /vars | |
parent | 370e98db644d9cd75172205e4e472978e68e0990 (diff) | |
download | midipix_build-e86c7373d894988e4953473d5d3b8c0def1508d3.tar.bz2 midipix_build-e86c7373d894988e4953473d5d3b8c0def1508d3.tar.xz |
vars/autoconf_2_64_host.vars: updated.
Diffstat (limited to 'vars')
-rw-r--r-- | vars/autoconf_2_64_host.vars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vars/autoconf_2_64_host.vars b/vars/autoconf_2_64_host.vars index 0583eb79..f8f4b4fd 100644 --- a/vars/autoconf_2_64_host.vars +++ b/vars/autoconf_2_64_host.vars @@ -17,7 +17,7 @@ export AUTOCONF="\${0%/*}/../libexec/autoconf-${PKG_VERSION}/autoconf"; export AUTOHEADER="\${0%/*}/../libexec/autoconf-${PKG_VERSION}/autoheader"; export AUTOM4TE="\${0%/*}/../libexec/autoconf-${PKG_VERSION}/autom4te"; export AUTOM4TE_CFG="\${0%/*}/../share/autoconf-${PKG_VERSION}/autom4te.cfg"; -export autom4te_perllibdir="\${0%/*}/../share/autoconf-${PKG_VERSION}/autoconf"; +export autom4te_perllibdir="\${0%/*}/../share/autoconf-${PKG_VERSION}"; export AUTOMAKE="\${0%/*}/automake-1.11"; export AUTOPOINT="\${0%/*}/../libexec/autoconf-${PKG_VERSION}/autopoint"; export LIBTOOLIZE="\${0%/*}/../libexec/autoconf-${PKG_VERSION}/libtoolize"; |