HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 18 and Version 19 of PortingTips


Ignore:
Timestamp:
08/02/09 14:10:59 (6 years ago)
Author:
umccullough
Comment:

added --install to libtoolize command

Legend:

Unmodified
Added
Removed
Modified
  • PortingTips

    v18 v19  
    2727Where . is the package root folder, or the folder in which the package has outdated config.guess and/or config.sub files.  If trying to build static and shared libraries, you may also need to run (try using ./autogen.sh first if it exists, it usually runs all the autotools as needed): 
    2828{{{ 
    29  libtoolize --force --copy 
     29 libtoolize --force --copy --install 
    3030 aclocal 
    3131 automake 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/