source: xplra/bootstrap.sh@ 89:69ba1a2b5897

Last change on this file since 89:69ba1a2b5897 was 13:42fd631176b7, checked in by István Váradi <ivaradi@…>, 11 years ago

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

  • Property exe set to *
File size: 168 bytes
RevLine 
[11]1#!/bin/sh
2
3set -e -u
4
5scriptdir=`dirname $0`
6
7cd "${scriptdir}"
8
[13]9libtoolize
10aclocal -I m4 -I "${1}"
[11]11automake -a
12autoconf
[13]13
14"${scriptdir}/src/plugin/bootstrap.sh" "${1}"
Note: See TracBrowser for help on using the repository browser.