source: xplcommon/bootstrap.sh

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

Made use of the AM_VSCPL_TARGET_API macro

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