next up previous
Next: debug Up: Misc. Previous: using SVN in Window

Automake, Autocnfig and Libtool

The general relationship among the automake, autoconf, and configure script is shown as

\includegraphics{autoconf.eps}

   237  3:51    autoscan
   238  3:51    mv configure.scan configure.ac
   240  3:52    emacs configure.ac    

  
   245  3:54    libtoolize
   246  3:54    aclocal
   243  3:54    cat /usr/share/aclocal/libtool.m4 >> aclocal.m4  
   247  3:54    autoconf
   251  3:55    autoheader --force
   248  3:54    automake -a



   252  3:55    ./configure --prefix=/local/new_world/foo
   253  3:55    make
   254  3:55    make install

for the Makefile.am for the library building, seems

libmsl_la_HEADERS = $(POST_PROCESSED_FILES) $(HDRS) $(HDRS2)
libmsl_ladir =  $(includedir)/msl
has to be used as above , otherwise (only use one of them) will lead to either distribution doesn't include the headers, or automake complains for invalide variable of the libxxx_la_HEADERS



Subsections
next up previous
Next: debug Up: Misc. Previous: using SVN in Window
Wei Lu 2007-11-06