source: xplra/bootstrap.sh@ 11:215163a309ee

Last change on this file since 11:215163a309ee was 11:215163a309ee, checked in by István Váradi <ivaradi@…>, 11 years ago

Updated to the new, separated VSCPL and XPLCOMMON libraries

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