태터데스크 관리자

도움말
닫기
적용하기   첫페이지 만들기

태터데스크 메시지

저장하였습니다.
블로그 이미지
하늘을 헤엄치다. revoman

카테고리

분류 전체보기 (176)
Eye (13)
Programming (82)
Unix & Linux (52)
Android (3)
Tool and Tip (13)
시스템 관리 (7)
OPEN SOURCE (2)
XML (1)
WEB (0)
MY PROGRAM (1)
정보관리기술사 기출.. (1)
IT 동향 (1)
Total56,866
Today6
Yesterday34

'autotools'에 해당되는 글 1건

  1. 2008/05/17 [LINK] autotools

[LINK] autotools

Programming/C / 2008/05/17 13:54
AutoTools-KLDP (http://wiki.kldp.org/wiki.php/DocbookSgml/Autotools-KLDP)
GNU AUTOCONF, AUTOMAKE, and LIBTOOL 다운로드 (http://sources.redhat.com/autobook/autobook_1_5.zip)
GNU AUTOCONF, AUTOMAKE, and LIBTOOL 번역 (http://wariua.springnote.com/pages/1041972)
Autotools Tutorial (http://www.lrde.epita.fr/%7Eadl/autotools.html)
Asianux 게시판 (http://www.haansoftlinux.com/service/technical/product_Server.php)

  • aclocal : configure.ac --> aclocal.m4
  • autoheader : configure.ac + aclocal.m4 --> config.h.in
  • autoconf : configure.ac + aclocal.m4 --> configure
  • automake : configure.ac + aclocal.m4 + Makefile.am --> Makefile.in
  • configure : Makefile.in --> Makefile

실행 순서

      aclocal
      autoheader
      autoconf
      automake --add-missing --copy
      ./configure
      make
      make check
      make install


Posted by revoman
TAG

최근에 달린 댓글

최근에 받은 트랙백

글 보관함