~ubuntu-branches/ubuntu/lucid/libxpm/lucid

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2007-02-16 16:24:44 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070216162444-j8q49d5cy21m5vyd
Tags: 1:3.5.6-1
* New upstream release.
* Add XS-Vcs-Git header to debian/control.
* Drop obsolete CVS information from the long descriptions.
* Install the upstream changelog.

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