
빌드할 때 다음 두 가지 경고/오류가 발생합니다.아시독:
$./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
?