SED-Fehler beim Erstellen von Asciidoc

SED-Fehler beim Erstellen von Asciidoc

Ich erhalte die folgenden zwei Warnungen/Fehler beim Erstellenasciidoc:

$./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

und dann auch mit 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

Dies gilt zum Zeitpunkt des Schreibens dieses Artikels für die neuesten stabilen Versionen von Automake und Autoconf:

  • automake 1.13
  • autoconf 2.69

Irgendwelche Gedanken dazu, was das bedeutet?

Antwort1

Sind Sie autoconfschon einmal gelaufen ./configure?

verwandte Informationen