File: autogen.sh

package info (click to toggle)
compiz-fusion-bcop 0.8.4-1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 164 kB
  • ctags: 2
  • sloc: sh: 56; makefile: 49
file content (13 lines) | stat: -rwxr-xr-x 171 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /bin/sh

srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.

ORIGDIR=`pwd`
cd $srcdir

autoreconf -v --install || exit 1
cd $ORIGDIR || exit $?

$srcdir/configure "$@"