source: vscpl/bootstrap.sh

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

The Thread class can be compiled for Linux and Win32

  • Property exe set to *
File size: 193 bytes
Line 
1#!/bin/sh
2
3scriptdir=`dirname $0`
4
5cd "${scriptdir}"
6
7if test ! -e m4/vscpl.m4; then
8 mkdir -p m4
9 ln -s ../misc/vscpl.m4.in m4/vscpl.m4
10fi
11
12libtoolize
13aclocal -I m4
14automake -a
15autoconf
Note: See TracBrowser for help on using the repository browser.