File: autogen.sh

package info (click to toggle)
xkeyboard-config 2.5.1-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 8,808 kB
  • sloc: sh: 3,516; makefile: 488; ansic: 433; perl: 382; ruby: 207
file content (14 lines) | stat: -rwxr-xr-x 208 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/sh

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

ORIGDIR=`pwd`
cd $srcdir

intltoolize

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

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