
ビルド時に次の2つの警告/エラーが表示されますアスキードキュメント:
$./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
?