~ubuntu-branches/ubuntu/precise/xserver-xorg-video-geode-lts-quantal/precise-updates

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Package Import Robot
  • Author(s): Maarten Lankhorst
  • Date: 2012-11-30 20:59:48 UTC
  • Revision ID: package-import@ubuntu.com-20121130205948-8p83molp6tff7m8o
Tags: upstream-2.11.13+git20120726
ImportĀ upstreamĀ versionĀ 2.11.13+git20120726

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