
Recebo os dois avisos/erros a seguir ao construirasciidoc:
$./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
e também com 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
Isso ocorre com as versões estáveis mais recentes do automake e autoconf no momento em que este livro foi escrito:
- automake 1.13
- autoconf 2.69
Alguma ideia sobre o que isso significa?
Responder1
Você já correu autoconf
antes ./configure
?