File: autogen.sh

package info (click to toggle)
libxi 2%3A1.6.1-1%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,240 kB
  • sloc: sh: 11,320; xml: 9,446; ansic: 7,057; makefile: 465
file content (12 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (618)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sh

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

ORIGDIR=`pwd`
cd $srcdir

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

$srcdir/configure --enable-maintainer-mode "$@"