~ubuntu-branches/ubuntu/trusty/libxss/trusty

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Stone
  • Date: 2005-08-19 17:06:16 UTC
  • Revision ID: james.westby@ubuntu.com-20050819170616-2j1u3chwh199s0wh
Tags: upstream-1.0.0
ImportĀ upstreamĀ versionĀ 1.0.0

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