~oif-team/gesturetest/1.x

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Chase
  • Date: 2010-08-07 18:55:27 UTC
  • Revision ID: cndougla@behemoth-20100807185527-vdadjjaom1s7qe21
Tags: v1.0.0
Initial release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh
 
2
 
 
3
srcdir=`dirname $0`
 
4
test -z "$srcdir" && srcdir=.
 
5
 
 
6
ORIGDIR=`pwd`
 
7
cd $srcdir
 
8
 
 
9
autoreconf -v --install || exit 1
 
10
cd $ORIGDIR || exit $?
 
11
 
 
12
$srcdir/configure --enable-maintainer-mode "$@"