~ubuntu-branches/ubuntu/jaunty/xserver-xorg-video-nouveau/jaunty

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Bazaar Package Importer
  • Author(s): Chris Lamb
  • Date: 2008-07-06 20:26:53 UTC
  • Revision ID: james.westby@ubuntu.com-20080706202653-e99oiii765j3a0qn
Tags: upstream-0.0.10~git+20080706+b1f3169
ImportĀ upstreamĀ versionĀ 0.0.10~git+20080706+b1f3169

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 "$@"