본문 바로가기

Linux

Autotools

Autotools

1.

autoconf
./configure
make


2.

autoscanf
mv configure.scan configure.ac
autoconf
./cofigure
make


3.

autoheader
autoconf
./configure
make


4.
aclocal
autoconf
automake --add-missing --foreign --copy
./configure
make

'Linux' 카테고리의 다른 글

Makefile  (0) 2013.09.26
RPM 만들기  (0) 2013.09.26
[device driver] command line  (0) 2013.09.26
초보자를 위한 삼바 서버 엿보기 CIFS, LPD  (0) 2013.09.26
CIFS/9000 Server Setup | HP Technical Tip 2004/10/26 16:30  (0) 2013.09.26