File: autogen.sh

package info (click to toggle)
evtest 1%3A1.34-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 136 kB
  • sloc: ansic: 1,107; makefile: 18; sh: 7
file content (12 lines) | stat: -rwxr-xr-x 170 bytes parent folder | download | duplicates (13)
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 "$@"