Changeset 13:42fd631176b7 in xplra for bootstrap.sh


Ignore:
Timestamp:
01/27/13 08:21:24 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 3 'hg:/home/ivaradi/xplane/hg/xplra' '/'>, 'public')
Message:

Reorganized code to be able to handle the client library as a normal libtool library

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootstrap.sh

    r12 r13  
    77cd "${scriptdir}"
    88
    9 #libtoolize
    10 aclocal -I $1
     9libtoolize
     10aclocal -I m4 -I "${1}"
    1111automake -a
    1212autoconf
     13
     14"${scriptdir}/src/plugin/bootstrap.sh" "${1}"
Note: See TracChangeset for help on using the changeset viewer.