【发布时间】:2014-06-24 15:14:38
【问题描述】:
我试图弄清楚如何使用 autoconf 来获取操作系统,但是每当我尝试使用 AC_CANONICAL_HOST 时,它只会给我这个错误:configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.."
【问题讨论】:
标签: operating-system autotools autoconf
我试图弄清楚如何使用 autoconf 来获取操作系统,但是每当我尝试使用 AC_CANONICAL_HOST 时,它只会给我这个错误:configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.."
【问题讨论】:
标签: operating-system autotools autoconf
autoreconf -fvi 将得到automake 写install-sh。
【讨论】: