~ara/mtdev/apport_hook_lp_622817

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Chase Douglas
  • Date: 2010-08-04 16:00:21 UTC
  • mfrom: (37.2.1 upstream)
  • Revision ID: chase.douglas@canonical.com-20100804160021-c8dyom6mhetm17vu
New upstream release.

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