projects
/
xorg
/
xkeyboard-config
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Added option to use RAlt as RCtrl
[xorg/xkeyboard-config]
/
autogen.sh
1
#! /bin/sh
2
3
srcdir=`dirname $0`
4
test -z "$srcdir" && srcdir=.
5
6
ORIGDIR=`pwd`
7
cd $srcdir
8
9
intltoolize
10
11
autoreconf -v --install || exit 1
12
cd $ORIGDIR || exit $?
13
14
$srcdir/configure --enable-maintainer-mode "$@"