VirtualBox

source: vbox/trunk/src/libs/libtpms-0.10.0/autogen.sh@ 109307

Last change on this file since 109307 was 108932, checked in by vboxsync, 6 weeks ago

libtpms-0.10.0: Applied and adjusted our libtpms changes to 0.9.6. jiraref:VBP-1320

  • 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.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette