VirtualBox

source: vbox/trunk/src/libs/libtpms-0.9.6/autogen.sh

Last change on this file was 91612, checked in by vboxsync, 3 years ago

src/libs: Export libtpms-0.9.0, bugref:10078

  • Property svn:executable set to *
File size: 235 bytes
Line 
1#!/bin/sh
2
3set -e # exit on errors
4
5srcdir=`dirname $0`
6test -z "$srcdir" && srcdir=.
7
8olddir=`pwd`
9cd "$srcdir"
10
11autoreconf --verbose --force --install
12
13cd "$olddir"
14if [ -z "$NOCONFIGURE" ]; then
15 "$srcdir"/configure ${1+"$@"}
16fi
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use