File: autogen.sh

package info (click to toggle)
bitlbee-facebook 1.2.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 476 kB
  • sloc: ansic: 7,944; makefile: 49; sh: 8
file content (13 lines) | stat: -rwxr-xr-x 233 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

test -z "$srcdir" && srcdir=$(dirname "$0")
test -z "$srcdir" && srcdir=.

cwd=$(pwd)
cd "$srcdir"

mkdir -p m4
autoreconf --verbose --force --install || exit $?

cd "$cwd"
test -z "$NOCONFIGURE" && "$srcdir/configure" $@