~ubuntu-branches/ubuntu/trusty/libgdamm5.0/trusty

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Package Import Robot
  • Author(s): Daniel Holbach
  • Date: 2012-02-07 16:44:36 UTC
  • Revision ID: package-import@ubuntu.com-20120207164436-j1odzs6zz6gz2vae
Tags: upstream-4.99.6
ImportĀ upstreamĀ versionĀ 4.99.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh -e
 
2
test -n "$srcdir" || srcdir=`dirname "$0"`
 
3
test -n "$srcdir" || srcdir=.
 
4
 
 
5
mm-common-prepare --copy --force "$srcdir"
 
6
autoreconf --force --install --verbose "$srcdir"
 
7
test -n "$NOCONFIGURE" || "$srcdir/configure" --enable-maintainer-mode "$@"