libtool에서 ltconfig을 자꾸 찾슴다.

alita의 이미지

libtool을 예전꺼를 쓰다가 version up을 했는데 configure 시에 자꾸만 ltconfig를 찾습니다.
보니 ltconfig은 더이상 안쓰이는거 같은데.
어디서 문제가 시작되는지를 모르니 원. -_-;;;

./ltconfig: ./ltconfig: No such file or directory
configure: error: libtool configure failed

libtoolize -> aclocal -> autoconf -> automake
순서로 호출하는거 아닌가요? -_-;

pynoos의 이미지

aclocal.m4 나 acinclude.m4 둘중하나에 예전 LIBTOOL script가 들어 있어서 그럴 것입니다. 두 파일을 다시 만들어 주세요.