~ubuntu-branches/ubuntu/precise/xfonts-utils/precise

« back to all changes in this revision

Viewing changes to font-util-X11R7.0-1.0.0/autogen.sh

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2006-12-18 17:10:27 UTC
  • mfrom: (1.1.1 upstream) (0.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20061218171027-ayzuv41s4ufth700
Tags: 1:1.0.1-1ubuntu1
* Merge from Debian unstable, remaining Ubuntu change:
  - debian/control: Replace/Conflict bdftopcf to smooth upgrades
    from 6.06 LTS.

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