configure를 통한 패키지 설치시 문제

gentleyi의 이미지

gcc를 solaris 8 서버에 설치하여 linux에서

configure -> make -> make install을 통해 설치한

package1.0을 solaris8 서버에 설치하였습니다.

사용도중 패키지를 upgrade하여 package1.1 directory를

만들어 configure를 하여 설치하여 했는데요..

configure를 할때는 정상적으로 수행하였는데..

make시에 다음과 같이 뜨네요..

---------------

[package1.1] make
cd . && autoheader
autom4te: need GNU m4 1.4 or later: /usr/ccs/bin/m4
autoheader: autom4te failed with exit status: 1
at /usr/local/bin/autoheader line 163
*** Error code 1
make: Fatal error: Command failed for target `config.h.in'

---------------

원래 configure를 통해 비슷한 패키지(업그레이드용)를 설치 못하는지?

왜냐하면 잘되고 있는 [package1.0] 디렉토리를 [package1.0_1]로

복사하여 configure후 make시에도 같은 문제가 발생하네요..

이를 해결할 수 있는 방법이 없을까요..

의견 부탁드립니다...