Changes between Version 3 and Version 4 of Developer_PortQNX


Ignore:
Timestamp:
May 24, 2010, 12:11:34 PM (14 years ago)
Author:
stevestereo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Developer_PortQNX

    v3 v4  
    4444patching file configure.in
    4545}}}
     46prepare build by calling autogen.sh
     47{{{
     48# ./autogen.sh
     49}}}
     50the output should look like this
     51{{{
     52configure.in:33: installing `./config.guess'
     53configure.in:33: installing `./config.sub'
     54configure.in:23: installing `./install-sh'
     55configure.in:23: installing `./missing'
     56Makefile.am: installing `./depcomp'
     57}}}