source: vscpl/bootstrap.sh@ 0:73d9146679c6

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

Created the initial repository

  • Property exe set to *
File size: 213 bytes
Line 
1#!/bin/sh
2
3scriptdir=`dirname $0`
4
5tempdir=`mktemp -d`
6trap "rm -rf ${tempdir}" EXIT
7
8cd "${scriptdir}"
9
10ln -s `pwd`/misc/vscpl.m4.in "${tempdir}/vscpl.m4"
11
12libtoolize
13aclocal -I "${tempdir}"
14automake -a
15autoconf
Note: See TracBrowser for help on using the repository browser.