~ubuntu-branches/ubuntu/jaunty/xserver-xorg-input-evdev/jaunty

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen
  • Date: 2007-05-29 11:46:18 UTC
  • Revision ID: james.westby@ubuntu.com-20070529114618-03tup5sh42wqx7ul
Tags: 1:1.1.5-2ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/patches/100_no_xf86osringbell_anymore.patch:
    + Fix from upstream git for a crasher when the driver tries to use 
      now non-existent 'xf86OSRingBell' (LP: #103902).
  - debian/control:
    + Change Maintainer address.

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