File: autogen.sh

package info (click to toggle)
xf86-input-wacom 0.34.99.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 2,156 kB
  • ctags: 1,136
  • sloc: sh: 11,723; ansic: 11,131; makefile: 166
file content (13 lines) | stat: -rwxr-xr-x 204 bytes parent folder | download | duplicates (3)
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 --force || exit 1
rm -rf autom4te.cache m4
cd $ORIGDIR || exit $?

#$srcdir/configure "$@"