File: autogen.sh

package info (click to toggle)
libxtst 1%3A1.0.1-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,456 kB
  • ctags: 157
  • sloc: sh: 8,783; ansic: 1,241; makefile: 384
file content (12 lines) | stat: -rwxr-xr-x 195 bytes parent folder | download | duplicates (623)
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 "$@"