Changeset 1370:275fd07bf923 in mediastreamer2 for autogen.sh


Ignore:
Timestamp:
Apr 7, 2011 5:34:35 PM (2 years ago)
Author:
Simon Morlat <simon.morlat@…>
Branch:
default
Message:

windows build fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • autogen.sh

    r1344 r1370  
    1010        AUTOMAKE=automake-${AM_VERSION} 
    1111fi 
     12 
     13INTLTOOLIZE=/usr/bin/intltoolize 
     14 
     15if test -f /opt/local/bin/intltoolize ; then 
     16INTLTOOLIZE=/opt/local/bin/intltoolize 
     17else 
     18INTLTOOLIZE=/usr/bin/intltoolize 
     19fi 
     20 
    1221 
    1322libtoolize="libtoolize" 
     
    4453set -x 
    4554$libtoolize --copy --force 
    46 intltoolize --copy --force --automake 
     55$INTLTOOLIZE --copy --force --automake 
    4756$ACLOCAL  $ACLOCAL_ARGS 
    4857autoheader 
Note: See TracChangeset for help on using the changeset viewer.