
我在建置時收到以下兩個警告/錯誤阿斯西多克:
$./configure --prefix=/home/my_installations/
./configure: line 1233: AC_PROG_SED: command not found
checking whether ln -s works... yes
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating ./config.status
config.status: creating Makefile
然後也使用 make:
$ make
Fixing CONF_DIR in asciidoc.py
/bin/sh: line 2: @SED@: command not found
Fixing CONF_DIR in a2x.py
/bin/sh: line 2: @SED@: command not found
這是在撰寫本文時最新穩定版本的 automake 和 autoconf:
- 汽車製造商1.13
- 自動配置2.69
對這意味著什麼有什麼想法嗎?
答案1
你autoconf
以前跑步過嗎./configure
?