source: xplcommon/bootstrap.sh@ 40:91a761bc3a6b

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

Removed files moved to VSCPL

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